.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:#ffffff;background-image:none;position:relative;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); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ecdb;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; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { background-color: transparent; background-image: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container { display: none; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .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); }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { border-width: 0; border-radius: 0; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8c270e19-23f3-4bc7-90a0-26c63d19d43d/dra.webp");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:27.9375rem;top:2.1875rem;left:43.3125rem;display:block; }#hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.adaptive-delivery-prevent-bg, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyload, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyloading { background-image: none; }
#U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { color:#4c513b;display:block;width:38.9375rem;position:absolute;font-family:figtree;font-size:3.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:14.9375rem;left:0rem;height:7.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { z-index:15015;top:32.8125rem;left:0rem;background-color:#25d366;background-image:none;border-top:0rem solid #25d366;border-left:3.125rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1HbiCmeQ9g5sJEdItPFnT4422HAMFPW { color:#bb9a77;display:block;width:19.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;top:41.3125rem;left:2.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { color:#1e1f19;display:block;width:29.75rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:23.1875rem;left:0rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BzwNcPHPXNUxvzBF7hEPCzhFNqPGzcQy { color:#bb9a77;display:block;width:8.6875rem;position:absolute;font-family:"font awesome brands";font-size:2.0625rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:40.375rem;left:0rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:33.6875rem;left:1.1875rem; }
#pS13W69IqS2dRVa2X5bdvgyRg1WsFexp { color:#1e1f19;display:block;width:5.875rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:7.3125rem;left:69.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C9gpPIVrPvCBQNnITRTdP7f4h4ZWkzT1 { position:absolute;display:block;z-index:15028;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.6875rem;width:25.1875rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91cd8e32-5769-476f-a82f-9748e37d0c33/leilanecamapumdouradoat4x681b785651eef.webp");background-position:top 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:35.5rem;width:41.125rem;top:8.8125rem;left:33.875rem;display:block; }#HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5.adaptive-delivery-prevent-bg, #HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5.lazyload, #HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5.lazyloading { background-image: none; }
#HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,236,219,0.87); }#TZbU7Xs5HPGuVyDB9MqxJtJSdm4RuVrx { color:#4c513b;display:block;width:15.25rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:33.693359375rem;left:18.71875rem;height:1.798825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD { position:relative;display:none; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD { border-width: 0; border-radius: 0; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .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; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .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:3.875rem;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; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bb9a77;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; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row .container { background-color: transparent; background-image: none; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row .container > .video-iframe-container { display: none; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row > .video-iframe-container { display: none; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .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); }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row .container { border-width: 0; border-radius: 0; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#KtHMtsSC3zWusrVJRT3UO1P4W1diStXu { box-sizing:content-box;height:3.9375rem;width:18.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.08);background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0;display:block; }
#LRN71Ho1adxp46ndAkKqb6TUcAgmLTlI { color:#f5ecdb;display:block;width:13rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:1.369140625rem;left:2.90625rem;height:1.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X2czhRL3sm7dhrlKNVnZqkLKyzkU9qFh { box-sizing:content-box;height:3.9375rem;width:18.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0rem;left:18.75rem;border-top:0;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0;display:block; }
#qGpcTO0rfs0DgfuAHIK83f12WTuivSzB { color:#f5ecdb;display:block;width:13rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:1.375rem;left:21.6875rem;height:1.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K1TCpz8ypUbD53T5OitLArrVQHsJbJP3 { box-sizing:content-box;height:3.9375rem;width:18.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.14);background-image:none;top:0rem;left:37.5rem;border-top:0;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0;display:block; }
#SsVHliahxSpTzanneWTncwEpZrdGzBQT { color:#f5ecdb;display:block;width:13rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:1.375rem;left:40.4375rem;height:1.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Vkd01wruRxZ9gsOQd253K97F2BcaFvbc { box-sizing:content-box;height:3.9375rem;width:18.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,102,75,0.23);background-image:none;top:0rem;left:56.25rem;border-top:0;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0;display:block; }
#vRhaBbW2JahgbPHqr1CVcTK7BW9Floyo { color:#f5ecdb;display:block;width:13rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.375rem;left:59.1875rem;height:1.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c513b;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; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row .container { background-color: transparent; background-image: none; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row .container > .video-iframe-container { display: none; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row > .video-iframe-container { display: none; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .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); }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row .container { border-width: 0; border-radius: 0; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#TH2xwG7QlNIzrcNvTKlUm6PrXbgVzPPk { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:1.1875rem;left:11.5rem;height:1.3496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KLECL8AiGyyrkXlmDhJ70c4dNJ2hb1ID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.6875rem;left:8.625rem; }
#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#888b76;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; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { background-color: transparent; background-image: none; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container > .video-iframe-container { display: none; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row > .video-iframe-container { display: none; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .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); }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { border-width: 0; border-radius: 0; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#bKi38U9hIxGKwqbE2QwQDqmXBVUU8eim { color:#f5ecdb;display:block;width:44.3125rem;position:absolute;font-family:figtree;font-size:3.75rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:5.515625rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#888b76;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; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { background-color: transparent; background-image: none; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container > .video-iframe-container { display: none; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row > .video-iframe-container { display: none; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .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); }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { border-width: 0; border-radius: 0; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12da34a1-65ad-42c3-9a53-473b4adfb38f/download20231117T075242432.webp");background-position:bottom 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.875rem;width:20.625rem;top:0rem;left:0rem;display:block; }#k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP.adaptive-delivery-prevent-bg, #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP.lazyload, #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP.lazyloading { background-image: none; }
#bCyvRvUOZfbeCJdouEk5iAfobZPaIUae { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c513b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c513b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.8125rem;width:20.625rem;top:5.125rem;left:0rem;display:block; }
#E0ky8cemILZVtUMLT6vio2b2eTOMfmNF { color:#f5ecdb;display:block;width:16.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:15.9375rem;left:1.25rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HhClslsfTKIhneniLOtN7Nh6Arw9ceNt { color:#f5ecdb;display:block;width:20.9375rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUTeoMESyWsrv55k1bk1pDdP97JND0XZ { color:#f5ecdb;display:block;width:20.9375rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.5rem;left:27.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2634091e-941d-4cc5-b4a7-d5245131ffdf/download20231117T080203467.webp");background-position:center left !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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.875rem;width:20.625rem;top:0rem;left:26.5rem;display:block; }#rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF.adaptive-delivery-prevent-bg, #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF.lazyload, #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF.lazyloading { background-image: none; }
#zIZNv9zJs9aRTVOIk8hZBbHsvhxkCRvc { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c513b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c513b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.8125rem;width:20.625rem;top:5.125rem;left:26.5rem;display:block; }
#EP1993cBHObFXEsGudPTCbQ6nIAe6HXi { color:#f5ecdb;display:block;width:18.125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:15.9375rem;left:27.75rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTLoM6MS5AT8dilqPOcOyG9KCpfztbTR { color:#f5ecdb;display:block;width:17.5rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:13.5625rem;left:55.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a9cbdc1e-6ad3-4c88-ba32-4a663d2a7c22/download20231117T075433749.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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.875rem;width:20.625rem;top:0rem;left:54.375rem;display:block; }#DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e.adaptive-delivery-prevent-bg, #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e.lazyload, #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e.lazyloading { background-image: none; }
#V6ZLoCHTOwvTDVs9SVAQmtOHfKlu058b { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #4c513b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c513b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c513b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #4c513b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.8125rem;width:20.6875rem;top:5.125rem;left:54.3125rem;display:block; }
#TrWn4yHnf7PPpiQNVxTpz8MuMKWiV7wZ { color:#f5ecdb;display:block;width:18.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:15.9375rem;left:55.625rem;height:6.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#888b76;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; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { background-color: transparent; background-image: none; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container > .video-iframe-container { display: none; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row > .video-iframe-container { display: none; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .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); }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { border-width: 0; border-radius: 0; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU { color:#f5ecdb;display:block;width:21.875rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3486328125rem;left:3.125rem;height:12.67575rem;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO { color:#f5ecdb;display:block;width:22.875rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:27.75rem;height:12.36325rem;display:block; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
#lyE4WOZ03RaXoOgpkrhz6uuTdKoOz8g1 { color:#f5ecdb;display:block;width:24rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.349609375rem;left:51rem;height:7.109375rem;display:block; }#lyE4WOZ03RaXoOgpkrhz6uuTdKoOz8g1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lyE4WOZ03RaXoOgpkrhz6uuTdKoOz8g1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
#KdTTZ5mBqdG8ePHdAUh4q7TZGIbxPG8z { z-index:15017;top:13.5rem;left:51rem;background-color:#25d366;background-image:none;border-top:0rem solid #25d366;border-left:3.125rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MRyg5rpFAMsTghc1QvJmlCfNO3hqoJ2y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXpihANf2dm5eOnAkxzc6VpdUeSpBnRR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.375rem;left:52.4375rem; }
#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/517f903f-ecda-4d5c-b53a-fbf45b7a956e/1887cc891c.webp");background-position: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; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.adaptive-delivery-prevent-bg, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyload, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyloading { background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { background-color: transparent; background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,32,25,0.82); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,32,25,0.82); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .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); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { border-width: 0; border-radius: 0; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW::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; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:figtree;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.2685546875rem;left:3.3125rem;height:8.7744375rem;display:block; }
#aJeFGT129kERoN2SDHGS8ViwTzBq5HWE { box-sizing:content-box;height:0.6875rem;width:12.1875rem;position:absolute;display:block;z-index:14999;background-color:#bb9a77;background-image:none;top:7.09375rem;left:16.625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#hE9pTtExVhfG0DPewWO4IcmIwTgH98Zc { box-sizing:content-box;height:0.6875rem;width:11.125rem;position:absolute;display:block;z-index:14998;background-color:#bb9a77;background-image:none;top:10.03125rem;left:3.0625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.0625rem;left:3.3125rem;display:block; }
#D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ecdb;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; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { background-color: transparent; background-image: none; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container > .video-iframe-container { display: none; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row > .video-iframe-container { display: none; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .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); }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { border-width: 0; border-radius: 0; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { color:#1e2019;display:block;width:32.625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:12.9765625rem;left:0rem;height:4.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { color:#4c513b;display:block;width:27.5rem;position:absolute;font-family:figtree;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:5.69921875rem;font-style:normal;display:block; }
#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { color:#1e2019;display:block;width:34.5rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:20.3125rem;left:0rem;height:7.5859375rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fcd8a1fe5ff5c2a875734780c2cadd5c7e4a7c8d.svg); }
#pfwCQxxayTmAbbIDOeALML9KPefMa2Ho { z-index:15019;top:31.0625rem;left:0rem;background-color:#25d366;background-image:none;border-top:0rem solid #25d366;border-left:3.125rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TRDiXdg0TTRFFIdPSicJ9BCZcJsiBlwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OA7TBW7lSl4PTL37MufuSy21oQ0x1eOd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:31.9375rem;left:1.4375rem; }
#AwGQ3OCVUIPtUQx5eSd7dylaHsVRJVhf { box-sizing:content-box;height:17.0625rem;width:31.375rem;position:absolute;display:block;z-index:15026;background-color:#888b76;background-image:none;top:22.8125rem;left:38.8125rem;border-top-left-radius:11.0625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ykXByo35vW6B08O1nfnN4bgWKy00BsID { box-sizing:content-box;height:36.25rem;width:26.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f0310c48-7878-457e-bccd-59b7b79bc893/WhatsAppImage20250320at182418Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.625rem;left:43.8125rem;display:block; }#ykXByo35vW6B08O1nfnN4bgWKy00BsID.adaptive-delivery-prevent-bg, #ykXByo35vW6B08O1nfnN4bgWKy00BsID.lazyload, #ykXByo35vW6B08O1nfnN4bgWKy00BsID.lazyloading { background-image: none; }
#mEreKsL9lypg3hdRIQe3gwFBOkrCaoTi { box-sizing:content-box;height:29.5rem;width:25.75rem;position:absolute;display:block;z-index:15000;background-color:#bb9a77;background-image:none;top:10.3984375rem;left:49.25rem;border-top-left-radius:1.9375rem;border-top-right-radius:7.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { position:relative;display:block; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { background-color: transparent; background-image: none; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container > .video-iframe-container { display: none; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row > .video-iframe-container { display: none; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .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); }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { border-width: 0; border-radius: 0; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .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; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .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:55.625rem;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; }#CXIdR4qD3subQhpLwKEENcNL9LSLpT9p { color:#4c513b;display:block;width:32.875rem;position:absolute;font-family:figtree;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:8.5625rem;left:37.5rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS { color:#1e2019;display:block;width:34.5rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:17.125rem;left:37.5rem;height:28.46875rem;display:block; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c3ee610907a670bf06418badc3981c8d9c9ef530.svg); }
#E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF { box-sizing:content-box;height:38.75rem;width:33.3125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/88c217b7-c5ab-4f76-8a6d-a9d60c3aac23/4efdf90779.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:9.375rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:1.25rem;display:block; }#E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF.adaptive-delivery-prevent-bg, #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF.lazyload, #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF.lazyloading { background-image: none; }
#T0DzPL2KC688klGCDIWDJ4y1tBXqbGwf { color:#bb9a77;display:block;width:26.75rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:48.625rem;left:39.1875rem;height:1.13671875rem;display:block; }
#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { position:relative;display:none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { border-width: 0; border-radius: 0; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .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; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .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; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c513b;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; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { background-color: transparent; background-image: none; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container > .video-iframe-container { display: none; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row > .video-iframe-container { display: none; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .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); }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { border-width: 0; border-radius: 0; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#OZCMm4JhKqxyp73DC3BCmHO10252OEEX { color:#f5ecdb;display:block;width:32.875rem;position:absolute;font-family:figtree;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.9375rem;left:0rem;height:3rem;font-style:normal;display:block; }
#uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE { color:#f5ecdb;display:block;width:33.25rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:12.4375rem;left:0rem;height:8.75rem;font-style:normal;display:block; }
#xqsMtzrn24HDWnmwHGdx3UABXv6xig7F { z-index:15019;top:24.0625rem;left:0rem;background-color:#25d366;background-image:none;border-top:0rem solid #25d366;border-left:3.125rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.1875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fPrdfCCosedeqcN3JqSg1Clv3CTscSmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tz722xo2vmFtDpV60cOaTKtixsEdAGGX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.9375rem;left:1.4375rem; }
#B17zudlOfHgwXOD9yvXnnqNCu619HmDK { box-sizing:content-box;height:26.0625rem;width:33.3125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ce3b403-be86-4fb4-aa20-1580ef7657c2/faabd3b086.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.15625rem;left:41.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#B17zudlOfHgwXOD9yvXnnqNCu619HmDK.adaptive-delivery-prevent-bg, #B17zudlOfHgwXOD9yvXnnqNCu619HmDK.lazyload, #B17zudlOfHgwXOD9yvXnnqNCu619HmDK.lazyloading { background-image: none; }
#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ecdb;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; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row .container { background-color: transparent; background-image: none; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row .container > .video-iframe-container { display: none; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row > .video-iframe-container { display: none; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .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); }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row .container { border-width: 0; border-radius: 0; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#LoETOxexP3ZI1eWtIBbMSocXDqvOn8SB { box-sizing:content-box;height:17.25rem;width:31.75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/241f4372-b9f6-48c7-ba44-396b2bb83557/download20250507T124647763.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.1875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#LoETOxexP3ZI1eWtIBbMSocXDqvOn8SB.adaptive-delivery-prevent-bg, #LoETOxexP3ZI1eWtIBbMSocXDqvOn8SB.lazyload, #LoETOxexP3ZI1eWtIBbMSocXDqvOn8SB.lazyloading { background-image: none; }
#Ki24mH2RmRVuKnl0HK9sAeClXQiXONRJ { color:#4c513b;display:block;width:27.5rem;position:absolute;font-family:figtree;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:37.5rem;height:2.8496125rem;font-style:normal;display:block; }
#D3HxUwgowVKe7G0DR5NqpqIwSyBqHfbJ { color:#1e2019;display:block;width:32.625rem;position:absolute;font-family:figtree;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:8.5rem;left:37.5rem;height:4.9863375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTSdlnhRc6l8LKfVcPVRHzbZMS1uyfh6 { background-color:transparent;background-image:none;border-top:0.0625rem solid #888b76;border-left:0.0625rem solid #888b76;border-right:0.0625rem solid #888b76;border-bottom:0.0625rem solid #888b76;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#888b76;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.9375rem;left:37.5rem;display:block; }
#pTeuCWr1tCmHxTeJ01U8fz7tOuCBRTxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(245,236,219,0.1);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; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row .container { background-color: transparent; background-image: none; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row .container > .video-iframe-container { display: none; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row > .video-iframe-container { display: none; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .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); }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row .container { border-width: 0; border-radius: 0; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#bEQ9wGd3PrRm2oI9ak1XKT5JlPAigz8V { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.5625rem 1.5625rem 1.875rem rgba(0,0,0,0.19) ;height:40rem;width:22.5rem;top:5.1875rem;left:43.4375rem;display:block; }
#zOuOEsgn9JJpUiK5DVk1z1QCALoNLWKT { color:#888b76;display:block;width:20.0625rem;position:absolute;font-family:figtree;font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:11.375rem;height:5.0371125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#x8VOntS0cpvqJpdZLvSw61zkOagS2awz { color:#1e2019;display:block;width:17.0625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:30.1875rem;left:14.3125rem;height:7rem;text-align:right;text-align-last:right;display:block; }
#LclKgno5H4xR5mScMFyADqkuBHwLsymh { box-sizing:content-box;height:18.1875rem;width:18.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cdf9ef66-8bf4-44bc-a629-de63a7d41eb1/whatsappimage20250515at163734682655feab95f.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.6875rem;left:16.0625rem;border-top:0.3125rem solid #888b76;border-left:0.3125rem solid #888b76;border-right:0.3125rem solid #888b76;border-bottom:0.3125rem solid #888b76;display:block; }#LclKgno5H4xR5mScMFyADqkuBHwLsymh.adaptive-delivery-prevent-bg, #LclKgno5H4xR5mScMFyADqkuBHwLsymh.lazyload, #LclKgno5H4xR5mScMFyADqkuBHwLsymh.lazyloading { background-image: none; }
#nbQePADxs5yw1rXnCm0PypGWfZpXw2Ec { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:39.1875rem;left:28.8125rem; }
#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0278c402-e369-4208-ad4f-f5229099c340/77.webp");background-position: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; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q.adaptive-delivery-prevent-bg, #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q.lazyload, #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q.lazyloading { background-image: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { background-color: transparent; background-image: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .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); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { border-width: 0; border-radius: 0; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q::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; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#lax5O8A76l7ywRFNmXRfPTa24ZKKDyRT { color:#616161;display:block;width:52.875rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:11.0625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 { 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; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { background-color: transparent; background-image: none; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container > .video-iframe-container { display: none; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row > .video-iframe-container { display: none; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .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); }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { border-width: 0; border-radius: 0; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#aO5PxxIxQ40U5Zr7AKnV2XZ80ugh28TO { position:absolute;display:block;z-index:15000;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:9.4375rem;width:24.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Toh8rGxvg8GGy5vkiaJebUKVGMTixie9 { position:absolute;display:block;z-index:15001;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.75rem;width:24.0625rem;top:0rem;left:25.46875rem;overflow:hidden;display:block; }
#oUEF2g9mXSx6JZSceHgSrZIhODtWboFR { 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:9.5rem;width:24.4375rem;top:0.5625rem;left:50.5625rem;overflow:hidden;display:block; }
#DuEps40r0oL36vMeaERlPJgVi8c3trLi { box-sizing:content-box;height:1.4375rem;width:6.125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:4rem;left:6.28125rem;display:block; }
#KTwh5FOQtaT0nK2pFWGRMuAtRMADKgFy { box-sizing:content-box;height:1.4375rem;width:6.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:3.5625rem;left:31.71875rem;display:block; }
#W9opMbIWFMMboTn3alqWRsxIwfATWOIf { box-sizing:content-box;height:1.4375rem;width:6.125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:4.375rem;left:56.84375rem;display:block; }
#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL { 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; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { background-color: transparent; background-image: none; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container > .video-iframe-container { display: none; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row > .video-iframe-container { display: none; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .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); }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { border-width: 0; border-radius: 0; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#O62uxTpCNL7t7sx8oVIigyPXk5BcOAV2 { position:absolute;display:block;z-index:15000;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:10.1875rem;width:24.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FnFvT2Za62RNpoyWlBPNad53ysTgbPwU { position:absolute;display:block;z-index:15001;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:10.25rem;width:24.1875rem;top:0rem;left:25.46875rem;overflow:hidden;display:block; }
#ptm2Rx8rym2TZOdHKXNgEDLnZbGlz6Ld { 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:8.6875rem;width:24.25rem;top:0.5625rem;left:50.5625rem;overflow:hidden;display:block; }
#wlc9W1bKmxKkPUdN0vxF8ka0Z5xMNQH6 { box-sizing:content-box;height:1.4375rem;width:6.125rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:4rem;left:6.34375rem;display:block; }
#zEc2prnA6FbXMV3SDXtwKLtRqiD3rraD { box-sizing:content-box;height:1.4375rem;width:6.125rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.8125rem;left:31.71875rem;display:block; }
#usVpsBsKJzzA9evya6bFrywA8NAIo74h { box-sizing:content-box;height:1.4375rem;width:6.125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:4.625rem;left:56.84375rem;display:block; }
#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bb9a77;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; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { background-color: transparent; background-image: none; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container > .video-iframe-container { display: none; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row > .video-iframe-container { display: none; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .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); }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { border-width: 0; border-radius: 0; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9989cc96-0fa5-4cbf-9f29-8c24ce25ff74/MV6A9967.webp");background-position:top 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.75rem;width:32rem;top:5.75rem;left:39.625rem;display:block; }#hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.adaptive-delivery-prevent-bg, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyload, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyloading { background-image: none; }
#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { color:#f5ecdb;display:block;width:35.8125rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:16.94921875rem;left:0rem;height:25.8555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cb96e56a26708ae60e7ad33ffb1dba033350c9e.svg); }
#iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { color:#f5ecdb;display:block;width:40.625rem;position:absolute;font-family:figtree;font-size:7.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:9.26175rem;font-style:normal;display:block; }
#Xx6QitLiK2DO101fm1972NkHVtX8HCp4 { color:#f5ecdb;display:block;width:27.375rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:45.2626953125rem;left:0rem;height:1.29980625rem;display:block; }
#EhixSHszH40txtZLeC8a0onHvFJ87I8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4c513b;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; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { background-color: transparent; background-image: none; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container > .video-iframe-container { display: none; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row > .video-iframe-container { display: none; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .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); }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { border-width: 0; border-radius: 0; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#JuWs98c3vi9vGZpwB9SnDfV5MikFlaas { color:#f5ecdb;display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:15.0078125rem;left:0rem;height:2.23046875rem;font-style:normal;display:block; }
#TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { box-sizing:content-box;height:12.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.19);background-image:none;top:4.84375rem;left:26.75rem;display:block; }
#EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { color:#f5ecdb;display:block;width:29rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.80078125rem;left:31rem;height:5.60449375rem;font-style:normal;display:block; }
#SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.8125rem;left:71.875rem; }
#WOXrUzuIvzz8bNZ8Ts3qA7hPBV25BWId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.5625rem;left:71.875rem; }
#r1d5HspTXU6uJ2ILcAkDI3JKyKTE2aTJ { box-sizing:content-box;height:12.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.19);background-image:none;top:5.5625rem;left:66.0625rem;display:block; }
#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.755859375rem;left:50.25rem;height:;font-style:normal;display:block; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e87072a8b2a9ca9d6a1e92c86cc164f966e5ea5.svg); }
#QGNtmqQk5iD98fJRdadhB2EaHKJve4Sz { background-color:transparent;background-image:none;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:poppins;font-size:0;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:10.375rem;left:71.25rem;display:block; }
#eR61h3FHG9AED2BzE2yXkg1zPyrVh5ri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BeFZXq6mTbfqUCMClHQE1RdPciiGeh9R { background-color:transparent;background-image:none;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:poppins;font-size:0;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:5.8125rem;left:71.25rem;display:block; }
#XTeOD5TmUBxET4xxyhXH4XGWXMRHnNTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvL6vz8mFX51B7O2f3NJcI8xtpA5NnIm { z-index:15017;top:12.625rem;left:31rem;background-color:#25d366;background-image:none;border-top:0rem solid #25d366;border-left:3.125rem solid #25d366;border-right:0rem solid #25d366;border-bottom:0rem solid #25d366;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e0A5EPlNHEQJ0G62tyfm7s0zXSo5APAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IM1NXbuug85g0K4q4QSJekSMU2236cN8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.5rem;left:32.1875rem; }
#LTKynggsuo84ZEF80pipbBRJdTp8IgEZ { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:11.5244140625rem;left:0rem;height:0.9746125rem;display:block; }
#tnIogXXxAyDUkPHtqHp1LrXrJQyM5XQr { position:absolute;display:block;z-index:15028;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:6.3125rem;width:20.4375rem;top:4.84375rem;left:0rem;overflow:hidden;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row .container { background-color: transparent; background-image: none; }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row .container > .video-iframe-container { display: none; }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row > .video-iframe-container { display: none; }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .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); }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row .container { border-width: 0; border-radius: 0; }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx { background-color: transparent; background-image: none; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .row .container > .video-iframe-container { display: none; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .row > .video-iframe-container { display: none; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .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); }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx { border-width: 0; border-radius: 0; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .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; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .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:5.3125rem;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; }#VKsy61crTFPHIsmdThPyygwT0KriqdTH { background-color:#ba603b;background-image:none;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:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.25rem;display:block; }
#KDLmx5dGtTieSmDwIOXtHJ7aVxho0pKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOq3V0kg9fIIOna842tOighzMgROeXB8 { box-sizing:content-box;color:#ba603b;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#RxPrIVCKXe3Xa2dbRANg361ZkFNy9Fw6 { 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; }
#STIW3ah3hiWCfvKLxOgWUlJmDEfrvhOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PoueSnt5hywHusCpX4WhQ0Z0FGCkgFZQ { 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; }
#cDhHcsluVQi3IAKRGGyTXa1aAT3J1xEo { 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) { #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { display:block; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg { width:27.9375rem;height:44.5625rem;top:2.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:38.9375rem;height:7.25rem;top:14.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:32.8125rem;left:0rem;width:17.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #v1HbiCmeQ9g5sJEdItPFnT4422HAMFPW { width:19.125rem;height:1.0625rem;top:41.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { width:29.75rem;height:7.0625rem;top:23.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzwNcPHPXNUxvzBF7hEPCzhFNqPGzcQy { width:8.6875rem;height:2.4375rem;top:40.375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { width:1.875rem;height:1.875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS13W69IqS2dRVa2X5bdvgyRg1WsFexp { width:5.875rem;height:1.9375rem;top:7.3125rem;left:41.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9gpPIVrPvCBQNnITRTdP7f4h4ZWkzT1 { width:25.1875rem;height:7.6875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5 { width:41.125rem;height:35.5rem;top:8.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbU7Xs5HPGuVyDB9MqxJtJSdm4RuVrx { width:15.25rem;height:1.75rem;top:33.6875rem;left:5.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD { display:none; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Punmh4axok5yHplDPSVSiMv95qkqzX8n { display:block; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtHMtsSC3zWusrVJRT3UO1P4W1diStXu { width:18.6875rem;height:3.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRN71Ho1adxp46ndAkKqb6TUcAgmLTlI { width:13rem;height:1.1875rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2czhRL3sm7dhrlKNVnZqkLKyzkU9qFh { width:18.6875rem;height:3.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpcTO0rfs0DgfuAHIK83f12WTuivSzB { width:13rem;height:1.1875rem;top:1.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1TCpz8ypUbD53T5OitLArrVQHsJbJP3 { width:18.6875rem;height:3.9375rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsVHliahxSpTzanneWTncwEpZrdGzBQT { width:13rem;height:1.1875rem;top:1.375rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkd01wruRxZ9gsOQd253K97F2BcaFvbc { width:18.625rem;height:3.9375rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRhaBbW2JahgbPHqr1CVcTK7BW9Floyo { width:13rem;height:1.1875rem;top:1.375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP { display:block; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH2xwG7QlNIzrcNvTKlUm6PrXbgVzPPk { width:47.75rem;height:1.3125rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLECL8AiGyyrkXlmDhJ70c4dNJ2hb1ID { width:2.3125rem;height:2.3125rem;top:0.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtFAbzD3WNQekUCirQJmEELxZwy9LfSL { display:block; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKi38U9hIxGKwqbE2QwQDqmXBVUU8eim { width:44.3125rem;height:4.125rem;top:5.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQuyV9eOqntBVHxEJMmSRP56qrwmiybS { display:block; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP { width:20.625rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCyvRvUOZfbeCJdouEk5iAfobZPaIUae { width:20.625rem;height:19.8125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ky8cemILZVtUMLT6vio2b2eTOMfmNF { width:16.9375rem;height:6.8125rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhClslsfTKIhneniLOtN7Nh6Arw9ceNt { width:20.9375rem;height:2.4375rem;top:13.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTeoMESyWsrv55k1bk1pDdP97JND0XZ { width:20.9375rem;height:2.4375rem;top:13.5rem;left:10.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF { width:20.625rem;height:24.875rem;top:0rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIZNv9zJs9aRTVOIk8hZBbHsvhxkCRvc { width:20.625rem;height:19.8125rem;top:5.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP1993cBHObFXEsGudPTCbQ6nIAe6HXi { width:18.125rem;height:6.8125rem;top:15.9375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLoM6MS5AT8dilqPOcOyG9KCpfztbTR { width:17.5rem;height:2.4375rem;top:13.5625rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e { width:20.625rem;height:24.875rem;top:0rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZLoCHTOwvTDVs9SVAQmtOHfKlu058b { width:20.6875rem;height:19.8125rem;top:5.125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWn4yHnf7PPpiQNVxTpz8MuMKWiV7wZ { width:18.375rem;height:6.75rem;top:15.9375rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga { display:block; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU { width:21.875rem;height:;top:4.3125rem;left:0rem;font-size:1.1875rem;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
 }@media only screen and (max-width: 763px) { #oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO { width:22.875rem;height:;top:4.3125rem;left:14.125rem;font-size:1.1875rem;display:block; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
 }@media only screen and (max-width: 763px) { #lyE4WOZ03RaXoOgpkrhz6uuTdKoOz8g1 { width:24rem;height:;top:4.3125rem;left:23.75rem;font-size:1.1875rem;display:block; }#lyE4WOZ03RaXoOgpkrhz6uuTdKoOz8g1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
 }@media only screen and (max-width: 763px) { #KdTTZ5mBqdG8ePHdAUh4q7TZGIbxPG8z { top:13.5rem;left:29.25rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyg5rpFAMsTghc1QvJmlCfNO3hqoJ2y { display:block; }
 }@media only screen and (max-width: 763px) { #SXpihANf2dm5eOnAkxzc6VpdUeSpBnRR { width:1.875rem;height:1.875rem;top:14.375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW { display:block; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { width:28.6875rem;height:8.75rem;top:5.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJeFGT129kERoN2SDHGS8ViwTzBq5HWE { width:12.1875rem;height:0.6875rem;top:7.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9pTtExVhfG0DPewWO4IcmIwTgH98Zc { width:11.125rem;height:0.6875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { width:20.625rem;height:3.4375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block; }
 }@media only screen and (max-width: 763px) { #s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { display:block; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { width:32.625rem;height:4.9375rem;top:12.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { width:27.5rem;height:5.6875rem;top:5.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { width:34.5rem;height:7.5625rem;top:20.3125rem;left:0rem;font-size:1.125rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fcd8a1fe5ff5c2a875734780c2cadd5c7e4a7c8d.svg); }
 }@media only screen and (max-width: 763px) { #pfwCQxxayTmAbbIDOeALML9KPefMa2Ho { top:31.0625rem;left:0rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDiXdg0TTRFFIdPSicJ9BCZcJsiBlwS { display:block; }
 }@media only screen and (max-width: 763px) { #OA7TBW7lSl4PTL37MufuSy21oQ0x1eOd { width:1.875rem;height:1.875rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwGQ3OCVUIPtUQx5eSd7dylaHsVRJVhf { width:31.375rem;height:17.0625rem;top:22.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXByo35vW6B08O1nfnN4bgWKy00BsID { width:26.375rem;height:36.25rem;top:3.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEreKsL9lypg3hdRIQe3gwFBOkrCaoTi { width:25.75rem;height:29.5rem;top:10.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { display:block; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXIdR4qD3subQhpLwKEENcNL9LSLpT9p { width:32.875rem;height:6rem;top:8.5625rem;left:14.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS { width:34.5rem;height:;top:17.125rem;left:13.25rem;font-size:1.125rem;display:block; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c3ee610907a670bf06418badc3981c8d9c9ef530.svg); }
 }@media only screen and (max-width: 763px) { #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF { width:33.3125rem;height:38.75rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0DzPL2KC688klGCDIWDJ4y1tBXqbGwf { width:26.75rem;height:1.125rem;top:48.625rem;left:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { display:none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX { display:block; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZCMm4JhKqxyp73DC3BCmHO10252OEEX { width:32.875rem;height:3rem;top:6.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE { width:33.25rem;height:8.75rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqsMtzrn24HDWnmwHGdx3UABXv6xig7F { top:24.0625rem;left:0rem;width:18.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPrdfCCosedeqcN3JqSg1Clv3CTscSmV { display:block; }
 }@media only screen and (max-width: 763px) { #tz722xo2vmFtDpV60cOaTKtixsEdAGGX { width:1.875rem;height:1.875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B17zudlOfHgwXOD9yvXnnqNCu619HmDK { width:33.3125rem;height:26.0625rem;top:5.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 { display:block; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoETOxexP3ZI1eWtIBbMSocXDqvOn8SB { width:31.75rem;height:17.25rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki24mH2RmRVuKnl0HK9sAeClXQiXONRJ { width:27.5rem;height:2.8125rem;top:4.25rem;left:20.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3HxUwgowVKe7G0DR5NqpqIwSyBqHfbJ { width:32.625rem;height:4.9375rem;top:8.5rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSdlnhRc6l8LKfVcPVRHzbZMS1uyfh6 { width:12.5rem;height:3.4375rem;top:14.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTeuCWr1tCmHxTeJ01U8fz7tOuCBRTxD { display:block; }
 }@media only screen and (max-width: 763px) { #BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw { display:block; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEQ9wGd3PrRm2oI9ak1XKT5JlPAigz8V { width:22.5rem;height:40rem;top:5.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOuOEsgn9JJpUiK5DVk1z1QCALoNLWKT { width:20.0625rem;height:5rem;top:23.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VOntS0cpvqJpdZLvSw61zkOagS2awz { width:17.0625rem;height:7.0625rem;top:30.1875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LclKgno5H4xR5mScMFyADqkuBHwLsymh { width:18.1875rem;height:18.1875rem;top:2.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbQePADxs5yw1rXnCm0PypGWfZpXw2Ec { width:3.125rem;height:3.125rem;top:39.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q { display:block; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lax5O8A76l7ywRFNmXRfPTa24ZKKDyRT { width:47.75rem;height:3.625rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 { display:block; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO5PxxIxQ40U5Zr7AKnV2XZ80ugh28TO { width:24.1875rem;height:9.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toh8rGxvg8GGy5vkiaJebUKVGMTixie9 { width:24.0625rem;height:8.75rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUEF2g9mXSx6JZSceHgSrZIhODtWboFR { width:24.4375rem;height:9.5rem;top:0.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEps40r0oL36vMeaERlPJgVi8c3trLi { width:6.125rem;height:1.4375rem;top:4rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwh5FOQtaT0nK2pFWGRMuAtRMADKgFy { width:6.125rem;height:1.4375rem;top:3.5625rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9opMbIWFMMboTn3alqWRsxIwfATWOIf { width:6.125rem;height:1.4375rem;top:4.375rem;left:34.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL { display:block; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62uxTpCNL7t7sx8oVIigyPXk5BcOAV2 { width:24.5rem;height:10.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnFvT2Za62RNpoyWlBPNad53ysTgbPwU { width:24.1875rem;height:10.25rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptm2Rx8rym2TZOdHKXNgEDLnZbGlz6Ld { width:24.25rem;height:8.6875rem;top:0.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlc9W1bKmxKkPUdN0vxF8ka0Z5xMNQH6 { width:6.125rem;height:1.4375rem;top:4rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEc2prnA6FbXMV3SDXtwKLtRqiD3rraD { width:6.125rem;height:1.4375rem;top:3.8125rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usVpsBsKJzzA9evya6bFrywA8NAIo74h { width:6.125rem;height:1.4375rem;top:4.625rem;left:34.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy { display:block; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy { width:32rem;height:40.75rem;top:5.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { width:35.8125rem;height:;top:16.9375rem;left:0rem;font-size:1rem;display:block; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cb96e56a26708ae60e7ad33ffb1dba033350c9e.svg); }
 }@media only screen and (max-width: 763px) { #iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { width:40.625rem;height:9.25rem;top:5.75rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6QitLiK2DO101fm1972NkHVtX8HCp4 { width:27.375rem;height:1.25rem;top:45.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhixSHszH40txtZLeC8a0onHvFJ87I8q { display:block; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuWs98c3vi9vGZpwB9SnDfV5MikFlaas { width:22.8125rem;height:2.1875rem;top:15rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { width:0.0625rem;height:12.4375rem;top:4.8125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { width:29rem;height:5.625rem;top:5.75rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K { width:3.125rem;height:3.125rem;top:5.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOXrUzuIvzz8bNZ8Ts3qA7hPBV25BWId { width:3.125rem;height:3.125rem;top:10.5625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1d5HspTXU6uJ2ILcAkDI3JKyKTE2aTJ { width:0.0625rem;height:12.4375rem;top:5.5625rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { width:9.8125rem;height:;top:13.75rem;left:36.625rem;font-size:1rem;display:block; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e87072a8b2a9ca9d6a1e92c86cc164f966e5ea5.svg); }
 }@media only screen and (max-width: 763px) { #QGNtmqQk5iD98fJRdadhB2EaHKJve4Sz { width:3.75rem;height:3.4375rem;top:10.375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR61h3FHG9AED2BzE2yXkg1zPyrVh5ri { display:block; }
 }@media only screen and (max-width: 763px) { #BeFZXq6mTbfqUCMClHQE1RdPciiGeh9R { width:3.75rem;height:3.4375rem;top:5.8125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTeOD5TmUBxET4xxyhXH4XGWXMRHnNTa { display:block; }
 }@media only screen and (max-width: 763px) { #GvL6vz8mFX51B7O2f3NJcI8xtpA5NnIm { top:12.625rem;left:17.375rem;width:17.4375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0A5EPlNHEQJ0G62tyfm7s0zXSo5APAv { display:block; }
 }@media only screen and (max-width: 763px) { #IM1NXbuug85g0K4q4QSJekSMU2236cN8 { width:1.875rem;height:1.875rem;top:13.5rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTKynggsuo84ZEF80pipbBRJdTp8IgEZ { width:21.875rem;height:1rem;top:11.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnIogXXxAyDUkPHtqHp1LrXrJQyM5XQr { width:20.4375rem;height:6.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx { display:block; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKsy61crTFPHIsmdThPyygwT0KriqdTH { width:8.0625rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDLmx5dGtTieSmDwIOXtHJ7aVxho0pKE { display:block; }
 }@media only screen and (max-width: 763px) { #GOq3V0kg9fIIOna842tOighzMgROeXB8 { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxPrIVCKXe3Xa2dbRANg361ZkFNy9Fw6 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIW3ah3hiWCfvKLxOgWUlJmDEfrvhOI { display:block; }
 }@media only screen and (max-width: 763px) { #PoueSnt5hywHusCpX4WhQ0Z0FGCkgFZQ { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhHcsluVQi3IAKRGGyTXa1aAT3J1xEo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR { display:block; }#HlBT3sJmVTRTBdzFsp1tv1crDGdSsflR > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg { width:16.3125rem;height:23.5625rem;top:27.3125rem;left:2.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8c270e19-23f3-4bc7-90a0-26c63d19d43d/dra.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.adaptive-delivery-prevent-bg, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyload, #hGSGfTecfAsVKgS6XVnRfG4n3vzRn7Bg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U7FeeJ29oimTsJ9EtGAPvvVTmX7xOAtN { width:20rem;height:3.75rem;top:9.3583984375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T4B8pNnhHJGprIJX6wq0HMU5snnukfTP { top:20.625rem;left:1.9375rem;width:16.1875rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vurpd367fWDak7rNg3Sp60px6ICUbdfB { display:block; }
 }@media only screen and (max-width: 763px) { #v1HbiCmeQ9g5sJEdItPFnT4422HAMFPW { width:14.1875rem;height:0;top:61.25rem;left:4.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSFoyLnvkJAPaolmvHWsVuOwg5OTp0Ep { width:20rem;height:4.78125rem;top:13.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzwNcPHPXNUxvzBF7hEPCzhFNqPGzcQy { width:1.375rem;height:0;top:61rem;left:2.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNCUiQ8TT9qweUm3U6MI0ECqyU3F1omv { display:flex;width:1.875rem;height:1.875rem;top:21.0625rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #pS13W69IqS2dRVa2X5bdvgyRg1WsFexp { width:14.25rem;height:0.73046875rem;top:6.25rem;left:2.875rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9gpPIVrPvCBQNnITRTdP7f4h4ZWkzT1 { width:15.8125rem;height:4.5625rem;top:1.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5 { width:20rem;height:14.9375rem;top:14.5625rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91cd8e32-5769-476f-a82f-9748e37d0c33/leilanecamapumdouradoat4x681b785651eef.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14998;display:block; }#HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5.adaptive-delivery-prevent-bg, #HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5.lazyload, #HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5.lazyloading { background-image: none; }
#HzAq2fGboe3rGAyS8T5Rtmfq5ZT6q8z5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,236,219,0.9); } }@media only screen and (max-width: 763px) { #TZbU7Xs5HPGuVyDB9MqxJtJSdm4RuVrx { width:14.8125rem;height:1.798825rem;top:24.1875rem;left:2.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/860e1764-1362-4d72-967a-7b317130e627/download20250722T174341503.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; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD.adaptive-delivery-prevent-bg, #NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD.lazyload, #NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD.lazyloading { background-image: none; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row .container { background-color: transparent; background-image: none; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row .container > .video-iframe-container { display: none; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row > .video-iframe-container { display: none; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .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); }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row .container { border-width: 0; border-radius: 0; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIgyRsOdUToXgZ8emnpnCl0qbIyhucTD > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Punmh4axok5yHplDPSVSiMv95qkqzX8n { display:block; }#Punmh4axok5yHplDPSVSiMv95qkqzX8n > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtHMtsSC3zWusrVJRT3UO1P4W1diStXu { width:9.875rem;height:4.375rem;top:1.5rem;left:0.0625rem;border-top:0.0625rem solid #f5ecdb;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0.0625rem solid #f5ecdb;z-index:14998;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRN71Ho1adxp46ndAkKqb6TUcAgmLTlI { width:7.1875rem;height:2.3984375rem;top:2.55078125rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X2czhRL3sm7dhrlKNVnZqkLKyzkU9qFh { width:9.875rem;height:4.375rem;top:1.5rem;left:10rem;z-index:14997;border-top:0.0625rem solid #f5ecdb;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0.0625rem solid #f5ecdb;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpcTO0rfs0DgfuAHIK83f12WTuivSzB { width:7.1875rem;height:2.3984375rem;top:2.55078125rem;left:11.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #K1TCpz8ypUbD53T5OitLArrVQHsJbJP3 { width:9.875rem;height:4.375rem;top:5.9375rem;left:0.0625rem;z-index:14996;border-top:0.0625rem solid #f5ecdb;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0.0625rem solid #f5ecdb;background-color:rgba(0,0,0,0.22);background-image:none;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsVHliahxSpTzanneWTncwEpZrdGzBQT { width:7.375rem;height:2.3984375rem;top:6.98828125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Vkd01wruRxZ9gsOQd253K97F2BcaFvbc { width:9.875rem;height:4.375rem;top:5.9375rem;left:10rem;z-index:14995;border-top:0.0625rem solid #f5ecdb;border-left:0.0625rem solid #f5ecdb;border-right:0.0625rem solid #f5ecdb;border-bottom:0.0625rem solid #f5ecdb;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRhaBbW2JahgbPHqr1CVcTK7BW9Floyo { width:6.1875rem;height:2.3984375rem;top:6.98828125rem;left:11.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP { display:block; }#xTF3rDkLPJAoRFMyl4LSGB9Ob4B3DlJP > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH2xwG7QlNIzrcNvTKlUm6PrXbgVzPPk { width:20rem;height:3.59765625rem;top:4.92578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KLECL8AiGyyrkXlmDhJ70c4dNJ2hb1ID { display:flex;width:2.3125rem;height:2.3125rem;top:2.01953125rem;left:8.84375rem; }
 }@media only screen and (max-width: 763px) { #KtFAbzD3WNQekUCirQJmEELxZwy9LfSL { display:block; }#KtFAbzD3WNQekUCirQJmEELxZwy9LfSL > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKi38U9hIxGKwqbE2QwQDqmXBVUU8eim { width:20rem;height:2.8496125rem;top:3.25rem;left:0rem;font-size:2.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQuyV9eOqntBVHxEJMmSRP56qrwmiybS { display:block; }#VQuyV9eOqntBVHxEJMmSRP56qrwmiybS > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9zJINVCIsVgsSiFpDWiO9fmTmUIizdP { width:20rem;height:20.4375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCyvRvUOZfbeCJdouEk5iAfobZPaIUae { width:20rem;height:14.3125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ky8cemILZVtUMLT6vio2b2eTOMfmNF { width:18.4375rem;height:4.798825rem;top:12.90625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhClslsfTKIhneniLOtN7Nh6Arw9ceNt { width:12.5rem;height:2.03125rem;top:10.875rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUTeoMESyWsrv55k1bk1pDdP97JND0XZ { width:14.6875rem;height:2.03125rem;top:31.8125rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rglWFTqOMFqfLoA9SDP9pHeKtPBU7bHF { width:20rem;height:20.4375rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIZNv9zJs9aRTVOIk8hZBbHsvhxkCRvc { width:20rem;height:16.625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP1993cBHObFXEsGudPTCbQ6nIAe6HXi { width:18.375rem;height:6.3984375rem;top:33.875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLoM6MS5AT8dilqPOcOyG9KCpfztbTR { width:14.1875rem;height:2.03125rem;top:54rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHlN7HiDvT4Tif5rb8BUNA8Gyh5kZX2e { width:20rem;height:20.4375rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ZLoCHTOwvTDVs9SVAQmtOHfKlu058b { width:20rem;height:16.0625rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrWn4yHnf7PPpiQNVxTpz8MuMKWiV7wZ { width:18.5rem;height:6.3984375rem;top:56.3125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga { display:block; }#nPzWXSeaqa1nB0hVnXdX5RgGM7vd5hga > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU { width:20rem;height:12.67575rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }#TGJTlqDsgQ48hcapcZIvDvrIaeF6llQU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
 }@media only screen and (max-width: 763px) { #oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO { width:20rem;height:12.36325rem;top:14.46875rem;left:0rem;font-size:1.1875rem;display:block; }#oZKgg4STsp5KABPrPhlnRHVsDuQNS7aO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
 }@media only screen and (max-width: 763px) { #lyE4WOZ03RaXoOgpkrhz6uuTdKoOz8g1 { width:20rem;height:7.109375rem;top:27.4560546875rem;left:0rem;font-size:1.1875rem;display:block; }#lyE4WOZ03RaXoOgpkrhz6uuTdKoOz8g1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f1f0a030edca72b4070419fa7ec7edf915f4bc35.svg); }
 }@media only screen and (max-width: 763px) { #KdTTZ5mBqdG8ePHdAUh4q7TZGIbxPG8z { top:36.625rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyg5rpFAMsTghc1QvJmlCfNO3hqoJ2y { display:block; }
 }@media only screen and (max-width: 763px) { #SXpihANf2dm5eOnAkxzc6VpdUeSpBnRR { display:flex;width:1.875rem;height:1.875rem;top:37.5rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/517f903f-ecda-4d5c-b53a-fbf45b7a956e/1887cc891c.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.adaptive-delivery-prevent-bg, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyload, #Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW.lazyloading { background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { background-color: transparent; background-image: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row > .video-iframe-container { display: none; }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .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); }#Q8Pe2r1GeghNyb4NfPt5k5zkoWkMZpmW > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxeiGGGs131sJxtKrXxz5sQiboIDLiNy { width:17.875rem;height:9.097625rem;top:9.6875rem;left:0.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJeFGT129kERoN2SDHGS8ViwTzBq5HWE { width:12.1875rem;height:0.6875rem;top:1.25rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE9pTtExVhfG0DPewWO4IcmIwTgH98Zc { width:18.3125rem;height:0.6875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTT1na5KMgFTssdu0iVKBCSftCvrBVFI { width:18.625rem;height:3.4375rem;top:20.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8ncivhN3wIBQpsXX2SZKW2NHPMD0S1N { display:block; }
 }@media only screen and (max-width: 763px) { #s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN { display:block; }#s9fRbcmlKA24pNmI14M5gXEtSaBfz3iN > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCUapP44z7IcPC4gVpAm9s5fDfGq6yeM { width:20rem;height:7.871125rem;top:7.7099609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPX4AK5uvnewmeWE6xtUtXpfz2PDqoat { width:18.375rem;height:3.8994125rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrXFGFVScT5Bc4CXHk15CSKBlMAt723V { width:20rem;height:13.53125rem;top:17.58203125rem;left:0rem;font-size:1.125rem;display:block; }#IrXFGFVScT5Bc4CXHk15CSKBlMAt723V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fcd8a1fe5ff5c2a875734780c2cadd5c7e4a7c8d.svg); }
 }@media only screen and (max-width: 763px) { #pfwCQxxayTmAbbIDOeALML9KPefMa2Ho { top:33.6875rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRDiXdg0TTRFFIdPSicJ9BCZcJsiBlwS { display:block; }
 }@media only screen and (max-width: 763px) { #OA7TBW7lSl4PTL37MufuSy21oQ0x1eOd { display:flex;width:1.875rem;height:1.875rem;top:34.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #AwGQ3OCVUIPtUQx5eSd7dylaHsVRJVhf { width:20rem;height:22.5625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXByo35vW6B08O1nfnN4bgWKy00BsID { width:20rem;height:27.625rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEreKsL9lypg3hdRIQe3gwFBOkrCaoTi { width:20rem;height:29.5rem;top:94.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNW94TxC8fDdbIp7h1TP1onJ23G43TRL { display:block; }#fNW94TxC8fDdbIp7h1TP1onJ23G43TRL > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXIdR4qD3subQhpLwKEENcNL9LSLpT9p { width:20rem;height:5.84765625rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS { width:20rem;height:36.5078125rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }#t1NbxJwEP0URZF9lQ1koUioaqU3Wo0NS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c3ee610907a670bf06418badc3981c8d9c9ef530.svg); }
 }@media only screen and (max-width: 763px) { #E6ddxCbrBBU8Biatt1A0GTSwLpuHAgNF { width:20rem;height:38.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0DzPL2KC688klGCDIWDJ4y1tBXqbGwf { width:14.5rem;height:2.2744125rem;top:49.8828125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ce3b403-be86-4fb4-aa20-1580ef7657c2/faabd3b086.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; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP.adaptive-delivery-prevent-bg, #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP.lazyload, #KO67FwzB44QcEISqOq4Cu0gTt3avGgSP.lazyloading { background-image: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { background-color: transparent; background-image: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container > .video-iframe-container { display: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row > .video-iframe-container { display: none; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .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); }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { border-width: 0; border-radius: 0; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KO67FwzB44QcEISqOq4Cu0gTt3avGgSP > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX { display:block; }#NKuy0GyQbnMNRWoXlmpT5dZ3D74ztNwX > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZCMm4JhKqxyp73DC3BCmHO10252OEEX { width:20rem;height:4.798825rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVSwrpR8cpEvIUtfFKRZEXT7X90IwnSE { width:20rem;height:12.59375rem;top:8.671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqsMtzrn24HDWnmwHGdx3UABXv6xig7F { top:24rem;left:0rem;width:18.5rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPrdfCCosedeqcN3JqSg1Clv3CTscSmV { display:block; }
 }@media only screen and (max-width: 763px) { #tz722xo2vmFtDpV60cOaTKtixsEdAGGX { display:flex;width:1.875rem;height:1.875rem;top:24.8125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #B17zudlOfHgwXOD9yvXnnqNCu619HmDK { width:20rem;height:26.0625rem;top:33.98535rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 { display:block; }#n3maR7mx6Sm0Al2Lx4hCKBSMSgidhnF1 > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoETOxexP3ZI1eWtIBbMSocXDqvOn8SB { width:20rem;height:10.4375rem;top:3.3125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ki24mH2RmRVuKnl0HK9sAeClXQiXONRJ { width:20rem;height:1.94921875rem;top:15.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3HxUwgowVKe7G0DR5NqpqIwSyBqHfbJ { width:16rem;height:6.296875rem;top:18rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTSdlnhRc6l8LKfVcPVRHzbZMS1uyfh6 { width:12.5rem;height:3.4375rem;top:26.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTeuCWr1tCmHxTeJ01U8fz7tOuCBRTxD { display:block; }
 }@media only screen and (max-width: 763px) { #BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw { display:block; }#BXK9wRVwyaMnq6OmT3IaeMOZqXeRL4Vw > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEQ9wGd3PrRm2oI9ak1XKT5JlPAigz8V { height:35.555555555556rem;width:20rem;top:31.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOuOEsgn9JJpUiK5DVk1z1QCALoNLWKT { width:20rem;height:4.26171875rem;top:15.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x8VOntS0cpvqJpdZLvSw61zkOagS2awz { width:16.9375rem;height:7rem;top:21.599609375rem;left:1.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LclKgno5H4xR5mScMFyADqkuBHwLsymh { width:11.0625rem;height:11.0625rem;top:3.125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbQePADxs5yw1rXnCm0PypGWfZpXw2Ec { display:flex;width:3.125rem;height:3.125rem;top:32.0996125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { background-color: transparent; background-image: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row > .video-iframe-container { display: none; }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .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); }#XRiZGOyxr2bi78WoZm1dJxJkd1v8Zw0Q > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lax5O8A76l7ywRFNmXRfPTa24ZKKDyRT { width:20rem;height:3.75rem;top:4.4375rem;left:0rem;font-size:1.5625rem;line-height:1.2;color:#4c513b;display:block; }
 }@media only screen and (max-width: 763px) { #ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 { display:block; }#ePOokwH4IGuvwTzPnw2gaDF9TRe895g0 > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO5PxxIxQ40U5Zr7AKnV2XZ80ugh28TO { width:20rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toh8rGxvg8GGy5vkiaJebUKVGMTixie9 { width:20rem;height:7.25rem;top:8.7353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUEF2g9mXSx6JZSceHgSrZIhODtWboFR { width:20rem;height:7.75rem;top:18.0556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEps40r0oL36vMeaERlPJgVi8c3trLi { width:6.125rem;height:1.4375rem;top:2.78125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwh5FOQtaT0nK2pFWGRMuAtRMADKgFy { width:6.125rem;height:1.4375rem;top:11.5791015625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9opMbIWFMMboTn3alqWRsxIwfATWOIf { width:6.125rem;height:1.4375rem;top:20.8994140625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL { display:block; }#CAnne80Uz3VLy3qSsfUgDNWhFr6qShGL > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O62uxTpCNL7t7sx8oVIigyPXk5BcOAV2 { width:20rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnFvT2Za62RNpoyWlBPNad53ysTgbPwU { width:19.8125rem;height:8.375rem;top:10.1103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptm2Rx8rym2TZOdHKXNgEDLnZbGlz6Ld { width:20rem;height:7.125rem;top:20.0556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlc9W1bKmxKkPUdN0vxF8ka0Z5xMNQH6 { width:6.125rem;height:1.4375rem;top:2.8681640625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEc2prnA6FbXMV3SDXtwKLtRqiD3rraD { width:6.125rem;height:1.4375rem;top:13.0556640625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usVpsBsKJzzA9evya6bFrywA8NAIo74h { width:6.125rem;height:1.4375rem;top:23.1494140625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy { display:block; }#mVCcUE4yb6IAvGlCDABdgB6Sblf7k4dy > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy { width:20rem;height:22.25rem;top:9.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9989cc96-0fa5-4cbf-9f29-8c24ce25ff74/MV6A9967.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.adaptive-delivery-prevent-bg, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyload, #hf3iLvLuIuTvzLHoRwxeGDOidEFaWzXy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT { width:20rem;height:31.9550625rem;top:33.912109375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }#TSnLFJ4Jhhf4EM2HFbc9QlGip62XTleT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6cb96e56a26708ae60e7ad33ffb1dba033350c9e.svg); }
 }@media only screen and (max-width: 763px) { #iM5iNbQ0NRNS6KXs6NBQz0vO4FVnTDxF { width:20rem;height:4.95605625rem;top:3.10546875rem;left:0rem;font-size:3.8125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Xx6QitLiK2DO101fm1972NkHVtX8HCp4 { width:20rem;height:0.9746125rem;top:67.806640625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhixSHszH40txtZLeC8a0onHvFJ87I8q { display:block; }#EhixSHszH40txtZLeC8a0onHvFJ87I8q > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuWs98c3vi9vGZpwB9SnDfV5MikFlaas { width:20rem;height:1.69921875rem;top:30.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGv0FLqZA1dxXVcoS8NPHVPBkHdmZ0mD { width:20rem;height:0.0625rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGbQDmnsIHP0n8qp9pvk71o9q0BmzNnV { width:20rem;height:10.15625rem;top:4.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQoeEU6iOH7qEoKAxIEVGFBVMdinmR0K { display:flex;width:2.0625rem;height:2.0625rem;top:36rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #WOXrUzuIvzz8bNZ8Ts3qA7hPBV25BWId { display:flex;width:2.0625rem;height:2.0625rem;top:36rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #r1d5HspTXU6uJ2ILcAkDI3JKyKTE2aTJ { width:20rem;height:0.0625rem;top:40.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 { width:9.8125rem;height:1.29980625rem;top:20.75rem;left:5.125rem;font-size:1rem;display:block; }#mzCQ4gi4M3uK0pwX5gzD3qSpBR9XZl05 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e87072a8b2a9ca9d6a1e92c86cc164f966e5ea5.svg); }
 }@media only screen and (max-width: 763px) { #QGNtmqQk5iD98fJRdadhB2EaHKJve4Sz { width:2.375rem;height:2.1875rem;top:36rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR61h3FHG9AED2BzE2yXkg1zPyrVh5ri { display:block; }
 }@media only screen and (max-width: 763px) { #BeFZXq6mTbfqUCMClHQE1RdPciiGeh9R { width:2.375rem;height:2.1875rem;top:35.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTeOD5TmUBxET4xxyhXH4XGWXMRHnNTa { display:block; }
 }@media only screen and (max-width: 763px) { #GvL6vz8mFX51B7O2f3NJcI8xtpA5NnIm { top:16rem;left:1.3125rem;width:17.4375rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0A5EPlNHEQJ0G62tyfm7s0zXSo5APAv { display:block; }
 }@media only screen and (max-width: 763px) { #IM1NXbuug85g0K4q4QSJekSMU2236cN8 { display:flex;width:1.875rem;height:1.875rem;top:16.8125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #LTKynggsuo84ZEF80pipbBRJdTp8IgEZ { width:20rem;height:0.8125rem;top:33.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tnIogXXxAyDUkPHtqHp1LrXrJQyM5XQr { width:13.9375rem;height:4.25rem;top:25.9482421875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #NXLXsvb82B4NR1MTitWxFKllxmz9xReg > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#oL8gT9WOqMO0O8vgIsPDTAVSz6agHnsx > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKsy61crTFPHIsmdThPyygwT0KriqdTH { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDLmx5dGtTieSmDwIOXtHJ7aVxho0pKE { display:block; }
 }@media only screen and (max-width: 763px) { #GOq3V0kg9fIIOna842tOighzMgROeXB8 { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RxPrIVCKXe3Xa2dbRANg361ZkFNy9Fw6 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIW3ah3hiWCfvKLxOgWUlJmDEfrvhOI { display:block; }
 }@media only screen and (max-width: 763px) { #PoueSnt5hywHusCpX4WhQ0Z0FGCkgFZQ { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDhHcsluVQi3IAKRGGyTXa1aAT3J1xEo { display:block; }
 }