.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:213,238,249;--color-primary-1:129,204,238;--color-primary-2:45,170,226;--color-primary-3:0,117,168;--color-primary-4:9,34,45;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:51,51,51;--color-tertiary-0:255,255,255;--color-tertiary-1:153,153,153;--color-tertiary-2:51,51,51;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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:rgba(var(--color-tertiary-0),1);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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83ef597d-2502-476c-b412-409ff3919e5e/hero.jpg");background-position:bottom 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.3125rem;left:31.75rem;height:1.4236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.5625rem;left:32.5625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #003322);background-image: -moz-linear-gradient(180deg, #257054, #003322);background-image: -ms-linear-gradient(180deg, #257054, #003322);background-image: -o-linear-gradient(180deg, #257054, #003322);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );";background-image: linear-gradient(180deg, #257054, #003322);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.248375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28rem;left:25.875rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:22.875rem;left:26.625rem;height:1.1675375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:22.9375rem;left:40.3125rem;height:1.1675375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:44.1875rem;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:18.25rem;left:30.625rem; }
#FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { box-sizing:content-box;height:3.18714375rem;width:22.9998125rem;position:absolute;display:block;z-index:14998;background-color:rgba(37,112,84,0.31);background-image:none;top:21.8125rem;left:26.0625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#AnuLRxoNJWnuXkz1Bd48hmxgVp2STf2y { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:9.9375rem;top:7.375rem;left:32.5625rem;overflow:hidden;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e6cb052-433a-4d4a-b142-c40113f4bb7e/BG01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.2); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.2); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::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; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:84.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hZbcLiui845GRHQvodThcC1EQPmicW0U { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;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:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
#eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#gplh6S3IEzmIAQTiyV902K33KhIye9JG { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { color:rgba(var(--color-tertiary-3),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#k0KaomccizecHDuzfTW9S930IzrsnsG6 { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:rgba(var(--color-tertiary-3),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;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:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:rgba(var(--color-tertiary-3),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:rgba(var(--color-tertiary-3),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:rgba(var(--color-tertiary-3),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { color:#000000;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15182;line-height:1.3;letter-spacing:0;top:29.312498092651rem;left:6.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ru1GOcnhICGG6fty5JBuikZME5sfX996 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:33.937255859375rem;left:10.125rem;height:1.21875rem;display:block; }
#yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:33.9375rem;left:22.6875rem;height:1.21875rem;display:block; }
#Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:33.9375rem;left:36.375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:36.436634302139rem;left:30.125001907349rem;height:1.86875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:36.624267578125rem;left:40.8740234375rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:36.623264551162rem;left:27.435983657837rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#KrCB0lMLHT17bt1qmsDxitew5Mh19gDf { box-sizing:content-box;height:27.5rem;width:42.4375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7f68843e-583e-421c-9140-42fdcb198b92/VerdanaPoolVilla02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:5.3125rem;display:block; }#KrCB0lMLHT17bt1qmsDxitew5Mh19gDf.adaptive-delivery-prevent-bg, #KrCB0lMLHT17bt1qmsDxitew5Mh19gDf.lazyload, #KrCB0lMLHT17bt1qmsDxitew5Mh19gDf.lazyloading { background-image: none; }
#u3ac8ksRT6hSvO3dq3NBBz6tF3g8nfD9 { box-sizing:content-box;height:13.4375rem;width:21.311875rem;position:absolute;display:block;z-index:15158;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fc5b39dc-00d1-4533-9cb8-28c6519ae255/VerdanaPoolVilla03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3115234375rem;left:48.4375rem;display:block; }#u3ac8ksRT6hSvO3dq3NBBz6tF3g8nfD9.adaptive-delivery-prevent-bg, #u3ac8ksRT6hSvO3dq3NBBz6tF3g8nfD9.lazyload, #u3ac8ksRT6hSvO3dq3NBBz6tF3g8nfD9.lazyloading { background-image: none; }
#rg0VxThU6ydxnUN6DBHZunO44QMloepQ { box-sizing:content-box;height:13.4375rem;width:21.311875rem;position:absolute;display:block;z-index:15159;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6cc48615-b68e-46c5-9f89-2da29b7efe34/VerdanaPoolVilla04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:48.4375rem;display:block; }#rg0VxThU6ydxnUN6DBHZunO44QMloepQ.adaptive-delivery-prevent-bg, #rg0VxThU6ydxnUN6DBHZunO44QMloepQ.lazyload, #rg0VxThU6ydxnUN6DBHZunO44QMloepQ.lazyloading { background-image: none; }
#CAxTOaobvaAUuWD4xAsIfONcTRNzk6mA { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:33.937502384186rem;left:50.187501907349rem;height:1.21853125rem;text-align:left;text-align-last:left;display:block; }
#W3K0em34hkqDzVLzmFhWBWc7yoVSVrCW { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:33.936431884766rem;left:63.749109268188rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#QGUxAHxqtmclflQd1snucL1bCf8UoRdx { box-sizing:content-box;height:5.5rem;width:64.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:32.93701171875rem;left:5.3125rem;display:block; }
#dbWWDBSCn3PTShNBfmoZJROXK6Ecy6GC { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15160;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/9b8439e3-3f84-4eda-b80b-e34d5f1e4a15/VerdanaPoolVilla05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:35.125rem;display:block; }#dbWWDBSCn3PTShNBfmoZJROXK6Ecy6GC.adaptive-delivery-prevent-bg, #dbWWDBSCn3PTShNBfmoZJROXK6Ecy6GC.lazyload, #dbWWDBSCn3PTShNBfmoZJROXK6Ecy6GC.lazyloading { background-image: none; }
#XA9dTvNkuZvAfK4ShdQf7R1CF0TpSh9u { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15161;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b25f2dc7-5b45-41aa-a1ad-10c93b6635e5/VerdanaPoolVilla06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:20.875rem;display:block; }#XA9dTvNkuZvAfK4ShdQf7R1CF0TpSh9u.adaptive-delivery-prevent-bg, #XA9dTvNkuZvAfK4ShdQf7R1CF0TpSh9u.lazyload, #XA9dTvNkuZvAfK4ShdQf7R1CF0TpSh9u.lazyloading { background-image: none; }
#QCzaOv4Twbfn62gn2xP48FakM7e9fRnn { box-sizing:content-box;height:1.3125rem;width:1.5625rem;position:absolute;display:block;z-index:15162;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d7125b8c-5409-4477-bc5f-e75d6a62ae60/VerdanaPoolVilla03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:7.999755859375rem;display:block; }#QCzaOv4Twbfn62gn2xP48FakM7e9fRnn.adaptive-delivery-prevent-bg, #QCzaOv4Twbfn62gn2xP48FakM7e9fRnn.lazyload, #QCzaOv4Twbfn62gn2xP48FakM7e9fRnn.lazyloading { background-image: none; }
#svVuyAP0EHzZzdFrPVH63xT9RBmeC9zy { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15163;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3d4c09ed-1d83-45ec-813a-35d45e625fc6/VerdanaPoolVilla04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875002384186rem;left:48.125001907349rem;display:block; }#svVuyAP0EHzZzdFrPVH63xT9RBmeC9zy.adaptive-delivery-prevent-bg, #svVuyAP0EHzZzdFrPVH63xT9RBmeC9zy.lazyload, #svVuyAP0EHzZzdFrPVH63xT9RBmeC9zy.lazyloading { background-image: none; }
#zUSNJSMLTb70e6IMmaA1cZmCAczKFg8Q { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15164;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1733b58d-7277-4093-9fb5-801f97ad2446/VerdanaPoolVilla07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:61.9365234375rem;display:block; }#zUSNJSMLTb70e6IMmaA1cZmCAczKFg8Q.adaptive-delivery-prevent-bg, #zUSNJSMLTb70e6IMmaA1cZmCAczKFg8Q.lazyload, #zUSNJSMLTb70e6IMmaA1cZmCAczKFg8Q.lazyloading { background-image: none; }
#He0NP9ns70h51fg8hiNHfy1tWvhXIpk7 { box-sizing:content-box;height:27.5rem;width:42.4375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1fc5c333-ef56-4aa9-ae5d-588eeb8cb0c8/VerdanaPoolVilla05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.124786615372rem;left:5.3125rem;display:block; }#He0NP9ns70h51fg8hiNHfy1tWvhXIpk7.adaptive-delivery-prevent-bg, #He0NP9ns70h51fg8hiNHfy1tWvhXIpk7.lazyload, #He0NP9ns70h51fg8hiNHfy1tWvhXIpk7.lazyloading { background-image: none; }
#KS6OixN4nLuxcydSiXJgymihERG5LCV0 { box-sizing:content-box;height:13.4375rem;width:21.311875rem;position:absolute;display:block;z-index:15176;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/107dd9bd-ed20-465a-9f62-f6d0aa448092/VerdanaPoolVilla06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.124786615372rem;left:48.437505722046rem;display:block; }#KS6OixN4nLuxcydSiXJgymihERG5LCV0.adaptive-delivery-prevent-bg, #KS6OixN4nLuxcydSiXJgymihERG5LCV0.lazyload, #KS6OixN4nLuxcydSiXJgymihERG5LCV0.lazyloading { background-image: none; }
#zgXxkAAeva1C4aoRKsrOJW0tM3KoGzCw { box-sizing:content-box;height:13.4375rem;width:21.311875rem;position:absolute;display:block;z-index:15177;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c589b06b-2d2b-483d-8243-4c57af4e23d3/4MasterBathroom23Bed4Bath.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.249134302139rem;left:48.437505722046rem;display:block; }#zgXxkAAeva1C4aoRKsrOJW0tM3KoGzCw.adaptive-delivery-prevent-bg, #zgXxkAAeva1C4aoRKsrOJW0tM3KoGzCw.lazyload, #zgXxkAAeva1C4aoRKsrOJW0tM3KoGzCw.lazyloading { background-image: none; }
#KCgMvgcRsk8HxUPnJ1a2TfQdGNdK5kHe { color:rgba(var(--color-tertiary-2),1);display:block;width:8.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:70.061851739881rem;left:6.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0Nh5fWAfTd6vW2dLgbeQqRamM7Z1TOU { box-sizing:content-box;height:2.4375rem;width:64.3125rem;position:absolute;display:block;z-index:15023;background-color:#257054;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.124134302139rem;left:5.3747825622559rem;display:block; }
#eTCznz2CCNKmuscyKbOfltJxrIbEJEpR { box-sizing:content-box;height:37.75rem;width:67.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8092450201511rem;left:3.787109375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#KTTAIxNPaFEBdShFIVHrA9kctanDqSiy { box-sizing:content-box;height:5.5rem;width:64.4375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:73.5rem;left:5.25rem;display:block; }
#K9mIgdFdDunF0LdoZpI2Tk7LxlvWbiBw { box-sizing:content-box;height:1.3125rem;width:1.5625rem;position:absolute;display:block;z-index:15178;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d7125b8c-5409-4477-bc5f-e75d6a62ae60/VerdanaPoolVilla03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.4375rem;left:7.9375rem;display:block; }#K9mIgdFdDunF0LdoZpI2Tk7LxlvWbiBw.adaptive-delivery-prevent-bg, #K9mIgdFdDunF0LdoZpI2Tk7LxlvWbiBw.lazyload, #K9mIgdFdDunF0LdoZpI2Tk7LxlvWbiBw.lazyloading { background-image: none; }
#Sqa8yf9O5mOsULTHNuKgI4cu7CDvx80O { box-sizing:content-box;height:37.75rem;width:67.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.375rem;left:3.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#OhN9wQTUCOSSzlMRlRKyqJEez6iMbVb9 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:74.5rem;left:10.0625rem;height:1.21875rem;display:block; }
#NZ3CDAHOAODMIHJA8Bo73URukaCHFO9K { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15177;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b25f2dc7-5b45-41aa-a1ad-10c93b6635e5/VerdanaPoolVilla06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.5rem;left:20.8125rem;display:block; }#NZ3CDAHOAODMIHJA8Bo73URukaCHFO9K.adaptive-delivery-prevent-bg, #NZ3CDAHOAODMIHJA8Bo73URukaCHFO9K.lazyload, #NZ3CDAHOAODMIHJA8Bo73URukaCHFO9K.lazyloading { background-image: none; }
#LNJ7BZBySOfNn0270APRMzT67XrOhWnM { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:74.5rem;left:22.625rem;height:1.21875rem;display:block; }
#liJNuGMnIeydJavu5crJ5iS6rET3BDXQ { box-sizing:content-box;height:2.4375rem;width:64.5rem;position:absolute;display:block;z-index:15039;background-color:#257054;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.6875rem;left:5.3125rem;display:block; }
#TuXW2XbQ646TlK4BKIGrrBNpWoiwOkQM { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:77rem;left:30.5625rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gMyGbSoEu3ePGCG3c0FGQvhcPclTRJGP { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15140;line-height:1.3;letter-spacing:0;top:77.1875rem;left:26.75rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#XtKfiqaRwcPzOBgg9Tf047tHyKPUmlcf { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15176;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/9b8439e3-3f84-4eda-b80b-e34d5f1e4a15/VerdanaPoolVilla05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.5rem;left:35.0625rem;display:block; }#XtKfiqaRwcPzOBgg9Tf047tHyKPUmlcf.adaptive-delivery-prevent-bg, #XtKfiqaRwcPzOBgg9Tf047tHyKPUmlcf.lazyload, #XtKfiqaRwcPzOBgg9Tf047tHyKPUmlcf.lazyloading { background-image: none; }
#hHdPwphbHcldgnU6ZbtqoTxTsPh155nk { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:74.5rem;left:36.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#s0bB6Od4DrgakNx7JeXeF6J3Uh2C0opm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:77.1875rem;left:40.8125rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#QbVAkrJ9GICFec2Ei40UQBH5PaRAVcqZ { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15179;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3d4c09ed-1d83-45ec-813a-35d45e625fc6/VerdanaPoolVilla04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.4375rem;left:47.8125rem;display:block; }#QbVAkrJ9GICFec2Ei40UQBH5PaRAVcqZ.adaptive-delivery-prevent-bg, #QbVAkrJ9GICFec2Ei40UQBH5PaRAVcqZ.lazyload, #QbVAkrJ9GICFec2Ei40UQBH5PaRAVcqZ.lazyloading { background-image: none; }
#IzL2NJh7PqlFTPhxKN34LHxW1TEhvFkb { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:74.5rem;left:49.875rem;height:1.21853125rem;text-align:left;text-align-last:left;display:block; }
#bCg1DhFJBLQ7DUbqSTflhSI7VzDzECbk { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15180;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1733b58d-7277-4093-9fb5-801f97ad2446/VerdanaPoolVilla07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.4375rem;left:61.875rem;display:block; }#bCg1DhFJBLQ7DUbqSTflhSI7VzDzECbk.adaptive-delivery-prevent-bg, #bCg1DhFJBLQ7DUbqSTflhSI7VzDzECbk.lazyload, #bCg1DhFJBLQ7DUbqSTflhSI7VzDzECbk.lazyloading { background-image: none; }
#XMAsN1wJzkQL9N4zcW9sPpsiRauv3vXP { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:74.499288558963rem;left:63.686967849731rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#mdMgb9JVZwLQV0TOS11uvokJUrUMhBzU { box-sizing:content-box;height:2.5rem;width:8.625rem;position:absolute;display:block;z-index:15181;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.875rem;left:5.6875rem;display:block; }
#K4lvpMtFKMASmII0zUQy0ESmz53QoWg9 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:70.124641418456rem;left:6.2496433258057rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bn8RWVcHySaknTAbUw4Th3ADnaIJGpaF { box-sizing:content-box;height:2.5rem;width:9.0625rem;position:absolute;display:block;z-index:15183;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.625rem;left:5.6875002384186rem;display:block; }
#QPR1iiQSPoTol6XqoXGluvNeFrvWGkT4 { box-sizing:content-box;height:37.75rem;width:67.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8092450201511rem;left:3.787109375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#STpNWUlxONVDL8LkbrIxN89iMmDrghky { box-sizing:content-box;height:27.5rem;width:42.4375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7f68843e-583e-421c-9140-42fdcb198b92/VerdanaPoolVilla02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:5.3125rem;display:none; }#STpNWUlxONVDL8LkbrIxN89iMmDrghky.adaptive-delivery-prevent-bg, #STpNWUlxONVDL8LkbrIxN89iMmDrghky.lazyload, #STpNWUlxONVDL8LkbrIxN89iMmDrghky.lazyloading { background-image: none; }
#XUfZuaOUTRQNFcKQZGpSrMMcbt4CENcp { color:#000000;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15182;line-height:1.3;letter-spacing:0;top:29.312498092651rem;left:6.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qIbT5maiAQorTKW7xoGuciCmfuAbOZWP { box-sizing:content-box;height:2.5rem;width:8.625rem;position:absolute;display:block;z-index:15181;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.875rem;left:5.6875rem;display:none; }
#b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g { box-sizing:content-box;height:13.4375rem;width:21.311875rem;position:absolute;display:block;z-index:15158;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fc5b39dc-00d1-4533-9cb8-28c6519ae255/VerdanaPoolVilla03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3115234375rem;left:48.4375rem;display:none; }#b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g.adaptive-delivery-prevent-bg, #b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g.lazyload, #b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g.lazyloading { background-image: none; }
#IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH { box-sizing:content-box;height:13.4375rem;width:21.311875rem;position:absolute;display:block;z-index:15159;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6cc48615-b68e-46c5-9f89-2da29b7efe34/VerdanaPoolVilla04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:48.4375rem;display:none; }#IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH.adaptive-delivery-prevent-bg, #IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH.lazyload, #IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH.lazyloading { background-image: none; }
#Mxkq1plFy9zhXWgW206uHdqE7ovXLQAz { box-sizing:content-box;height:5.5rem;width:64.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:32.93701171875rem;left:5.3125rem;display:none; }
#x0qUEJlt4puXWE8z9SWfrac9pf4s3bBf { color:rgba(var(--color-tertiary-3),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:33.937255859375rem;left:10.125rem;height:1.21875rem;display:none; }
#sOSHQCOB3mOiurg5OTEkoNi5oxTAF716 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:33.9375rem;left:36.375rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#UfT5zTqNxMCt1ABmPhuh27rHbIKoXpik { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15160;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/9b8439e3-3f84-4eda-b80b-e34d5f1e4a15/VerdanaPoolVilla05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:35.125rem;display:none; }#UfT5zTqNxMCt1ABmPhuh27rHbIKoXpik.adaptive-delivery-prevent-bg, #UfT5zTqNxMCt1ABmPhuh27rHbIKoXpik.lazyload, #UfT5zTqNxMCt1ABmPhuh27rHbIKoXpik.lazyloading { background-image: none; }
#aVOvxPfcEwt296SNys7WEvwpxSitgxsU { color:rgba(var(--color-tertiary-3),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:33.9375rem;left:22.6875rem;height:1.21875rem;display:none; }
#Aq0JXDLQ1MnGELpmMeNRXeFBcA8obH6x { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:33.937502384186rem;left:50.187501907349rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Zn846f9Bbsphm5fDuet6L8vmoZAKJ7Aa { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15163;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3d4c09ed-1d83-45ec-813a-35d45e625fc6/VerdanaPoolVilla04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875002384186rem;left:48.125001907349rem;display:none; }#Zn846f9Bbsphm5fDuet6L8vmoZAKJ7Aa.adaptive-delivery-prevent-bg, #Zn846f9Bbsphm5fDuet6L8vmoZAKJ7Aa.lazyload, #Zn846f9Bbsphm5fDuet6L8vmoZAKJ7Aa.lazyloading { background-image: none; }
#ghPiirBLvUT0hfR0csHzrIrcvFbkz8y3 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:36.436634302139rem;left:30.125001907349rem;height:1.86875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#OvV71N9ySvA2NyHptRpBtI60ln7DZwK5 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:36.624267578125rem;left:40.8740234375rem;height:1.4625rem;text-align:right;text-align-last:right;display:none; }
#i8WTo7TEUdX2I2oRZpsANekvCnKS8oDe { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:36.623264551162rem;left:27.435983657837rem;height:1.462675rem;text-align:right;text-align-last:right;display:none; }
#b3c2dpb2cVqnanfame2hLr5rnOQfDgIW { color:rgba(var(--color-tertiary-3),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:33.936431884766rem;left:63.749109268188rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#PBKyAPKg7K4kOueJNfTaWUfG4pkhVOkT { box-sizing:content-box;height:2.4375rem;width:64.3125rem;position:absolute;display:block;z-index:15023;background-color:#257054;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.124134302139rem;left:5.3747825622559rem;display:none; }
#qqBCp0CJKwDGUwHysJ243LNpT8dF6Fxs { box-sizing:content-box;height:1.3125rem;width:1.5625rem;position:absolute;display:block;z-index:15162;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/d7125b8c-5409-4477-bc5f-e75d6a62ae60/VerdanaPoolVilla03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:7.999755859375rem;display:none; }#qqBCp0CJKwDGUwHysJ243LNpT8dF6Fxs.adaptive-delivery-prevent-bg, #qqBCp0CJKwDGUwHysJ243LNpT8dF6Fxs.lazyload, #qqBCp0CJKwDGUwHysJ243LNpT8dF6Fxs.lazyloading { background-image: none; }
#s7Tl0JTQkBCRt2BlsxtR41DrssdwMII7 { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15161;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b25f2dc7-5b45-41aa-a1ad-10c93b6635e5/VerdanaPoolVilla06.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:20.875rem;display:none; }#s7Tl0JTQkBCRt2BlsxtR41DrssdwMII7.adaptive-delivery-prevent-bg, #s7Tl0JTQkBCRt2BlsxtR41DrssdwMII7.lazyload, #s7Tl0JTQkBCRt2BlsxtR41DrssdwMII7.lazyloading { background-image: none; }
#bdVFoKF8lQwfp07npS33kT7VR6XwusIw { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15164;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1733b58d-7277-4093-9fb5-801f97ad2446/VerdanaPoolVilla07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.875rem;left:61.9365234375rem;display:none; }#bdVFoKF8lQwfp07npS33kT7VR6XwusIw.adaptive-delivery-prevent-bg, #bdVFoKF8lQwfp07npS33kT7VR6XwusIw.lazyload, #bdVFoKF8lQwfp07npS33kT7VR6XwusIw.lazyloading { background-image: none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/622399bf-1a86-48f7-84e6-4b1dcd463cb3/MasterPlan_BGcopy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:13.5625rem;left:38.5625rem;height:3.7999125rem;text-align:left;text-align-last:left;display:block; }
#ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:13.5625rem;left:49.625rem;height:13.29969375rem;text-align:left;text-align-last:left;display:block; }
#glV5nBosSqvJA1omaW6N8WglFBUpZRsD { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.99925rem;width:8.93675rem;top:4.125rem;left:47.3125rem;overflow:hidden;display:block; }
#EOWB3PU1ELO7nEtEly0WyoOonSo1T9A9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:19.375rem;left:38.5625rem;height:7.599825rem;text-align:left;text-align-last:left;display:block; }
#sVNTCtBWwmrRUceTpMl24FeEp17ZVwM9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.2483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:28.9375rem;left:38.5625rem;height:3.7999125rem;text-align:left;text-align-last:left;display:block; }
#Gzc0Ulo2MvpVMkoy8T5oaK3eHMoo9cLT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:28.9375rem;left:47.3125rem;height:3.7999125rem;text-align:left;text-align-last:left;display:block; }
#bBkVJmHf6ydVD1FQHSn9IkSnmfNC9xi7 { box-sizing:content-box;height:32.68675rem;width:34.43725rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.6);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.4375rem;left:34.5625rem;display:block; }
#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d9179b0-a547-4b26-86bc-95870ca7f3f2/BGcopy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q.adaptive-delivery-prevent-bg, #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q.lazyload, #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q.lazyloading { background-image: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { background-color: transparent; background-image: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container > .video-iframe-container { display: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row > .video-iframe-container { display: none; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .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); }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { border-width: 0; border-radius: 0; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q::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; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/719efa80-e054-4be5-bddc-5f3959d80418/VerdanaPoolVilla11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.625rem;left:39.375rem;display:block; }#reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH.adaptive-delivery-prevent-bg, #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH.lazyload, #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH.lazyloading { background-image: none; }
#z2r0hbOpozVqmW5t9TsOybIB5wavcnqS { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/701bebc2-19ba-44bb-887b-1d2cbd1cd9f7/VerdanaPoolVilla09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:12.679037094116rem;left:4.748046875rem;display:block; }#z2r0hbOpozVqmW5t9TsOybIB5wavcnqS.adaptive-delivery-prevent-bg, #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS.lazyload, #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS.lazyloading { background-image: none; }
#NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/00ea2434-9d9b-42df-b7a5-1be744168a59/VerdanaPoolVilla08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.8743495941162rem;left:4.875rem;display:block; }#NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG.adaptive-delivery-prevent-bg, #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG.lazyload, #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG.lazyloading { background-image: none; }
#W5548WIu3qSVquuVfMb6gJkczgDqogoh { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/6b41ba82-f213-433a-85f9-a9dd6a3909ac/VerdanaPoolVilla10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.624782562256rem;left:4.7491340637207rem;display:block; }#W5548WIu3qSVquuVfMb6gJkczgDqogoh.adaptive-delivery-prevent-bg, #W5548WIu3qSVquuVfMb6gJkczgDqogoh.lazyload, #W5548WIu3qSVquuVfMb6gJkczgDqogoh.lazyloading { background-image: none; }
#fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/3672aa2a-90e1-4925-924f-365a901d149b/VerdanaPoolVilla12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:12.554038047791rem;left:39.373698234558rem;display:block; }#fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px.adaptive-delivery-prevent-bg, #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px.lazyload, #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px.lazyloading { background-image: none; }
#hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/76ef7b9a-09e1-490b-989c-a69fe7692af0/VerdanaPoolVilla13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.6875rem;left:39.4375rem;display:block; }#hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN.adaptive-delivery-prevent-bg, #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN.lazyload, #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN.lazyloading { background-image: none; }
#eIC4SW0V4B3MfkGH9WbZARElOiOr2Ztc { color:#257054;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:3.8235683441162rem;left:13.567924499512rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#GixsfKqorMgC7p0xhvlrVsiic1JdDwN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.309898376465rem;left:13.5625rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#NWASuT9pq2zbehTQPKVdkVO38yR1F2ow { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.873914718628rem;left:13.311416625976rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#Po2RQKnCsHtHwhxlU4TQnTbZZlAMFoQy { color:#257054;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:14.623481750488rem;left:13.311416625976rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#bXAW76ZIoGQ6z2tkufbirKhuSrfvEQv4 { color:#257054;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:23.374565124512rem;left:13.3125rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#HhfUTfJZDLBLSSdB2rMVvgBAoSdH4PtT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.437282562256rem;left:13.3125rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#TeVmZ7ZQJ9rNn01FeRHwsMbuT4hrUGIo { color:#257054;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:4.2491321563721rem;left:48.750003814698rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#AdK2Q8unBntkXA82xkaQ5tI62xssTct3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:48.75rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#UaimZ35QGktiSdGQ4L8rB3Ts9FZ1oaKA { color:#257054;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:13.9990234375rem;left:49.124755859375rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#JJMI31pulwzbTOlid7HFiRdAf3e942Ht { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.06201171875rem;left:49.124755859375rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#C7EIz5ecwpEuWsPFdBinbNQ9zI8g9Jp6 { color:#257054;display:block;width:16.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:23.37451171875rem;left:48.75rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#XI26DOSLZnh08xICzIvK4X0CGPTo9s3z { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.4375rem;left:48.75rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/5cac0498-29ba-470e-9509-12beb4b39bcd/BGcopy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#0c3a04;display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5625rem;left:4.75rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#0c3a04;display:block;width:27.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:23.8125rem;left:4.75rem;height:5.9982625rem;font-style:normal;display:block; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-form-header {  }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);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; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-text { 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:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);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:2.25rem;color:rgba(var(--color-primary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-text {padding-top: 0; padding-bottom: 0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-textarea { 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:rgba(var(--color-secondary-0),1);background-image:none;border-top:0rem solid rgba(var(--color-secondary-0),1);border-left:0rem solid rgba(var(--color-secondary-0),1);border-right:0rem solid rgba(var(--color-secondary-0),1);border-bottom:0rem solid rgba(var(--color-secondary-0),1);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:rgba(var(--color-primary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-select {padding-top: 0; padding-bottom: 0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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, #257054, #003322);background-image: -moz-linear-gradient(180deg, #257054, #003322);background-image: -ms-linear-gradient(180deg, #257054, #003322);background-image: -o-linear-gradient(180deg, #257054, #003322);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );";background-image: linear-gradient(180deg, #257054, #003322);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:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-container:first-of-type{padding-top:0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-container:last-of-type{padding-bottom:0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy  { background-color:rgba(var(--color-secondary-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:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:47.3125rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy {display:block;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy { background-color:rgba(var(--color-secondary-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:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:47.3125rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #KQeEZtUuo1ZdkAMzCWV0pqhWEKPxmo7o { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #IWiZZsRiNQwwcPqPvQSaX9ZkIZtTCU6Q { position:relative;display:block; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #eUN5BspO7hrootazJ6aXkB90pcp50Cb1 { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #TARMggd7Zx0SAWA1mLQP0Z7lE1haWmZO { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #mEyEkkXSX4A9lxCTFWGaCCyNafceaAlm { position:relative;display:block; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #TEiSquu2iKfXWDzCLCftS1dDcTWJ65te { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #JTNwC6E7WF5HqkBXsQXw8NsudvK6d4Re { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #FCthNqlxaEx7IQCZ0EPWXrJEJNaQUdFK { position:relative;display:block; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #wp4mix3BUNtO0pKZGpBV5THZaO2q7Wfx { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #cz4Atb0UfmKBLzNCuxiM6qaVrPnlKRnH { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #WcxM8H4hTC1TZgKq3d9XXAaqpg1QzO4P { position:relative;display:block; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #Ha3HdNe3SqpfsiQl1DpQoWV8p3ZrxEBQ { position:relative; }
#vJDhp1etoPTsXoriDw8wmaalFXh8qdh8 { position:relative;display:block; }
#Hzg0KuVAkflEiazKqbe0rR5DHnzQZnzv { position:relative;display:block; }
#qOGNS5zHvHq9IzT3dquD56Tt3yo56J9f { position:relative;display:block; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #zzDtTaKFgibXPE1PwIr1QonCr05f0ymf { position:relative; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #DJzWlueatfOwV7w06nwPmnNS1uxQ8kKQ { position:relative; }
#cbS4yuz7qNEFOTKgKXmZVIA2SOCAtaZe { color:#0c3a04;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.6875rem;left:50.625rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7089062-b7c0-4e0e-bcd5-c80d601efa77/TheAddressSiamRatchathewi20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.adaptive-delivery-prevent-bg, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.lazyload, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.lazyloading { background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { background-color: transparent; background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { border-width: 0; border-radius: 0; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { font-size:0.875rem;font-family:arial;height:93.3125rem;width:75rem;position:relative;display:block; }#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { box-sizing:content-box;height:49.1875rem;width:37.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/49e59daa-7ff3-491e-b38a-1cc5350b7ec4/2DINIG_3Bed4Bath.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.43505859375rem;left:0rem;display:block; }#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.adaptive-delivery-prevent-bg, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyload, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyloading { background-image: none; }
#kl0UCqhNqNATfr18JOcirywJ9fNMgFf4 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.51611328125rem;left:21.15673828125rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvEcWVxsUotT35WUTnfFG8PBonk7bp3F { box-sizing:content-box;height:24.25rem;width:36.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/93c90773-4ef1-40d7-ba8d-dd4ebb9089e5/VerdanaPoolVilla15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.43505859375rem;left:38.09326171875rem;display:block; }#BvEcWVxsUotT35WUTnfFG8PBonk7bp3F.adaptive-delivery-prevent-bg, #BvEcWVxsUotT35WUTnfFG8PBonk7bp3F.lazyload, #BvEcWVxsUotT35WUTnfFG8PBonk7bp3F.lazyloading { background-image: none; }
#RcZz84A93NP1xwDiQkTmOIapVxUdJEMo { box-sizing:content-box;height:24.249rem;width:36.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/65c75832-6876-4539-bf24-dcce181d193d/VerdanaPoolVilla16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.43408203125rem;left:38.0625rem;display:block; }#RcZz84A93NP1xwDiQkTmOIapVxUdJEMo.adaptive-delivery-prevent-bg, #RcZz84A93NP1xwDiQkTmOIapVxUdJEMo.lazyload, #RcZz84A93NP1xwDiQkTmOIapVxUdJEMo.lazyloading { background-image: none; }
#pEy1AqkURgBAkITnH9Rn9oBp3QKIA7zK { box-sizing:content-box;height:24.2475625rem;width:36.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/83ae23d5-8489-4134-930c-65d345e15056/3MasterBathroom13Bed4Bath.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.6865234375rem;left:38.0625rem;display:block; }#pEy1AqkURgBAkITnH9Rn9oBp3QKIA7zK.adaptive-delivery-prevent-bg, #pEy1AqkURgBAkITnH9Rn9oBp3QKIA7zK.lazyload, #pEy1AqkURgBAkITnH9Rn9oBp3QKIA7zK.lazyloading { background-image: none; }
#WG4RLcJzawP3kKhooH3dAppTzTpiGrMo { box-sizing:content-box;height:24.25rem;width:37.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d98604fd-17d6-45c8-be92-41b237466aff/1SecondBedroom3Bed4Bath.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.6875rem;left:0rem;display:block; }#WG4RLcJzawP3kKhooH3dAppTzTpiGrMo.adaptive-delivery-prevent-bg, #WG4RLcJzawP3kKhooH3dAppTzTpiGrMo.lazyload, #WG4RLcJzawP3kKhooH3dAppTzTpiGrMo.lazyloading { background-image: none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee7aa007-f99c-4ebb-9fca-d5fa82b9a87c/879.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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.adaptive-delivery-prevent-bg, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyload, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyloading { background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:83.9375rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { 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; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6432189941406rem;left:21.15625rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { position:absolute;display:block;z-index:15121;height:37.5rem;width:75rem;top:38.373046875rem;left:0rem;display:block; }
#F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#KGNLZyAhFDm06VB10U3GGStqtwKRiMpn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2.3;letter-spacing:0;top:10.398193359375rem;left:10.57861328125rem;height:4.5996125rem;text-align:left;text-align-last:left;display:none; }
#lTF8H7oId3OtqFGgA4iQPSz2fmmTNoyB { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:10.648193359375rem;left:26.810302734375rem;height:3.798825rem;text-align:center;text-align-last:center;display:none; }
#DerxS7mxiXDtQXyqCATOpxvt27HLEE8V { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.9;letter-spacing:0;top:10.648193359375rem;left:31.9970703125rem;height:3.798825rem;text-align:center;text-align-last:center;display:none; }
#CgB84275qQX7rmIUJsrLlnJWVxrvFREP { color:#000000;display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:10.910156607628rem;left:2.7375001907349rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#OfUwyURAsOX8HsZgLcGXPa6KLh6aloca { color:rgba(var(--color-tertiary-2),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:12.998047828674rem;left:0rem;height:5.69986875rem;text-align:left;text-align-last:left;display:block; }
#NOm0zRlrVWkwZlQCkRCznhfXESF1Dt17 { color:rgba(var(--color-tertiary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:13.060937404633rem;left:16.061717987061rem;height:5.69986875rem;text-align:left;text-align-last:left;display:block; }
#DLJ5FZT5zwPaKqdMDdowgz5UUhyx11bH { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:19.499782562256rem;left:2.1885852813721rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#FyZIlQybtD4Ck5gRzhHVTl8AwSi5PcJp { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:21.636285781861rem;left:0.0010871887207031rem;height:3.7999125rem;text-align:left;text-align-last:left;display:block; }
#h4fvgt7MEawM4ECOulWZvgJNxrXs5zsS { color:rgba(var(--color-tertiary-2),1);display:block;width:3.62413125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:21.635937690735rem;left:16.34375rem;height:3.7999125rem;text-align:left;text-align-last:left;display:block; }
#sotNCtX9lXa7TnXcuTy0PpemIpNHhdBD { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:10.748695373535rem;left:53.685981750488rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#DDqcX7doFJ2GFrt63IZtw7OZOx0akCri { color:rgba(var(--color-tertiary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:12.886285305023rem;left:51.187072753906rem;height:5.69986875rem;text-align:left;text-align-last:left;display:block; }
#sd0qp5L1XA0JZhHWR7KLqz5N3sbxQ6MT { color:rgba(var(--color-tertiary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:13.062066555023rem;left:70.000007629394rem;height:5.69986875rem;text-align:left;text-align-last:left;display:block; }
#vOaz6v9KqdezNOGtxXOOpClF9Na60a9W { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:19.436847686767rem;left:53.810981750488rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#MFGR0afGC9n5N1U9307a5lpg6Ou7WN8R { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:21.573352813721rem;left:51.187072753906rem;height:5.69986875rem;text-align:left;text-align-last:left;display:block; }
#TE5cZGw5MN7ESnhcQRThW2K5oMOIK2Xk { color:rgba(var(--color-tertiary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.9;letter-spacing:0;top:21.749134063721rem;left:70.000007629394rem;height:5.69986875rem;text-align:left;text-align-last:left;display:block; }
#erpt88hiCvWmVmknNC5gT4bW89thCBR5 { color:#000000;display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:10.9375rem;left:28.8125rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#JWXw7Rg15tTqFKpNaRp16Py5ZTLy7DaA { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:13.248046875rem;left:26.25rem;height:6.0026rem;text-align:left;text-align-last:left;display:block; }
#A5z0TpPgptfM0qBamTrQs4V3P2bVC7kZ { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.9;letter-spacing:0;top:20.124782562256rem;left:28.813587188721rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#NiQMMaq0wqyA3HGMU7Ld8Tg2TxpeghcE { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:22.261283874512rem;left:26.251087188721rem;height:5.10091875rem;text-align:left;text-align-last:left;display:block; }
#N5AKcDonQWHAohaT8pRsNZQb070brvEq { color:rgba(var(--color-tertiary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:13.046888351441rem;left:42.434898376465rem;height:1.89995625rem;text-align:left;text-align-last:left;display:block; }
#W4kfD0dnGu2SKB0lLSiRi4UFgvh84gBW { color:rgba(var(--color-tertiary-2),1);display:block;width:3.62413125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.9;letter-spacing:0;top:21.637384414673rem;left:42.435550689698rem;height:3.7999125rem;text-align:left;text-align-last:left;display:block; }
#C3cApahPkq5M5XeThrGKpJxchJuiT0y1 { color:rgba(var(--color-tertiary-2),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:15.993937492371rem;left:42.434898376465rem;height:1.89995625rem;text-align:left;text-align-last:left;display:block; }
#i6IleETkT0avBKC9dgB5ZBCRv6RVAuyQ { color:rgba(var(--color-tertiary-2),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:28.875rem;left:16.28125rem;height:9.49978125rem;text-align:left;text-align-last:left;display:block; }
#wk2LMXiHwFSvXAcSo81V1xZvRvpM3MTk { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.9;letter-spacing:0;top:28.875rem;left:0rem;height:7.599825rem;text-align:left;text-align-last:left;display:block; }
#cnmqhQsyg6UsIlz8cE1mIpTLJTEmPoZt { color:#000000;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.9;letter-spacing:0;top:26.749132156372rem;left:2.1875rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#Qzg0KpIlmouKmLgATCTEpyc8kzwtMzID { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:30.686848640442rem;left:26.25rem;height:1.70030625rem;text-align:left;text-align-last:left;display:block; }
#aePb7OKH19yPzg9gaFvf7gdd1gVDCMNb { color:rgba(var(--color-tertiary-2),1);display:block;width:3.62413125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.9;letter-spacing:0;top:30.686848640442rem;left:42.373046875rem;height:1.89995625rem;text-align:left;text-align-last:left;display:block; }
#HKpKt4s4f1Kq4Fp3rhEVLw68n3kOV4Rp { color:#000000;display:block;width:10.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.9;letter-spacing:0;top:28.3623046875rem;left:28.8134765625rem;height:2.1375875rem;text-align:left;text-align-last:left;display:block; }
#Pb7ao70cOEe2D5W3wbNTrSubaFu98zeQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #003322);background-image: -moz-linear-gradient(180deg, #257054, #003322);background-image: -ms-linear-gradient(180deg, #257054, #003322);background-image: -o-linear-gradient(180deg, #257054, #003322);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );";background-image: linear-gradient(180deg, #257054, #003322);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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.247625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:78.2734375rem;left:25.875rem;display:block; }
#Blx42bxyOo7RwW5hgG8BRMyTUoKMTqHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcHmrtQNodlbRpOwEEtnqHOoCkgEthzl { box-sizing:content-box;height:1.81206875rem;width:1.81206875rem;position:absolute;display:block;z-index:15122;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/6f75eabc-9e04-4ecd-9855-8e9d8272ffa4/VerdanaPoolVilla20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.911479949951rem;left:51.185981750488rem;display:block; }#IcHmrtQNodlbRpOwEEtnqHOoCkgEthzl.adaptive-delivery-prevent-bg, #IcHmrtQNodlbRpOwEEtnqHOoCkgEthzl.lazyload, #IcHmrtQNodlbRpOwEEtnqHOoCkgEthzl.lazyloading { background-image: none; }
#ziA4EL4LfktuWwVeQvpn93LEpb1ww0lD { box-sizing:content-box;height:1.81171875rem;width:1.81171875rem;position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/90ab5171-0125-4d60-9545-00d5ac480ce8/VerdanaPoolVilla23.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.661718726158rem;left:51.18593788147rem;display:block; }#ziA4EL4LfktuWwVeQvpn93LEpb1ww0lD.adaptive-delivery-prevent-bg, #ziA4EL4LfktuWwVeQvpn93LEpb1ww0lD.lazyload, #ziA4EL4LfktuWwVeQvpn93LEpb1ww0lD.lazyloading { background-image: none; }
#thecGrR5Zheg6L1BqheTkUQwnSpQawTy { box-sizing:content-box;height:1.81171875rem;width:1.81171875rem;position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f204dd2a-c19f-4ee8-bf8a-4cd5a1e8b7b6/VerdanaPoolVilla22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.286718726158rem;left:26.250001907349rem;display:block; }#thecGrR5Zheg6L1BqheTkUQwnSpQawTy.adaptive-delivery-prevent-bg, #thecGrR5Zheg6L1BqheTkUQwnSpQawTy.lazyload, #thecGrR5Zheg6L1BqheTkUQwnSpQawTy.lazyloading { background-image: none; }
#CDsoaTl60F6uJHs2siQRk7DoAX3yxsNU { box-sizing:content-box;height:1.81171875rem;width:1.81171875rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3f56bc93-8aff-4b26-a1ab-f38fdfe891b6/VerdanaPoolVilla21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:26.25rem;display:block; }#CDsoaTl60F6uJHs2siQRk7DoAX3yxsNU.adaptive-delivery-prevent-bg, #CDsoaTl60F6uJHs2siQRk7DoAX3yxsNU.lazyload, #CDsoaTl60F6uJHs2siQRk7DoAX3yxsNU.lazyloading { background-image: none; }
#Xdh9eIVIMOaqPcSzszXiUPf1t5qVESe1 { box-sizing:content-box;height:1.81171875rem;width:1.81171875rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/779cd3cc-8f42-4451-8e75-0c533be26798/VerdanaPoolVilla18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.035937666893rem;left:0rem;display:block; }#Xdh9eIVIMOaqPcSzszXiUPf1t5qVESe1.adaptive-delivery-prevent-bg, #Xdh9eIVIMOaqPcSzszXiUPf1t5qVESe1.lazyload, #Xdh9eIVIMOaqPcSzszXiUPf1t5qVESe1.lazyloading { background-image: none; }
#IWlnKCFbz4Nwc7OxVJXb28RZQ34bI69I { box-sizing:content-box;height:1.81171875rem;width:1.81171875rem;position:absolute;display:block;z-index:15125;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f3d91afe-1f59-40e3-8b06-1cab31afd4ec/VerdanaPoolVilla19.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.661719322204rem;left:0rem;display:block; }#IWlnKCFbz4Nwc7OxVJXb28RZQ34bI69I.adaptive-delivery-prevent-bg, #IWlnKCFbz4Nwc7OxVJXb28RZQ34bI69I.lazyload, #IWlnKCFbz4Nwc7OxVJXb28RZQ34bI69I.lazyloading { background-image: none; }
#hLzhkeJtqVAwWVNvqWXH6pbuBulTehVG { box-sizing:content-box;height:1.81171875rem;width:1.81171875rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c72c1664-48f7-4d55-b7b1-c52734cc30aa/VerdanaPoolVilla24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.974219322204rem;left:0rem;display:block; }#hLzhkeJtqVAwWVNvqWXH6pbuBulTehVG.adaptive-delivery-prevent-bg, #hLzhkeJtqVAwWVNvqWXH6pbuBulTehVG.lazyload, #hLzhkeJtqVAwWVNvqWXH6pbuBulTehVG.lazyloading { background-image: none; }
#Gx57JeUeTxqOJOWKEsLootvBtgnnTzHe { box-sizing:content-box;height:1.811525rem;width:1.811525rem;position:absolute;display:block;z-index:15126;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/55cc2d88-7693-4750-97e5-47c0c8da6bdb/VerdanaPoolVilla25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4990234375rem;left:26.25rem;display:block; }#Gx57JeUeTxqOJOWKEsLootvBtgnnTzHe.adaptive-delivery-prevent-bg, #Gx57JeUeTxqOJOWKEsLootvBtgnnTzHe.lazyload, #Gx57JeUeTxqOJOWKEsLootvBtgnnTzHe.lazyloading { background-image: none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-1),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.13606875rem;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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:18.25rem;left:18.124135017395rem;width:12.1875rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:22.5rem;left:18.936851501465rem;width:9.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.1875rem;height:3.125rem;top:28rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:22.875rem;left:13rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:22.875rem;left:26.687503814698rem;width:8rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:18.25rem;left:17rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { top:21.8125rem;left:12.4375rem;width:22.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnuLRxoNJWnuXkz1Bd48hmxgVp2STf2y { top:7.375rem;left:18.9375rem;width:9.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { top:29.0625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { top:35.1875rem;left:0rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { top:29.0625rem;left:0rem;width:1.25rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { top:37.4375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { top:36.125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { top:37.4375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:53rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:55.25rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:53.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:55.25rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { top:29.25rem;left:0rem;width:7.375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru1GOcnhICGG6fty5JBuikZME5sfX996 { top:33.875rem;left:0rem;width:6.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { top:33.9375rem;left:9.0625rem;width:7.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { top:33.9375rem;left:22.75rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { top:36.375rem;left:16.500001907349rem;width:10.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { top:36.5625rem;left:27.248483657837rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { top:36.5625rem;left:13.810983657837rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrCB0lMLHT17bt1qmsDxitew5Mh19gDf { top:4.3125rem;left:0rem;width:42.375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ac8ksRT6hSvO3dq3NBBz6tF3g8nfD9 { top:4.25rem;left:26.5rem;width:21.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0VxThU6ydxnUN6DBHZunO44QMloepQ { top:18.4375rem;left:26.5rem;width:21.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAxTOaobvaAUuWD4xAsIfONcTRNzk6mA { top:33.9375rem;left:36.562501907349rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3K0em34hkqDzVLzmFhWBWc7yoVSVrCW { top:33.875rem;left:43.0625rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGUxAHxqtmclflQd1snucL1bCf8UoRdx { top:32.875rem;left:0rem;width:47.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbWWDBSCn3PTShNBfmoZJROXK6Ecy6GC { top:33.9375rem;left:21.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9dTvNkuZvAfK4ShdQf7R1CF0TpSh9u { top:33.9375rem;left:7.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCzaOv4Twbfn62gn2xP48FakM7e9fRnn { top:33.875rem;left:0rem;width:1.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svVuyAP0EHzZzdFrPVH63xT9RBmeC9zy { top:33.875rem;left:34.500001907349rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSNJSMLTb70e6IMmaA1cZmCAczKFg8Q { top:33.875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He0NP9ns70h51fg8hiNHfy1tWvhXIpk7 { top:45.0625rem;left:0rem;width:42.4375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS6OixN4nLuxcydSiXJgymihERG5LCV0 { top:45.0625rem;left:26.5rem;width:21.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgXxkAAeva1C4aoRKsrOJW0tM3KoGzCw { top:59.1875rem;left:26.5rem;width:21.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgMvgcRsk8HxUPnJ1a2TfQdGNdK5kHe { top:70rem;left:0rem;width:8.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Nh5fWAfTd6vW2dLgbeQqRamM7Z1TOU { top:36.0625rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCznz2CCNKmuscyKbOfltJxrIbEJEpR { top:2.75rem;left:0rem;width:47.75rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTAIxNPaFEBdShFIVHrA9kctanDqSiy { top:73.5rem;left:0rem;width:47.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9mIgdFdDunF0LdoZpI2Tk7LxlvWbiBw { top:74.4375rem;left:0rem;width:1.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqa8yf9O5mOsULTHNuKgI4cu7CDvx80O { top:43.375rem;left:0rem;width:47.75rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhN9wQTUCOSSzlMRlRKyqJEez6iMbVb9 { top:74.5rem;left:0rem;width:6.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ3CDAHOAODMIHJA8Bo73URukaCHFO9K { top:74.5rem;left:7.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNJ7BZBySOfNn0270APRMzT67XrOhWnM { top:74.5rem;left:9rem;width:7.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liJNuGMnIeydJavu5crJ5iS6rET3BDXQ { top:76.6875rem;left:0rem;width:47.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuXW2XbQ646TlK4BKIGrrBNpWoiwOkQM { top:77rem;left:16.9375rem;width:10.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMyGbSoEu3ePGCG3c0FGQvhcPclTRJGP { top:77.1875rem;left:13.125rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtKfiqaRwcPzOBgg9Tf047tHyKPUmlcf { top:74.5rem;left:21.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHdPwphbHcldgnU6ZbtqoTxTsPh155nk { top:74.5rem;left:22.6875rem;width:6.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0bB6Od4DrgakNx7JeXeF6J3Uh2C0opm { top:77.1875rem;left:27.1875rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbVAkrJ9GICFec2Ei40UQBH5PaRAVcqZ { top:74.4375rem;left:34.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzL2NJh7PqlFTPhxKN34LHxW1TEhvFkb { top:74.4375rem;left:36.249137878418rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCg1DhFJBLQ7DUbqSTflhSI7VzDzECbk { top:74.4375rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMAsN1wJzkQL9N4zcW9sPpsiRauv3vXP { top:74.4375rem;left:43.0625rem;width:4.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdMgb9JVZwLQV0TOS11uvokJUrUMhBzU { top:28.875rem;left:0rem;width:8.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4lvpMtFKMASmII0zUQy0ESmz53QoWg9 { top:70.0625rem;left:0rem;width:8.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn8RWVcHySaknTAbUw4Th3ADnaIJGpaF { top:69.625rem;left:0rem;width:9.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPR1iiQSPoTol6XqoXGluvNeFrvWGkT4 { top:2.75rem;left:0rem;width:47.75rem;height:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #STpNWUlxONVDL8LkbrIxN89iMmDrghky { top:4.3125rem;left:0rem;width:42.375rem;height:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUfZuaOUTRQNFcKQZGpSrMMcbt4CENcp { top:45.125rem;left:0rem;width:8.8125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIbT5maiAQorTKW7xoGuciCmfuAbOZWP { top:28.875rem;left:0rem;width:8.625rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g { top:4.25rem;left:26.5rem;width:21.25rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH { top:18.4375rem;left:26.5rem;width:21.25rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mxkq1plFy9zhXWgW206uHdqE7ovXLQAz { top:32.875rem;left:0rem;width:47.5rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0qUEJlt4puXWE8z9SWfrac9pf4s3bBf { top:55.0625rem;left:0rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOSHQCOB3mOiurg5OTEkoNi5oxTAF716 { top:55.0625rem;left:0rem;width:5.125rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfT5zTqNxMCt1ABmPhuh27rHbIKoXpik { top:33.9375rem;left:21.5rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVOvxPfcEwt296SNys7WEvwpxSitgxsU { top:57.3125rem;left:0rem;width:6.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aq0JXDLQ1MnGELpmMeNRXeFBcA8obH6x { top:33.9375rem;left:36.562501907349rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zn846f9Bbsphm5fDuet6L8vmoZAKJ7Aa { top:33.875rem;left:34.500001907349rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghPiirBLvUT0hfR0csHzrIrcvFbkz8y3 { top:62.5625rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvV71N9ySvA2NyHptRpBtI60ln7DZwK5 { top:62.625rem;left:0rem;width:7rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8WTo7TEUdX2I2oRZpsANekvCnKS8oDe { top:36.5625rem;left:13.810983657837rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3c2dpb2cVqnanfame2hLr5rnOQfDgIW { top:59.5625rem;left:0rem;width:3.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBKyAPKg7K4kOueJNfTaWUfG4pkhVOkT { top:36.0625rem;left:0rem;width:47.75rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqBCp0CJKwDGUwHysJ243LNpT8dF6Fxs { top:33.875rem;left:0rem;width:1.5625rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7Tl0JTQkBCRt2BlsxtR41DrssdwMII7 { top:33.9375rem;left:7.25rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdVFoKF8lQwfp07npS33kT7VR6XwusIw { top:33.875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { top:13.5625rem;left:24.9375rem;width:13.1875rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { top:13.5625rem;left:30.375rem;width:17.375rem;height:13.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glV5nBosSqvJA1omaW6N8WglFBUpZRsD { top:4.125rem;left:33.6875rem;width:8.875rem;height:7.9439778163202rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOWB3PU1ELO7nEtEly0WyoOonSo1T9A9 { top:19.375rem;left:24.9375rem;width:13.1875rem;height:7.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVNTCtBWwmrRUceTpMl24FeEp17ZVwM9 { top:28.9375rem;left:24.9375rem;width:13.1875rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzc0Ulo2MvpVMkoy8T5oaK3eHMoo9cLT { top:28.9375rem;left:27rem;width:20.75rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBkVJmHf6ydVD1FQHSn9IkSnmfNC9xi7 { top:2.4375rem;left:13.375rem;width:34.375rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q { display:block; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH { top:2.625rem;left:25.75rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS { top:12.625rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG { top:2.8125rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5548WIu3qSVquuVfMb6gJkczgDqogoh { top:22.5625rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px { top:12.5rem;left:25.748698234558rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN { top:22.6875rem;left:25.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIC4SW0V4B3MfkGH9WbZARElOiOr2Ztc { top:3.8125rem;left:0rem;width:22.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GixsfKqorMgC7p0xhvlrVsiic1JdDwN8 { top:6.25rem;left:0rem;width:20.9375rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWASuT9pq2zbehTQPKVdkVO38yR1F2ow { top:16.8125rem;left:0rem;width:21.8125rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po2RQKnCsHtHwhxlU4TQnTbZZlAMFoQy { top:14.5625rem;left:0rem;width:24.8125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAW76ZIoGQ6z2tkufbirKhuSrfvEQv4 { top:23.3125rem;left:0rem;width:28.25rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhfUTfJZDLBLSSdB2rMVvgBAoSdH4PtT { top:25.375rem;left:0rem;width:22.8125rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVmZ7ZQJ9rNn01FeRHwsMbuT4hrUGIo { top:4.1875rem;left:22.4375rem;width:25.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdK2Q8unBntkXA82xkaQ5tI62xssTct3 { top:6.25rem;left:23.9375rem;width:23.8125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaimZ35QGktiSdGQ4L8rB3Ts9FZ1oaKA { top:13.9375rem;left:31.375rem;width:16.375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJMI31pulwzbTOlid7HFiRdAf3e942Ht { top:16rem;left:28.5rem;width:19.25rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7EIz5ecwpEuWsPFdBinbNQ9zI8g9Jp6 { top:23.3125rem;left:31.375rem;width:16.375rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI26DOSLZnh08xICzIvK4X0CGPTo9s3z { top:25.4375rem;left:24.625rem;width:23.125rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:13.5625rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:23.8125rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-text {padding-top: 0; padding-bottom: 0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-select {padding-top: 0; padding-bottom: 0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy  { width:20.4375rem;height:auto;top:8.75rem;left:24.8125rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy {display:block;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy { width:20.4375rem;height:auto;top:8.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #KQeEZtUuo1ZdkAMzCWV0pqhWEKPxmo7o {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #IWiZZsRiNQwwcPqPvQSaX9ZkIZtTCU6Q {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #eUN5BspO7hrootazJ6aXkB90pcp50Cb1 {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #TARMggd7Zx0SAWA1mLQP0Z7lE1haWmZO {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #mEyEkkXSX4A9lxCTFWGaCCyNafceaAlm {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #TEiSquu2iKfXWDzCLCftS1dDcTWJ65te {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #JTNwC6E7WF5HqkBXsQXw8NsudvK6d4Re {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #FCthNqlxaEx7IQCZ0EPWXrJEJNaQUdFK {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #wp4mix3BUNtO0pKZGpBV5THZaO2q7Wfx {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #cz4Atb0UfmKBLzNCuxiM6qaVrPnlKRnH {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #WcxM8H4hTC1TZgKq3d9XXAaqpg1QzO4P {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #Ha3HdNe3SqpfsiQl1DpQoWV8p3ZrxEBQ {  }
 }@media only screen and (max-width: 763px) { #vJDhp1etoPTsXoriDw8wmaalFXh8qdh8 { display:block; }
 }@media only screen and (max-width: 763px) { #Hzg0KuVAkflEiazKqbe0rR5DHnzQZnzv { display:block; }
 }@media only screen and (max-width: 763px) { #qOGNS5zHvHq9IzT3dquD56Tt3yo56J9f { display:block; }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #zzDtTaKFgibXPE1PwIr1QonCr05f0ymf {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #DJzWlueatfOwV7w06nwPmnNS1uxQ8kKQ {  }
 }@media only screen and (max-width: 763px) { #cbS4yuz7qNEFOTKgKXmZVIA2SOCAtaZe { top:33.6875rem;left:31.5rem;width:16.1875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { top:12.375rem;left:0rem;width:37.25rem;height:49.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl0UCqhNqNATfr18JOcirywJ9fNMgFf4 { top:4.5rem;left:7.53173828125rem;width:32.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvEcWVxsUotT35WUTnfFG8PBonk7bp3F { top:12.375rem;left:10.8125rem;width:36.9375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcZz84A93NP1xwDiQkTmOIapVxUdJEMo { top:37.375rem;left:10.8125rem;width:36.9375rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEy1AqkURgBAkITnH9Rn9oBp3QKIA7zK { top:62.625rem;left:10.8125rem;width:36.9375rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG4RLcJzawP3kKhooH3dAppTzTpiGrMo { top:62.6875rem;left:0rem;width:37.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.625rem;left:7.53125rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { top:38.3125rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { display:none; }
 }@media only screen and (max-width: 763px) { #KGNLZyAhFDm06VB10U3GGStqtwKRiMpn { top:10.375rem;left:0rem;width:17.875rem;height:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTF8H7oId3OtqFGgA4iQPSz2fmmTNoyB { top:10.625rem;left:13.185302734375rem;width:5.125rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerxS7mxiXDtQXyqCATOpxvt27HLEE8V { top:10.625rem;left:18.3720703125rem;width:4.375rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgB84275qQX7rmIUJsrLlnJWVxrvFREP { top:10.875rem;left:0rem;width:9.375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfUwyURAsOX8HsZgLcGXPa6KLh6aloca { top:12.9375rem;left:0rem;width:12.125rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOm0zRlrVWkwZlQCkRCznhfXESF1Dt17 { top:13rem;left:2.4367179870606rem;width:4.9375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLJ5FZT5zwPaKqdMDdowgz5UUhyx11bH { top:19.4375rem;left:0rem;width:7.3125rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyZIlQybtD4Ck5gRzhHVTl8AwSi5PcJp { top:21.625rem;left:0rem;width:17.5625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4fvgt7MEawM4ECOulWZvgJNxrXs5zsS { top:21.625rem;left:2.71875rem;width:3.5625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sotNCtX9lXa7TnXcuTy0PpemIpNHhdBD { top:10.6875rem;left:34.4375rem;width:13.3125rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDqcX7doFJ2GFrt63IZtw7OZOx0akCri { top:12.875rem;left:30.0625rem;width:17.6875rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sd0qp5L1XA0JZhHWR7KLqz5N3sbxQ6MT { top:13rem;left:42.8125rem;width:4.9375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOaz6v9KqdezNOGtxXOOpClF9Na60a9W { top:19.375rem;left:34.4375rem;width:13.3125rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFGR0afGC9n5N1U9307a5lpg6Ou7WN8R { top:21.5625rem;left:29.3125rem;width:18.4375rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE5cZGw5MN7ESnhcQRThW2K5oMOIK2Xk { top:21.6875rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erpt88hiCvWmVmknNC5gT4bW89thCBR5 { top:10.9375rem;left:15.1875rem;width:9.375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWXw7Rg15tTqFKpNaRp16Py5ZTLy7DaA { top:13.1875rem;left:12.625rem;width:15.75rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5z0TpPgptfM0qBamTrQs4V3P2bVC7kZ { top:20.0625rem;left:15.188587188721rem;width:10.5625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiQMMaq0wqyA3HGMU7Ld8Tg2TxpeghcE { top:22.25rem;left:12.626087188721rem;width:17.5625rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5AKcDonQWHAohaT8pRsNZQb070brvEq { top:13rem;left:28.809898376465rem;width:5rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4kfD0dnGu2SKB0lLSiRi4UFgvh84gBW { top:21.625rem;left:28.810550689698rem;width:3.5625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3cApahPkq5M5XeThrGKpJxchJuiT0y1 { top:15.9375rem;left:28.809898376465rem;width:5rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6IleETkT0avBKC9dgB5ZBCRv6RVAuyQ { top:28.875rem;left:2.65625rem;width:3.625rem;height:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk2LMXiHwFSvXAcSo81V1xZvRvpM3MTk { top:28.8125rem;left:0rem;width:17.625rem;height:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnmqhQsyg6UsIlz8cE1mIpTLJTEmPoZt { top:26.6875rem;left:0rem;width:13.625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzg0KpIlmouKmLgATCTEpyc8kzwtMzID { top:30.625rem;left:12.625rem;width:17.5625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aePb7OKH19yPzg9gaFvf7gdd1gVDCMNb { top:30.625rem;left:28.748046875rem;width:3.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKpKt4s4f1Kq4Fp3rhEVLw68n3kOV4Rp { top:28.3125rem;left:15.1884765625rem;width:10.5rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb7ao70cOEe2D5W3wbNTrSubaFu98zeQ { width:23.1875rem;height:3.125rem;top:78.25rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blx42bxyOo7RwW5hgG8BRMyTUoKMTqHG { display:block; }
 }@media only screen and (max-width: 763px) { #IcHmrtQNodlbRpOwEEtnqHOoCkgEthzl { top:10.875rem;left:37.560981750488rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziA4EL4LfktuWwVeQvpn93LEpb1ww0lD { top:19.625rem;left:37.56093788147rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thecGrR5Zheg6L1BqheTkUQwnSpQawTy { top:20.25rem;left:12.625001907349rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDsoaTl60F6uJHs2siQRk7DoAX3yxsNU { top:10.9375rem;left:12.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdh9eIVIMOaqPcSzszXiUPf1t5qVESe1 { top:11rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWlnKCFbz4Nwc7OxVJXb28RZQ34bI69I { top:19.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLzhkeJtqVAwWVNvqWXH6pbuBulTehVG { top:26.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx57JeUeTxqOJOWKEsLootvBtgnnTzHe { top:28.4375rem;left:12.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { 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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.50824375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83ef597d-2502-476c-b412-409ff3919e5e/hero.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:9.5625rem;height:1.05025rem;top:8.5rem;left:5.5625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.6875rem;height:1.21853125rem;top:11.125rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.8125rem;height:2.5rem;top:15.060368061066rem;left:1.09375rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #003322);background-image: -moz-linear-gradient(180deg, #257054, #003322);background-image: -ms-linear-gradient(180deg, #257054, #003322);background-image: -o-linear-gradient(180deg, #257054, #003322);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );";background-image: linear-gradient(180deg, #257054, #003322);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.8931125rem;top:11.25rem;left:2.125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.8931125rem;top:11.3125rem;left:11.5625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:8.5rem;left:4.8125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { width:17.8125rem;height:2.4375rem;top:10.4375rem;left:1.125rem;background-color:rgba(37,112,84,0.37);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AnuLRxoNJWnuXkz1Bd48hmxgVp2STf2y { width:5.87456875rem;height:5.18663125rem;top:1.9346790313721rem;left:7.061632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { width:20rem;height:4.375rem;top:34.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { display:flex;width:1.25rem;height:1.25rem;top:37.3125rem;left:0.9375rem;font-size:0.875rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { width:1.31214375rem;height:1.13606875rem;top:37.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15086;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { width:9.375rem;height:1.62435rem;top:35.1875rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { display:flex;width:1.25rem;height:1.25rem;top:37.1875rem;left:3.5625rem;font-size:0.875rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { width:20rem;height:12.8125rem;top:21.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/72366095-dff6-4bed-ab30-a75e9eb21205/B.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15038;display:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { width:1.25rem;height:1.13606875rem;top:37.4375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { display:flex;width:1.25rem;height:1.25rem;top:37.25rem;left:6.25rem;font-size:0.875rem;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { width:5.75rem;height:1.13606875rem;top:37.4375rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { width:7.9368125rem;height:1.2999125rem;top:36.125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { width:7.0623125rem;height:1.13606875rem;top:37.4375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { width:5.7492875rem;height:1.13606875rem;top:34.875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.375rem;top:52.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:55.125rem;left:0.9375rem;font-size:0.875rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13606875rem;top:55.25rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.62435rem;top:53rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:55rem;left:3.5625rem;font-size:0.875rem;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { width:20rem;height:12.8125rem;top:39.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3c1116ad-cbae-47c3-8285-d575e6d800d5/C.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15050;display:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13606875rem;top:55.25rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:55.0625rem;left:6.25rem;font-size:0.875rem;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13606875rem;top:55.25rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.2999125rem;top:53.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13606875rem;top:55.25rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13606875rem;top:52.6875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { width:8.8743125rem;height:1.21875rem;top:11.774089574814rem;left:0.97005212306975rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ru1GOcnhICGG6fty5JBuikZME5sfX996 { width:5.875rem;height:1.13606875rem;top:21.753017425537rem;left:3.9905894994736rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { width:6.375rem;height:1.13606875rem;top:24.025744915009rem;left:4.3030894994736rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { width:5.1875rem;height:1.13606875rem;top:21.752129554749rem;left:13.437499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { width:7.9375rem;height:1.3rem;top:29.229934871197rem;left:6.030717253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { width:7.0625rem;height:1.13606875rem;top:29.311610996723rem;left:10.987215399742rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { width:5.12421875rem;height:1.13606875rem;top:29.311610996723rem;left:2.0276988744736rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KrCB0lMLHT17bt1qmsDxitew5Mh19gDf { width:19.0625rem;height:11.625rem;top:1.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ac8ksRT6hSvO3dq3NBBz6tF3g8nfD9 { width:9.375rem;height:6.25rem;top:13.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0VxThU6ydxnUN6DBHZunO44QMloepQ { width:9.375rem;height:6.25rem;top:13.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAxTOaobvaAUuWD4xAsIfONcTRNzk6mA { width:5.625rem;height:1.13606875rem;top:24.02663230896rem;left:13.437499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3K0em34hkqDzVLzmFhWBWc7yoVSVrCW { width:3.81171875rem;height:1.13606875rem;top:26.240766048431rem;left:4.0527342557907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGUxAHxqtmclflQd1snucL1bCf8UoRdx { width:18.6875rem;height:7.75rem;top:20.772016525269rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbWWDBSCn3PTShNBfmoZJROXK6Ecy6GC { width:1.25rem;height:1.25rem;top:21.695311546326rem;left:11.624644637108rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9dTvNkuZvAfK4ShdQf7R1CF0TpSh9u { width:1.25rem;height:1.25rem;top:23.970702171326rem;left:1.5909091234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCzaOv4Twbfn62gn2xP48FakM7e9fRnn { width:1.5625rem;height:1.3125rem;top:21.666902542114rem;left:1.4346591234207rem;display:block; }
 }@media only screen and (max-width: 763px) { #svVuyAP0EHzZzdFrPVH63xT9RBmeC9zy { width:1.25rem;height:1.25rem;top:23.969814300537rem;left:11.540304541588rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUSNJSMLTb70e6IMmaA1cZmCAczKFg8Q { width:1.3109375rem;height:1.3109375rem;top:26.15465092659rem;left:1.5598365068436rem;display:block; }
 }@media only screen and (max-width: 763px) { #He0NP9ns70h51fg8hiNHfy1tWvhXIpk7 { width:20rem;height:27.5rem;top:136.63463442382rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KS6OixN4nLuxcydSiXJgymihERG5LCV0 { width:20rem;height:13.4375rem;top:136.63463442382rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgXxkAAeva1C4aoRKsrOJW0tM3KoGzCw { width:20rem;height:13.4375rem;top:150.75885622559rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCgMvgcRsk8HxUPnJ1a2TfQdGNdK5kHe { width:8.8748125rem;height:1.4619125rem;top:161.57214968262rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #K0Nh5fWAfTd6vW2dLgbeQqRamM7Z1TOU { width:18.9375rem;height:2.5rem;top:28.472655057907rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCznz2CCNKmuscyKbOfltJxrIbEJEpR { width:20rem;height:30.6875rem;top:0.99786949157713rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTAIxNPaFEBdShFIVHrA9kctanDqSiy { width:19.75rem;height:5.5rem;top:165.01042788086rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9mIgdFdDunF0LdoZpI2Tk7LxlvWbiBw { width:1.5625rem;height:1.3125rem;top:165.94792788086rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sqa8yf9O5mOsULTHNuKgI4cu7CDvx80O { width:20rem;height:37.75rem;top:134.88542788086rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhN9wQTUCOSSzlMRlRKyqJEez6iMbVb9 { width:6.18706875rem;height:1.13671875rem;top:166.01042788086rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NZ3CDAHOAODMIHJA8Bo73URukaCHFO9K { width:1.3125rem;height:1.3125rem;top:166.01042788086rem;left:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNJ7BZBySOfNn0270APRMzT67XrOhWnM { width:7.5rem;height:1.13671875rem;top:166.01042788086rem;left:12.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #liJNuGMnIeydJavu5crJ5iS6rET3BDXQ { width:20rem;height:2.4375rem;top:168.19792788086rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuXW2XbQ646TlK4BKIGrrBNpWoiwOkQM { width:10.499125rem;height:1.29980625rem;top:168.51042788086rem;left:9.500875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gMyGbSoEu3ePGCG3c0FGQvhcPclTRJGP { width:5.74978125rem;height:1.13671875rem;top:168.69792788086rem;left:14.25021875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #XtKfiqaRwcPzOBgg9Tf047tHyKPUmlcf { width:1.3125rem;height:1.3125rem;top:166.01042788086rem;left:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHdPwphbHcldgnU6ZbtqoTxTsPh155nk { width:6.25rem;height:1.13671875rem;top:166.01042788086rem;left:13.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s0bB6Od4DrgakNx7JeXeF6J3Uh2C0opm { width:7.061625rem;height:1.13671875rem;top:168.69792788086rem;left:12.938375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QbVAkrJ9GICFec2Ei40UQBH5PaRAVcqZ { width:1.3125rem;height:1.3125rem;top:165.94792788086rem;left:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzL2NJh7PqlFTPhxKN34LHxW1TEhvFkb { width:5.625rem;height:1.13671875rem;top:166.01042788086rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bCg1DhFJBLQ7DUbqSTflhSI7VzDzECbk { width:1.3125rem;height:1.3125rem;top:165.94792788086rem;left:13.437496185302rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMAsN1wJzkQL9N4zcW9sPpsiRauv3vXP { width:3.75rem;height:1.13671875rem;top:166.01042788086rem;left:15.249996185302rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mdMgb9JVZwLQV0TOS11uvokJUrUMhBzU { width:6.1875rem;height:1.5625rem;top:11.5400390625rem;left:0.72802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4lvpMtFKMASmII0zUQy0ESmz53QoWg9 { width:8.4375rem;height:1.4619125rem;top:178.07291793823rem;left:6.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #bn8RWVcHySaknTAbUw4Th3ADnaIJGpaF { width:9.0625rem;height:2.5rem;top:177.63541793823rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPR1iiQSPoTol6XqoXGluvNeFrvWGkT4 { width:20rem;height:30.6875rem;top:34.375rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #STpNWUlxONVDL8LkbrIxN89iMmDrghky { width:19.0625rem;height:11.625rem;top:35.0625rem;left:0.5rem;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1fc5c333-ef56-4aa9-ae5d-588eeb8cb0c8/VerdanaPoolVilla05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#STpNWUlxONVDL8LkbrIxN89iMmDrghky.adaptive-delivery-prevent-bg, #STpNWUlxONVDL8LkbrIxN89iMmDrghky.lazyload, #STpNWUlxONVDL8LkbrIxN89iMmDrghky.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XUfZuaOUTRQNFcKQZGpSrMMcbt4CENcp { width:8.8743125rem;height:1.21875rem;top:45.125rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15203;display:block; }
 }@media only screen and (max-width: 763px) { #qIbT5maiAQorTKW7xoGuciCmfuAbOZWP { width:6.625rem;height:1.5625rem;top:44.9375rem;left:0.75rem;z-index:15202;display:block; }
 }@media only screen and (max-width: 763px) { #b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g { width:9.375rem;height:6.25rem;top:47.125rem;left:0.5rem;z-index:15179;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/107dd9bd-ed20-465a-9f62-f6d0aa448092/VerdanaPoolVilla06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g.adaptive-delivery-prevent-bg, #b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g.lazyload, #b5Rxh0R97HFTQNtEqt1Pv4Nu5xb5Tx1g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH { width:9.375rem;height:6.25rem;top:47.125rem;left:10.125rem;z-index:15180;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c589b06b-2d2b-483d-8243-4c57af4e23d3/4MasterBathroom23Bed4Bath.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH.adaptive-delivery-prevent-bg, #IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH.lazyload, #IdoQrfPt8sl30gK7TBx1ATtX2AF1KHhH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mxkq1plFy9zhXWgW206uHdqE7ovXLQAz { width:18.6875rem;height:7.75rem;top:54.125rem;left:0.5625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #x0qUEJlt4puXWE8z9SWfrac9pf4s3bBf { width:5.875rem;height:1.13606875rem;top:55.125rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #sOSHQCOB3mOiurg5OTEkoNi5oxTAF716 { width:5.5rem;height:1.13606875rem;top:55.124284744263rem;left:13.437499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #UfT5zTqNxMCt1ABmPhuh27rHbIKoXpik { width:1.25rem;height:1.25rem;top:55.0625rem;left:11.625rem;z-index:15181;display:block; }
 }@media only screen and (max-width: 763px) { #aVOvxPfcEwt296SNys7WEvwpxSitgxsU { width:6.375rem;height:1.13606875rem;top:57.375rem;left:4.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0JXDLQ1MnGELpmMeNRXeFBcA8obH6x { width:5.625rem;height:1.13606875rem;top:57.374816894531rem;left:12.874999403954rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #Zn846f9Bbsphm5fDuet6L8vmoZAKJ7Aa { width:1.25rem;height:1.25rem;top:57.375rem;left:11.5625rem;z-index:15184;display:block; }
 }@media only screen and (max-width: 763px) { #ghPiirBLvUT0hfR0csHzrIrcvFbkz8y3 { width:7.9375rem;height:1.3rem;top:62.625rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #OvV71N9ySvA2NyHptRpBtI60ln7DZwK5 { width:7.0625rem;height:1.13606875rem;top:62.686635971069rem;left:11.124349892139rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #i8WTo7TEUdX2I2oRZpsANekvCnKS8oDe { width:5.12421875rem;height:1.13606875rem;top:62.686635971069rem;left:1.7497830986977rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #b3c2dpb2cVqnanfame2hLr5rnOQfDgIW { width:4.125rem;height:1.13606875rem;top:59.624467849731rem;left:4.1874998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #PBKyAPKg7K4kOueJNfTaWUfG4pkhVOkT { width:18.9375rem;height:2.5rem;top:61.875rem;left:0.5625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #qqBCp0CJKwDGUwHysJ243LNpT8dF6Fxs { width:1.5625rem;height:1.3125rem;top:55.0625rem;left:1.4375rem;z-index:15183;display:block; }
 }@media only screen and (max-width: 763px) { #s7Tl0JTQkBCRt2BlsxtR41DrssdwMII7 { width:1.25rem;height:1.25rem;top:57.375rem;left:1.5625rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #bdVFoKF8lQwfp07npS33kT7VR6XwusIw { width:1.3109375rem;height:1.3109375rem;top:59.5rem;left:1.5625rem;z-index:15185;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/622399bf-1a86-48f7-84e6-4b1dcd463cb3/MasterPlan_BGcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { width:9.749625rem;height:2.1245625rem;top:13.750886917114rem;left:2.1859019994736rem;font-size:0.625rem;line-height:1.7;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { width:10.75rem;height:7.435975rem;top:13.75088763237rem;left:7.9380325078963rem;font-size:0.625rem;line-height:1.7;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #glV5nBosSqvJA1omaW6N8WglFBUpZRsD { width:7.4360625rem;height:6.62375rem;top:5.1864337921142rem;left:6.2810720205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOWB3PU1ELO7nEtEly0WyoOonSo1T9A9 { width:4.62446875rem;height:4.249125rem;top:16.992187023163rem;left:2.1859019994736rem;font-size:0.625rem;line-height:1.7;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sVNTCtBWwmrRUceTpMl24FeEp17ZVwM9 { width:3.99946875rem;height:2.1245625rem;top:22.875rem;left:1.125rem;font-size:0.625rem;line-height:1.7;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gzc0Ulo2MvpVMkoy8T5oaK3eHMoo9cLT { width:15.875rem;height:2.1245625rem;top:22.875rem;left:2.9375rem;font-size:0.625rem;line-height:1.7;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bBkVJmHf6ydVD1FQHSn9IkSnmfNC9xi7 { width:20rem;height:22.6875rem;top:3.4666213989258rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q { display:block; }#VfTV20SGCFQFkO5JEtXS9qb8oSODZx5q > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reqEFwQ74BneJ2Pgf4yF8ZaxNKiRWzgH { width:6.25rem;height:6.25rem;top:9.8723974227906rem;left:0.24978297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2r0hbOpozVqmW5t9TsOybIB5wavcnqS { width:6.25rem;height:6.25rem;top:17.74609375rem;left:0.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZadMCvLGZuWEVt5nxlB3PBEKNzhMMUG { width:6.25rem;height:6.25rem;top:2.185546875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5548WIu3qSVquuVfMb6gJkczgDqogoh { width:6.25rem;height:6.25rem;top:33.4443359375rem;left:0.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBQaS6PJe7ReAPLXe30JUDJ4M91CF3px { width:6.25rem;height:6.25rem;top:25.5322265625rem;left:0.318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmnaweNtNaSCWf0MxV7SN8xNNyuxCzuN { width:6.25rem;height:6.25rem;top:41.4267578125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIC4SW0V4B3MfkGH9WbZARElOiOr2Ztc { width:12.875rem;height:1.27386875rem;top:3.0619668960571rem;left:6.811967253685rem;font-size:0.75rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GixsfKqorMgC7p0xhvlrVsiic1JdDwN8 { width:12.9368125rem;height:4.67448125rem;top:4.3341636657715rem;left:7.0623220205306rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NWASuT9pq2zbehTQPKVdkVO38yR1F2ow { width:12.9375rem;height:3.5058625rem;top:20.571731567382rem;left:6.7485793828963rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Po2RQKnCsHtHwhxlU4TQnTbZZlAMFoQy { width:12.4369375rem;height:2.548825rem;top:18.058594167232rem;left:6.6859374046325rem;font-size:0.75rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bXAW76ZIoGQ6z2tkufbirKhuSrfvEQv4 { width:12.1875rem;height:1.79904375rem;top:33.826561927796rem;left:6.6890625953675rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HhfUTfJZDLBLSSdB2rMVvgBAoSdH4PtT { width:13.125rem;height:3.5058625rem;top:35.951561927796rem;left:6.8125rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TeVmZ7ZQJ9rNn01FeRHwsMbuT4hrUGIo { width:12rem;height:1.27386875rem;top:10.3125rem;left:6.8125rem;font-size:0.75rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AdK2Q8unBntkXA82xkaQ5tI62xssTct3 { width:13.125rem;height:3.5058625rem;top:12rem;left:6.8125rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UaimZ35QGktiSdGQ4L8rB3Ts9FZ1oaKA { width:10.499125rem;height:1.27386875rem;top:25.743963241577rem;left:6.749467253685rem;font-size:0.75rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JJMI31pulwzbTOlid7HFiRdAf3e942Ht { width:12.686625rem;height:3.5058625rem;top:27.319780349731rem;left:6.749467253685rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C7EIz5ecwpEuWsPFdBinbNQ9zI8g9Jp6 { width:10.875rem;height:1.27386875rem;top:42.0224609375rem;left:6.748046875rem;font-size:0.75rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XI26DOSLZnh08xICzIvK4X0CGPTo9s3z { width:12.6875rem;height:3.5058625rem;top:43.610938072204rem;left:6.7476563453675rem;font-size:0.6875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cac0498-29ba-470e-9509-12beb4b39bcd/BGcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,233,220,0.29); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,233,220,0.29); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54375rem;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) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:2.91796875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#257054;display:block; }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-text {padding-top: 0; padding-bottom: 0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-input-select {padding-top: 0; padding-bottom: 0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .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.5rem;line-height:1.2;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:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #003322);background-image: -moz-linear-gradient(180deg, #257054, #003322);background-image: -ms-linear-gradient(180deg, #257054, #003322);background-image: -o-linear-gradient(180deg, #257054, #003322);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );";background-image: linear-gradient(180deg, #257054, #003322);background-size:initial !important;color:#ffffff; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-container:first-of-type{padding-top:0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .widget-container:last-of-type{padding-bottom:0;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy  { width:17.5rem;height:auto;top:5.6597245941162rem;left:0rem;box-shadow: none; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy {display:block;}#nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy { width:17.5rem;height:auto;top:5.6597245941162rem;left:0rem;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #KQeEZtUuo1ZdkAMzCWV0pqhWEKPxmo7o {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #IWiZZsRiNQwwcPqPvQSaX9ZkIZtTCU6Q {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #eUN5BspO7hrootazJ6aXkB90pcp50Cb1 {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #TARMggd7Zx0SAWA1mLQP0Z7lE1haWmZO {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #mEyEkkXSX4A9lxCTFWGaCCyNafceaAlm {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #TEiSquu2iKfXWDzCLCftS1dDcTWJ65te {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #JTNwC6E7WF5HqkBXsQXw8NsudvK6d4Re {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #FCthNqlxaEx7IQCZ0EPWXrJEJNaQUdFK {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #wp4mix3BUNtO0pKZGpBV5THZaO2q7Wfx {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #cz4Atb0UfmKBLzNCuxiM6qaVrPnlKRnH {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #WcxM8H4hTC1TZgKq3d9XXAaqpg1QzO4P {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #Ha3HdNe3SqpfsiQl1DpQoWV8p3ZrxEBQ {  }
 }@media only screen and (max-width: 763px) { #vJDhp1etoPTsXoriDw8wmaalFXh8qdh8 { display:block; }
 }@media only screen and (max-width: 763px) { #Hzg0KuVAkflEiazKqbe0rR5DHnzQZnzv { display:block; }
 }@media only screen and (max-width: 763px) { #qOGNS5zHvHq9IzT3dquD56Tt3yo56J9f { display:block; }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #zzDtTaKFgibXPE1PwIr1QonCr05f0ymf {  }
 }@media only screen and (max-width: 763px) { #nZubXnuJ7trOBzKfZdTzrxVaLSSPsBcy #DJzWlueatfOwV7w06nwPmnNS1uxQ8kKQ {  }
 }@media only screen and (max-width: 763px) { #cbS4yuz7qNEFOTKgKXmZVIA2SOCAtaZe { width:16.1865rem;height:1.94921875rem;top:27.8466796875rem;left:1.9052734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { background-color: transparent; background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { width:20rem;height:11.375rem;top:5.3720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl0UCqhNqNATfr18JOcirywJ9fNMgFf4 { width:20rem;height:1.625rem;top:2.30859375rem;left:0rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#2c2c2c;display:block; }
 }@media only screen and (max-width: 763px) { #BvEcWVxsUotT35WUTnfFG8PBonk7bp3F { width:20rem;height:11.625rem;top:17.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcZz84A93NP1xwDiQkTmOIapVxUdJEMo { width:20rem;height:12.25rem;top:29.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEy1AqkURgBAkITnH9Rn9oBp3QKIA7zK { width:20rem;height:12rem;top:54.870660781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG4RLcJzawP3kKhooH3dAppTzTpiGrMo { width:20rem;height:12.5625rem;top:41.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.18575rem;height:1.625rem;top:1.9976100921631rem;left:0.90603309869769rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#2c2c2c;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { width:20rem;height:37.5rem;top:38.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { top:73.214199066162rem;left:0rem;width:20rem;height:12.5rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #KGNLZyAhFDm06VB10U3GGStqtwKRiMpn { width:17.874375rem;height:2.76171875rem;top:43.437515258789rem;left:1.0625rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lTF8H7oId3OtqFGgA4iQPSz2fmmTNoyB { width:5.12478125rem;height:2.761725rem;top:47.450102758789rem;left:7.4375rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DerxS7mxiXDtQXyqCATOpxvt27HLEE8V { width:4.375rem;height:2.761725rem;top:51.462690258789rem;left:7.8125rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #CgB84275qQX7rmIUJsrLlnJWVxrvFREP { width:15.75rem;height:1.9121125rem;top:5.5625rem;left:2.1875rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OfUwyURAsOX8HsZgLcGXPa6KLh6aloca { width:13.6870625rem;height:4.45963125rem;top:7.6875rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NOm0zRlrVWkwZlQCkRCznhfXESF1Dt17 { width:5rem;height:4.45963125rem;top:7.625rem;left:15rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DLJ5FZT5zwPaKqdMDdowgz5UUhyx11bH { width:15.749rem;height:1.9121125rem;top:14.0087890625rem;left:2.1240234375rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FyZIlQybtD4Ck5gRzhHVTl8AwSi5PcJp { width:15.1248125rem;height:2.9730875rem;top:15.9375rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #h4fvgt7MEawM4ECOulWZvgJNxrXs5zsS { width:3.62413125rem;height:2.9730875rem;top:15.9375rem;left:16.4375rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sotNCtX9lXa7TnXcuTy0PpemIpNHhdBD { width:13.249rem;height:1.9121125rem;top:20.7158203125rem;left:2.1875rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DDqcX7doFJ2GFrt63IZtw7OZOx0akCri { width:15.625rem;height:4.45963125rem;top:23.1875rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sd0qp5L1XA0JZhHWR7KLqz5N3sbxQ6MT { width:4.25rem;height:4.45963125rem;top:23.1865234375rem;left:15.75rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vOaz6v9KqdezNOGtxXOOpClF9Na60a9W { width:13.249rem;height:1.9121125rem;top:29.5087890625rem;left:2.1875rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MFGR0afGC9n5N1U9307a5lpg6Ou7WN8R { width:16.6865rem;height:4.45963125rem;top:32.162109375rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TE5cZGw5MN7ESnhcQRThW2K5oMOIK2Xk { width:3.5rem;height:4.45963125rem;top:32.1611328125rem;left:16.5rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #erpt88hiCvWmVmknNC5gT4bW89thCBR5 { width:9.375rem;height:1.9121125rem;top:38.43620300293rem;left:2.1875000596046rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JWXw7Rg15tTqFKpNaRp16Py5ZTLy7DaA { width:15.749rem;height:5.946175rem;top:40.84831237793rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #A5z0TpPgptfM0qBamTrQs4V3P2bVC7kZ { width:10.5615rem;height:1.9121125rem;top:48.571617126465rem;left:2.1875000596046rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NiQMMaq0wqyA3HGMU7Ld8Tg2TxpeghcE { width:17.5615rem;height:4.45963125rem;top:51.300567626953rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N5AKcDonQWHAohaT8pRsNZQb070brvEq { width:5rem;height:1.48730625rem;top:40.874351501465rem;left:15.000000298023rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #W4kfD0dnGu2SKB0lLSiRi4UFgvh84gBW { width:3.561525rem;height:2.9730875rem;top:51.300567626953rem;left:16.499566376209rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C3cApahPkq5M5XeThrGKpJxchJuiT0y1 { width:5rem;height:1.48730625rem;top:43.874565124512rem;left:15.000000298023rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #i6IleETkT0avBKC9dgB5ZBCRv6RVAuyQ { width:3.624025rem;height:7.43271875rem;top:60.124572753906rem;left:16.436633408069rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wk2LMXiHwFSvXAcSo81V1xZvRvpM3MTk { width:17.686625rem;height:5.946175rem;top:60.124572753906rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cnmqhQsyg6UsIlz8cE1mIpTLJTEmPoZt { width:13.624rem;height:1.9125rem;top:57.35546875rem;left:2.1875000596046rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Qzg0KpIlmouKmLgATCTEpyc8kzwtMzID { width:17.5615rem;height:1.4875rem;top:70.249351501462rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aePb7OKH19yPzg9gaFvf7gdd1gVDCMNb { width:3.561525rem;height:1.48654375rem;top:70.249351501462rem;left:16.436633408069rem;font-size:0.875rem;line-height:1.7;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HKpKt4s4f1Kq4Fp3rhEVLw68n3kOV4Rp { width:10.499rem;height:1.9125rem;top:67.624572753906rem;left:2.1875000596046rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Pb7ao70cOEe2D5W3wbNTrSubaFu98zeQ { width:18.9995625rem;height:3.125rem;top:87.151897430419rem;left:0.49913197755814rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #257054, #003322);background-image: -moz-linear-gradient(180deg, #257054, #003322);background-image: -ms-linear-gradient(180deg, #257054, #003322);background-image: -o-linear-gradient(180deg, #257054, #003322);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#257054', endColorstr='#003322' );";background-image: linear-gradient(180deg, #257054, #003322);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Blx42bxyOo7RwW5hgG8BRMyTUoKMTqHG { display:block; }
 }@media only screen and (max-width: 763px) { #IcHmrtQNodlbRpOwEEtnqHOoCkgEthzl { width:1.75rem;height:1.75rem;top:20.7158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziA4EL4LfktuWwVeQvpn93LEpb1ww0lD { width:1.75rem;height:1.75rem;top:29.5908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thecGrR5Zheg6L1BqheTkUQwnSpQawTy { width:1.75rem;height:1.75rem;top:48.65299987793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDsoaTl60F6uJHs2siQRk7DoAX3yxsNU { width:1.75rem;height:1.75rem;top:38.286460876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdh9eIVIMOaqPcSzszXiUPf1t5qVESe1 { width:1.75rem;height:1.75rem;top:5.5283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWlnKCFbz4Nwc7OxVJXb28RZQ34bI69I { width:1.75rem;height:1.75rem;top:13.83984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLzhkeJtqVAwWVNvqWXH6pbuBulTehVG { width:1.75rem;height:1.75rem;top:57.436851501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx57JeUeTxqOJOWKEsLootvBtgnnTzHe { width:1.75rem;height:1.75rem;top:67.624572753906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }