.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/1QixvJSG/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40697d8c-66d3-456a-be2c-454e64ea710c/01BANNERTOPO.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.adaptive-delivery-prevent-bg, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyload, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyloading { background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { background-color: transparent; background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { border-width: 0; border-radius: 0; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#SoPrZLgsJlGqeP2zmqnpf8EZbWseUHPO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:11.1875rem;top:2.967529296875rem;left:63.659676907488rem;overflow:hidden;display:block; }
#P87F2gPbSU1BhFIqzsgHP7hbkJLLutCm { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6245rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.1240234375rem;left:2.811279296875rem;display:block; }
#zvBlcT8lxO35cyR1i1TsotcLTdJ1UStZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVZQQl7E0JwA73NgZ5K1wp1paXAWD3R3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:46.9995rem;top:13.216552734375rem;left:0rem;overflow:hidden;display:block; }
#OegBxBWtnJBT58PeK70LheswBx0Be6B6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeae8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { background-color: transparent; background-image: none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container > .video-iframe-container { display: none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row > .video-iframe-container { display: none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { border-width: 0; border-radius: 0; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#AZLK4iIqM4aLGlJTlLKfW6uJDOdasTt1 { color:#4c3427;display:block;width:18.6875rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:4.8125rem;left:42.125rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HigrSDQ9gxRssH6o0A43sJVdAuTXOnTi { color:#4c3427;display:block;width:25.0625rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.375rem;left:42.125rem;height:18.00128125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMtA1mhesciZcPM8IL76sf4SVvAu0fyN { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f25296de-82ea-43bf-b44d-413406f18d1c/02FOTO01.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:75rem;top:0rem;left:-36.984375rem;display:block; }#iMtA1mhesciZcPM8IL76sf4SVvAu0fyN.adaptive-delivery-prevent-bg, #iMtA1mhesciZcPM8IL76sf4SVvAu0fyN.lazyload, #iMtA1mhesciZcPM8IL76sf4SVvAu0fyN.lazyloading { background-image: none; }
#UHTE7ZToMbnv9sWR8EP5PqkwGShD888E { color:#4c3427;display:block;width:18.6865rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:28.375rem;left:42.125rem;height:1.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia { position:relative;display:none; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia { border-width: 0; border-radius: 0; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c4a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container { background-color: transparent; background-image: none; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container > .video-iframe-container { display: none; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row > .video-iframe-container { display: none; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container { border-width: 0; border-radius: 0; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#fOADp3nTUzUIySu2xRtPURq1IrQzKTtX { box-sizing:content-box;height:36.8125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c7f79e56-959b-4449-a6e6-a9feb6a0f2b2/03FOTO02.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.005859375rem;left:38.18359375rem;display:block; }#fOADp3nTUzUIySu2xRtPURq1IrQzKTtX.adaptive-delivery-prevent-bg, #fOADp3nTUzUIySu2xRtPURq1IrQzKTtX.lazyload, #fOADp3nTUzUIySu2xRtPURq1IrQzKTtX.lazyloading { background-image: none; }
#bKqe5Kca8AIpyz9AkmZTdK5iqbU60odk { color:#e8d5a5;display:block;width:27.9375rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:7.0625rem;left:6rem;height:2.62478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TeNaAdMFHx08d2D52ypCdexIEFysADqD { color:#ffffff;display:block;width:25.4366875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:9.6875rem;left:6rem;height:16.20116875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeae8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container { background-color: transparent; background-image: none; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container > .video-iframe-container { display: none; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row > .video-iframe-container { display: none; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container { border-width: 0; border-radius: 0; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeae8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container { background-color: transparent; background-image: none; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container > .video-iframe-container { display: none; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row > .video-iframe-container { display: none; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container { border-width: 0; border-radius: 0; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#hr0RENbkeETBf6bbOvJo7XMhLQlOMSBt { color:#ae894c;display:block;width:60.37475rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:2.5625rem;left:7.3125rem;height:2.62478125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTTVwlONJhrW85vgddGMlOP6CHteqAqJ { color:#4c3427;display:block;width:54.87425rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.125rem;left:10.0625rem;height:3.6002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgTVzxiemUTZGQTNHQd6lPSJ3tK012m3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.1875rem;top:40.125rem;left:18.6875rem;overflow:hidden;display:block; }
#NwuKaG3XOgCUAn5821wI1ARSAvXvFLu7 { color:#4c3427;display:block;width:15.437rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:40.0625rem;left:20.25rem;height:1.39865625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HNWBokrCM5KFBHTu5Zcd8IrerXEpBTya { color:#4c3427;display:block;width:28.93675rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:40.0625rem;left:37.4375rem;height:1.39865625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTSKM9rbhJx2wy2WaOu44LGtTtTt6dsu { color:#ae894c;display:block;width:17.875rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:12.875rem;left:0rem;height:1.37478125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AtTqhWvftneu0AoMGFFHgsT1Z8ubX1M7 { color:#4c3427;display:block;width:5.1245125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:15.1875rem;left:0rem;height:18.1966125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHVKcECeKhPbTiKQBtH8hpXSLuvWo65O { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.5625rem;top:43.642578125rem;left:19.4677734375rem;overflow:hidden;display:none; }
#DRIMr8TndKvUeFmWR5HosIBH6Otvu4bo { color:#ae894c;display:block;width:15.3125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:12.875rem;left:19.625rem;height:1.64930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v5TTe3IcXQAcuR0rld3iFprzdOqcslxc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.5625rem;top:43.642578125rem;left:19.4677734375rem;overflow:hidden;display:none; }
#aG1tnFxCJANI9d1Bqo3PzVBNI8dHe7Pd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.5625rem;top:43.642578125rem;left:19.4677734375rem;overflow:hidden;display:none; }
#WVWsdJyuf3ga0SnypQ7aiJ3MBa1sMWBb { color:#ae894c;display:block;width:13.5608125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:12.75rem;left:38.8125rem;height:1.64930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q1HAnvOJ5f40WkOD63DZEE0nzQIxK583 { color:#ae894c;display:block;width:15.4358125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:12.75rem;left:59rem;height:1.64930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ouXT6Tp8gpSWgX35Xgv0pUeSVfdeU9os { color:#4c3427;display:block;width:4.6875rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:15.1875rem;left:59rem;height:6.9986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZciKtKoMeQTJSTDCcbWKNRowIyMThbd0 { color:#4c3427;display:block;width:12.749rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:15.1875rem;left:5.3125rem;height:20.9960875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IsBcyiQ3ZAVO8ZAZwsPkfX0FukzcEqda { color:#4c3427;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:15.1875rem;left:24.6875rem;height:16.79686875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNT4Qw6reODT2CGDGw8lQ6m8VqhKcIqA { color:#4c3427;display:block;width:5.249025rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:15.1875rem;left:19.4375rem;height:16.79685rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lv36u92QZnlc1nWX0AwWLbWhZ5Qzwblc { color:#4c3427;display:block;width:12.7478125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:15.1875rem;left:44.25rem;height:19.59634375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RatZx1HUGgBJX2ZBy90rT8CrZxGfKwbv { color:#4d3527;display:block;width:5rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:15.1875rem;left:38.8125rem;height:16.79685625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sRp6CieV9ylxQocGRDMLe73vl0zn8nwe { color:#4c3427;display:block;width:10.1233125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:15.1875rem;left:63.6875rem;height:6.99869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAuxHbSzcEu1enT3oH1E0Tr0Hc90arur { box-sizing:content-box;height:0.0625rem;width:17.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(77,53,39,0.46);background-image:none;top:15.1875rem;left:0rem;display:block; }
#zLclrk69nhZon3TQUi6sLelUnVIbdzEN { box-sizing:content-box;height:18.75rem;width:0.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(77,53,39,0.46);background-image:none;top:12.875rem;left:18.6875rem;display:block; }
#BlZRd0QBw0Z1fvqlfO3vT93tu1q2OQDN { box-sizing:content-box;height:0.0618489375rem;width:17.1875rem;position:absolute;display:block;z-index:15018;background-color:rgba(77,53,39,0.46);background-image:none;top:15.125rem;left:19.375rem;display:block; }
#cScRZQh9k7SQrtg2S1QTAoiHmWFCCZLQ { box-sizing:content-box;height:18.75rem;width:0.062255875rem;position:absolute;display:block;z-index:15019;background-color:rgba(77,53,39,0.46);background-image:none;top:12.875rem;left:37.5rem;display:block; }
#NBBanb1RlR4InmhT9Cl79G75ebPC76mm { box-sizing:content-box;height:0.0625rem;width:17.7478125rem;position:absolute;display:block;z-index:15019;background-color:rgba(77,53,39,0.46);background-image:none;top:15.25rem;left:38.8125rem;display:block; }
#KCQN2GMFTwIkbIISFlbGvbFCmp8iS7o3 { box-sizing:content-box;height:0.0625rem;width:15.8125rem;position:absolute;display:block;z-index:15020;background-color:rgba(77,53,39,0.46);background-image:none;top:15.1875rem;left:59rem;display:block; }
#nB6J3Qm5Hm27Lv697PEkssDGRaX03b39 { box-sizing:content-box;height:18.75rem;width:0.062255875rem;position:absolute;display:block;z-index:15020;background-color:rgba(77,53,39,0.46);background-image:none;top:12.875rem;left:57.5rem;display:block; }
#ehyPXlRiy84D97Vh9T2g2BPkZfQE3oA0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.80956875rem;width:0.9375rem;top:35.0625rem;left:17rem;overflow:hidden;display:block; }
#uOykO84aTa4SMFFLdNX0XLLV7b5PNFZ3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81015625rem;width:0.9375rem;top:30.875rem;left:36.3125rem;overflow:hidden;display:block; }
#rbCbKetDk06ofXTaTpOsJ5wDQhxux82S { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81015625rem;width:0.9375rem;top:22.5rem;left:49.5rem;overflow:hidden;display:block; }
#rkoVPRCAB0ud5cOoeE3vFA4IB009KTni { color:#4d3527;display:block;width:5rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:19.875rem;left:38.8125rem;height:19.59633125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qg6T2IsgB9FJDbW50I7eeEyTxLzNhE2K { box-sizing:content-box;height:0.0625rem;width:17.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(77,53,39,0.46);background-image:none;top:19.849853515625rem;left:0rem;display:none; }
#vGGs6wvDyRo526dfIOfTSLFC6tBwlM6q { box-sizing:content-box;height:0.0625rem;width:17.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(77,53,39,0.46);background-image:none;top:19.849853515625rem;left:0rem;display:none; }
#XN6nsy0igKeSqayHEPq6lKNIw6meeiMw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.5625rem;top:43.642578125rem;left:19.4677734375rem;overflow:hidden;display:none; }
#HPLOq5Xp1GZ4uM7fAPwkFmTM9pDTGI1W { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.80956875rem;width:0.9375rem;top:30.875rem;left:49.5rem;overflow:hidden;display:block; }
#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#523121;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container { background-color: transparent; background-image: none; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container > .video-iframe-container { display: none; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row > .video-iframe-container { display: none; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container { border-width: 0; border-radius: 0; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#aeVSirwdCpKgsMrPAnLmTu4Z67XASgIS { color:#ffffff;display:block;width:23.186875rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:4.6874980926514rem;left:4.5594615936279rem;height:10.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k5tUoZg2rkErnWe2RsMX5AFxwFuH5CHT { background-color:#ae894c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.125rem;left:52.8125rem;display:block; }
#eUPXWDn35zgCqg2Q1vxUSitQKlnhls6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5eu73cLfCTb1dEQABMTPOqJzwIrk9GN { color:#ffffff;display:block;width:15.1248125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:5.5327701568604rem;left:52.812501907349rem;height:4.24913125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7341a582-eaaa-4d6b-97c8-63a43223fd2e/04FOTORESORT1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ.adaptive-delivery-prevent-bg, #RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ.lazyload, #RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ.lazyloading { background-image: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container { background-color: transparent; background-image: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container > .video-iframe-container { display: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row > .video-iframe-container { display: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container { border-width: 0; border-radius: 0; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae894c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container { background-color: transparent; background-image: none; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container > .video-iframe-container { display: none; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row > .video-iframe-container { display: none; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container { border-width: 0; border-radius: 0; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#r1RJ84wRSMLGQ4Wqmy0qcCNEElVqtXoJ { color:#ffffff;display:block;width:20.7495rem;position:absolute;font-family:figtree;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.59912109375rem;left:2.999267578125rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l4dX2XuO5Q7zkqbC5rsybKcS7EG06z0i { color:#4c3427;display:block;width:41.43675rem;position:absolute;font-family:figtree;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:5.853271484375rem;left:33.563232421875rem;height:6.6959375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeae8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container { background-color: transparent; background-image: none; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container > .video-iframe-container { display: none; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row > .video-iframe-container { display: none; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container { border-width: 0; border-radius: 0; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;position:relative;display:block; }#QQHd5HR7AvtrfwaSxRbA3mbk2HPSiydP { box-sizing:content-box;height:21.4375rem;width:24.8125rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d3493dd5-5446-4cd9-ab7d-db557cabecc7/CARMELHOTIS_FESTIVALGASTRONOM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.8103332519531rem;left:0rem;display:block; }#QQHd5HR7AvtrfwaSxRbA3mbk2HPSiydP.adaptive-delivery-prevent-bg, #QQHd5HR7AvtrfwaSxRbA3mbk2HPSiydP.lazyload, #QQHd5HR7AvtrfwaSxRbA3mbk2HPSiydP.lazyloading { background-image: none; }
#MrFBq1NSqkPrfAcPnKqn8uE80KOJ3TLG { box-sizing:content-box;height:21.624375rem;width:24.749375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df8a7779-970b-4130-afa6-e446035f6a36/06FOTOGALERIA21.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.7148394584656rem;left:25.281034469604rem;display:block; }#MrFBq1NSqkPrfAcPnKqn8uE80KOJ3TLG.adaptive-delivery-prevent-bg, #MrFBq1NSqkPrfAcPnKqn8uE80KOJ3TLG.lazyload, #MrFBq1NSqkPrfAcPnKqn8uE80KOJ3TLG.lazyloading { background-image: none; }
#wzIpdTPoupn5fNFs2LoIvvtd50sFl7rM { box-sizing:content-box;height:21.5625rem;width:24.5rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/595faf42-2dbb-4f90-8533-afb88a04d0c9/CARMELHOTIS_FESTIVALGASTRONOM6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.7478332519531rem;left:50.564307523667rem;display:block; }#wzIpdTPoupn5fNFs2LoIvvtd50sFl7rM.adaptive-delivery-prevent-bg, #wzIpdTPoupn5fNFs2LoIvvtd50sFl7rM.lazyload, #wzIpdTPoupn5fNFs2LoIvvtd50sFl7rM.lazyloading { background-image: none; }
#ZzSMZAPFUyXhiJiICMCB4vkwmSTA5ASB { box-sizing:content-box;height:21.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f33b3d3-c28d-4346-be80-966bd9423cd9/CARMELHOTIS_FESTIVALGASTRONOM5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.874359130859rem;left:0rem;display:block; }#ZzSMZAPFUyXhiJiICMCB4vkwmSTA5ASB.adaptive-delivery-prevent-bg, #ZzSMZAPFUyXhiJiICMCB4vkwmSTA5ASB.lazyload, #ZzSMZAPFUyXhiJiICMCB4vkwmSTA5ASB.lazyloading { background-image: none; }
#BVXDmrFgnBZW52TAcdM9VKNUJpS4Jx6h { box-sizing:content-box;height:20.875rem;width:24.625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9afac71d-f8fa-4aae-b1d0-abba89a5324d/CARMELHOTIS_FESTIVALGASTRONOM4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.985470380859rem;left:25.42991914961rem;display:block; }#BVXDmrFgnBZW52TAcdM9VKNUJpS4Jx6h.adaptive-delivery-prevent-bg, #BVXDmrFgnBZW52TAcdM9VKNUJpS4Jx6h.lazyload, #BVXDmrFgnBZW52TAcdM9VKNUJpS4Jx6h.lazyloading { background-image: none; }
#CHJfxg2RMJ32UVDNhaQvmmE1vlGoOUBn { box-sizing:content-box;height:21rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e6ae2005-dfb3-49a1-866c-edbd144057f8/CARMELHOTIS_FESTIVALGASTRONOM3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.860470380859rem;left:50.661561689498rem;display:block; }#CHJfxg2RMJ32UVDNhaQvmmE1vlGoOUBn.adaptive-delivery-prevent-bg, #CHJfxg2RMJ32UVDNhaQvmmE1vlGoOUBn.lazyload, #CHJfxg2RMJ32UVDNhaQvmmE1vlGoOUBn.lazyloading { background-image: none; }
#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c4a4d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container { background-color: transparent; background-image: none; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container > .video-iframe-container { display: none; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row > .video-iframe-container { display: none; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container { border-width: 0; border-radius: 0; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#dLClkS5UU4sLNuLUAJGry6CP7ifGyt7t { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.7805rem;height:3.90551875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:6.40380859375rem;left:59.188232421875rem;display:block; }
#AKnUXhRw3E78wwTMq0baa341R4uRsSXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5TNldmZ1yQVmFWFuMJSoWpobDTVzQCX { color:#ffffff;display:block;width:10.437rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:6.64794921875rem;left:32.2802734375rem;height:3.450525rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#M54hQsdsySG1s5mUUlPVugg7IlrVqqT0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:21.25rem;top:4.4477005004883rem;left:0rem;overflow:hidden;display:block; }
#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd4ca;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container { background-color: transparent; background-image: none; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container > .video-iframe-container { display: none; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row > .video-iframe-container { display: none; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container { border-width: 0; border-radius: 0; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#fgTFs2MrhTiff9Ggcck5QZNdOOPyJZ0H { color:#ae894c;display:block;width:9.2480625rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:6.123046875rem;left:0rem;height:2.32530625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t1da7CuTmuzcec4XX8SzwtN03lA8PT5S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:13.686rem;top:5.6911888122559rem;left:9.2480487823488rem;overflow:hidden;display:block; }
#lSG04tK4hLg0GCz1XFeWJeT0o8DxOh8c { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:13.811875rem;top:5.3786888122559rem;left:28.853082656861rem;overflow:hidden;display:block; }
#aESgkNG75TaBCGgbPZ1ee9w1maNvcdTx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:9.249125rem;top:4.8166236877441rem;left:48.910593032837rem;overflow:hidden;display:block; }
#TEDTPUmOlJTSRqLInzNn2p0UrgOSx0RG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:11.311875rem;top:5.2224388122559rem;left:63.688158035281rem;overflow:hidden;display:block; }
#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi { border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;background-color:rgba(255,255,255,0.65);background-image:url("https://images.assets-landingi.com/uc/8487e61e-fd58-4ad4-9339-aa92ff18bbe6/littlepluses.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi.adaptive-delivery-prevent-bg, #ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi.lazyload, #ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi.lazyloading { background-image: none; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi > .row .container { border-width: 0; border-radius: 0; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:none; }#a1Bq48ToM7hzX5bz78TFW99qtwyStIqn { color:#2b494d;display:block;width:24.5rem;position:absolute;font-family:figtree;font-size:1.625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:9.0703125rem;left:30.5rem;height:7.797875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/85e1010e-151f-4983-9479-0088106daa2c/logo2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:25.0625rem;top:8.8125rem;left:0rem;display:block; }#UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt.adaptive-delivery-prevent-bg, #UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt.lazyload, #UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt.lazyloading { background-image: none; }
#INNDXhC3QVNZ8kcKWm3LXcoiOeqShtJm { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #ae894c;border-left:0.125rem solid #ae894c;border-right:0.125rem solid #ae894c;border-bottom:0.125rem solid #ae894c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ae894c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.25rem;left:60.782894736842rem;display:block; }
#Mz2nz6iGZRpydetVnLg5zIqfCRrR5WWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection *:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="text"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="email"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="tel"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection textarea:focus-visible { outline: none; } #Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container { background-color: transparent; background-image: none; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container > .video-iframe-container { display: none; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row > .video-iframe-container { display: none; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container { border-width: 0; border-radius: 0; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d3527;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection *:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="text"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="email"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="tel"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection textarea:focus-visible { outline: none; } #wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container { background-color: transparent; background-image: none; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container > .video-iframe-container { display: none; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row > .video-iframe-container { display: none; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container { border-width: 0; border-radius: 0; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { background-color: transparent; background-image: none; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container > .video-iframe-container { display: none; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row > .video-iframe-container { display: none; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { border-width: 0; border-radius: 0; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DtwA3Spg4zLGOz9z6dAcVUwRAhHc2vNM { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#XEGQ97D8FRAieE4TZ1MyLEBWZf12EkHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odpTWm88nBGqfJp6dk2ONVGMNAsaOaz7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#P2hTwCwi4z5VbzFQ0Hc1THEgMJRmHlay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL { display:block; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPrZLgsJlGqeP2zmqnpf8EZbWseUHPO { width:11.1875rem;height:4.25rem;top:2.9375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P87F2gPbSU1BhFIqzsgHP7hbkJLLutCm { width:12.5625rem;height:3.5rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvBlcT8lxO35cyR1i1TsotcLTdJ1UStZ { display:block; }
 }@media only screen and (max-width: 763px) { #AVZQQl7E0JwA73NgZ5K1wp1paXAWD3R3 { width:46.9375rem;height:23.094494356323rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OegBxBWtnJBT58PeK70LheswBx0Be6B6 { display:block; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZLK4iIqM4aLGlJTlLKfW6uJDOdasTt1 { width:18.6875rem;height:4.5rem;top:4.8125rem;left:28.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HigrSDQ9gxRssH6o0A43sJVdAuTXOnTi { top:9.375rem;left:22.6875rem;width:25.0625rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMtA1mhesciZcPM8IL76sf4SVvAu0fyN { width:47.75rem;height:36.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTE7ZToMbnv9sWR8EP5PqkwGShD888E { width:18.625rem;height:1.25rem;top:28.375rem;left:28.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia { display:none; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM { display:block; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOADp3nTUzUIySu2xRtPURq1IrQzKTtX { width:47.75rem;height:36.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKqe5Kca8AIpyz9AkmZTdK5iqbU60odk { width:27.875rem;height:2.5625rem;top:7.0625rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeNaAdMFHx08d2D52ypCdexIEFysADqD { width:25.375rem;height:16.1875rem;top:9.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v { display:block; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 { display:block; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr0RENbkeETBf6bbOvJo7XMhLQlOMSBt { width:47.75rem;height:2.5625rem;top:2.5625rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTTVwlONJhrW85vgddGMlOP6CHteqAqJ { top:7.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTVzxiemUTZGQTNHQd6lPSJ3tK012m3 { width:1.125rem;height:1.0067373151302rem;top:40.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwuKaG3XOgCUAn5821wI1ARSAvXvFLu7 { top:40.0625rem;left:8.5rem;width:15.375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNWBokrCM5KFBHTu5Zcd8IrerXEpBTya { top:40.0625rem;left:0rem;width:28.875rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTSKM9rbhJx2wy2WaOu44LGtTtTt6dsu { width:17.8125rem;height:1.3125rem;top:12.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtTqhWvftneu0AoMGFFHgsT1Z8ubX1M7 { top:15.1875rem;left:0rem;width:5.0625rem;height:18.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHVKcECeKhPbTiKQBtH8hpXSLuvWo65O { width:1.5625rem;height:1.43676875rem;top:43.625rem;left:12.6552734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRIMr8TndKvUeFmWR5HosIBH6Otvu4bo { width:15.3125rem;height:1.625rem;top:12.875rem;left:8.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5TTe3IcXQAcuR0rld3iFprzdOqcslxc { width:1.5625rem;height:1.43676875rem;top:43.625rem;left:12.6552734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG1tnFxCJANI9d1Bqo3PzVBNI8dHe7Pd { width:1.5625rem;height:1.43676875rem;top:43.625rem;left:12.6552734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVWsdJyuf3ga0SnypQ7aiJ3MBa1sMWBb { width:13.5rem;height:1.625rem;top:12.75rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1HAnvOJ5f40WkOD63DZEE0nzQIxK583 { width:15.375rem;height:1.625rem;top:12.75rem;left:32.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouXT6Tp8gpSWgX35Xgv0pUeSVfdeU9os { top:15.1875rem;left:38.5625rem;width:4.6875rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZciKtKoMeQTJSTDCcbWKNRowIyMThbd0 { top:15.1875rem;left:0rem;width:12.6875rem;height:20.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsBcyiQ3ZAVO8ZAZwsPkfX0FukzcEqda { top:15.1875rem;left:12.0625rem;width:11.75rem;height:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNT4Qw6reODT2CGDGw8lQ6m8VqhKcIqA { top:15.1875rem;left:12.625rem;width:5.1875rem;height:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv36u92QZnlc1nWX0AwWLbWhZ5Qzwblc { top:15.1875rem;left:23.875rem;width:12.6875rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RatZx1HUGgBJX2ZBy90rT8CrZxGfKwbv { top:15.1875rem;left:23.875rem;width:5rem;height:16.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRp6CieV9ylxQocGRDMLe73vl0zn8nwe { top:15.1875rem;left:37.6875rem;width:10.0625rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAuxHbSzcEu1enT3oH1E0Tr0Hc90arur { width:17.6875rem;height:0;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLclrk69nhZon3TQUi6sLelUnVIbdzEN { width:0;height:18.75rem;top:12.875rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlZRd0QBw0Z1fvqlfO3vT93tu1q2OQDN { width:17.1875rem;height:0;top:15.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cScRZQh9k7SQrtg2S1QTAoiHmWFCCZLQ { width:0;height:18.75rem;top:12.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBBanb1RlR4InmhT9Cl79G75ebPC76mm { width:17.6875rem;height:0;top:15.25rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCQN2GMFTwIkbIISFlbGvbFCmp8iS7o3 { width:15.75rem;height:0;top:15.1875rem;left:31.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nB6J3Qm5Hm27Lv697PEkssDGRaX03b39 { width:0;height:18.75rem;top:12.875rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehyPXlRiy84D97Vh9T2g2BPkZfQE3oA0 { width:0.9375rem;height:0.8094625rem;top:35.0625rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOykO84aTa4SMFFLdNX0XLLV7b5PNFZ3 { width:0.9375rem;height:0.8094625rem;top:30.875rem;left:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbCbKetDk06ofXTaTpOsJ5wDQhxux82S { width:0.9375rem;height:0.8094625rem;top:22.5rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkoVPRCAB0ud5cOoeE3vFA4IB009KTni { top:68.8125rem;left:0rem;width:5rem;height:16.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qg6T2IsgB9FJDbW50I7eeEyTxLzNhE2K { width:17.75rem;height:0.0625rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGGs6wvDyRo526dfIOfTSLFC6tBwlM6q { width:17.75rem;height:0.0625rem;top:19.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XN6nsy0igKeSqayHEPq6lKNIw6meeiMw { width:1.5625rem;height:1.43676875rem;top:43.625rem;left:12.6552734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPLOq5Xp1GZ4uM7fAPwkFmTM9pDTGI1W { width:0.9375rem;height:0.8094625rem;top:30.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu1KwBFRT0sLexXXGr121lCA3rxQeLFL { display:block; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeVSirwdCpKgsMrPAnLmTu4Z67XASgIS { width:23.125rem;height:10.625rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5tUoZg2rkErnWe2RsMX5AFxwFuH5CHT { width:11.25rem;height:3rem;top:11.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPXWDn35zgCqg2Q1vxUSitQKlnhls6C { display:block; }
 }@media only screen and (max-width: 763px) { #z5eu73cLfCTb1dEQABMTPOqJzwIrk9GN { width:15.0625rem;height:4.1875rem;top:5.5rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ { display:block; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P { display:block; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1RJ84wRSMLGQ4Wqmy0qcCNEElVqtXoJ { width:20.6875rem;height:5.5rem;top:6.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4dX2XuO5Q7zkqbC5rsybKcS7EG06z0i { width:41.375rem;height:6.6875rem;top:5.8125rem;left:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW2IGV97Ci9udlSt4hG29HxNG5nvtunI { display:block; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQHd5HR7AvtrfwaSxRbA3mbk2HPSiydP { width:24.8125rem;height:21.4375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrFBq1NSqkPrfAcPnKqn8uE80KOJ3TLG { width:24.6875rem;height:21.5625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzIpdTPoupn5fNFs2LoIvvtd50sFl7rM { width:24.5rem;height:21.5625rem;top:7.6875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSMZAPFUyXhiJiICMCB4vkwmSTA5ASB { width:24.8125rem;height:21.0625rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXDmrFgnBZW52TAcdM9VKNUJpS4Jx6h { width:24.625rem;height:20.875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJfxg2RMJ32UVDNhaQvmmE1vlGoOUBn { width:24.375rem;height:21rem;top:29.8125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk { display:block; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLClkS5UU4sLNuLUAJGry6CP7ifGyt7t { width:15.75rem;height:3.875rem;top:6.375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnUXhRw3E78wwTMq0baa341R4uRsSXP { display:block; }
 }@media only screen and (max-width: 763px) { #q5TNldmZ1yQVmFWFuMJSoWpobDTVzQCX { width:10.375rem;height:3.4375rem;top:6.625rem;left:18.6552734375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M54hQsdsySG1s5mUUlPVugg7IlrVqqT0 { width:21.25rem;height:7.8125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT { display:block; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgTFs2MrhTiff9Ggcck5QZNdOOPyJZ0H { width:9.1875rem;height:2.3125rem;top:6.0625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1da7CuTmuzcec4XX8SzwtN03lA8PT5S { width:13.625rem;height:3.1726458607336rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSG04tK4hLg0GCz1XFeWJeT0o8DxOh8c { width:13.75rem;height:3.7947735191638rem;top:5.375rem;left:15.228082656861rem;display:block; }
 }@media only screen and (max-width: 763px) { #aESgkNG75TaBCGgbPZ1ee9w1maNvcdTx { width:9.1875rem;height:4.9041740857243rem;top:4.8125rem;left:35.285593032837rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEDTPUmOlJTSRqLInzNn2p0UrgOSx0RG { width:11.25rem;height:4.1017901541522rem;top:5.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi { display:none; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1Bq48ToM7hzX5bz78TFW99qtwyStIqn { width:24.5rem;height:7.75rem;top:9.0625rem;left:16.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt { width:25.0625rem;height:8.3125rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INNDXhC3QVNZ8kcKWm3LXcoiOeqShtJm { width:14.0625rem;height:3.1875rem;top:11.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz2nz6iGZRpydetVnLg5zIqfCRrR5WWZ { display:block; }
 }@media only screen and (max-width: 763px) { #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection { display:block; } #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection *:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="text"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="email"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="tel"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection textarea:focus-visible { outline: none; } #Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection { display:block; } #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection *:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="text"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="email"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="tel"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection textarea:focus-visible { outline: none; } #wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtwA3Spg4zLGOz9z6dAcVUwRAhHc2vNM { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGQ97D8FRAieE4TZ1MyLEBWZf12EkHZ { display:block; }
 }@media only screen and (max-width: 763px) { #odpTWm88nBGqfJp6dk2ONVGMNAsaOaz7 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hTwCwi4z5VbzFQ0Hc1THEgMJRmHlay { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dda2e7d4-048f-4f83-9ea8-7b9737934d74/CARMELHOTIS_FESTIVALGASTRONOM10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.adaptive-delivery-prevent-bg, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyload, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyloading { background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { background-color: transparent; background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPrZLgsJlGqeP2zmqnpf8EZbWseUHPO { width:3.62413125rem;height:1.49956875rem;top:1.1241320371627rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #P87F2gPbSU1BhFIqzsgHP7hbkJLLutCm { width:7.79861125rem;height:2.86046125rem;top:15.375rem;left:1.125rem;font-size:1.25rem;font-weight:300;font-style:normal;color:#ffffff;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zvBlcT8lxO35cyR1i1TsotcLTdJ1UStZ { display:block; }
 }@media only screen and (max-width: 763px) { #AVZQQl7E0JwA73NgZ5K1wp1paXAWD3R3 { width:20rem;height:9.8405rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OegBxBWtnJBT58PeK70LheswBx0Be6B6 { background-color:rgba(234,234,232,0.79);background-image:none;display:block; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { background-color: transparent; background-image: none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container > .video-iframe-container { display: none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row > .video-iframe-container { display: none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZLK4iIqM4aLGlJTlLKfW6uJDOdasTt1 { width:16.1865rem;height:3.75rem;top:2.623291015625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #HigrSDQ9gxRssH6o0A43sJVdAuTXOnTi { width:20rem;height:16.00479375rem;top:5.5976567268372rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iMtA1mhesciZcPM8IL76sf4SVvAu0fyN { width:20rem;height:16.25rem;top:23.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7ee1cbf-03ad-42fd-ae1d-0cac0c9c05f6/img01482112668427f520578.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iMtA1mhesciZcPM8IL76sf4SVvAu0fyN.adaptive-delivery-prevent-bg, #iMtA1mhesciZcPM8IL76sf4SVvAu0fyN.lazyload, #iMtA1mhesciZcPM8IL76sf4SVvAu0fyN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UHTE7ZToMbnv9sWR8EP5PqkwGShD888E { width:18.6230625rem;height:1.27386875rem;top:23.103515625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/982d0c31-3025-4036-8ce2-997b77b4b747/CARMELHOTIS_FESTIVALGASTRONOM1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia.adaptive-delivery-prevent-bg, #XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia.lazyload, #XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia.lazyloading { background-image: none; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container { background-color: transparent; background-image: none; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container > .video-iframe-container { display: none; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row > .video-iframe-container { display: none; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container { border-width: 0; border-radius: 0; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfN0FGd0zwf5VQqUx65vqFiKLFoxE0Ia > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM { display:block; }#DX0SAq6aDHvAx4SsKSWETQBwghMtpxNM > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOADp3nTUzUIySu2xRtPURq1IrQzKTtX { width:20rem;height:32.9375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKqe5Kca8AIpyz9AkmZTdK5iqbU60odk { width:20rem;height:3.8997375rem;top:2.8125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TeNaAdMFHx08d2D52ypCdexIEFysADqD { width:20rem;height:12.000875rem;top:6.7109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v { background-color:rgba(255,255,255,0.79);background-image:url("https://images.assets-landingi.com/uc/c7f79e56-959b-4449-a6e6-a9feb6a0f2b2/03FOTO02.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v.adaptive-delivery-prevent-bg, #GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v.lazyload, #GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v.lazyloading { background-image: none; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container { background-color: transparent; background-image: none; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container > .video-iframe-container { display: none; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row > .video-iframe-container { display: none; }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GICwC6RczOOLCU9Sia4FBKLgbyQkNl3v > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 { display:block; }#gV8d5RlCnzQEcHMcFd6KSXUpDt6SBta0 > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr0RENbkeETBf6bbOvJo7XMhLQlOMSBt { width:19.9995rem;height:3.8997375rem;top:2.1240234375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lTTVwlONJhrW85vgddGMlOP6CHteqAqJ { width:20rem;height:8.002375rem;top:7.18017578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TgTVzxiemUTZGQTNHQd6lPSJ3tK012m3 { width:1.125rem;height:0.9375rem;top:105.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwuKaG3XOgCUAn5821wI1ARSAvXvFLu7 { width:15.374375rem;height:1.3rem;top:105.375rem;left:1.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HNWBokrCM5KFBHTu5Zcd8IrerXEpBTya { width:20rem;height:1.2rem;top:107.625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dTSKM9rbhJx2wy2WaOu44LGtTtTt6dsu { width:20rem;height:1.5rem;top:26.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15005;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AtTqhWvftneu0AoMGFFHgsT1Z8ubX1M7 { width:4.87413125rem;height:18.1966125rem;top:27.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zHVKcECeKhPbTiKQBtH8hpXSLuvWo65O { width:1.18555rem;height:1.06055rem;top:67.1875rem;left:14.7490234375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #DRIMr8TndKvUeFmWR5HosIBH6Otvu4bo { width:20rem;height:1.5rem;top:50.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15006;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v5TTe3IcXQAcuR0rld3iFprzdOqcslxc { width:1.18555rem;height:1.06055rem;top:47.4541015625rem;left:17.3115234375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #aG1tnFxCJANI9d1Bqo3PzVBNI8dHe7Pd { width:1.18489375rem;height:1.0612rem;top:87.875rem;left:10.8125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #WVWsdJyuf3ga0SnypQ7aiJ3MBa1sMWBb { width:20rem;height:1.5rem;top:70.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15007;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q1HAnvOJ5f40WkOD63DZEE0nzQIxK583 { width:20rem;height:1.5rem;top:92.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15008;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ouXT6Tp8gpSWgX35Xgv0pUeSVfdeU9os { width:4.56163125rem;height:6.9986875rem;top:94rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ZciKtKoMeQTJSTDCcbWKNRowIyMThbd0 { width:12.6855625rem;height:20.9960875rem;top:27.6875rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #IsBcyiQ3ZAVO8ZAZwsPkfX0FukzcEqda { width:12.8125rem;height:16.79686875rem;top:51.75rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #UNT4Qw6reODT2CGDGw8lQ6m8VqhKcIqA { width:5.18663125rem;height:16.79685rem;top:51.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lv36u92QZnlc1nWX0AwWLbWhZ5Qzwblc { width:12.747375rem;height:19.59634375rem;top:72.3125rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RatZx1HUGgBJX2ZBy90rT8CrZxGfKwbv { width:5rem;height:0;top:68.843317031862rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #sRp6CieV9ylxQocGRDMLe73vl0zn8nwe { width:10.061875rem;height:6.99869375rem;top:94rem;left:5.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #WAuxHbSzcEu1enT3oH1E0Tr0Hc90arur { width:17.7495625rem;height:0.0618489375rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLclrk69nhZon3TQUi6sLelUnVIbdzEN { width:0.125rem;height:18.75rem;top:204.59267938233rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlZRd0QBw0Z1fvqlfO3vT93tu1q2OQDN { width:17.1875rem;height:0.0618489375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cScRZQh9k7SQrtg2S1QTAoiHmWFCCZLQ { width:0;height:18.75rem;top:232.08682938232rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBBanb1RlR4InmhT9Cl79G75ebPC76mm { width:17.6875rem;height:0.0625rem;top:253.39932938232rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCQN2GMFTwIkbIISFlbGvbFCmp8iS7o3 { width:15.8125rem;height:0.0625rem;top:252.08682938232rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nB6J3Qm5Hm27Lv697PEkssDGRaX03b39 { width:0;height:18.75rem;top:254.71182938232rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehyPXlRiy84D97Vh9T2g2BPkZfQE3oA0 { width:0.9375rem;height:0.81055rem;top:227.96572938233rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOykO84aTa4SMFFLdNX0XLLV7b5PNFZ3 { width:0.9375rem;height:0.81055rem;top:230.02627938232rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbCbKetDk06ofXTaTpOsJ5wDQhxux82S { width:0.9375rem;height:0.81055rem;top:281.55970438232rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkoVPRCAB0ud5cOoeE3vFA4IB009KTni { width:5rem;height:16.79685rem;top:72.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-family:figtree;font-weight:400;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #qg6T2IsgB9FJDbW50I7eeEyTxLzNhE2K { width:17.7485rem;height:0.060763875rem;top:72.3125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #vGGs6wvDyRo526dfIOfTSLFC6tBwlM6q { width:17.7485rem;height:0.0596788125rem;top:94rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #XN6nsy0igKeSqayHEPq6lKNIw6meeiMw { width:1.18456875rem;height:1.06055rem;top:79.5029296875rem;left:10.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HPLOq5Xp1GZ4uM7fAPwkFmTM9pDTGI1W { width:0.9375rem;height:0.8094625rem;top:30.875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu1KwBFRT0sLexXXGr121lCA3rxQeLFL { display:block; }#vu1KwBFRT0sLexXXGr121lCA3rxQeLFL > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeVSirwdCpKgsMrPAnLmTu4Z67XASgIS { width:19.9989375rem;height:5.735675rem;top:6.25rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5tUoZg2rkErnWe2RsMX5AFxwFuH5CHT { width:11.25rem;height:3rem;top:20.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPXWDn35zgCqg2Q1vxUSitQKlnhls6C { display:block; }
 }@media only screen and (max-width: 763px) { #z5eu73cLfCTb1dEQABMTPOqJzwIrk9GN { width:15.061875rem;height:3.40060625rem;top:15.0625rem;left:2.4375rem;font-size:1rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71191f7e-5171-4de8-b44d-aca9223c49f0/CARMELHOTIS_FESTIVALGASTRONOM2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ.adaptive-delivery-prevent-bg, #RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ.lazyload, #RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ.lazyloading { background-image: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container { background-color: transparent; background-image: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container > .video-iframe-container { display: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row > .video-iframe-container { display: none; }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKaNKwnQPbiPssE82HGg0zBXVL5LBvWZ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P { display:block; }#pFtBOgbULv43Z6vTFLwiVOqfPDda8C3P > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1RJ84wRSMLGQ4Wqmy0qcCNEElVqtXoJ { width:20rem;height:4.548825rem;top:2.061767578125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4dX2XuO5Q7zkqbC5rsybKcS7EG06z0i { width:19.9995rem;height:9.0283125rem;top:7.5498046875rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sW2IGV97Ci9udlSt4hG29HxNG5nvtunI { display:block; }#sW2IGV97Ci9udlSt4hG29HxNG5nvtunI > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQHd5HR7AvtrfwaSxRbA3mbk2HPSiydP { width:20rem;height:14.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrFBq1NSqkPrfAcPnKqn8uE80KOJ3TLG { width:20rem;height:14.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzIpdTPoupn5fNFs2LoIvvtd50sFl7rM { width:20rem;height:14.375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSMZAPFUyXhiJiICMCB4vkwmSTA5ASB { width:20rem;height:14.375rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVXDmrFgnBZW52TAcdM9VKNUJpS4Jx6h { width:20rem;height:14.375rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHJfxg2RMJ32UVDNhaQvmmE1vlGoOUBn { width:20rem;height:14.375rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk { background-color:#2b494d;background-image:none;display:block; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container { background-color: transparent; background-image: none; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container > .video-iframe-container { display: none; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row > .video-iframe-container { display: none; }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhpIEUZo7vFCwZIIIipoMUkkUvFmULGk > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dLClkS5UU4sLNuLUAJGry6CP7ifGyt7t { width:13.25217375rem;height:2.56423625rem;top:22.373048782349rem;left:3.3658855557442rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AKnUXhRw3E78wwTMq0baa341R4uRsSXP { display:block; }
 }@media only screen and (max-width: 763px) { #q5TNldmZ1yQVmFWFuMJSoWpobDTVzQCX { width:10.374375rem;height:3.450525rem;top:14.367404937744rem;left:4.8122833371163rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #M54hQsdsySG1s5mUUlPVugg7IlrVqqT0 { width:15.6875rem;height:5.75rem;top:2.77734375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT { background-color:#dbd4ca;background-image:none;display:block; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container { background-color: transparent; background-image: none; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container > .video-iframe-container { display: none; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row > .video-iframe-container { display: none; }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGoF8JXcHo8BnTyfyRNFWgzm2kRIoEXT > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgTFs2MrhTiff9Ggcck5QZNdOOPyJZ0H { width:9.1873125rem;height:2.32530625rem;top:1.25rem;left:5.375rem;font-size:1.9375rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t1da7CuTmuzcec4XX8SzwtN03lA8PT5S { width:9.436875rem;height:2.12456875rem;top:5.5729179382324rem;left:1.0069444775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSG04tK4hLg0GCz1XFeWJeT0o8DxOh8c { width:8.624125rem;height:2.31228125rem;top:5.4806861877441rem;left:10.375434219837rem;display:block; }
 }@media only screen and (max-width: 763px) { #aESgkNG75TaBCGgbPZ1ee9w1maNvcdTx { width:5.43728125rem;height:2.87435rem;top:8.8530826568606rem;left:3.1857641339302rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEDTPUmOlJTSRqLInzNn2p0UrgOSx0RG { width:6.624375rem;height:2.24935rem;top:9.1655654907225rem;left:11.374783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi { background-color:rgba(255,255,255,0.79);background-image:url("https://images.assets-landingi.com/uc/8487e61e-fd58-4ad4-9339-aa92ff18bbe6/littlepluses.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #ededed;display:none; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi.adaptive-delivery-prevent-bg, #ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi.lazyload, #ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi.lazyloading { background-image: none; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi > .row .container { border-width: 0; border-radius: 0; }#ELo7hyAeCut9CbEP3ePlBRxHCLT3gaOi > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1Bq48ToM7hzX5bz78TFW99qtwyStIqn { width:20rem;height:6rem;top:13.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt { width:15.6875rem;height:5.625rem;top:5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/85e1010e-151f-4983-9479-0088106daa2c/logo2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt.adaptive-delivery-prevent-bg, #UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt.lazyload, #UcWaQK1kQiUOpLhXccphPWLnh2Tmo8Dt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #INNDXhC3QVNZ8kcKWm3LXcoiOeqShtJm { width:10.625rem;height:2.5rem;top:21.2734375rem;left:0rem;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mz2nz6iGZRpydetVnLg5zIqfCRrR5WWZ { display:block; }
 }@media only screen and (max-width: 763px) { #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection { background-color:rgba(255,255,255,0.5);background-image:none;display:block; } #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection *:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="text"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="email"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="tel"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection textarea:focus-visible { outline: none; } #Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container { background-color: transparent; background-image: none; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container > .video-iframe-container { display: none; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row > .video-iframe-container { display: none; }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rnm0pUQV6gcx5NgMRm8PiE4RF3ln5txI > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection { background-color:#4d3527;background-image:none;display:block; } #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection *:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="text"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="email"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="tel"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection textarea:focus-visible { outline: none; } #wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container { background-color: transparent; background-image: none; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container > .video-iframe-container { display: none; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row > .video-iframe-container { display: none; }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHfM78flW2Zp3zQdXaofOM7xkXNrh3At > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtwA3Spg4zLGOz9z6dAcVUwRAhHc2vNM { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGQ97D8FRAieE4TZ1MyLEBWZf12EkHZ { display:block; }
 }@media only screen and (max-width: 763px) { #odpTWm88nBGqfJp6dk2ONVGMNAsaOaz7 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hTwCwi4z5VbzFQ0Hc1THEgMJRmHlay { display:block; }
 }