HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. If you link to another Pen, it will include the CSS from that Pen. If the preprocessor matches, it will attempt to combine them before processing.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
If the stylesheet you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" style="min-height:100%;background:#f3f3f3">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="min-width:100%;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px;width:100% !important">
<div class="preheader" style="visibility:hidden;opacity:0;color:transparent;height:0;width:0;font-size:0px;mso-hide:all;display:none !important">A new way to explore famous food cities</div>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<style data-roadie-ignore data-immutable="true" type="text/css">
/*Light*/
@font-face {
font-family: 'Cereal';
font-style: normal;
font-weight: 200;
src: url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Lt-61d38480cfdf1dfc73d6bd0f459b3e10.eot");
src: url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Lt-61d38480cfdf1dfc73d6bd0f459b3e10.eot?#") format("eot"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Lt-4f51497e2f6db6e72599a1f2f484eb7e.woff") format("woff"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Lt-919ae0b65de2f8c6204ec57daeceb9e9.woff2") format("woff2"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Lt-ef243dd05072c5987d3abcbe00581224.ttf") format("truetype");
}
/*Regular*/
@font-face {
font-family: 'Cereal';
font-style: normal;
font-weight: 300;
src: url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Rg-909a75677f1cbf6e66c8811e6d39441a.eot");
src: url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Rg-909a75677f1cbf6e66c8811e6d39441a.eot?#") format("eot"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Rg-391ee76d399e20117aade2ce1f7e196e.woff") format("woff"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Rg-3ff4006ded0500d605d6eff88ccc59f8.woff2") format("woff2"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Rg-190a6e02b3b3d6cfaf3bbe887349adad.ttf") format("truetype");
}
/*Medium*/
@font-face {
font-family: 'Cereal';
font-style: normal;
font-weight: 500;
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Md-ff8747694c95295917ef4c60c2bb6bce.eot");
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Md-ff8747694c95295917ef4c60c2bb6bce.eot?#") format("eot"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Md-b9bb7e6d20007be4b0caa86ea7fbd906.woff") format("woff"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Md-dec1db4a099dd1761f19bbe3088de0c8.woff2") format("woff2"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Md-2f25e87279c9c202ebf384fae79ac376.ttf") format("truetype");
}
/*Bold*/
@font-face {
font-family: 'Cereal';
font-style: normal;
font-weight: 700;
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bd-7b4c5f071be2fb695c04a1af3a1e0616.eot");
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bd-7b4c5f071be2fb695c04a1af3a1e0616.eot?#") format("eot"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bd-20d7bff68cfbfa449bd9601275d29996.woff") format("woff"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bd-32afa6b67d060b665623bbc48ce00187.woff2") format("woff2"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bd-943ebbaff21543f9115cf46427213a47.ttf") format("truetype");
}
/*XBold*/
@font-face {
font-family: 'Cereal';
font-style: normal;
font-weight: 800;
src: url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_XBd-170530db17719eb719c2f03f8ac2a94d.eot");
src: url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_XBd-170530db17719eb719c2f03f8ac2a94d.eot?#") format("eot"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_XBd-3aea49864b40db534f43dc271460baba.woff") format("woff"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_XBd-66f244ea0cd79026250a9ba89a47a7aa.woff2") format("woff2"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_XBd-5d879965b6ea4ac2a31b41647c283433.ttf") format("truetype");
}
/*Black*/
@font-face {
font-family: 'Cereal';
font-style: normal;
font-weight: 900;
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-5e8fbee9505fc68a77d714aa35aee405.eot");
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-5e8fbee9505fc68a77d714aa35aee405.eot?#") format("eot"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-36f3fbaecfd0e0f82e83f28a466ce425.woff") format("woff"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-eed38b780704d1a3acbdb4ed930f6cdf.woff2") format("woff2"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-a7f958b92f5a7555e9a6d5755e026c6b.ttf") format("truetype");
}
@font-face {
font-family: 'Cereal Black';
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-5e8fbee9505fc68a77d714aa35aee405.eot");
src: url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-5e8fbee9505fc68a77d714aa35aee405.eot?#") format("eot"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-36f3fbaecfd0e0f82e83f28a466ce425.woff") format("woff"),
url("https://a1.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-eed38b780704d1a3acbdb4ed930f6cdf.woff2") format("woff2"),
url("https://a0.muscache.com/airbnb/rookery/fonts/Cereal/Cereal_W_Bk-a7f958b92f5a7555e9a6d5755e026c6b.ttf") format("truetype");
}
</style>
<style data-roadie-ignore data-immutable="true">
@media only screen and (max-width: 596px) {
.small-float-center {
margin: 0 auto !important;
float: none !important;
text-align: center !important;
}
.small-text-center {
text-align: center !important;
}
.small-text-left {
text-align: left !important;
}
.small-text-right {
text-align: right !important;
}
}
@media only screen and (max-width: 596px) {
table.body table.container .hide-for-large {
display: block !important;
width: auto !important;
overflow: visible !important;
max-height: none !important;
}
}
@media only screen and (max-width: 596px) {
table.body table.container .row.hide-for-large,
table.body table.container .row.hide-for-large {
display: table !important;
width: 100% !important;
}
}
@media only screen and (max-width: 596px) {
table.body table.container .show-for-large {
display: none !important;
width: 0;
mso-hide: all;
overflow: hidden;
}
}
@media only screen and (max-width: 596px) {
table.body img {
width: auto !important;
height: auto !important;
}
table.body center {
min-width: 0 !important;
}
table.body .container {
width: 95% !important;
}
table.body .columns,
table.body .column {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px !important;
padding-right: 16px !important;
}
table.body .columns .column,
table.body .columns .columns,
table.body .column .column,
table.body .column .columns {
padding-left: 0 !important;
padding-right: 0 !important;
}
table.body .columns .column.nested,
table.body .columns .columns.nested,
table.body .column .column.nested,
table.body .column .columns.nested {
padding-left: 16px !important;
padding-right: 16px !important;
}
table.body .collapse .columns,
table.body .collapse .column {
padding-left: 0 !important;
padding-right: 0 !important;
}
td.small-1,
th.small-1 {
display: inline-block !important;
width: 8.33333% !important;
}
td.small-2,
th.small-2 {
display: inline-block !important;
width: 16.66667% !important;
}
td.small-3,
th.small-3 {
display: inline-block !important;
width: 25% !important;
}
td.small-4,
th.small-4 {
display: inline-block !important;
width: 33.33333% !important;
}
td.small-5,
th.small-5 {
display: inline-block !important;
width: 41.66667% !important;
}
td.small-6,
th.small-6 {
display: inline-block !important;
width: 50% !important;
}
td.small-7,
th.small-7 {
display: inline-block !important;
width: 58.33333% !important;
}
td.small-8,
th.small-8 {
display: inline-block !important;
width: 66.66667% !important;
}
td.small-9,
th.small-9 {
display: inline-block !important;
width: 75% !important;
}
td.small-10,
th.small-10 {
display: inline-block !important;
width: 83.33333% !important;
}
td.small-11,
th.small-11 {
display: inline-block !important;
width: 91.66667% !important;
}
td.small-12,
th.small-12 {
display: inline-block !important;
width: 100% !important;
}
.columns td.small-12,
.column td.small-12,
.columns th.small-12,
.column th.small-12 {
display: block !important;
width: 100% !important;
}
.body .columns td.small-1,
.body .column td.small-1,
td.small-1 center,
.body .columns th.small-1,
.body .column th.small-1,
th.small-1 center {
display: inline-block !important;
width: 8.33333% !important;
}
.body .columns td.small-2,
.body .column td.small-2,
td.small-2 center,
.body .columns th.small-2,
.body .column th.small-2,
th.small-2 center {
display: inline-block !important;
width: 16.66667% !important;
}
.body .columns td.small-3,
.body .column td.small-3,
td.small-3 center,
.body .columns th.small-3,
.body .column th.small-3,
th.small-3 center {
display: inline-block !important;
width: 25% !important;
}
.body .columns td.small-4,
.body .column td.small-4,
td.small-4 center,
.body .columns th.small-4,
.body .column th.small-4,
th.small-4 center {
display: inline-block !important;
width: 33.33333% !important;
}
.body .columns td.small-5,
.body .column td.small-5,
td.small-5 center,
.body .columns th.small-5,
.body .column th.small-5,
th.small-5 center {
display: inline-block !important;
width: 41.66667% !important;
}
.body .columns td.small-6,
.body .column td.small-6,
td.small-6 center,
.body .columns th.small-6,
.body .column th.small-6,
th.small-6 center {
display: inline-block !important;
width: 50% !important;
}
.body .columns td.small-7,
.body .column td.small-7,
td.small-7 center,
.body .columns th.small-7,
.body .column th.small-7,
th.small-7 center {
display: inline-block !important;
width: 58.33333% !important;
}
.body .columns td.small-8,
.body .column td.small-8,
td.small-8 center,
.body .columns th.small-8,
.body .column th.small-8,
th.small-8 center {
display: inline-block !important;
width: 66.66667% !important;
}
.body .columns td.small-9,
.body .column td.small-9,
td.small-9 center,
.body .columns th.small-9,
.body .column th.small-9,
th.small-9 center {
display: inline-block !important;
width: 75% !important;
}
.body .columns td.small-10,
.body .column td.small-10,
td.small-10 center,
.body .columns th.small-10,
.body .column th.small-10,
th.small-10 center {
display: inline-block !important;
width: 83.33333% !important;
}
.body .columns td.small-11,
.body .column td.small-11,
td.small-11 center,
.body .columns th.small-11,
.body .column th.small-11,
th.small-11 center {
display: inline-block !important;
width: 91.66667% !important;
}
table.body td.small-offset-1,
table.body th.small-offset-1 {
margin-left: 8.33333% !important;
Margin-left: 8.33333% !important;
}
table.body td.small-offset-2,
table.body th.small-offset-2 {
margin-left: 16.66667% !important;
Margin-left: 16.66667% !important;
}
table.body td.small-offset-3,
table.body th.small-offset-3 {
margin-left: 25% !important;
Margin-left: 25% !important;
}
table.body td.small-offset-4,
table.body th.small-offset-4 {
margin-left: 33.33333% !important;
Margin-left: 33.33333% !important;
}
table.body td.small-offset-5,
table.body th.small-offset-5 {
margin-left: 41.66667% !important;
Margin-left: 41.66667% !important;
}
table.body td.small-offset-6,
table.body th.small-offset-6 {
margin-left: 50% !important;
Margin-left: 50% !important;
}
table.body td.small-offset-7,
table.body th.small-offset-7 {
margin-left: 58.33333% !important;
Margin-left: 58.33333% !important;
}
table.body td.small-offset-8,
table.body th.small-offset-8 {
margin-left: 66.66667% !important;
Margin-left: 66.66667% !important;
}
table.body td.small-offset-9,
table.body th.small-offset-9 {
margin-left: 75% !important;
Margin-left: 75% !important;
}
table.body td.small-offset-10,
table.body th.small-offset-10 {
margin-left: 83.33333% !important;
Margin-left: 83.33333% !important;
}
table.body td.small-offset-11,
table.body th.small-offset-11 {
margin-left: 91.66667% !important;
Margin-left: 91.66667% !important;
}
table.body table.columns td.expander,
table.body table.columns th.expander {
display: none !important;
}
table.body .right-text-pad,
table.body .text-pad-right {
padding-left: 10px !important;
}
table.body .left-text-pad,
table.body .text-pad-left {
padding-right: 10px !important;
}
table.menu {
width: 100% !important;
}
table.menu td,
table.menu th {
width: auto !important;
display: inline-block !important;
}
table.menu.vertical td,
table.menu.vertical th,
table.menu.small-vertical td,
table.menu.small-vertical th {
display: block !important;
}
table.menu[align="center"] {
width: auto !important;
}
table.button.expand {
width: 100% !important;
}
}
@media only screen and (max-width: 596px) {
.day-box {
padding-top: 2vw !important;
width: 14vw !important;
height: 14vw !important;
}
.icon {
margin-right: 0.5vw;
width: 8px !important;
}
.icon-container {
height: 25%;
}
.exp-day-label {
margin-top: 0% !important;
font-size: 15px;
}
.exp-calendar-content {
min-width: 320px;
height: 14vw;
}
}
@media only screen and (min-width: 596px) {
.exp-calendar-content {
margin-left: auto;
margin-right: auto;
width: 78 * 7 + 8;
height: 78;
}
.icon-container {
height: 35px;
}
}
@media only screen and (max-width: 596px) {
.calendar-content {
padding: 0px !important;
width: 288px !important;
}
.not-available-day,
.calendar-today,
.available-day {
height: 40px !important;
width: 40px !important;
}
.day-label {
margin-left: 10% !important;
margin-top: 0% !important;
font-size: 15px;
}
}
@media only screen and (max-width: 596px) {
.small-font {
font-size: 15px !important;
}
}
.gmailfix {
display: none;
display: none !important;
}
</style>
<meta name="filler" content=" _ _ _ ">
<meta name="filler" content=" (_) | | | | ">
<meta name="filler" content=" __ _ _ _ __| |__ _ __ | |__ ">
<meta name="filler" content=" / _' | | '__| '_ \| '_ \| '_ \ ">
<meta name="filler" content=" | (_| | | | | |_) | | | | |_) | ">
<meta name="filler" content=" \__,_|_|_| |_.__/|_| |_|_.__/ ">
<meta name="filler" content=" ">
<img class="tracking" src="https://www.airbnb.com/tracking/pixel/email_opened/1576818431?rookery_uuid=158a1666-16bd-7357-6a0e-087027474a70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;width:auto;max-width:100%;clear:both;display:block;display:none">
<img class="tracking" src="https://pixel.monitor1.returnpath.net/pixel.gif?r=d18944536895e922f0e7423fe24e51aff6f2b008" width="1" height="1" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;width:auto;max-width:100%;clear:both;display:block">
<table dir="ltr" class="body" style="border-spacing:0;border-collapse:collapse;vertical-align:top;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;background:#f3f3f3;height:100%;width:100%;color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px;margin-bottom:0px !important;background-color: white">
<tr style="padding:0;vertical-align:top;text-align:left">
<td class="center" align="center" valign="top" style="word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;vertical-align:top;color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px;border-collapse:collapse !important">
<center style="width:100%;min-width:580px">
<!--[if mso]>
<table class="container" width="580">
<![endif]-->
<!--[if !mso]>
<!-- -->
<table class="container" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;background:#fefefe;width:580px;margin:0 auto;text-align:inherit;max-width:580px;">
<!-- <![endif]-->
<tr style="padding:0;vertical-align:top;text-align:left">
<td style="word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;vertical-align:top;color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px;border-collapse:collapse !important">
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div style="padding-left: 16px; padding-right: 16px;">
<a href="https://www.airbnb.com/s/experiences?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202453&&refinement_paths%5B%5D=/experiences/KG/Tag:1712" class="round-image" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none;border-radius:4px">
<img alt="" class="round-image" src="https://a0.muscache.com/pictures/d523f945-c744-4ad0-ac89-e97ba675ff89.jpg" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;width:auto;max-width:100%;clear:both;display:block;border:none;border-radius:4px;margin-right: auto"> </a>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="columns first large-12 last small-12 row-pad-bot-0" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;width:564px;padding-left:16px;padding-right:16px;padding-bottom:0 !important">
<p class="headline headline-lg heavy text-center" style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:700;color:#484848;word-break:normal;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:32px;line-height:1.3;text-align:center;margin-bottom:0 !important;'>
A new way to explore famous food cities
</p>
</th>
</tr>
</table>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<p class="body body-lg body-lg-important body-link-rausch light text-left " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:left;margin-bottom:0px !important;'>
<br> </p>
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<div style="padding-left: 56px; padding-right: 56px">
<p class="body body-lg body-lg-important body-link-rausch light text-center " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:center;margin-bottom:0px !important;'>
Get to know a place through its food and traditions. With Cooking on Airbnb Experiences, passionate local cooks invite you to make and share memorable meals around the world. </p>
</div>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="" style="padding-bottom:8px">
</div>
</div>
<div>
<div style="padding: 0 16px;text-align: center">
<a href="https://www.airbnb.com/s/Cooking/all?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202455&query=Cooking&refinement_paths%5B%5D=/playlists/36212&screen_size=large&click_referer=t:SEE_ALL%7Csid:393f1160-98c5-438c-b548-d62cb0efc5b5%7Cst:CONTEXTUAL_LOCATION_ENTRY_CARDS&last_search_session_id=393f1160-98c5-438c-b548-d62cb0efc5b5&search_type=section_navigation" class="btn-primary btn-md btn-rausch btn-with-shadow" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none;background-color:#ff5a5f;-webkit-border-radius:4px;border-radius:4px;display:inline-block;padding:12px 24px 12px 24px;background-image: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) !important;background-size: 100% 100%;background-repeat: no-repeat;background: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) no-repeat center center / 100% 100%;display: block !important;padding: 20px 24px 20px 24px !important;">
<p class="text-center" style='font-weight:normal;padding:0;margin:0;text-align:center;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:white;font-size:18px;line-height:26px;margin-bottom:0px !important;color: #484848;font-weight: bold;'>
Explore all cities
</p>
</a>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="columns first large-12 last small-12" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;width:564px;padding-left:16px;padding-right:16px">
<hr style="max-width:580px;height:0;border-right:0;border-top:0;border-bottom:1px solid #cacaca;border-left:0;margin:20px auto;clear:both;background-color:#dbdbdb;border:none;height:1px;width:100%">
</th>
</tr>
</table>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<p class="body body-lg body-lg-important body-link-rausch light text-left " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:left;margin-bottom:0px !important;'>
<br> </p>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding: 0 16px 16px 16px;">
<p class="headline headline-lg heavy" style='padding:0;margin:0;text-align:left;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:700;color:#484848;word-break:normal;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:32px;line-height:1.3;margin-bottom:0 !important;'>
Singapore
</p>
</div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/1004519?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202890" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/d8697c01-b58a-4aa7-b996-3f4bab287f95.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Spicy Indian Muslim food with Mama Zi
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/42827?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202890" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/268745a9-9ba1-45e4-892b-9fed4b3c570f.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Cook family recipes on an urban farm
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/358227?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202890" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/fc92679d-2083-401b-b635-77e600f65208.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Asian home-cooking in an outdoor kitchen
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/1228328?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202890" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/60396767-e86b-4bc7-8c6e-2bd403304107.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Prep a Peranakan meal in a hip home
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="" style="padding-bottom:8px">
</div>
</div>
<div>
<div style="padding: 0 16px;text-align: center">
<a href="https://www.airbnb.com/s/Singapore/experiences?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202891&query=Singapore&refinement_paths%5B%5D=/experiences/KG/Tag:6464&click_referer=t:SEE_ALL%7Csid:ed34ce00-0cf3-4f9a-af35-7ff57c2f0ce9%7Cst:CONTEXTUAL_LOCATION_ENTRY_CARDS&search_type=section_navigation&screen_size=large&place_id=ChIJyY4rtGcX2jERIKTarqz3AAQ" class="btn-primary btn-md btn-rausch btn-with-shadow" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none;background-color:#ff5a5f;-webkit-border-radius:4px;border-radius:4px;display:inline-block;padding:12px 24px 12px 24px;background-image: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) !important;background-size: 100% 100%;background-repeat: no-repeat;background: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) no-repeat center center / 100% 100%;display: block !important;padding: 20px 24px 20px 24px !important;">
<p class="text-center" style='font-weight:normal;padding:0;margin:0;text-align:center;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:white;font-size:18px;line-height:26px;margin-bottom:0px !important;color: #484848;font-weight: bold;'>
Show more experiences
</p>
</a>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<p class="body body-lg body-lg-important body-link-rausch light text-left " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:left;margin-bottom:0px !important;'>
<br> </p>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding: 0 16px 16px 16px;">
<p class="headline headline-lg heavy" style='padding:0;margin:0;text-align:left;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:700;color:#484848;word-break:normal;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:32px;line-height:1.3;margin-bottom:0 !important;'>
Mexico City
</p>
</div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/919229?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202912" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/eaa50a80-6ebd-4b61-ae19-0ae6ddb9c348.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Mexican market tour and home-cooked meal
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/898445?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202912" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/82123872-e591-4a64-896d-08485cef2ded.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Cook vegan Mexican in a cozy casita
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/37946?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202912" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/c5435b5b-578e-48a3-8cc1-3431a4fac4d6.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Bake tres leche with a cake decorator
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/825205?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202912" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/94ce01d3-491e-4e08-b75f-050aab0893e6.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Make mole with an Indigenous cook
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="" style="padding-bottom:8px">
</div>
</div>
<div>
<div style="padding: 0 16px;text-align: center">
<a href="https://www.airbnb.com/s/Mexico-City--Mexico/experiences?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202915&query=Mexico%20City,%20Mexico&refinement_paths%5B%5D=/experiences/KG/Tag:6464&click_referer=t:SEE_ALL%7Csid:ed34ce00-0cf3-4f9a-af35-7ff57c2f0ce9%7Cst:CONTEXTUAL_LOCATION_ENTRY_CARDS&search_type=section_navigation&screen_size=large&place_id=ChIJB3UJ2yYAzoURQeheJnYQBlQ" class="btn-primary btn-md btn-rausch btn-with-shadow" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none;background-color:#ff5a5f;-webkit-border-radius:4px;border-radius:4px;display:inline-block;padding:12px 24px 12px 24px;background-image: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) !important;background-size: 100% 100%;background-repeat: no-repeat;background: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) no-repeat center center / 100% 100%;display: block !important;padding: 20px 24px 20px 24px !important;">
<p class="text-center" style='font-weight:normal;padding:0;margin:0;text-align:center;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:white;font-size:18px;line-height:26px;margin-bottom:0px !important;color: #505050;font-weight: bold;'>
Show more experiences
</p>
</a>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<p class="body body-lg body-lg-important body-link-rausch light text-left " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:left;margin-bottom:0px !important;'>
<br> </p>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding: 0 16px 16px 16px;">
<p class="headline headline-lg heavy" style='padding:0;margin:0;text-align:left;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:700;color:#484848;word-break:normal;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:32px;line-height:1.3;margin-bottom:0 !important;'>
Lisbon
</p>
</div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/285713?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202892" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/0d0e7d61-7036-4743-88c3-c2b6b36fc750.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Market-to-table meal with a Lisbon local
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/141971?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202892" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/6a7180a8-55cd-49c3-aee9-2b18ef13aaa8.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Bacalhau & Co. with a cookbook author
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/245683?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202892" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/14e54049-17d3-4a16-8e78-b320c9c8309a.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Cook and eat with ‘Grannies of the Sea’
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/286959?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202892" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/238310cc-e7d9-457b-bf5c-5fa34240421b.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Make pastries at a Portuguese bakery
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="" style="padding-bottom:8px">
</div>
</div>
<div>
<div style="padding: 0 16px;text-align: center">
<a href="https://www.airbnb.com/s/Lisbon--Portugal/experiences?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202901&query=Lisbon,%20Portugal&refinement_paths%5B%5D=/experiences/KG/Tag:6464&click_referer=t:SEE_ALL%7Csid:ed34ce00-0cf3-4f9a-af35-7ff57c2f0ce9%7Cst:CONTEXTUAL_LOCATION_ENTRY_CARDS&search_type=section_navigation&screen_size=large&place_id=ChIJO_PkYRozGQ0R0DaQ5L3rAAQ" class="btn-primary btn-md btn-rausch btn-with-shadow" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none;background-color:#ff5a5f;-webkit-border-radius:4px;border-radius:4px;display:inline-block;padding:12px 24px 12px 24px;background-image: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) !important;background-size: 100% 100%;background-repeat: no-repeat;background: url(https://a0.muscache.com/airbnb/rookery/dls/btn_with_shadow@2x-bf0428d148a67de293b1160d09bc1aa0.png) no-repeat center center / 100% 100%;display: block !important;padding: 20px 24px 20px 24px !important;">
<p class="text-center" style='font-weight:normal;padding:0;margin:0;text-align:center;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:white;font-size:18px;line-height:26px;margin-bottom:0px !important;color: #484848;font-weight: bold;'>
Show more experiences
</p>
</a>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<p class="body body-lg body-lg-important body-link-rausch light text-left " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:left;margin-bottom:0px !important;'>
<br> </p>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<div style="padding-left: 16px; padding-right: 16px;">
<a href="https://www.airbnb.com/s/Cooking/experiences?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202902&query=Cooking&refinement_paths%5B%5D=/experiences/KG/Tag:4870&screen_size=large&click_referer=t:SEE_ALL%7Csid:e42dc206-be55-4a82-9b3a-5a15e07d7554&last_search_session_id=e42dc206-be55-4a82-9b3a-5a15e07d7554&search_type=section_navigation" class="round-image" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none;border-radius:4px">
<img alt="" class="round-image" src="https://a0.muscache.com/pictures/bcbfa437-08b6-4751-b8c4-85a1edecc158.jpg" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;width:auto;max-width:100%;clear:both;display:block;border:none;border-radius:4px;margin-left: auto;margin-right: auto"> </a>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="columns first large-12 last small-12 row-pad-bot-0" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;width:564px;padding-left:16px;padding-right:16px;padding-bottom:0 !important">
<p class="headline headline-lg heavy text-center" style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:700;color:#484848;word-break:normal;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:32px;line-height:1.3;text-align:center;margin-bottom:0 !important;'>
In partnership with Slow Food
</p>
</th>
</tr>
</table>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<p class="body body-lg body-lg-important body-link-rausch light text-left " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:left;margin-bottom:0px !important;'>
<br> </p>
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<div style="padding-left: 56px; padding-right: 56px">
<p class="body body-lg body-lg-important body-link-rausch light text-center " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:center;margin-bottom:0px !important;'>
Curated experiences from the world's leading advocates for sustainable, delicious food </p>
</div>
</div>
</div>
<div>
<div class="row-pad-bot-0" style="padding-bottom:0 !important;padding-left: 16px;padding-right: 16px;padding-top: 0">
<p class="body body-lg body-lg-important body-link-rausch light text-left " style='padding:0;margin:0;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;font-weight:300;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;text-align:left;margin-bottom:0px !important;'>
<br> </p>
</div>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/1273738?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202907" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/b8265175-0240-4627-a9b9-6f1311e03047.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Farm-to-table Spanish cooking
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/168343?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202907" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/c15000c5-5001-460e-bebd-2572746ceba3.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2 row-pad-bot-2" style="padding-top:16px;padding-bottom:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Walk and eat the Amalfi Coast
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr style="padding:0;vertical-align:top;text-align:left">
<th class="columns large-6 first small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-left:16px;width:50% !important;padding-right:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/1043951?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202907" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/d44f421b-60ce-430d-9e08-d326f4041b26.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Mount Fuji bento box workshop
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
<th class="columns large-6 last small-6 two-columns-on-mobile" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;padding-right:16px;width:50% !important;padding-left:8px !important">
<table class="table_layout_fixed" style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;table-layout:fixed;width:100%">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px">
<a href="https://www.airbnb.com/experiences/1024757?c=.pi80.pkb21uaS80LzM2ODc1&euid=158a1666-16bd-7357-6a0e-087027474a70&src=omni%5B36875%5D&src_section=202907" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#2199e8;text-decoration:none">
<div class="aspect-ratio-3-2 round-image" style="overflow:hidden;position:relative;padding-bottom:66%;width:100%;border-radius:4px;height:0 !important;max-height:0 !important;">
<img alt="" class="round-image" src="https://a0.muscache.com/4ea/air/v2/pictures/78ccb576-9f45-4cbe-adff-ed5203f209f2.jpg?t=c:w3-h2-go,r:w400-h267-sfill,e:fjpg-c70" style="outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;max-width:100%;clear:both;display:block;border:none;border-radius:4px;top:0;left:0;width:100%;max-height: 267px"> </div>
<div class="row-pad-top-2" style="padding-top:16px">
<div class="body body-lg heavy" style="font-weight:700;color:#484848;hyphens:none;-moz-hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;font-size:18px;line-height:1.4;margin-bottom:0px !important;line-height: 1.2;">
Peruvian market tour and lunch
</div>
</div>
</a>
</th>
</tr>
</table>
</th>
</tr>
</table>
</div>
<div>
<div class="" style="padding-bottom:24px">
</div>
</div>
<div>
<table style="border-spacing:0;border-collapse:collapse;padding:0;vertical-align:top;text-align:left;width: 100%">
<tr style="padding:0;vertical-align:top;text-align:left">
<td style="word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;vertical-align:top;color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;font-size:16px;line-height:19px;border-collapse:collapse !important;background-color: #FFFFFF">
<div style="padding: 0 16px">
</div>
</td>
</tr>
</table>
<div class="" style="padding-bottom:16px">
</div>
</div>
<div>
<div class="" style="padding-bottom:40px">
</div>
<table class="row" style="border-spacing:0;border-collapse:collapse;vertical-align:top;text-align:left;padding:0;width:100%;position:relative;display:table">
<tr class="" style="padding:0;vertical-align:top;text-align:left">
<th class="columns first large-12 last small-12 standard-footer-padding" style="color:#0a0a0a;font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;text-align:left;font-size:16px;line-height:19px;margin:0 auto;padding-bottom:16px;width:564px;padding-left:16px;padding-right:16px">
<div class="centered-container">
<hr class="standard-footer-hr" style="max-width:580px;border-right:0;border-top:0;border-bottom:1px solid #cacaca;border-left:0;clear:both;background-color:#dbdbdb;height:2px;width:100%;border:none;margin:auto">
<div class="row-pad-bot-4" style="padding-bottom:32px">
</div>
<p class="standard-footer-text " style='padding:0;margin:0;margin-bottom:10px;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:#9ca299;font-size:14px;text-shadow:0 1px #fff;font-weight:300;line-height:1.4;text-align:center'>
</p>
<p class="standard-footer-text center " style='padding:0;margin:0;margin-bottom:10px;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:#9ca299;font-size:14px;text-shadow:0 1px #fff;font-weight:300;line-height:1.4;text-align:center'>
Sent with ♥ from Airbnb
</p>
<p class="standard-footer-text " style='padding:0;margin:0;margin-bottom:10px;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:#9ca299;font-size:14px;text-shadow:0 1px #fff;font-weight:300;line-height:1.4;text-align:center'>
Airbnb, Inc., 888 Brannan St, San Francisco, CA 94103 </p>
<p class="standard-footer-text " style='padding:0;margin:0;margin-bottom:10px;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:#9ca299;font-size:14px;text-shadow:0 1px #fff;font-weight:300;line-height:1.4;text-align:center'>
<a class="muted" href="https://www.airbnb.com/" style="font-family:'Cereal', Helvetica, Arial, sans-serif;font-weight:normal;padding:0;margin:0;text-align:left;line-height:1.3;color:#9ca299;text-decoration:underline">
Unsubscribe
</a>
</p>
<p class="standard-footer-text " style='padding:0;margin:0;margin-bottom:10px;font-family:"Cereal", "Helvetica", Helvetica, Arial, sans-serif;color:#9ca299;font-size:14px;text-shadow:0 1px #fff;font-weight:300;line-height:1.4;text-align:center'>
</p>
</div>
</th>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<!-- Gmail on iOS will automatically increase font-size for readability -->
<!-- http://freshinbox.com/blog/gmail-supports-displaynone-and-gmail-ios-font-fix-update/ -->
<div class="gmailfix" style="white-space:nowrap; font:15px courier; line-height:0; color:white;">
</div>
<img src="https://email.airbnb.com/wf/open?upn=CmwAv3oRa0AH4Hd1bWC6X6p1xqrVRedZKih16VD-2B0xoHMugg5iXg-2FpsT6EhOGzj8IDf10q9Ghw6tnsjoe4KE-2BV-2BzaputuIofoV2QvJ65LZV5gRpNnemC7I9FOViUxul41ho6FvJ5DMJqU3sfoTYVNkvxoZXSYMcN-2FF7Cqq4OY42P5icdYv8n6UZfy6AhcbjcX7Whqv4NQdWUI5QpAnVjew4-2B3N1kgfrJHnKVYeM-2BXVh2y1YrDjtMDXtdk13sWtCqITXKdC8hU3X5Bs3-2BtI4-2F-2BP9DUXFtUEyNh1s30dYZURp-2FrMeTuyX2j6a0A7-2Bg6RkpN52aJAjHJrnoLCRgX61dpsIJG52O3asDfdgZNAHoGIXqrvmpOP4Jh71eb78BpDH2p36C2x5arb1lC1telYZTN5oa7sMBwwuHRJ1QKbGegniNk0nxz2q2i46h-2BKj3r0Mh2W0mLPOD0r1UsZ2t66iuht2PQ6gYrBp941hk1WJ1DuULe7hnne3c5W-2BiJzjhRdjK8FlEudq7c1RIq8dG8wir9-2BLeR0Le5KHk64UWzf3lCxBNaCx5El-2BIsdMt2EkRgqx-2BDeu7X0P9-2FlnydYs6l-2B-2FmybAAQfpISOFZBMt3yMogAJgUAgksO42lTSru5F6P7Fv9rlEO8uCviwHJAKjpACEGmQ-3D-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" />
</body>
</html>
Also see: Tab Triggers