.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF { position:relative;display:block; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF { background-color: transparent; background-image: none; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .row .container > .video-iframe-container { display: none; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .row > .video-iframe-container { display: none; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .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); }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF { border-width: 0; border-radius: 0; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .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; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .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:5rem;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; }#y8O0ZVOTTWDQ0qDFu8obkN6nsLrKeX8h { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#N90ndF60sFGIanUfATAulovn1iMRfUm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !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; }#N90ndF60sFGIanUfATAulovn1iMRfUm7.adaptive-delivery-prevent-bg, #N90ndF60sFGIanUfATAulovn1iMRfUm7.lazyload, #N90ndF60sFGIanUfATAulovn1iMRfUm7.lazyloading { background-image: none; }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row .container { background-color: transparent; background-image: none; }#N90ndF60sFGIanUfATAulovn1iMRfUm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row .container > .video-iframe-container { display: none; }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row > .video-iframe-container { display: none; }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .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); }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row .container { border-width: 0; border-radius: 0; }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#pApLB67TZcEVlK5CnEHy0MgVS8ZkwQqT { 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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c2f4db5-dc50-4602-b690-0e81a54e0836/ChadaHomes02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ.adaptive-delivery-prevent-bg, #luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ.lazyload, #luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ.lazyloading { background-image: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container { background-color: transparent; background-image: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container > .video-iframe-container { display: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row > .video-iframe-container { display: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .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); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container { border-width: 0; border-radius: 0; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ::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; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;overflow:visible;position:relative;display:block; }#CyKMP3fTEozycfoMd2FyqdvbGekxpbF4 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:13.1875rem;left:6.49951171875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMb3JrDnCXCdkNdJ1T5xBpJwQI4kT6gc { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNmIy3EaMISXwuwylQMbOv0wct1qc78M { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:16.875rem;left:7.6875rem;height:1.1682125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dbu2T0PCIqKrEPTwHM6sT4NbH1GEdkkG { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:19.8125rem;left:12.1875rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DrKQQ0XM26pWp94848iVJtIt8Q1F2xNu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.249755859375rem;left:5.0615234375rem; }
#dEmyA329WBUpg7M1wFCAI9rCZMdXiqO1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9e326, #baa300);background-image: -moz-linear-gradient(180deg, #f9e326, #baa300);background-image: -ms-linear-gradient(180deg, #f9e326, #baa300);background-image: -o-linear-gradient(180deg, #f9e326, #baa300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e326', endColorstr='#baa300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e326', endColorstr='#baa300' );";background-image: linear-gradient(180deg, #f9e326, #baa300);background-size:auto !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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5614375rem;height:3.49875625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.436849117279rem;left:2.468533039093rem;display:block; }
#HrTLPUPzLEprWpmsu0bQoGZptcBeCsgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VICi8ulnT4Tm9NGSdGemwcwTm6MP7Cl0 { position:absolute;display:block;z-index:14999;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.1855625rem;width:16.1845625rem;top:4.0625rem;left:4.126953125rem;overflow:hidden;display:block; }
#iBMQ2Gy942sT4zds1KKHzi1eTSqBPiE5 { box-sizing:content-box;height:2.5rem;width:19.25rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:18.9375rem;left:2.4375rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9e326;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; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row .container { background-color: transparent; background-image: none; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row .container > .video-iframe-container { display: none; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row > .video-iframe-container { display: none; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .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); }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row .container { border-width: 0; border-radius: 0; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/33255ece-8b3c-4691-8ba9-8d320041bbc3/ChadaHomes04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV.adaptive-delivery-prevent-bg, #Hv4BgBT6FFcDpzBclxDKR50wySiosiWV.lazyload, #Hv4BgBT6FFcDpzBclxDKR50wySiosiWV.lazyloading { background-image: none; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row .container { background-color: transparent; background-image: none; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row .container > .video-iframe-container { display: none; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row > .video-iframe-container { display: none; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .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); }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row .container { border-width: 0; border-radius: 0; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#PezdrhOnqCmu7vTxCbJlBKsd3wdONU7l { color:#354a39;display:block;width:36.5625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:1.935546875rem;left:19.21875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbgqzfSb73hXvINg3au1TKrcW0oOCF70 { color:#354a39;display:block;width:65.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:7.3741321563719rem;left:4.6875rem;height:5.09765625rem;text-align:center;text-align-last:center;display:block; }
#EmUVSaPv51Wq10WsWGhBT5cdiVvJvBd6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15053;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d7183340-5b66-4c7d-9d39-841c33bc8376/ChadaHomes05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.970053195953rem;left:4.6875rem;display:block; }#EmUVSaPv51Wq10WsWGhBT5cdiVvJvBd6.adaptive-delivery-prevent-bg, #EmUVSaPv51Wq10WsWGhBT5cdiVvJvBd6.lazyload, #EmUVSaPv51Wq10WsWGhBT5cdiVvJvBd6.lazyloading { background-image: none; }
#nny2TA1URQ8TasRMTtTknNKgz75gewgE { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15054;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7b385a7-9dde-45d0-a593-6fb29a0bfbdc/ChadaHomes07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.970053195953rem;left:35rem;display:block; }#nny2TA1URQ8TasRMTtTknNKgz75gewgE.adaptive-delivery-prevent-bg, #nny2TA1URQ8TasRMTtTknNKgz75gewgE.lazyload, #nny2TA1URQ8TasRMTtTknNKgz75gewgE.lazyloading { background-image: none; }
#RD4f0uHB4y2l5IDh9PuzTwD17DEXMl1s { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15055;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5b1cce6d-f27a-40cb-825b-4a874fa64dd9/ChadaHomes09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.970053195953rem;left:65.395835876462rem;display:block; }#RD4f0uHB4y2l5IDh9PuzTwD17DEXMl1s.adaptive-delivery-prevent-bg, #RD4f0uHB4y2l5IDh9PuzTwD17DEXMl1s.lazyload, #RD4f0uHB4y2l5IDh9PuzTwD17DEXMl1s.lazyloading { background-image: none; }
#GhoqCr1T5Sb8VgBHIyg0NmJFQV7xPJc6 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15054;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/05ed6d48-7ac1-4e1a-8eaf-7d4dec18cd87/ChadaHomes06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.970053195953rem;left:19.061199188233rem;display:block; }#GhoqCr1T5Sb8VgBHIyg0NmJFQV7xPJc6.adaptive-delivery-prevent-bg, #GhoqCr1T5Sb8VgBHIyg0NmJFQV7xPJc6.lazyload, #GhoqCr1T5Sb8VgBHIyg0NmJFQV7xPJc6.lazyloading { background-image: none; }
#kXuB1vL0ILMarUTnuemASCb1ud6OflC0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15055;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13bd6bf1-1ff0-4261-bc51-48dc71cb039e/ChadaHomes08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.970053195953rem;left:50.68620300293rem;display:block; }#kXuB1vL0ILMarUTnuemASCb1ud6OflC0.adaptive-delivery-prevent-bg, #kXuB1vL0ILMarUTnuemASCb1ud6OflC0.lazyload, #kXuB1vL0ILMarUTnuemASCb1ud6OflC0.lazyloading { background-image: none; }
#QFIm7ugkKRGFTLT0iy82rAX35H4si3mf { color:#354a39;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:20.747614383697rem;left:2.8428821563721rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#nPd3os8zT4kqXaD3yCBZS1Jhv5V3sKbE { color:#354a39;display:block;width:8.6870625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:20.747614383697rem;left:17.215713500976rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#OayZfdTDTDL0ng0mvehvLT8vfHeHQfMr { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:20.747614383697rem;left:33.156467437744rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#fqnN2F5uiNcg1BzwgU4wfLlIgNkXXs8Z { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:20.747614383697rem;left:48.842235565186rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#ZseWE5dzEgl4tFlk58TXnsq9i6mxA5l4 { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:20.747614383697rem;left:63.551433563231rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#CAkWZTxIZBSg1Z3fzt4pZ7IpGUfbpTu0 { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:22.447917461395rem;left:48.842235565186rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#FmslnwvoV1LC9u4KlwQKP8AsBWEk0r2e { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:22.447918415069rem;left:63.551433563231rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#VATdhoExlJoUfQ66T8qcE4DmvHrx0GiP { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:22.447918415069rem;left:33.156467437744rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#BrnnfNVtihHIXJXusgBkbT6b7LXfrpho { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:22.447918415069rem;left:17.216796875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#xoC2Tr94qdRWHbozGudNfSyc57GnWkWf { color:#354a39;display:block;width:8.686rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:22.447918415069rem;left:2.8439674377441rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#worbEvDcEN4RhN70oLzQIblceWKAazCs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33255ece-8b3c-4691-8ba9-8d320041bbc3/ChadaHomes04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#worbEvDcEN4RhN70oLzQIblceWKAazCs.adaptive-delivery-prevent-bg, #worbEvDcEN4RhN70oLzQIblceWKAazCs.lazyload, #worbEvDcEN4RhN70oLzQIblceWKAazCs.lazyloading { background-image: none; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container { background-color: transparent; background-image: none; }#worbEvDcEN4RhN70oLzQIblceWKAazCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container > .video-iframe-container { display: none; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row > .video-iframe-container { display: none; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .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); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container { border-width: 0; border-radius: 0; }#worbEvDcEN4RhN70oLzQIblceWKAazCs::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; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container { font-size:0.875rem;font-family:arial;height:92rem;width:75rem;overflow:visible;position:relative;display:block; }#R59OSCxrT28NqkrkwGtPLA7mf7wdZz82 { box-sizing:content-box;height:26.5625rem;width:39.5625rem;position:absolute;display:block;z-index:15061;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/544c7379-896a-4064-8cf0-3c8d0e980248/img20250724wa0028.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.625rem;left:7.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R59OSCxrT28NqkrkwGtPLA7mf7wdZz82.adaptive-delivery-prevent-bg, #R59OSCxrT28NqkrkwGtPLA7mf7wdZz82.lazyload, #R59OSCxrT28NqkrkwGtPLA7mf7wdZz82.lazyloading { background-image: none; }
#XThuGedbVnkOt7bHw5ubIWXaOTldv79M { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:43.125rem;left:43.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JhogpnIlcVNQTO4zwvEERMZJB8pwFDAX { color:#f9e326;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:42.8125rem;left:50.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Om6Ps0C7JS7hhKof9FtVoy9wGGZTiK92 { box-sizing:content-box;height:6.625rem;width:59.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:38.749784469604rem;left:7.6247825622556rem;border-top:0.125rem solid #0a2924;border-left:0.125rem solid #0a2924;border-right:0.125rem solid #0a2924;border-bottom:0.125rem solid #0a2924;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hLIP7PLbGlF9WxXu4Etr5dV8AR4aQqoH { color:#0a2924;display:block;width:10.872375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:39.288412570953rem;left:9.6234817504881rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qW1MTvTRZnHViTU93gvJ97w4Q9Kc85fd { color:#0a2d27;display:block;width:6.62475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:39.9375rem;left:31.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bQKFbpfgyTsnGXOyabCV5rrWOHC7aPoe { color:#0a2d27;display:block;width:6.62475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:39.9375rem;left:42.1875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gb3vhtmi5gmsqlOpbVLHqsgdFXIOArHH { color:#0a2d27;display:block;width:6.6235625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:39.9375rem;left:52.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PKCWaJBTcOBdCUC6rkKMBc5Iu8iNAg9P { color:#0a2d27;display:block;width:3.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:39.9375rem;left:62rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OoRnE7hWCeT9wAqAkI7L0f0x1AsrvLJU { box-sizing:content-box;height:12.99925rem;width:19.56175rem;position:absolute;display:block;z-index:15119;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8711cecd-93f9-4434-8e98-3265393f071f/img20250724wa0005.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.625rem;left:47.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#OoRnE7hWCeT9wAqAkI7L0f0x1AsrvLJU.adaptive-delivery-prevent-bg, #OoRnE7hWCeT9wAqAkI7L0f0x1AsrvLJU.lazyload, #OoRnE7hWCeT9wAqAkI7L0f0x1AsrvLJU.lazyloading { background-image: none; }
#rP9ghdg2fFX7Cy9xUXfEaDqcsVMgsdBP { color:#354a39;display:block;width:20.12075rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:4.8741321563721rem;left:27.438152313233rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtLle2De32nTNlhkc345tnTm0I9x1dVS { box-sizing:content-box;height:12.99925rem;width:19.56175rem;position:absolute;display:block;z-index:15120;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f71cb2e-1af8-411f-bf2f-475e265c4087/img20250724wa0012.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.1875rem;left:47.8125rem;display:block; }#TtLle2De32nTNlhkc345tnTm0I9x1dVS.adaptive-delivery-prevent-bg, #TtLle2De32nTNlhkc345tnTm0I9x1dVS.lazyload, #TtLle2De32nTNlhkc345tnTm0I9x1dVS.lazyloading { background-image: none; }
#QCMt0gJae9fRAWO9V08gbgAIfvFan40T { color:#ffffff;display:block;width:6.9993125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:43.1875rem;left:59.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OXJgOXZz9NHXDtazGQN6q0IGhCapR5hR { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:39.709638118744rem;left:29.435766220092rem; }
#Hs47LS2adP6MNvimC59OpLbZAZ3rs0ki { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:39.584638118744rem;left:40.061849594116rem; }
#Qp2qawSTg7LD8WZmyrWhmpFMCTEpFG7Q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:39.584638118744rem;left:50.437284469604rem; }
#tVsBhfi9iQIdkSyy8AfNOvqpThDQwnCX { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:39.575307369232rem;left:60.248483657837rem; }
#DyEFKSUhTAGD7qSnuuMHoCrZRXDtrxrA { box-sizing:content-box;height:3.1875rem;width:59.6875rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:42.310791015625rem;left:7.69091796875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DwyMkXSKrcU6IcmfJ3wOxbRS60egJwTF { box-sizing:content-box;height:26.5625rem;width:39.5625rem;position:absolute;display:block;z-index:15078;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/209bb078-4741-46af-98bc-8d5371be0752/typea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.3125rem;left:7.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DwyMkXSKrcU6IcmfJ3wOxbRS60egJwTF.adaptive-delivery-prevent-bg, #DwyMkXSKrcU6IcmfJ3wOxbRS60egJwTF.lazyload, #DwyMkXSKrcU6IcmfJ3wOxbRS60egJwTF.lazyloading { background-image: none; }
#wkqrgRbxsWnIXJi7eAQ8mI2oBWLcQ6Cm { color:#0a2924;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:78.9375rem;left:9.5rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HfXJb7J0bp9TPwV67LvkE7UXUiNhP4rD { color:#0a2d27;display:block;width:6.62475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:79.686964035031rem;left:31.937143325806rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkWS2KpF8WBxr8A1THubt311VBMkKQHm { color:#0a2d27;display:block;width:6.62475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:79.686964035031rem;left:42.187498092651rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3JwhXOkv8wA9eFf5zE54KzcPVBE2Naf { box-sizing:content-box;height:12.99925rem;width:19.56175rem;position:absolute;display:block;z-index:15136;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2da351bf-d5f9-4cc0-ad12-e06044c3b878/bedroom3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.3125rem;left:47.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#O3JwhXOkv8wA9eFf5zE54KzcPVBE2Naf.adaptive-delivery-prevent-bg, #O3JwhXOkv8wA9eFf5zE54KzcPVBE2Naf.lazyload, #O3JwhXOkv8wA9eFf5zE54KzcPVBE2Naf.lazyloading { background-image: none; }
#Z8VchsKh6p9UZZohTVLug2OpRiR3agya { box-sizing:content-box;height:12.99925rem;width:19.56175rem;position:absolute;display:block;z-index:15137;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e021e324-0ec7-4f68-aa06-b2b8e3ff5ec8/bathroom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.875rem;left:47.8125rem;display:block; }#Z8VchsKh6p9UZZohTVLug2OpRiR3agya.adaptive-delivery-prevent-bg, #Z8VchsKh6p9UZZohTVLug2OpRiR3agya.lazyload, #Z8VchsKh6p9UZZohTVLug2OpRiR3agya.lazyloading { background-image: none; }
#NhJWhV84EfAd6Vxw1sNaBtHQC9pmvBVB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:79.43749809265rem;left:29.437143325806rem; }
#vrf8H5DWlwCysiO8IF3DALhwCpys89rC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:79.312318801881rem;left:40.062139511108rem; }
#dtzbRf4mNh4WP7vT8vlKhLp0Wr2UHLAn { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:79.312318801881rem;left:50.43678855896rem; }
#NDr3fGn0UoTpbR9033R00QCfeGAE0b6O { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:82.9375rem;left:43.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#O16QmFBgZ5oTqQ7iw52LWOMJ0OJpi1Bl { color:#f9e326;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:82.625rem;left:49.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SWz4OWwrhFVlTTpkdDU0CWQoUP9OTs6N { color:#0a2d27;display:block;width:6.6235625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:79.686964035031rem;left:52.499998092651rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNK0ofUIG7mzCXlFCcoKCdzMh1Vm89QH { color:#ffffff;display:block;width:6.9993125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:83rem;left:59.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#agcPulTs0TyzlFZmzm2nBXQka8DUdTbA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:79.312318801881rem;left:60.249464035034rem; }
#Smc1346bznslU5fN869gdiJ7JSnca7hO { color:#0a2d27;display:block;width:3.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:79.686964035031rem;left:61.99928855896rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J2XwoyPq8IZ8vbQGfMK2FrsunWL69UR3 { box-sizing:content-box;height:6.625rem;width:59.625rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:78.561416625975rem;left:7.6236991882325rem;border-top:0.0625rem solid #0a2924;border-left:0.0625rem solid #0a2924;border-right:0.0625rem solid #0a2924;border-bottom:0.0625rem solid #0a2924;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IwUyvLvcDr2nGJ2hJu0FikrgS0izp54b { box-sizing:content-box;height:3.125rem;width:59.6875rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:82.122802734375rem;left:7.69091796875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DPLdwigbChZTTgmQdURMSNlxhf3pM47b { box-sizing:content-box;height:6.625rem;width:59.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:38.749784469604rem;left:7.6247825622556rem;border-top:0.0625rem solid #0a2924;border-left:0.0625rem solid #0a2924;border-right:0.0625rem solid #0a2924;border-bottom:0.0625rem solid #0a2924;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ddg0lT1bmHy0PNtOnBnps5xAxEX9oL7q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:39.709638118744rem;left:29.435766220092rem;display:none; }
#Z76LpGpKrAfXFlxFTrQy0GVfvisT9MLN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:39.584638118744rem;left:40.061849594116rem;display:none; }
#Kt5M1P8iHKmA72QoIXq7Arbix5BiT7IJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:39.584638118744rem;left:50.437284469604rem;display:none; }
#X4ZSTrDEcuLgmuUzPEVUlpmRIXZXeQIr { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:39.575307369232rem;left:60.248483657837rem;display:none; }
#e4BDUnpW2neK3v8UVhTfBLUXknhstC8V { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15121;line-height:1.3;letter-spacing:0;top:43.125rem;left:43.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#t49WSMAl1q1SovzwBvhq3aWJgDITfM51 { color:#f9e326;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:42.8125rem;left:50.125rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#kRgTQKdZVG87OeDPA9tKOVxbEIMPKKKH { color:#ffffff;display:block;width:6.9993125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15122;line-height:1.3;letter-spacing:0;top:43.1875rem;left:59.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#QvXNOnEWDhwT3TEJGBK9RT12mnyA1aOt { box-sizing:content-box;height:3.1875rem;width:59.6875rem;position:absolute;display:block;z-index:15007;background-color:#0a2924;background-image:none;top:42.311787605286rem;left:7.5662288665769rem;border-top:0.0625rem solid #f9e326;border-left:0.0625rem solid #f9e326;border-right:0.0625rem solid #f9e326;border-bottom:0.0625rem solid #f9e326;display:none; }
#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9e326;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; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row .container { background-color: transparent; background-image: none; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row .container > .video-iframe-container { display: none; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row > .video-iframe-container { display: none; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .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); }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row .container { border-width: 0; border-radius: 0; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/928301be-2214-486f-8c3b-fa59fa44d634/364484_0.jpg");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; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J.adaptive-delivery-prevent-bg, #cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J.lazyload, #cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J.lazyloading { background-image: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container { background-color: transparent; background-image: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container > .video-iframe-container { display: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.71); }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row > .video-iframe-container { display: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .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); }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container { border-width: 0; border-radius: 0; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J::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; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-form-header {  }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#0a2924;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-text {padding-top: 0; padding-bottom: 0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-select {padding-top: 0; padding-bottom: 0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9e326, #baa300);background-image: -moz-linear-gradient(180deg, #f9e326, #baa300);background-image: -ms-linear-gradient(180deg, #f9e326, #baa300);background-image: -o-linear-gradient(180deg, #f9e326, #baa300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e326', endColorstr='#baa300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e326', endColorstr='#baa300' );";background-image: linear-gradient(180deg, #f9e326, #baa300);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#000000;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-container:first-of-type{padding-top:0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-container:last-of-type{padding-bottom:0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO {display:block;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #rGCZoJ5xxp8Vs8LG4DHhnGTgS1AHaDfd { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #gwJiIW9tys3JfUTnEQRQwR3yizr2Awh6 { position:relative;display:block; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #cb7nvwBBBDSFrFAeZcnlAGkhsSJJrlr8 { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #LE5GDlKG2vkJwoBxdR2X49CxFdTfq0kC { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #JWP6w8BhgQSOgrMEFQ2zhpp6tJ28uxaF { position:relative;display:block; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #VNrrsiflE7AfX342h9edN721K3GiXyNL { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #MedebNvAD2OQU1CWrbHGERATKUczoNwD { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #zMBScJonWTfGK43Jt5TiUlUgsMkh4BwH { position:relative;display:block; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #nWx1ktI8kHBdOCw2VWdwf8VKAlwPBKCH { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #m8MWzI6ySX2pqsRt8V3KFF83iilK957K { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #yMe8k6slqFnFZTtVT4xXfP60LAJBwoeL { position:relative;display:block; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #ApyZZDIPhak9EUImenMT5OHQeW9e2S0N { position:relative; }
#Q9MpDbtJUSboy4zPRRSBZNapuMvgOf0q { position:relative;display:block; }
#lXsyy0p4I34m82L5beOJBSuzgcn9GAng { position:relative;display:block; }
#H8OwnzWCD90sBAk1MIseKO9wSul6iThf { position:relative;display:block; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #z4cEQmUUgbxT9dEG0rioFyTBJEKB2FGQ { position:relative; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #HGpsQfPCGW25667earTrgsGbxdsSB8ZR { position:relative; }
#eDhM735RNONpBlDH8GHgHWZgiaRoF8m1 { color:#0a2924;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.685546875rem;left:51.30859375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#A0bsRFBb7ZiBTQ7tLoQG1wSzGzz90WHO { color:#0a2924;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#UAGEkyXUFMJiVfEexxpN3ap9nBpEOnb0 { color:#0a2924;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9e326;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; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row .container { background-color: transparent; background-image: none; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row .container > .video-iframe-container { display: none; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row > .video-iframe-container { display: none; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .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); }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row .container { border-width: 0; border-radius: 0; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i { 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; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container { background-color: transparent; background-image: none; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container > .video-iframe-container { display: none; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row > .video-iframe-container { display: block; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .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); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container { border-width: 0; border-radius: 0; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#x2BUCpAfpIont1ADKnM2cBUcfuQsJvhE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 { position:relative;display:block; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 { background-color: transparent; background-image: none; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container > .video-iframe-container { display: none; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row > .video-iframe-container { display: none; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .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); }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 { border-width: 0; border-radius: 0; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .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; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5a451443-86f1-4902-bc88-35918486b79c/TheBalanceByTheBeach05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:129.4375rem;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; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container.adaptive-delivery-prevent-bg, #uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container.lazyload, #uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container.lazyloading { background-image: none; }#CaSU3Dp3zTBICp6lxOdOWwRXODp405ZJ { color:#354a39;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.873046875rem;left:23.5rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NE5bxMMCdEoTezngmCDrUupAtr8TPrTE { box-sizing:content-box;height:18.875rem;width:33.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4bc28493-bdbd-4a3c-b220-3840fe75a1ae/typea2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.75rem;left:0.0625rem;display:block; }#NE5bxMMCdEoTezngmCDrUupAtr8TPrTE.adaptive-delivery-prevent-bg, #NE5bxMMCdEoTezngmCDrUupAtr8TPrTE.lazyload, #NE5bxMMCdEoTezngmCDrUupAtr8TPrTE.lazyloading { background-image: none; }
#sJUn8yFMO3idLi9AsVUPgOBpC2FXnyll { box-sizing:content-box;height:18.9375rem;width:41.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/928301be-2214-486f-8c3b-fa59fa44d634/364484_0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.75rem;left:33.8125rem;display:block; }#sJUn8yFMO3idLi9AsVUPgOBpC2FXnyll.adaptive-delivery-prevent-bg, #sJUn8yFMO3idLi9AsVUPgOBpC2FXnyll.lazyload, #sJUn8yFMO3idLi9AsVUPgOBpC2FXnyll.lazyloading { background-image: none; }
#QetSa29dFUgrNWl7Jqa0O6EXpKI8V6mK { box-sizing:content-box;height:18.875rem;width:39.5rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72f063e8-1ac3-40cb-b3a7-bcaeed895997/typeb.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.5625rem;left:0rem;display:block; }#QetSa29dFUgrNWl7Jqa0O6EXpKI8V6mK.adaptive-delivery-prevent-bg, #QetSa29dFUgrNWl7Jqa0O6EXpKI8V6mK.lazyload, #QetSa29dFUgrNWl7Jqa0O6EXpKI8V6mK.lazyloading { background-image: none; }
#DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7 { box-sizing:content-box;height:18.875rem;width:34.8125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/93981396-f984-4ca9-a710-3350b6b95c24/typea.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.5625rem;left:40.125rem;display:block; }#DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7.adaptive-delivery-prevent-bg, #DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7.lazyload, #DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7.lazyloading { background-image: none; }
#AQJLl7E0KTLr9yDpXs6RcRfqsaBS4mMD { color:#354a39;display:block;width:10.749rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.31005859375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUCseuSWxltrp7ITReRJZDNaqNJFrDRL { color:#354a39;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:58.16015625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvABE9xURAx9Mi7ZklziMgnQfOTdNdvq { box-sizing:content-box;height:20.25rem;width:37.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f9d47189-34a9-4a53-aca8-a40b52aa5843/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.06640625rem;left:0rem;display:block; }#mvABE9xURAx9Mi7ZklziMgnQfOTdNdvq.adaptive-delivery-prevent-bg, #mvABE9xURAx9Mi7ZklziMgnQfOTdNdvq.lazyload, #mvABE9xURAx9Mi7ZklziMgnQfOTdNdvq.lazyloading { background-image: none; }
#CNu36TWhqhhrDJkrNZ1cdDT94MAwaCWD { box-sizing:content-box;height:20.25rem;width:37.0625rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/684be1f9-55a6-4a99-b37d-6236310495ba/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:64.06640625rem;left:37.93798828125rem;display:block; }#CNu36TWhqhhrDJkrNZ1cdDT94MAwaCWD.adaptive-delivery-prevent-bg, #CNu36TWhqhhrDJkrNZ1cdDT94MAwaCWD.lazyload, #CNu36TWhqhhrDJkrNZ1cdDT94MAwaCWD.lazyloading { background-image: none; }
#N4NnwTDyBHFlC47Mo5Imwbct4D7UzgkZ { box-sizing:content-box;height:20.25rem;width:40.375rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/79c12f9d-0622-4021-bb7a-78c5ee571a05/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:85.4375rem;left:0rem;display:block; }#N4NnwTDyBHFlC47Mo5Imwbct4D7UzgkZ.adaptive-delivery-prevent-bg, #N4NnwTDyBHFlC47Mo5Imwbct4D7UzgkZ.lazyload, #N4NnwTDyBHFlC47Mo5Imwbct4D7UzgkZ.lazyloading { background-image: none; }
#f3Gmeh9mdxqWl2ta19aar7eiApJpUW61 { box-sizing:content-box;height:20.25rem;width:33.5625rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f1878f28-3d5b-46fd-9883-ab4b329ea81c/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:85.4375rem;left:41.3125rem;display:block; }#f3Gmeh9mdxqWl2ta19aar7eiApJpUW61.adaptive-delivery-prevent-bg, #f3Gmeh9mdxqWl2ta19aar7eiApJpUW61.lazyload, #f3Gmeh9mdxqWl2ta19aar7eiApJpUW61.lazyloading { background-image: none; }
#biV9O4Rka85KI57AvgLW4137zRnq1UOH { box-sizing:content-box;height:20.25rem;width:37.0625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a39d52f2-7c47-4a52-a4dd-70d22b50e0be/8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:107.0625rem;left:0rem;display:block; }#biV9O4Rka85KI57AvgLW4137zRnq1UOH.adaptive-delivery-prevent-bg, #biV9O4Rka85KI57AvgLW4137zRnq1UOH.lazyload, #biV9O4Rka85KI57AvgLW4137zRnq1UOH.lazyloading { background-image: none; }
#rXqms7OvLnJI1uQlbXTlS7K2Z5NFH60w { box-sizing:content-box;height:20.25rem;width:37.0625rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/18efa4dc-2dd0-4d66-8040-3f16dcd2b5c5/7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:107.0625rem;left:37.9375rem;display:block; }#rXqms7OvLnJI1uQlbXTlS7K2Z5NFH60w.adaptive-delivery-prevent-bg, #rXqms7OvLnJI1uQlbXTlS7K2Z5NFH60w.lazyload, #rXqms7OvLnJI1uQlbXTlS7K2Z5NFH60w.lazyloading { background-image: none; }
#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z { 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; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container { background-color: transparent; background-image: none; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container > .video-iframe-container { display: none; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row > .video-iframe-container { display: none; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .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); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container { border-width: 0; border-radius: 0; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#FkBArr4dAtgsLFRoOTV5UPZ9uEWNkrg9 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#rF8UDHdeWLstanRxkpyxrN6OVO4CdTnM { position:absolute;display:block;z-index:15081;height:31.25rem;width:75rem;top:8.9984436035156rem;left:0rem;display:block; }
#f7cEwOHEcxlghG8D9vgsCx9qhzL7AaM4 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#siHz2PIHT2SDokKVliKwdNqlzKk7CfcA { color:#0a2924;display:block;width:60.8105625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:3.5875015258789rem;left:7.092968940735rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlI5roOimvyBxqaXCpgTCUeqN3rTTqTc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9e326, #baa300);background-image: -moz-linear-gradient(180deg, #f9e326, #baa300);background-image: -ms-linear-gradient(180deg, #f9e326, #baa300);background-image: -o-linear-gradient(180deg, #f9e326, #baa300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e326', endColorstr='#baa300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e326', endColorstr='#baa300' );";background-image: linear-gradient(180deg, #f9e326, #baa300);background-size:auto !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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.750007629394rem;left:26.28125rem;display:block; }
#v6LVuJ7CbySDzgHlIQItTCpzgt5ydW3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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:5rem;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; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF { display:block; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8O0ZVOTTWDQ0qDFu8obkN6nsLrKeX8h { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90ndF60sFGIanUfATAulovn1iMRfUm7 { display:block; }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pApLB67TZcEVlK5CnEHy0MgVS8ZkwQqT { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ { display:block; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyKMP3fTEozycfoMd2FyqdvbGekxpbF4 { top:13.1875rem;left:0rem;width:13.75rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMb3JrDnCXCdkNdJ1T5xBpJwQI4kT6gc { top:19.5rem;left:0rem;width:9.5rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNmIy3EaMISXwuwylQMbOv0wct1qc78M { top:16.875rem;left:0rem;width:9.0625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbu2T0PCIqKrEPTwHM6sT4NbH1GEdkkG { top:19.8125rem;left:0rem;width:7.3125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrKQQ0XM26pWp94848iVJtIt8Q1F2xNu { top:13.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEmyA329WBUpg7M1wFCAI9rCZMdXiqO1 { width:19.5rem;height:3.4375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTLPUPzLEprWpmsu0bQoGZptcBeCsgB { display:block; }
 }@media only screen and (max-width: 763px) { #VICi8ulnT4Tm9NGSdGemwcwTm6MP7Cl0 { top:4.0625rem;left:0rem;width:16.125rem;height:10.148077546891rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBMQ2Gy942sT4zds1KKHzi1eTSqBPiE5 { top:18.9375rem;left:0rem;width:19.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 { display:block; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv4BgBT6FFcDpzBclxDKR50wySiosiWV { display:block; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PezdrhOnqCmu7vTxCbJlBKsd3wdONU7l { top:1.875rem;left:5.59375rem;width:36.5625rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbgqzfSb73hXvINg3au1TKrcW0oOCF70 { top:7.3125rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmUVSaPv51Wq10WsWGhBT5cdiVvJvBd6 { top:14.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nny2TA1URQ8TasRMTtTknNKgz75gewgE { top:14.9375rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD4f0uHB4y2l5IDh9PuzTwD17DEXMl1s { top:14.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhoqCr1T5Sb8VgBHIyg0NmJFQV7xPJc6 { top:14.9375rem;left:5.4361991882324rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXuB1vL0ILMarUTnuemASCb1ud6OflC0 { top:14.9375rem;left:37.06120300293rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFIm7ugkKRGFTLT0iy82rAX35H4si3mf { top:20.6875rem;left:0rem;width:8.6875rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPd3os8zT4kqXaD3yCBZS1Jhv5V3sKbE { top:20.6875rem;left:3.5907135009766rem;width:8.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OayZfdTDTDL0ng0mvehvLT8vfHeHQfMr { top:20.6875rem;left:19.531467437744rem;width:8.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqnN2F5uiNcg1BzwgU4wfLlIgNkXXs8Z { top:20.6875rem;left:35.217235565186rem;width:8.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZseWE5dzEgl4tFlk58TXnsq9i6mxA5l4 { top:20.6875rem;left:39.125rem;width:8.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAkWZTxIZBSg1Z3fzt4pZ7IpGUfbpTu0 { top:22.4375rem;left:35.217235565186rem;width:8.625rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmslnwvoV1LC9u4KlwQKP8AsBWEk0r2e { top:22.4375rem;left:39.125rem;width:8.625rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VATdhoExlJoUfQ66T8qcE4DmvHrx0GiP { top:22.4375rem;left:19.531467437744rem;width:8.625rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrnnfNVtihHIXJXusgBkbT6b7LXfrpho { top:22.4375rem;left:3.591796875rem;width:8.625rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoC2Tr94qdRWHbozGudNfSyc57GnWkWf { top:22.4375rem;left:0rem;width:8.625rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #worbEvDcEN4RhN70oLzQIblceWKAazCs { display:block; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R59OSCxrT28NqkrkwGtPLA7mf7wdZz82 { top:11.625rem;left:0rem;width:39.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThuGedbVnkOt7bHw5ubIWXaOTldv79M { top:43.125rem;left:30.3125rem;width:8rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhogpnIlcVNQTO4zwvEERMZJB8pwFDAX { top:42.8125rem;left:36.5rem;width:9.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om6Ps0C7JS7hhKof9FtVoy9wGGZTiK92 { top:38.6875rem;left:0rem;width:47.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLIP7PLbGlF9WxXu4Etr5dV8AR4aQqoH { top:39.25rem;left:0rem;width:10.8125rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1MTvTRZnHViTU93gvJ97w4Q9Kc85fd { top:39.9375rem;left:18.3125rem;width:6.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQKFbpfgyTsnGXOyabCV5rrWOHC7aPoe { top:39.9375rem;left:28.5625rem;width:6.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb3vhtmi5gmsqlOpbVLHqsgdFXIOArHH { top:39.9375rem;left:38.875rem;width:6.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKCWaJBTcOBdCUC6rkKMBc5Iu8iNAg9P { top:39.9375rem;left:44rem;width:3.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRnE7hWCeT9wAqAkI7L0f0x1AsrvLJU { top:11.625rem;left:28.25rem;width:19.5rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP9ghdg2fFX7Cy9xUXfEaDqcsVMgsdBP { top:4.8125rem;left:13.813152313233rem;width:20.0625rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLle2De32nTNlhkc345tnTm0I9x1dVS { top:25.1875rem;left:28.25rem;width:19.5rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCMt0gJae9fRAWO9V08gbgAIfvFan40T { top:43.1875rem;left:40.8125rem;width:6.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXJgOXZz9NHXDtazGQN6q0IGhCapR5hR { top:39.6875rem;left:15.810766220092rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs47LS2adP6MNvimC59OpLbZAZ3rs0ki { top:39.5625rem;left:26.436849594116rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp2qawSTg7LD8WZmyrWhmpFMCTEpFG7Q { top:39.5625rem;left:36.812284469604rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVsBhfi9iQIdkSyy8AfNOvqpThDQwnCX { top:39.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyEFKSUhTAGD7qSnuuMHoCrZRXDtrxrA { top:42.25rem;left:0rem;width:47.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwyMkXSKrcU6IcmfJ3wOxbRS60egJwTF { top:51.3125rem;left:0rem;width:39.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkqrgRbxsWnIXJi7eAQ8mI2oBWLcQ6Cm { top:78.9375rem;left:0rem;width:14rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfXJb7J0bp9TPwV67LvkE7UXUiNhP4rD { top:79.625rem;left:18.312143325806rem;width:6.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkWS2KpF8WBxr8A1THubt311VBMkKQHm { top:79.625rem;left:28.562498092651rem;width:6.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3JwhXOkv8wA9eFf5zE54KzcPVBE2Naf { top:51.3125rem;left:28.25rem;width:19.5rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8VchsKh6p9UZZohTVLug2OpRiR3agya { top:64.875rem;left:28.25rem;width:19.5rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhJWhV84EfAd6Vxw1sNaBtHQC9pmvBVB { top:79.375rem;left:15.812143325806rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrf8H5DWlwCysiO8IF3DALhwCpys89rC { top:79.25rem;left:26.437139511108rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtzbRf4mNh4WP7vT8vlKhLp0Wr2UHLAn { top:79.25rem;left:36.81178855896rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDr3fGn0UoTpbR9033R00QCfeGAE0b6O { top:82.9375rem;left:29.9375rem;width:8.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O16QmFBgZ5oTqQ7iw52LWOMJ0OJpi1Bl { top:82.625rem;left:36.1875rem;width:9.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWz4OWwrhFVlTTpkdDU0CWQoUP9OTs6N { top:79.625rem;left:38.874998092651rem;width:6.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNK0ofUIG7mzCXlFCcoKCdzMh1Vm89QH { top:83rem;left:40.8125rem;width:6.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agcPulTs0TyzlFZmzm2nBXQka8DUdTbA { top:79.25rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smc1346bznslU5fN869gdiJ7JSnca7hO { top:79.625rem;left:43.9375rem;width:3.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2XwoyPq8IZ8vbQGfMK2FrsunWL69UR3 { top:78.5rem;left:0rem;width:47.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwUyvLvcDr2nGJ2hJu0FikrgS0izp54b { top:82.0625rem;left:0rem;width:47.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPLdwigbChZTTgmQdURMSNlxhf3pM47b { top:38.6875rem;left:0rem;width:47.625rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddg0lT1bmHy0PNtOnBnps5xAxEX9oL7q { top:39.6875rem;left:15.810766220092rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z76LpGpKrAfXFlxFTrQy0GVfvisT9MLN { top:39.5625rem;left:26.436849594116rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kt5M1P8iHKmA72QoIXq7Arbix5BiT7IJ { top:39.5625rem;left:36.812284469604rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4ZSTrDEcuLgmuUzPEVUlpmRIXZXeQIr { top:39.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4BDUnpW2neK3v8UVhTfBLUXknhstC8V { top:43.125rem;left:30.3125rem;width:8rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t49WSMAl1q1SovzwBvhq3aWJgDITfM51 { top:65.5rem;left:0rem;width:6.625rem;height:1.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRgTQKdZVG87OeDPA9tKOVxbEIMPKKKH { top:65.8125rem;left:0rem;width:5.5rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvXNOnEWDhwT3TEJGBK9RT12mnyA1aOt { top:42.25rem;left:0rem;width:47.625rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c { display:block; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J { display:block; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-text {padding-top: 0; padding-bottom: 0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-select {padding-top: 0; padding-bottom: 0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO {display:block;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #rGCZoJ5xxp8Vs8LG4DHhnGTgS1AHaDfd {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #gwJiIW9tys3JfUTnEQRQwR3yizr2Awh6 {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #cb7nvwBBBDSFrFAeZcnlAGkhsSJJrlr8 {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #LE5GDlKG2vkJwoBxdR2X49CxFdTfq0kC {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #JWP6w8BhgQSOgrMEFQ2zhpp6tJ28uxaF {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #VNrrsiflE7AfX342h9edN721K3GiXyNL {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #MedebNvAD2OQU1CWrbHGERATKUczoNwD {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #zMBScJonWTfGK43Jt5TiUlUgsMkh4BwH {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #nWx1ktI8kHBdOCw2VWdwf8VKAlwPBKCH {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #m8MWzI6ySX2pqsRt8V3KFF83iilK957K {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #yMe8k6slqFnFZTtVT4xXfP60LAJBwoeL {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #ApyZZDIPhak9EUImenMT5OHQeW9e2S0N {  }
 }@media only screen and (max-width: 763px) { #Q9MpDbtJUSboy4zPRRSBZNapuMvgOf0q { display:block; }
 }@media only screen and (max-width: 763px) { #lXsyy0p4I34m82L5beOJBSuzgcn9GAng { display:block; }
 }@media only screen and (max-width: 763px) { #H8OwnzWCD90sBAk1MIseKO9wSul6iThf { display:block; }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #z4cEQmUUgbxT9dEG0rioFyTBJEKB2FGQ {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #HGpsQfPCGW25667earTrgsGbxdsSB8ZR {  }
 }@media only screen and (max-width: 763px) { #eDhM735RNONpBlDH8GHgHWZgiaRoF8m1 { top:27.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bsRFBb7ZiBTQ7tLoQG1wSzGzz90WHO { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAGEkyXUFMJiVfEexxpN3ap9nBpEOnb0 { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu { display:block; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i { display:block; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2BUCpAfpIont1ADKnM2cBUcfuQsJvhE { display:none; }
 }@media only screen and (max-width: 763px) { #uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 { display:block; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaSU3Dp3zTBICp6lxOdOWwRXODp405ZJ { top:2.8125rem;left:9.875rem;width:27.9375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE5bxMMCdEoTezngmCDrUupAtr8TPrTE { top:14.75rem;left:0rem;width:33.125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJUn8yFMO3idLi9AsVUPgOBpC2FXnyll { top:14.75rem;left:6.6875rem;width:41.0625rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QetSa29dFUgrNWl7Jqa0O6EXpKI8V6mK { top:34.5625rem;left:0rem;width:39.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7 { top:34.5625rem;left:12.9375rem;width:34.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJLl7E0KTLr9yDpXs6RcRfqsaBS4mMD { top:11.25rem;left:0rem;width:10.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCseuSWxltrp7ITReRJZDNaqNJFrDRL { top:58.125rem;left:0rem;width:11.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvABE9xURAx9Mi7ZklziMgnQfOTdNdvq { top:64.0625rem;left:0rem;width:37.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNu36TWhqhhrDJkrNZ1cdDT94MAwaCWD { top:64.0625rem;left:10.6875rem;width:37.0625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4NnwTDyBHFlC47Mo5Imwbct4D7UzgkZ { top:85.4375rem;left:0rem;width:40.375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Gmeh9mdxqWl2ta19aar7eiApJpUW61 { top:85.4375rem;left:10.75rem;width:33.5625rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biV9O4Rka85KI57AvgLW4137zRnq1UOH { top:107.0625rem;left:0rem;width:37rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXqms7OvLnJI1uQlbXTlS7K2Z5NFH60w { top:107.0625rem;left:10.75rem;width:37rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoUO6CwZcgUhwblxDqTeVHEDRheps6Z { display:block; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkBArr4dAtgsLFRoOTV5UPZ9uEWNkrg9 { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rF8UDHdeWLstanRxkpyxrN6OVO4CdTnM { top:8.9375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7cEwOHEcxlghG8D9vgsCx9qhzL7AaM4 { display:none; }
 }@media only screen and (max-width: 763px) { #siHz2PIHT2SDokKVliKwdNqlzKk7CfcA { top:3.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlI5roOimvyBxqaXCpgTCUeqN3rTTqTc { width:22.4375rem;height:3.5rem;top:42.75rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6LVuJ7CbySDzgHlIQItTCpzgt5ydW3W { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF { display:block; }#abIOJdRmdaoC4dPe8flNMkO6WVvwkeBF > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8O0ZVOTTWDQ0qDFu8obkN6nsLrKeX8h { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90ndF60sFGIanUfATAulovn1iMRfUm7 { display:block; }#N90ndF60sFGIanUfATAulovn1iMRfUm7 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pApLB67TZcEVlK5CnEHy0MgVS8ZkwQqT { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/895b8a57-bfb8-4133-a37d-93c6753784ca/56.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ.adaptive-delivery-prevent-bg, #luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ.lazyload, #luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ.lazyloading { background-image: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container { background-color: transparent; background-image: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container > .video-iframe-container { display: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.66); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row > .video-iframe-container { display: none; }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .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); }#luzH7JDwqITHlQGa1KvTZ5nhZ02MnJPQ > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyKMP3fTEozycfoMd2FyqdvbGekxpbF4 { width:9.5625rem;height:1.05rem;top:8.0625rem;left:5.8125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tMb3JrDnCXCdkNdJ1T5xBpJwQI4kT6gc { width:6.75rem;height:1.54361875rem;top:13.125rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNmIy3EaMISXwuwylQMbOv0wct1qc78M { width:5.6875rem;height:1.1rem;top:10.875rem;left:7.3125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Dbu2T0PCIqKrEPTwHM6sT4NbH1GEdkkG { width:10rem;height:1.0996125rem;top:13.346355438233rem;left:8.2291669845581rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DrKQQ0XM26pWp94848iVJtIt8Q1F2xNu { display:flex;width:1rem;height:1rem;top:8.0625rem;left:4.6875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #dEmyA329WBUpg7M1wFCAI9rCZMdXiqO1 { width:17rem;height:2.9375rem;top:16rem;left:1.5rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTLPUPzLEprWpmsu0bQoGZptcBeCsgB { display:block; }
 }@media only screen and (max-width: 763px) { #VICi8ulnT4Tm9NGSdGemwcwTm6MP7Cl0 { width:10.75rem;height:6.6875rem;top:1.3726563453674rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBMQ2Gy942sT4zds1KKHzi1eTSqBPiE5 { width:15.5625rem;height:2.5rem;top:12.5rem;left:2.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 { display:block; }#qOGpZiQxqGr69cwwX6FA7lZMzw097Td9 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv4BgBT6FFcDpzBclxDKR50wySiosiWV { display:block; }#Hv4BgBT6FFcDpzBclxDKR50wySiosiWV > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PezdrhOnqCmu7vTxCbJlBKsd3wdONU7l { width:20rem;height:1.4375rem;top:1.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lbgqzfSb73hXvINg3au1TKrcW0oOCF70 { width:20rem;height:8.920875rem;top:3.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #EmUVSaPv51Wq10WsWGhBT5cdiVvJvBd6 { width:2.5rem;height:2.5rem;top:13.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nny2TA1URQ8TasRMTtTknNKgz75gewgE { width:2.5rem;height:2.5rem;top:13.1875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD4f0uHB4y2l5IDh9PuzTwD17DEXMl1s { width:2.8125rem;height:2.8125rem;top:21.302734375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhoqCr1T5Sb8VgBHIyg0NmJFQV7xPJc6 { width:2.5rem;height:2.5rem;top:13.208984375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXuB1vL0ILMarUTnuemASCb1ud6OflC0 { width:2.5rem;height:2.5rem;top:21.458984375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFIm7ugkKRGFTLT0iy82rAX35H4si3mf { width:4.9375rem;height:1.275rem;top:15.6875rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #nPd3os8zT4kqXaD3yCBZS1Jhv5V3sKbE { width:8.625rem;height:1.275rem;top:15.6875rem;left:5.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #OayZfdTDTDL0ng0mvehvLT8vfHeHQfMr { width:7.4375rem;height:1.275rem;top:15.6875rem;left:12.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #fqnN2F5uiNcg1BzwgU4wfLlIgNkXXs8Z { width:8.625rem;height:1.275rem;top:24.654296875rem;left:1.5rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #ZseWE5dzEgl4tFlk58TXnsq9i6mxA5l4 { width:8.625rem;height:1.275rem;top:24.654296875rem;left:9.40625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #CAkWZTxIZBSg1Z3fzt4pZ7IpGUfbpTu0 { width:8.625rem;height:2.55rem;top:25.927734375rem;left:1.5rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #FmslnwvoV1LC9u4KlwQKP8AsBWEk0r2e { width:8.625rem;height:2.55rem;top:25.927734375rem;left:9.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #VATdhoExlJoUfQ66T8qcE4DmvHrx0GiP { width:7.1875rem;height:2.55rem;top:16.9609375rem;left:12.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #BrnnfNVtihHIXJXusgBkbT6b7LXfrpho { width:5.125rem;height:2.55rem;top:16.9609375rem;left:7.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #xoC2Tr94qdRWHbozGudNfSyc57GnWkWf { width:3.4375rem;height:2.55rem;top:17rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #worbEvDcEN4RhN70oLzQIblceWKAazCs { background-color:#ffffff;background-image:none;display:block; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container { background-color: transparent; background-image: none; }#worbEvDcEN4RhN70oLzQIblceWKAazCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container > .video-iframe-container { display: none; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row > .video-iframe-container { display: none; }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .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); }#worbEvDcEN4RhN70oLzQIblceWKAazCs > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R59OSCxrT28NqkrkwGtPLA7mf7wdZz82 { width:20rem;height:12rem;top:5.1123046875rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThuGedbVnkOt7bHw5ubIWXaOTldv79M { width:3.9375rem;height:0.87524375rem;top:32.6875rem;left:2.0625rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JhogpnIlcVNQTO4zwvEERMZJB8pwFDAX { width:6.625rem;height:1.462675rem;top:32.375rem;left:6.0625rem;font-size:1.125rem;color:#f9e326;display:block; }
 }@media only screen and (max-width: 763px) { #Om6Ps0C7JS7hhKof9FtVoy9wGGZTiK92 { width:19.8125rem;height:10.25rem;top:24.400005340576rem;left:0.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hLIP7PLbGlF9WxXu4Etr5dV8AR4aQqoH { width:9.375rem;height:1.25rem;top:25.25rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qW1MTvTRZnHViTU93gvJ97w4Q9Kc85fd { width:6.625rem;height:0.8129875rem;top:27.4990234375rem;left:3.736328125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bQKFbpfgyTsnGXOyabCV5rrWOHC7aPoe { width:5.4375rem;height:0.8129875rem;top:27.4990234375rem;left:12.6865234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gb3vhtmi5gmsqlOpbVLHqsgdFXIOArHH { width:6.5625rem;height:0.8129875rem;top:29.6865234375rem;left:3.798828125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PKCWaJBTcOBdCUC6rkKMBc5Iu8iNAg9P { width:3.25rem;height:0.8129875rem;top:29.6865234375rem;left:12.9365234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OoRnE7hWCeT9wAqAkI7L0f0x1AsrvLJU { width:9.75rem;height:6.25rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP9ghdg2fFX7Cy9xUXfEaDqcsVMgsdBP { width:8.875rem;height:1.4375rem;top:1.898193359375rem;left:5.5615234375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TtLle2De32nTNlhkc345tnTm0I9x1dVS { width:9.8125rem;height:6.25rem;top:17.560546875rem;left:10.236328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCMt0gJae9fRAWO9V08gbgAIfvFan40T { width:5.5rem;height:0.875rem;top:32.6875rem;left:12.4375rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OXJgOXZz9NHXDtazGQN6q0IGhCapR5hR { display:flex;width:1.5625rem;height:1.5625rem;top:27.1240234375rem;left:1.4375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Hs47LS2adP6MNvimC59OpLbZAZ3rs0ki { display:flex;width:1.5625rem;height:1.5625rem;top:27.1240234375rem;left:10.7998046875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Qp2qawSTg7LD8WZmyrWhmpFMCTEpFG7Q { display:flex;width:1.5625rem;height:1.5625rem;top:29.3115234375rem;left:1.4375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #tVsBhfi9iQIdkSyy8AfNOvqpThDQwnCX { display:flex;width:1.5625rem;height:1.5625rem;top:29.3115234375rem;left:10.7998046875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #DyEFKSUhTAGD7qSnuuMHoCrZRXDtrxrA { width:20rem;height:3.4375rem;top:31.38671875rem;left:0.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwyMkXSKrcU6IcmfJ3wOxbRS60egJwTF { width:20rem;height:12rem;top:37.861328125rem;left:0.0615234375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkqrgRbxsWnIXJi7eAQ8mI2oBWLcQ6Cm { width:14rem;height:1.25rem;top:58.125rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HfXJb7J0bp9TPwV67LvkE7UXUiNhP4rD { width:6.5625rem;height:0.8129875rem;top:60.372657299042rem;left:3.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kkWS2KpF8WBxr8A1THubt311VBMkKQHm { width:6.5625rem;height:0.8129875rem;top:60.372210979462rem;left:12.785714626312rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #O3JwhXOkv8wA9eFf5zE54KzcPVBE2Naf { width:9.8125rem;height:6.25rem;top:50.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8VchsKh6p9UZZohTVLug2OpRiR3agya { width:9.875rem;height:6.25rem;top:50.31640625rem;left:10.1923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhJWhV84EfAd6Vxw1sNaBtHQC9pmvBVB { display:flex;width:1.5625rem;height:1.5625rem;top:205.56053924561rem;left:18.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrf8H5DWlwCysiO8IF3DALhwCpys89rC { display:flex;width:1.5625rem;height:1.5625rem;top:166.68576812744rem;left:18.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtzbRf4mNh4WP7vT8vlKhLp0Wr2UHLAn { display:flex;width:1.5625rem;height:1.5625rem;top:197.74805450439rem;left:2.8736953735351rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDr3fGn0UoTpbR9033R00QCfeGAE0b6O { width:8.0625rem;height:0.875rem;top:70.8125rem;left:10.1875rem;font-size:0.875rem;color:#354a39;text-align:right;text-align-last:right;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #O16QmFBgZ5oTqQ7iw52LWOMJ0OJpi1Bl { width:9.75rem;height:1.46205625rem;top:70.518978118894rem;left:4.5rem;font-size:1.125rem;color:#354a39;display:none; }
 }@media only screen and (max-width: 763px) { #SWz4OWwrhFVlTTpkdDU0CWQoUP9OTs6N { width:6.5625rem;height:0.8129875rem;top:62.560824871063rem;left:3.8482146263123rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TNK0ofUIG7mzCXlFCcoKCdzMh1Vm89QH { width:6.9375rem;height:0.875rem;top:68.4453163147rem;left:11.062500476837rem;font-size:0.875rem;color:#354a39;text-align:right;text-align-last:right;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #agcPulTs0TyzlFZmzm2nBXQka8DUdTbA { display:flex;width:1.5625rem;height:1.5625rem;top:197.74805450439rem;left:12.685981750488rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Smc1346bznslU5fN869gdiJ7JSnca7hO { width:3.8125rem;height:0.8129875rem;top:62.5625rem;left:13.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #J2XwoyPq8IZ8vbQGfMK2FrsunWL69UR3 { width:19.875rem;height:6.5625rem;top:81.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwUyvLvcDr2nGJ2hJu0FikrgS0izp54b { width:19.875rem;height:3.125rem;top:77rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPLdwigbChZTTgmQdURMSNlxhf3pM47b { width:19.8125rem;height:10.6875rem;top:57.1240234375rem;left:0.0625rem;z-index:15023;border-top:0.125rem solid #0a2924;border-left:0.125rem solid #0a2924;border-right:0.125rem solid #0a2924;border-bottom:0.125rem solid #0a2924;display:block; }
 }@media only screen and (max-width: 763px) { #ddg0lT1bmHy0PNtOnBnps5xAxEX9oL7q { display:flex;width:1.5625rem;height:1.5625rem;top:59.9990234375rem;left:1.5rem;font-size:0.9375rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #Z76LpGpKrAfXFlxFTrQy0GVfvisT9MLN { display:flex;width:1.5625rem;height:1.5625rem;top:59.9990234375rem;left:10.8623046875rem;font-size:0.9375rem;z-index:15119; }
 }@media only screen and (max-width: 763px) { #Kt5M1P8iHKmA72QoIXq7Arbix5BiT7IJ { display:flex;width:1.5625rem;height:1.5625rem;top:62.1865234375rem;left:1.5rem;font-size:0.9375rem;z-index:15120; }
 }@media only screen and (max-width: 763px) { #X4ZSTrDEcuLgmuUzPEVUlpmRIXZXeQIr { display:flex;width:1.5625rem;height:1.5625rem;top:62.1865234375rem;left:10.8623046875rem;font-size:0.9375rem;z-index:15121; }
 }@media only screen and (max-width: 763px) { #e4BDUnpW2neK3v8UVhTfBLUXknhstC8V { width:3.9375rem;height:0.87524375rem;top:65.8125rem;left:2.0625rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #t49WSMAl1q1SovzwBvhq3aWJgDITfM51 { width:6.625rem;height:1.4625rem;top:65.5rem;left:6.0625rem;font-size:1.125rem;color:#f9e326;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #kRgTQKdZVG87OeDPA9tKOVxbEIMPKKKH { width:5.5rem;height:0.875rem;top:65.8125rem;left:12.4375rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #QvXNOnEWDhwT3TEJGBK9RT12mnyA1aOt { width:20rem;height:3.5rem;top:64.51171875rem;left:0.01171875rem;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c { display:block; }#FvAnZbtKB0fV3FV5orJgHQyA4wpJ6L6c > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/928301be-2214-486f-8c3b-fa59fa44d634/364484_0.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J.adaptive-delivery-prevent-bg, #cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J.lazyload, #cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J.lazyloading { background-image: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container { background-color: transparent; background-image: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0a2924; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container > .video-iframe-container { display: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0a2924; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row > .video-iframe-container { display: none; }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .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); }#cA0HSgl8iOHdDGIT9NTUCHRgpU1y805J > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-text {padding-top: 0; padding-bottom: 0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-select {padding-top: 0; padding-bottom: 0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-container:first-of-type{padding-top:0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .widget-container:last-of-type{padding-bottom:0;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO {display:block;}#AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #rGCZoJ5xxp8Vs8LG4DHhnGTgS1AHaDfd {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #gwJiIW9tys3JfUTnEQRQwR3yizr2Awh6 {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #cb7nvwBBBDSFrFAeZcnlAGkhsSJJrlr8 {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #LE5GDlKG2vkJwoBxdR2X49CxFdTfq0kC {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #JWP6w8BhgQSOgrMEFQ2zhpp6tJ28uxaF {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #VNrrsiflE7AfX342h9edN721K3GiXyNL {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #MedebNvAD2OQU1CWrbHGERATKUczoNwD {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #zMBScJonWTfGK43Jt5TiUlUgsMkh4BwH {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #nWx1ktI8kHBdOCw2VWdwf8VKAlwPBKCH {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #m8MWzI6ySX2pqsRt8V3KFF83iilK957K {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #yMe8k6slqFnFZTtVT4xXfP60LAJBwoeL {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #ApyZZDIPhak9EUImenMT5OHQeW9e2S0N {  }
 }@media only screen and (max-width: 763px) { #Q9MpDbtJUSboy4zPRRSBZNapuMvgOf0q { display:block; }
 }@media only screen and (max-width: 763px) { #lXsyy0p4I34m82L5beOJBSuzgcn9GAng { display:block; }
 }@media only screen and (max-width: 763px) { #H8OwnzWCD90sBAk1MIseKO9wSul6iThf { display:block; }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #z4cEQmUUgbxT9dEG0rioFyTBJEKB2FGQ {  }
 }@media only screen and (max-width: 763px) { #AHsHr7XkWwpqzvhPvPJdxWCZAIy2DkGO #HGpsQfPCGW25667earTrgsGbxdsSB8ZR {  }
 }@media only screen and (max-width: 763px) { #eDhM735RNONpBlDH8GHgHWZgiaRoF8m1 { width:16.25rem;height:1.7875rem;top:27.198329925537rem;left:1.8749998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0bsRFBb7ZiBTQ7tLoQG1wSzGzz90WHO { width:20rem;height:1.54394375rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAGEkyXUFMJiVfEexxpN3ap9nBpEOnb0 { width:20rem;height:1.4rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu { display:block; }#LIxh90hVPT6Cie2NwbqTZs4Fcm8zLnMu > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i { background-color:#ffffff;background-image:none;display:block; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container { background-color: transparent; background-image: none; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container > .video-iframe-container { display: none; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row > .video-iframe-container { display: none; }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .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); }#LUxtpUcorRUHmC2ReT4HMN5oaHP6Rw9i > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2BUCpAfpIont1ADKnM2cBUcfuQsJvhE { height:11.25rem;width:20rem;top:0.623779296875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 { display:block; }#uSD70S6LQTo9auLXX5h8NkkTCqH1BrZ2 > .row .container { width:20rem;height:138.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaSU3Dp3zTBICp6lxOdOWwRXODp405ZJ { width:20rem;height:1.86875rem;top:2.186429977417rem;left:0rem;font-size:1.4375rem;font-family:montserrat;font-weight:700;font-style:normal;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #NE5bxMMCdEoTezngmCDrUupAtr8TPrTE { width:20rem;height:12.1875rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJUn8yFMO3idLi9AsVUPgOBpC2FXnyll { width:20rem;height:12.24975rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QetSa29dFUgrNWl7Jqa0O6EXpKI8V6mK { width:20rem;height:12.124rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7 { width:20rem;height:13.5rem;top:45.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/93981396-f984-4ca9-a710-3350b6b95c24/typea.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7.adaptive-delivery-prevent-bg, #DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7.lazyload, #DN8LhXZrDAXKVvpqJBQpFopcT4eQNHM7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AQJLl7E0KTLr9yDpXs6RcRfqsaBS4mMD { width:7.25rem;height:1.625rem;top:5.62060546875rem;left:0rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #eUCseuSWxltrp7ITReRJZDNaqNJFrDRL { width:7.125rem;height:1.625rem;top:61.11962890625rem;left:0rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#354a39;display:block; }
 }@media only screen and (max-width: 763px) { #mvABE9xURAx9Mi7ZklziMgnQfOTdNdvq { width:20rem;height:11.9375rem;top:63.4326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNu36TWhqhhrDJkrNZ1cdDT94MAwaCWD { width:20rem;height:11.75rem;top:75.86865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4NnwTDyBHFlC47Mo5Imwbct4D7UzgkZ { width:20rem;height:12.125rem;top:88.181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Gmeh9mdxqWl2ta19aar7eiApJpUW61 { width:20rem;height:11.3745rem;top:100.86987304688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biV9O4Rka85KI57AvgLW4137zRnq1UOH { width:20rem;height:12.3125rem;top:112.8701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXqms7OvLnJI1uQlbXTlS7K2Z5NFH60w { width:20rem;height:12.0625rem;top:125.80493164062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoUO6CwZcgUhwblxDqTeVHEDRheps6Z { background-color:#ffffff;background-image:none;display:block; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container { background-color: transparent; background-image: none; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container > .video-iframe-container { display: none; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row > .video-iframe-container { display: none; }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .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); }#THoUO6CwZcgUhwblxDqTeVHEDRheps6Z > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkBArr4dAtgsLFRoOTV5UPZ9uEWNkrg9 { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #rF8UDHdeWLstanRxkpyxrN6OVO4CdTnM { width:20rem;height:31.25rem;top:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7cEwOHEcxlghG8D9vgsCx9qhzL7AaM4 { top:4.659423828125rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #siHz2PIHT2SDokKVliKwdNqlzKk7CfcA { width:20rem;height:1.54394375rem;top:1.66015625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlI5roOimvyBxqaXCpgTCUeqN3rTTqTc { width:19rem;height:3.3125rem;top:18.529052734375rem;left:0.499267578125rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6LVuJ7CbySDzgHlIQItTCpzgt5ydW3W { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8129875rem;top:0.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }