.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:249,243,230;--color-primary-1:232,218,205;--color-primary-2:224,196,131;--color-primary-3:162,123,62;--color-primary-4:45,39,26;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:221,225,228;--color-tertiary-1:142,156,164;--color-tertiary-2:29,56,73;--color-tertiary-3:15,28,37;--color-tertiary-4:4,8,11;--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:transparent;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); }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row .container { background-color: transparent; background-image: none; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row .container > .video-iframe-container { display: none; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row > .video-iframe-container { display: none; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .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); }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row .container { border-width: 0; border-radius: 0; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TFXBN6Mwb5D9dtSaCTRh7M6sLO4oR0TW { 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; }
#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA.adaptive-delivery-prevent-bg, #vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA.lazyload, #vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA.lazyloading { background-image: none; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row .container { background-color: transparent; background-image: none; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row .container > .video-iframe-container { display: none; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row > .video-iframe-container { display: none; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .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); }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row .container { border-width: 0; border-radius: 0; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#swg3lxNFNSdx1JtoimqmvhtIEk7aWzop { 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/59ba59f3-480f-41df-9afe-6509fa2c6b9a/1copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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(var(--color-secondary-4),0.35); }#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(var(--color-secondary-4),0.35); }#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:31.875rem;width:75rem;overflow:visible;position:relative;display:block; }#pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { box-sizing:content-box;height:3.4375rem;width:24.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(75,91,88,0.88);background-image:none;top:17.625rem;left:25.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-secondary-0),1);display:block;width:7.8125rem;position:absolute;font-family:marcellus;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.375rem;left:30.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUp5UykzVuL6J89EuzrUmJ48AppkieoA { color:#ffffff;display:block;width:6.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:34.625782012939rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { color:rgba(var(--color-secondary-0),1);display:block;width:6.1875rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.6875rem;left:38.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3c5b59, #002f37);background-image: -moz-linear-gradient(180deg, #3c5b59, #002f37);background-image: -ms-linear-gradient(180deg, #3c5b59, #002f37);background-image: -o-linear-gradient(180deg, #3c5b59, #002f37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );";background-image: linear-gradient(180deg, #3c5b59, #002f37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:20.37475rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.873400688171rem;left:27.311789512634rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtzUyTA4vv9sBCxq9yAsNp0ikpmRrSIG { position:absolute;display:block;z-index:15011;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:5.9375rem;width:21.5rem;top:5.1875rem;left:26.75rem;overflow:hidden;display:block; }
#hXO99Mi7phRDQFchCyg8aRJrdBbuMCJw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.5625rem;top:2.9971618652344rem;left:31.71875rem;overflow:hidden;display:none; }
#FhzwW7TZ0NIgahTI4OdofLVbGupimwUO { box-sizing:content-box;height:2.625rem;width:23.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),0);background-image:none;top:18rem;left:25.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#zeoNr54asSGbed0K0TTiRSCTiSx8ChA1 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:32rem;height:1.38139375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S8nEgbgZnvWvLg7DmN0zniJwRw8bTxQ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0617875rem;width:1.0617875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.25rem;left:31.6875rem; }
#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/276c533d-37fb-4f40-b377-82f6df14aabc/TheSpringLoft05.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; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { border-width: 0; border-radius: 0; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::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; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { font-size:0.875rem;font-family:arial;height:98.625rem;width:75rem;position:relative;display:block; }#eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { box-sizing:content-box;height:9.6875rem;width:32.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.310546875rem;left:40.377482187561rem;border-top:0.1875rem solid #4b5b58;border-left:0.1875rem solid #4b5b58;border-right:0.1875rem solid #4b5b58;border-bottom:0.1875rem solid #4b5b58;display:block; }
#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b25d4c23-fb9f-4cf7-aaef-ee9c3fd0ba40/11copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9331359863281rem;left:1.7154941558838rem;display:block; }#qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.adaptive-delivery-prevent-bg, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyload, #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9.lazyloading { background-image: none; }
#F8OMTaKACThT5xsE04KiTygUTq5wNy8e { color:#4b5b58;display:block;width:14.24925rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.9326171875rem;left:41.3740234375rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#T9Owf4sMcbeP9v6LcHucBV6A1rOgFvZD { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:24.123264789581rem;left:64.435766220094rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:28.1240234375rem;left:46.9990234375rem;height:1.3rem;display:block; }
#FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:27.7978515625rem;left:51.8798828125rem;height:1.95rem;font-style:normal;display:block; }
#UESPQak0Ii0zMZ8Qnv8iOFZNPrCX9btU { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:28.184814453125rem;left:58.497314453125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { box-sizing:content-box;height:43.3125rem;width:35.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.1875rem;left:39.375rem;display:none; }
#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { box-sizing:content-box;height:18.875rem;width:32.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf9e3dbd-9735-45df-b371-8014c15bda39/14.crop_1022x463_0,440.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.75rem;left:40.75rem;display:none; }#dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.adaptive-delivery-prevent-bg, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyload, #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5.lazyloading { background-image: none; }
#rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:marcellus;font-size:2.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:59.5625rem;left:50.9375rem;height:2.92358125rem;text-align:center;text-align-last:center;display:none; }
#DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:11.4375rem;top:82.625rem;left:41.875rem;overflow:hidden;display:none; }
#M1V55aWzBGoWsSU40f9944FTLIv0rBPG { color:rgba(var(--color-tertiary-2),1);display:block;width:1.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.9;letter-spacing:0;top:84.5rem;left:57.0625rem;height:8.5498rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:84.5rem;left:61rem;height:8.5498rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HTH3JCLau6zGdPDCi2hP1TKuTebt7e4l { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:24.12353515625rem;left:44.0625rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iXse2ObLfmVAk6s2LkVh512ZofN5wQWk { position:absolute;display:block;z-index:15082;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:1.3125rem;width:2rem;top:24.5615234375rem;left:41.3740234375rem;overflow:hidden;display:block; }
#A1taLIZsP7OBvkMOXuMagNZ58HQRVM36 { position:absolute;display:block;z-index:15083;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:1.375rem;width:1.8125rem;top:24.503038883209rem;left:52.565755844116rem;overflow:hidden;display:block; }
#qoRv0h2gf5JbPXckgvCeZaM0kDiS6kd7 { position:absolute;display:block;z-index:15085;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:1.375rem;width:1.25rem;top:24.623046875rem;left:63.8740234375rem;overflow:hidden;display:block; }
#nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/74aaee17-2081-423f-b653-048bdc1e331a/111copy.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:5.9359822273254rem;left:40.312501907349rem;display:block; }#nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa.adaptive-delivery-prevent-bg, #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa.lazyload, #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa.lazyloading { background-image: none; }
#vsmEPBlsKgRTDqm19oUas77HC2y4fg0v { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/da1a5125-81de-4606-830d-9f360cde2ec6/1111.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:5.9370675086975rem;left:57.123479843139rem;display:block; }#vsmEPBlsKgRTDqm19oUas77HC2y4fg0v.adaptive-delivery-prevent-bg, #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v.lazyload, #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v.lazyloading { background-image: none; }
#Vsllw4rCBTzgD1xKJmeJddQ1cTScJ0q3 { box-sizing:content-box;height:3.125rem;width:33rem;position:absolute;display:block;z-index:15000;background-color:#4b5b58;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.158203125rem;left:40.376520156861rem;display:block; }
#LhiEWGKh5TaIaQRfe4EfMWZei6TcLPek { color:rgba(var(--color-tertiary-2),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:24.154052734375rem;left:55.30859375rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Biz2v7k6WVDo2exGaBxErmhyCn9oxBMK { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/2510d37c-951d-44a0-bfd6-493c9b52b528/2222.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35.931640625rem;left:35.525390625rem;display:block; }#Biz2v7k6WVDo2exGaBxErmhyCn9oxBMK.adaptive-delivery-prevent-bg, #Biz2v7k6WVDo2exGaBxErmhyCn9oxBMK.lazyload, #Biz2v7k6WVDo2exGaBxErmhyCn9oxBMK.lazyloading { background-image: none; }
#L4dZOr1ALn59LKrI7dq6ypRLCduz7Fkq { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f2c265b4-a2ca-4927-9a3d-1281030cd02f/222copy.jpg");background-position:top 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:35.935546875rem;left:1.5625rem;display:block; }#L4dZOr1ALn59LKrI7dq6ypRLCduz7Fkq.adaptive-delivery-prevent-bg, #L4dZOr1ALn59LKrI7dq6ypRLCduz7Fkq.lazyload, #L4dZOr1ALn59LKrI7dq6ypRLCduz7Fkq.lazyloading { background-image: none; }
#QCBApuotsVbKOsP6BnnOTizPfz8DMmcl { box-sizing:content-box;height:9.6875rem;width:32.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:50.30859375rem;left:1.625rem;border-top:0.1875rem solid #4b5b58;border-left:0.1875rem solid #4b5b58;border-right:0.1875rem solid #4b5b58;border-bottom:0.1875rem solid #4b5b58;display:block; }
#zSvLkchSVCVFk48rzrx1a7zExO8hGDq7 { color:#4b5b58;display:block;width:20rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:50.931640625rem;left:2.623046875rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#yN5vf1QvxuGkwzXzzxz8rTCx6kzikX6y { color:rgba(var(--color-tertiary-2),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.9;letter-spacing:0;top:54.122314453125rem;left:5.3125rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#whqisQX1VqzGTdPMnPKeEl9SnoMnOlT9 { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/03e563c6-5c7d-458d-a437-408b1f3361f3/222222.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:35.935546875rem;left:18.373046875rem;display:block; }#whqisQX1VqzGTdPMnPKeEl9SnoMnOlT9.adaptive-delivery-prevent-bg, #whqisQX1VqzGTdPMnPKeEl9SnoMnOlT9.lazyload, #whqisQX1VqzGTdPMnPKeEl9SnoMnOlT9.lazyloading { background-image: none; }
#PRosb4UxrwKhSC3GZEOODg1RC6Cn0zfd { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.9;letter-spacing:0;top:54.154052734375rem;left:16.30859375rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMDUr5Ew1LzQdVEJOU510UL9aJDUNgwS { position:absolute;display:block;z-index:15099;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:1.3125rem;width:2rem;top:54.560546875rem;left:2.623046875rem;overflow:hidden;display:block; }
#U8TBazODkJHixH4olPIq32dpJXzA0Wu7 { position:absolute;display:block;z-index:15100;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:1.375rem;width:1.8125rem;top:54.501953125rem;left:13.814453125rem;overflow:hidden;display:block; }
#xTAZxiRDyXAchwI1qZ12NkLqVr0iPZzg { box-sizing:content-box;height:3.125rem;width:33rem;position:absolute;display:block;z-index:15017;background-color:#4b5b58;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.158203125rem;left:1.625rem;display:block; }
#LwfUDovgdKm54FSx5NTiCTdU9tkP1d2n { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:58.123046875rem;left:8.248046875rem;height:1.3rem;display:block; }
#zhczNzLyXToAbz2G1fD7Uv1XMtxWBNH9 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:57.796875rem;left:13.12890625rem;height:1.94921875rem;font-style:normal;display:block; }
#T5TZTneoW8UPrwe2X3rJJ4vI0H5mLfM0 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:58.18359375rem;left:19.74609375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#SJP2uNaOpH0eTwfstaRUpoLZkA1Uh0bN { position:absolute;display:block;z-index:15102;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:1.375rem;width:1.25rem;top:54.62109375rem;left:25.123046875rem;overflow:hidden;display:block; }
#JZiwbnybRU11Tzsr61cNWWA4GsT77SZz { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.9;letter-spacing:0;top:54.123046875rem;left:25.685546875rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFZ1sL7gr1suhxd10dmh3R7Mbrxmp9fM { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/a495c91b-dc47-40dc-b255-7680791bfd5c/TheSpringLoft02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:67.1826171875rem;left:1.715087890625rem;display:block; }#TFZ1sL7gr1suhxd10dmh3R7Mbrxmp9fM.adaptive-delivery-prevent-bg, #TFZ1sL7gr1suhxd10dmh3R7Mbrxmp9fM.lazyload, #TFZ1sL7gr1suhxd10dmh3R7Mbrxmp9fM.lazyloading { background-image: none; }
#e18RlZoiAWFTq74uIhbXMqqsulZlQblo { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ca2407ca-d437-4b27-9840-9c045cbdc520/TheSpringLoft03.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:67.18505859375rem;left:40.3125rem;display:block; }#e18RlZoiAWFTq74uIhbXMqqsulZlQblo.adaptive-delivery-prevent-bg, #e18RlZoiAWFTq74uIhbXMqqsulZlQblo.lazyload, #e18RlZoiAWFTq74uIhbXMqqsulZlQblo.lazyloading { background-image: none; }
#EWKqVSv0ISglmBTy6TQxC7utBc2kTIQN { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/660bb16f-270a-4b51-bae3-4b7f1d7e3f9d/TheSpringLoft04.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:67.186279296875rem;left:57.122802734375rem;display:block; }#EWKqVSv0ISglmBTy6TQxC7utBc2kTIQN.adaptive-delivery-prevent-bg, #EWKqVSv0ISglmBTy6TQxC7utBc2kTIQN.lazyload, #EWKqVSv0ISglmBTy6TQxC7utBc2kTIQN.lazyloading { background-image: none; }
#klw6NpFXWyCuxNKZZgUVoxTeX0P6liFW { box-sizing:content-box;height:9.6875rem;width:32.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:81.56005859375rem;left:40.377197265625rem;border-top:0.1875rem solid #4b5b58;border-left:0.1875rem solid #4b5b58;border-right:0.1875rem solid #4b5b58;border-bottom:0.1875rem solid #4b5b58;display:block; }
#iTlHcLuexIZzkD0ovgdNM7ryoTomncKh { color:#4b5b58;display:block;width:14.24925rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:82.1826171875rem;left:41.373291015625rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#MadwypWEQrcOlkiv9LlbXVgL0PQiWzBu { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.9;letter-spacing:0;top:85.434814453125rem;left:65.059814453125rem;height:2.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEn3WUdSXxOvtCzSsFalERBTScgUuzU4 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.9;letter-spacing:0;top:85.37353515625rem;left:44.0625rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mir5b8Qk9dEI4b9VZhgeSZI8cCRKtxbI { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.9;letter-spacing:0;top:85.404052734375rem;left:55.05859375rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KVlqMtCTxLeXTn3UsTiNhXFampG7Nvbu { position:absolute;display:block;z-index:15099;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:1.3125rem;width:2rem;top:85.810546875rem;left:41.373291015625rem;overflow:hidden;display:block; }
#R6WxR0vGxqHfZlDKVTsGCTmFIoVnJWoz { position:absolute;display:block;z-index:15100;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:1.375rem;width:1.8125rem;top:85.751953125rem;left:52.564697265625rem;overflow:hidden;display:block; }
#OPmn6GmOyyIc5DAPPx9xSLw8lRyunl9h { position:absolute;display:block;z-index:15102;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:1.375rem;width:1.25rem;top:85.872802734375rem;left:63.873291015625rem;overflow:hidden;display:block; }
#g1eqkB8amMqa8cV1FR1D6CuqgBoqenmw { box-sizing:content-box;height:3.125rem;width:33rem;position:absolute;display:block;z-index:15017;background-color:#4b5b58;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.408203125rem;left:40.3759765625rem;display:block; }
#vmfQTIkIw9FFcsXLnr12kSXZ9U1Xc32Q { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:89.0478515625rem;left:51.8798828125rem;height:1.95rem;font-style:normal;display:block; }
#gds26xC67lugmT21TKkLG6WSLQBvufJx { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:89.373779296875rem;left:46.998291015625rem;height:1.3rem;display:block; }
#IdbwbwKtQkWwLv365En2zSpCT3PVigb6 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:89.434814453125rem;left:58.497314453125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#WLzSWyRW3HXrGI008b6NsdRGpcNRTeih { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b25d4c23-fb9f-4cf7-aaef-ee9c3fd0ba40/11copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9331359863281rem;left:1.7154941558838rem;display:none; }#WLzSWyRW3HXrGI008b6NsdRGpcNRTeih.adaptive-delivery-prevent-bg, #WLzSWyRW3HXrGI008b6NsdRGpcNRTeih.lazyload, #WLzSWyRW3HXrGI008b6NsdRGpcNRTeih.lazyloading { background-image: none; }
#SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/74aaee17-2081-423f-b653-048bdc1e331a/111copy.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:5.9359822273254rem;left:40.312501907349rem;display:none; }#SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB.adaptive-delivery-prevent-bg, #SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB.lazyload, #SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB.lazyloading { background-image: none; }
#rwosTgP2U4vQd3lvf4JVOLGlTV348N9X { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/da1a5125-81de-4606-830d-9f360cde2ec6/1111.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:5.9370675086975rem;left:57.123479843139rem;display:none; }#rwosTgP2U4vQd3lvf4JVOLGlTV348N9X.adaptive-delivery-prevent-bg, #rwosTgP2U4vQd3lvf4JVOLGlTV348N9X.lazyload, #rwosTgP2U4vQd3lvf4JVOLGlTV348N9X.lazyloading { background-image: none; }
#bBA59yhkiNuRoU36FBKwIiVTfX4TG60R { color:#4b5b58;display:block;width:14.24925rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.9326171875rem;left:41.3740234375rem;height:2.9243625rem;text-align:left;text-align-last:left;display:none; }
#VJHvqqa6pfWI6A8AgMh1PCpkRdVcW0pb { box-sizing:content-box;height:9.6875rem;width:32.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:50.30859375rem;left:1.625rem;border-top:0.1875rem solid #4b5b58;border-left:0.1875rem solid #4b5b58;border-right:0.1875rem solid #4b5b58;border-bottom:0.1875rem solid #4b5b58;display:none; }
#OGDbIrVGnwxGsXVDqhw5fNNBvNn69xnD { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:24.12353515625rem;left:44.0625rem;height:2.13745rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EDTXW6tAP0TGc7ZofPxMr3DOZqgdoLhg { position:absolute;display:block;z-index:15082;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:1.3125rem;width:2rem;top:24.5615234375rem;left:41.3740234375rem;overflow:hidden;display:none; }
#Kpt1oQ3H6hQSRmKSWuGayqt3tKwq3v7B { position:absolute;display:block;z-index:15083;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:1.375rem;width:1.8125rem;top:24.503038883209rem;left:52.565755844116rem;overflow:hidden;display:none; }
#NCweLWJZOfxmuGFdLuRccJ5zIS33Bf5C { color:rgba(var(--color-tertiary-2),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:24.154052734375rem;left:55.30859375rem;height:2.13745rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KbrKwEhEfgVBxH9ORnfG5xU2uMhFfZPX { box-sizing:content-box;height:3.125rem;width:33rem;position:absolute;display:block;z-index:15000;background-color:#4b5b58;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.158203125rem;left:40.376520156861rem;display:none; }
#I55OfToWCtXtK9fAl4qcZaxfZtBS2AOM { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:28.1240234375rem;left:46.9990234375rem;height:1.298825rem;display:none; }
#bOV4TUSBVWRssHZTwM6J9DKVTIVaTFyS { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:27.7978515625rem;left:51.8798828125rem;height:1.9504625rem;font-style:normal;display:none; }
#ESRvpkf4HrDJm436XQa0neduDwLg6lGC { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:28.184814453125rem;left:58.497314453125rem;height:1.298825rem;text-align:right;text-align-last:right;display:none; }
#Gazdv0HyTTGhen7DZ7yJQdvKR894hnvb { position:absolute;display:block;z-index:15085;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:1.375rem;width:1.25rem;top:24.623046875rem;left:63.8740234375rem;overflow:hidden;display:none; }
#DtCT7FKIdIsNfDNqv6iRz0GLG2M0QChb { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:24.123264789581rem;left:64.435766220094rem;height:2.13745rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NUKzwBngrtKKhxChVhTElTIOdux9tr5x { box-sizing:content-box;height:24.25rem;width:37.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b25d4c23-fb9f-4cf7-aaef-ee9c3fd0ba40/11copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9331359863281rem;left:1.7154941558838rem;display:none; }#NUKzwBngrtKKhxChVhTElTIOdux9tr5x.adaptive-delivery-prevent-bg, #NUKzwBngrtKKhxChVhTElTIOdux9tr5x.lazyload, #NUKzwBngrtKKhxChVhTElTIOdux9tr5x.lazyloading { background-image: none; }
#KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/74aaee17-2081-423f-b653-048bdc1e331a/111copy.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:5.9359822273254rem;left:40.312501907349rem;display:none; }#KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK.adaptive-delivery-prevent-bg, #KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK.lazyload, #KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK.lazyloading { background-image: none; }
#oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i { box-sizing:content-box;height:13.4375rem;width:16.3125rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/da1a5125-81de-4606-830d-9f360cde2ec6/1111.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:5.9370675086975rem;left:57.123479843139rem;display:none; }#oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i.adaptive-delivery-prevent-bg, #oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i.lazyload, #oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i.lazyloading { background-image: none; }
#k3zXZB0owx8E1TLFx3gHM3X5WiqtbC9N { color:#4b5b58;display:block;width:14.24925rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.9326171875rem;left:41.3740234375rem;height:2.9243625rem;text-align:left;text-align-last:left;display:none; }
#DiOXJAyGX8nVv0ETQhvQtLIAnus9D5FQ { box-sizing:content-box;height:9.6875rem;width:32.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:50.30859375rem;left:1.625rem;border-top:0.1875rem solid #4b5b58;border-left:0.1875rem solid #4b5b58;border-right:0.1875rem solid #4b5b58;border-bottom:0.1875rem solid #4b5b58;display:none; }
#a9ZWha5auTnNbMWnfSOrJKy4WxWZ91cp { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:24.12353515625rem;left:44.0625rem;height:2.13745rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#o2nwSQppSRKIf8BIHzKqdJtW8HNavarr { position:absolute;display:block;z-index:15082;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:1.3125rem;width:2rem;top:24.5615234375rem;left:41.3740234375rem;overflow:hidden;display:none; }
#AXDhRI7WVteV04dTtXyrL5n38ToxiNQN { position:absolute;display:block;z-index:15083;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:1.375rem;width:1.8125rem;top:24.503038883209rem;left:52.565755844116rem;overflow:hidden;display:none; }
#LVltpZqM8UcUcEDBobcVGk5TCL3ifp3J { color:rgba(var(--color-tertiary-2),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:24.154052734375rem;left:55.30859375rem;height:2.13745rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KR2UJyMQXqKg0r046D9vzwers6gZ42UA { position:absolute;display:block;z-index:15085;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:1.375rem;width:1.25rem;top:24.623046875rem;left:63.8740234375rem;overflow:hidden;display:none; }
#Ix0U3QdP6cNy1FdGn6W1k37kG3m8W4D0 { box-sizing:content-box;height:3.125rem;width:33rem;position:absolute;display:block;z-index:15000;background-color:#4b5b58;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.158203125rem;left:40.376520156861rem;display:none; }
#RmNVsx5v4Bh7dX5wHHx5BgnLZ4FTttuh { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:27.7978515625rem;left:51.8798828125rem;height:1.9504625rem;font-style:normal;display:none; }
#MTxZxRJd1i6FIizabLz6ffdrQhWGqO0w { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.9;letter-spacing:0;top:24.123264789581rem;left:64.435766220094rem;height:2.13745rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UU28NhwANOsOtcOb9tsvzSTGH1Nc8AT2 { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:28.1240234375rem;left:46.9990234375rem;height:1.298825rem;display:none; }
#cfGBREVZCezqlSkIzqFWv7LSvv1AQ6xv { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:28.184814453125rem;left:58.497314453125rem;height:1.298825rem;text-align:right;text-align-last:right;display:none; }
#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b5b58;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { border-width: 0; border-radius: 0; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { color:#c09653;display:block;width:5.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:7.1875rem;left:60.0625rem;height:1.29980625rem;display:none; }
#gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:6.875rem;left:64.875rem;height:1.94921875rem;font-style:normal;display:none; }
#LHBWAImbLI3qICNLE7WWnopyky0m6RKs { color:rgba(var(--color-tertiary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:8.8125rem;left:66rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#ac9W5Gq9Rku6yTQJykF9zOMTsTNtQEV6 { color:#ffffff;display:block;width:60.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:11.125rem;left:7.0625rem;height:11.89453125rem;text-align:center;text-align-last:center;display:block; }
#qEWmd4F8slXmSEassxQusxSZ72ZiSUvI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:21.499rem;top:3.1875rem;left:26.75rem;overflow:hidden;display:block; }
#kEDc7mwgvGdTQAl0Up73TIC1x7DoEIOI { box-sizing:content-box;height:13.562rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/32c20340-eef1-4ef7-9a51-b24a4cbc645c/THESPRING105scaled.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:25.0625rem;left:5.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#kEDc7mwgvGdTQAl0Up73TIC1x7DoEIOI.adaptive-delivery-prevent-bg, #kEDc7mwgvGdTQAl0Up73TIC1x7DoEIOI.lazyload, #kEDc7mwgvGdTQAl0Up73TIC1x7DoEIOI.lazyloading { background-image: none; }
#L4AI75DkGf7vE6hwpUoLQpqT86d1mlIQ { box-sizing:content-box;height:13.562rem;width:20.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e8d6096f-b354-4f6f-84ed-bd2bb52f0936/DSC_7001HDRPano1scaledcopy.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:25.0625rem;left:27.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#L4AI75DkGf7vE6hwpUoLQpqT86d1mlIQ.adaptive-delivery-prevent-bg, #L4AI75DkGf7vE6hwpUoLQpqT86d1mlIQ.lazyload, #L4AI75DkGf7vE6hwpUoLQpqT86d1mlIQ.lazyloading { background-image: none; }
#TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7 { box-sizing:content-box;height:13.5608125rem;width:20.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4d355812-08c8-4458-82e0-588c1bad9ee0/DSC_6187Edit1scaledcopy.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:25.0625rem;left:49.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7.adaptive-delivery-prevent-bg, #TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7.lazyload, #TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7.lazyloading { background-image: none; }
#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row .container { background-color: transparent; background-image: none; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row .container > .video-iframe-container { display: none; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row > .video-iframe-container { display: none; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .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); }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row .container { border-width: 0; border-radius: 0; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#F9dWas7gIeOoOuezGAF4bGvaCt3kcrz4 { box-sizing:content-box;height:13.562rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/32c20340-eef1-4ef7-9a51-b24a4cbc645c/THESPRING105scaled.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:25.0625rem;left:5.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#F9dWas7gIeOoOuezGAF4bGvaCt3kcrz4.adaptive-delivery-prevent-bg, #F9dWas7gIeOoOuezGAF4bGvaCt3kcrz4.lazyload, #F9dWas7gIeOoOuezGAF4bGvaCt3kcrz4.lazyloading { background-image: none; }
#VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq { box-sizing:content-box;height:13.5608125rem;width:20.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4d355812-08c8-4458-82e0-588c1bad9ee0/DSC_6187Edit1scaledcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:49.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq.adaptive-delivery-prevent-bg, #VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq.lazyload, #VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq.lazyloading { background-image: none; }
#FZWJ5Xseg7asZUSJR3c5RysqeJEuKGc4 { box-sizing:content-box;height:13.562rem;width:20.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e8d6096f-b354-4f6f-84ed-bd2bb52f0936/DSC_7001HDRPano1scaledcopy.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:25.0625rem;left:27.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }#FZWJ5Xseg7asZUSJR3c5RysqeJEuKGc4.adaptive-delivery-prevent-bg, #FZWJ5Xseg7asZUSJR3c5RysqeJEuKGc4.lazyload, #FZWJ5Xseg7asZUSJR3c5RysqeJEuKGc4.lazyloading { background-image: none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a8f2bd77-2a43-49c5-a40c-fc9981dfff52/DSC_61151scaled.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; }#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.52); }#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.52); }#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::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; }#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:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-secondary-0),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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:#000000;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3c5b59, #002f37);background-image: -moz-linear-gradient(180deg, #3c5b59, #002f37);background-image: -ms-linear-gradient(180deg, #3c5b59, #002f37);background-image: -o-linear-gradient(180deg, #3c5b59, #002f37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );";background-image: linear-gradient(180deg, #3c5b59, #002f37);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:poppins;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { 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:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.9375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { 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:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5625rem;left:47.9375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { position:relative;display:block; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-secondary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:51.25rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-secondary-0),1);display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#d9d8c1;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:5.12451171875rem;height:6rem;font-style:normal;display:block; }
#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/276c533d-37fb-4f40-b377-82f6df14aabc/TheSpringLoft05.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; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.adaptive-delivery-prevent-bg, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyload, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyloading { background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { border-width: 0; border-radius: 0; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::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; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { color:#4b5b58;display:block;width:31.499rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:21.749267578125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz { box-sizing:content-box;height:16.0625rem;width:24.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5bfed7b1-3683-4585-b121-e2d5110d3c14/THESPRING76scaled.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:12.111546039581rem;left:0rem;display:block; }#FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz.adaptive-delivery-prevent-bg, #FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz.lazyload, #FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz.lazyloading { background-image: none; }
#DR3T9ulcUarbI8bGs9bE8may2lhngnAv { box-sizing:content-box;height:16.0625rem;width:24.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0f3920f-8b5e-40c0-8f19-dfa64faa8a0b/DSC_6031scaledcopy.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:12.10986328125rem;left:25.2802734375rem;display:block; }#DR3T9ulcUarbI8bGs9bE8may2lhngnAv.adaptive-delivery-prevent-bg, #DR3T9ulcUarbI8bGs9bE8may2lhngnAv.lazyload, #DR3T9ulcUarbI8bGs9bE8may2lhngnAv.lazyloading { background-image: none; }
#z8mMTassy4rQgGtqnGKcGBiPVl1sEVOp { box-sizing:content-box;height:16.062rem;width:24.4365rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f47a2e1a-048b-4f43-8b51-ad35e56fc5ee/DSC_6252HDRscaledcopy.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:12.1083984375rem;left:50.5634765625rem;display:block; }#z8mMTassy4rQgGtqnGKcGBiPVl1sEVOp.adaptive-delivery-prevent-bg, #z8mMTassy4rQgGtqnGKcGBiPVl1sEVOp.lazyload, #z8mMTassy4rQgGtqnGKcGBiPVl1sEVOp.lazyloading { background-image: none; }
#BmFM6RWgsioHfMhupNEdm8EXdqIdsTdc { box-sizing:content-box;height:16.0625rem;width:24.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8c93f999-39d4-4525-9fea-e60faeb6d823/DSC_6355Pano1scaledcopy.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:34.375rem;left:37.9375rem;display:block; }#BmFM6RWgsioHfMhupNEdm8EXdqIdsTdc.adaptive-delivery-prevent-bg, #BmFM6RWgsioHfMhupNEdm8EXdqIdsTdc.lazyload, #BmFM6RWgsioHfMhupNEdm8EXdqIdsTdc.lazyloading { background-image: none; }
#d0f0fNXuAnqc02SsmeZXN0xAbpwnxhz7 { box-sizing:content-box;height:16.0625rem;width:24.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5b6c4460-68d4-4c60-8c2f-e3d34593ebaf/THESPRINGLOFT91scaledcopy.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:34.375rem;left:12.6875rem;display:block; }#d0f0fNXuAnqc02SsmeZXN0xAbpwnxhz7.adaptive-delivery-prevent-bg, #d0f0fNXuAnqc02SsmeZXN0xAbpwnxhz7.lazyload, #d0f0fNXuAnqc02SsmeZXN0xAbpwnxhz7.lazyloading { background-image: none; }
#ve2KOnuQC2ulwfyyXBXl1ZUV5p7b54xQ { color:#4b5b58;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.037551879882rem;left:0rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pvv6LGrvB8RkOypzqXHWWJOSh0XDTGU7 { color:#4b5b58;display:block;width:24.2491875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.037551879882rem;left:25.374347686767rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v11E28FTLsTKV4QW5ZaTtN5qbxauzymU { color:#4b5b58;display:block;width:24.2491875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:29.037551879882rem;left:50.750869750976rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwJkreG70CmOCAHv515JOoXu32RTqRSv { color:#4b5b58;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:51.125rem;left:12.6875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VlNwJE3BeoJaRAmwrkkzeET33McJgRzB { color:#4b5b58;display:block;width:24.2491875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:51.125rem;left:38.0625rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container { background-color: transparent; background-image: none; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container > .video-iframe-container { display: none; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row > .video-iframe-container { display: block; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .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); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container { border-width: 0; border-radius: 0; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#me3Fh6ASbJRfXwA4t25wZvtkiplWKHGw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9d8c1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { 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; }
#swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { position:absolute;display:block;z-index:15081;height:31.25rem;width:75rem;top:23.197021484375rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.2483125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.998779296875rem;left:29.373779296875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dL3NWGoOAJ1Q1Ktlxiw4eirOymhKL3uf { color:#1b3544;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:2.3;letter-spacing:0;top:10.875rem;left:41.5rem;height:10.78125rem;text-align:left;text-align-last:left;display:block; }
#QOHJrqbKwmhH5BZmDJnWmft4V70sSAZQ { color:#1b3544;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:2.3;letter-spacing:0;top:10.875rem;left:60.3125rem;height:10.78125rem;text-align:left;text-align-last:left;display:block; }
#e23KRlgF0eHmvSMhN6RaC24DZasEDBzw { color:#1b3544;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:2.3;letter-spacing:0;top:10.875rem;left:11.5rem;height:10.78125rem;text-align:left;text-align-last:left;display:block; }
#mdZI5lymZRF7bH0T5Ge1FiWB7ZLL35ky { color:#1b3544;display:block;width:5.1245125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:2.3;letter-spacing:0;top:10.8125rem;left:28.8125rem;height:10.78125rem;text-align:left;text-align-last:left;display:block; }
#F3weH8KDNfADRNp1I783gEmZ5GMrTlyo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3c5b59, #002f37);background-image: -moz-linear-gradient(180deg, #3c5b59, #002f37);background-image: -ms-linear-gradient(180deg, #3c5b59, #002f37);background-image: -o-linear-gradient(180deg, #3c5b59, #002f37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );";background-image: linear-gradient(180deg, #3c5b59, #002f37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:20.374625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:56.637071609497rem;left:27.310901641846rem;display:block; }
#sZHVnl29LXPNQHSrUrxmiQktJzfR0EdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;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.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD { display:block; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFXBN6Mwb5D9dtSaCTRh7M6sLO4oR0TW { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA { display:block; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swg3lxNFNSdx1JtoimqmvhtIEk7aWzop { 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) { #pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { top:17.625rem;left:11.75rem;width:24.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:18.375rem;left:17rem;width:7.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { top:15.875rem;left:21.000782012939rem;width:6.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { top:18.6875rem;left:24.5rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.3125rem;height:3.125rem;top:23.8125rem;left:13.686789512634rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #dtzUyTA4vv9sBCxq9yAsNp0ikpmRrSIG { top:5.1875rem;left:13.125rem;width:21.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXO99Mi7phRDQFchCyg8aRJrdBbuMCJw { top:2.9375rem;left:18.09375rem;width:11.5625rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhzwW7TZ0NIgahTI4OdofLVbGupimwUO { top:18rem;left:12.1875rem;width:23.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeoNr54asSGbed0K0TTiRSCTiSx8ChA1 { top:12.25rem;left:18.375rem;width:11.5625rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8nEgbgZnvWvLg7DmN0zniJwRw8bTxQ9 { top:12.25rem;left:18.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { top:20.25rem;left:14.625rem;width:32.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { top:5.875rem;left:0rem;width:37.9375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { top:20.875rem;left:27.748701095581rem;width:14.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Owf4sMcbeP9v6LcHucBV6A1rOgFvZD { top:24.0625rem;left:38.8125rem;width:7.5625rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { top:28.0625rem;left:33.3740234375rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { top:27.75rem;left:38.2548828125rem;width:8.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UESPQak0Ii0zMZ8Qnv8iOFZNPrCX9btU { top:28.125rem;left:40.6875rem;width:6.5625rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { top:58.1875rem;left:12.125rem;width:35.625rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { top:63.75rem;left:14.8125rem;width:32.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { top:59.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { top:82.625rem;left:28.25rem;width:11.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { top:84.5rem;left:43.4375rem;width:1.875rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { top:84.5rem;left:35rem;width:12.75rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3JCLau6zGdPDCi2hP1TKuTebt7e4l { top:24.0625rem;left:30.4375rem;width:6.25rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXse2ObLfmVAk6s2LkVh512ZofN5wQWk { top:24.5rem;left:27.7490234375rem;width:2rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1taLIZsP7OBvkMOXuMagNZ58HQRVM36 { top:24.5rem;left:38.940755844116rem;width:1.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoRv0h2gf5JbPXckgvCeZaM0kDiS6kd7 { top:24.5625rem;left:46.5rem;width:1.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa { top:5.875rem;left:26.687501907349rem;width:16.3125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v { top:5.875rem;left:31.4375rem;width:16.3125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsllw4rCBTzgD1xKJmeJddQ1cTScJ0q3 { top:27.125rem;left:14.75rem;width:33rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhiEWGKh5TaIaQRfe4EfMWZei6TcLPek { top:24.125rem;left:41rem;width:6.75rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Biz2v7k6WVDo2exGaBxErmhyCn9oxBMK { top:35.875rem;left:9.8125rem;width:37.9375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4dZOr1ALn59LKrI7dq6ypRLCduz7Fkq { top:35.875rem;left:0rem;width:16.3125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCBApuotsVbKOsP6BnnOTizPfz8DMmcl { top:50.25rem;left:0rem;width:32.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSvLkchSVCVFk48rzrx1a7zExO8hGDq7 { top:50.875rem;left:0rem;width:20rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN5vf1QvxuGkwzXzzxz8rTCx6kzikX6y { top:54.0625rem;left:0rem;width:6.9375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whqisQX1VqzGTdPMnPKeEl9SnoMnOlT9 { top:35.875rem;left:4.748046875rem;width:16.3125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRosb4UxrwKhSC3GZEOODg1RC6Cn0zfd { top:54.125rem;left:2.68359375rem;width:6.75rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDUr5Ew1LzQdVEJOU510UL9aJDUNgwS { top:54.5rem;left:0rem;width:2rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8TBazODkJHixH4olPIq32dpJXzA0Wu7 { top:54.5rem;left:0.189453125rem;width:1.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTAZxiRDyXAchwI1qZ12NkLqVr0iPZzg { top:57.125rem;left:0rem;width:33rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfUDovgdKm54FSx5NTiCTdU9tkP1d2n { top:58.0625rem;left:0rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhczNzLyXToAbz2G1fD7Uv1XMtxWBNH9 { top:57.75rem;left:0rem;width:8.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5TZTneoW8UPrwe2X3rJJ4vI0H5mLfM0 { top:58.125rem;left:6.12109375rem;width:7.125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJP2uNaOpH0eTwfstaRUpoLZkA1Uh0bN { top:54.5625rem;left:11.498046875rem;width:1.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiwbnybRU11Tzsr61cNWWA4GsT77SZz { top:54.0625rem;left:12.060546875rem;width:9rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZ1sL7gr1suhxd10dmh3R7Mbrxmp9fM { top:67.125rem;left:0rem;width:37.875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18RlZoiAWFTq74uIhbXMqqsulZlQblo { top:67.125rem;left:26.6875rem;width:16.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKqVSv0ISglmBTy6TQxC7utBc2kTIQN { top:67.125rem;left:31.5rem;width:16.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klw6NpFXWyCuxNKZZgUVoxTeX0P6liFW { top:81.5rem;left:14.6875rem;width:32.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlHcLuexIZzkD0ovgdNM7ryoTomncKh { top:82.125rem;left:27.748291015625rem;width:14.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MadwypWEQrcOlkiv9LlbXVgL0PQiWzBu { top:85.375rem;left:40.25rem;width:7.5rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEn3WUdSXxOvtCzSsFalERBTScgUuzU4 { top:85.3125rem;left:30.4375rem;width:7.8125rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mir5b8Qk9dEI4b9VZhgeSZI8cCRKtxbI { top:85.375rem;left:40.3125rem;width:7.4375rem;height:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVlqMtCTxLeXTn3UsTiNhXFampG7Nvbu { top:85.75rem;left:27.748291015625rem;width:1.9375rem;height:1.271558184495rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6WxR0vGxqHfZlDKVTsGCTmFIoVnJWoz { top:85.75rem;left:38.939697265625rem;width:1.75rem;height:1.3278297980983rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPmn6GmOyyIc5DAPPx9xSLw8lRyunl9h { top:85.8125rem;left:46.5rem;width:1.25rem;height:1.3745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1eqkB8amMqa8cV1FR1D6CuqgBoqenmw { top:88.375rem;left:14.8125rem;width:32.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmfQTIkIw9FFcsXLnr12kSXZ9U1Xc32Q { top:89rem;left:38.2548828125rem;width:8.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gds26xC67lugmT21TKkLG6WSLQBvufJx { top:89.3125rem;left:33.373291015625rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdbwbwKtQkWwLv365En2zSpCT3PVigb6 { top:89.375rem;left:40.6875rem;width:7.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLzSWyRW3HXrGI008b6NsdRGpcNRTeih { top:5.875rem;left:0rem;width:37.9375rem;height:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB { top:5.875rem;left:26.687501907349rem;width:16.3125rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwosTgP2U4vQd3lvf4JVOLGlTV348N9X { top:5.875rem;left:31.4375rem;width:16.3125rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBA59yhkiNuRoU36FBKwIiVTfX4TG60R { top:52.0625rem;left:0rem;width:6.6875rem;height:3.0625rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJHvqqa6pfWI6A8AgMh1PCpkRdVcW0pb { top:50.25rem;left:0rem;width:32.75rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGDbIrVGnwxGsXVDqhw5fNNBvNn69xnD { top:24.0625rem;left:30.4375rem;width:6.25rem;height:2.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDTXW6tAP0TGc7ZofPxMr3DOZqgdoLhg { top:24.5rem;left:27.7490234375rem;width:2rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kpt1oQ3H6hQSRmKSWuGayqt3tKwq3v7B { top:24.5rem;left:38.940755844116rem;width:1.8125rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCweLWJZOfxmuGFdLuRccJ5zIS33Bf5C { top:24.125rem;left:41rem;width:6.75rem;height:2.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbrKwEhEfgVBxH9ORnfG5xU2uMhFfZPX { top:27.125rem;left:14.75rem;width:33rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I55OfToWCtXtK9fAl4qcZaxfZtBS2AOM { top:28.0625rem;left:33.3740234375rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOV4TUSBVWRssHZTwM6J9DKVTIVaTFyS { top:56.9375rem;left:0rem;width:7.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESRvpkf4HrDJm436XQa0neduDwLg6lGC { top:57rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gazdv0HyTTGhen7DZ7yJQdvKR894hnvb { top:24.5625rem;left:46.5rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtCT7FKIdIsNfDNqv6iRz0GLG2M0QChb { top:54.0625rem;left:2.875rem;width:3.3125rem;height:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUKzwBngrtKKhxChVhTElTIOdux9tr5x { top:5.875rem;left:0rem;width:37.9375rem;height:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK { top:5.875rem;left:26.687501907349rem;width:16.3125rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i { top:5.875rem;left:31.4375rem;width:16.3125rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3zXZB0owx8E1TLFx3gHM3X5WiqtbC9N { top:80.125rem;left:0rem;width:11.25rem;height:1.5rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiOXJAyGX8nVv0ETQhvQtLIAnus9D5FQ { top:50.25rem;left:0rem;width:32.75rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9ZWha5auTnNbMWnfSOrJKy4WxWZ91cp { top:82.1875rem;left:0rem;width:4.5625rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2nwSQppSRKIf8BIHzKqdJtW8HNavarr { top:24.5rem;left:27.7490234375rem;width:2rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXDhRI7WVteV04dTtXyrL5n38ToxiNQN { top:24.5rem;left:38.940755844116rem;width:1.8125rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVltpZqM8UcUcEDBobcVGk5TCL3ifp3J { top:82.1875rem;left:0rem;width:4.8125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KR2UJyMQXqKg0r046D9vzwers6gZ42UA { top:24.5625rem;left:46.5rem;width:1.25rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix0U3QdP6cNy1FdGn6W1k37kG3m8W4D0 { top:27.125rem;left:14.75rem;width:33rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmNVsx5v4Bh7dX5wHHx5BgnLZ4FTttuh { top:85rem;left:0rem;width:7.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTxZxRJd1i6FIizabLz6ffdrQhWGqO0w { top:82.1875rem;left:1.81201171875rem;width:4.5rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UU28NhwANOsOtcOb9tsvzSTGH1Nc8AT2 { top:28.0625rem;left:33.3740234375rem;width:5.75rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfGBREVZCezqlSkIzqFWv7LSvv1AQ6xv { top:85.0625rem;left:0rem;width:7.0625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { top:7.1875rem;left:42rem;width:5.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { top:6.875rem;left:39rem;width:8.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { top:8.8125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac9W5Gq9Rku6yTQJykF9zOMTsTNtQEV6 { top:11.125rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWmd4F8slXmSEassxQusxSZ72ZiSUvI { top:3.1875rem;left:13.125rem;width:21.4375rem;height:5.9208422368555rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEDc7mwgvGdTQAl0Up73TIC1x7DoEIOI { top:25.0625rem;left:0rem;width:20.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4AI75DkGf7vE6hwpUoLQpqT86d1mlIQ { top:25.0625rem;left:13.6875rem;width:20.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7 { top:25.0625rem;left:27.4375rem;width:20.3125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU { display:block; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9dWas7gIeOoOuezGAF4bGvaCt3kcrz4 { top:25.0625rem;left:0rem;width:20.3125rem;height:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq { top:25.0625rem;left:27.4375rem;width:20.3125rem;height:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZWJ5Xseg7asZUSJR3c5RysqeJEuKGc4 { top:25.0625rem;left:13.6875rem;width:20.3125rem;height:13.5rem;display:none; }
 }@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) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.5625rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.5625rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { display:block; }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:27.5rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.3125rem;left:0rem;width:24.0625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { top:4.25rem;left:8.124267578125rem;width:31.4375rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz { top:12.0625rem;left:0rem;width:24.4375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3T9ulcUarbI8bGs9bE8may2lhngnAv { top:12.0625rem;left:11.6552734375rem;width:24.4375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8mMTassy4rQgGtqnGKcGBiPVl1sEVOp { top:12.0625rem;left:23.375rem;width:24.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmFM6RWgsioHfMhupNEdm8EXdqIdsTdc { top:34.375rem;left:23.375rem;width:24.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0f0fNXuAnqc02SsmeZXN0xAbpwnxhz7 { top:34.375rem;left:0rem;width:24.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve2KOnuQC2ulwfyyXBXl1ZUV5p7b54xQ { top:29rem;left:0rem;width:24.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvv6LGrvB8RkOypzqXHWWJOSh0XDTGU7 { top:29rem;left:11.7490234375rem;width:24.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v11E28FTLsTKV4QW5ZaTtN5qbxauzymU { top:29rem;left:23.5625rem;width:24.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwJkreG70CmOCAHv515JOoXu32RTqRSv { top:51.125rem;left:0rem;width:24.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlNwJE3BeoJaRAmwrkkzeET33McJgRzB { top:51.125rem;left:23.5625rem;width:24.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh { display:block; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me3Fh6ASbJRfXwA4t25wZvtkiplWKHGw { display:none; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:23.1875rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { top:4.9375rem;left:15.748779296875rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL3NWGoOAJ1Q1Ktlxiw4eirOymhKL3uf { top:10.875rem;left:27.875rem;width:17.8125rem;height:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHJrqbKwmhH5BZmDJnWmft4V70sSAZQ { top:10.875rem;left:42.6875rem;width:5.0625rem;height:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e23KRlgF0eHmvSMhN6RaC24DZasEDBzw { top:10.875rem;left:0rem;width:17.8125rem;height:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdZI5lymZRF7bH0T5Ge1FiWB7ZLL35ky { top:10.8125rem;left:15.1875rem;width:5.0625rem;height:10.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3weH8KDNfADRNp1I783gEmZ5GMrTlyo { width:20.3125rem;height:3.125rem;top:56.625rem;left:13.685901641846rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHVnl29LXPNQHSrUrxmiQktJzfR0EdJ { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD { display:block; }#Vmkbg2bMARSyeynJIN3zsGt7g5ChrCRD > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFXBN6Mwb5D9dtSaCTRh7M6sLO4oR0TW { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA { display:block; }#vL0kelAR5g0wRsrVpTpnmBBlAQoOhpNA > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swg3lxNFNSdx1JtoimqmvhtIEk7aWzop { 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/59ba59f3-480f-41df-9afe-6509fa2c6b9a/1copy.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.25); }#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.25); }#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:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTc5Qm0FRiJOWTABDiaERSaT3EUeSbDC { width:15.5625rem;height:2.8125rem;top:11rem;left:2.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(75,91,88,0.72);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:6.1875rem;height:1.3808625rem;top:11.6875rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { width:5.125rem;height:1.0559875rem;top:9.5625rem;left:7.4375rem;font-size:0.8125rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QKxhw0xlI2GZHzugK4e0WyeFOJgdcDnP { width:5.5rem;height:1.13736875rem;top:11.8125rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15rem;height:2.5rem;top:14.75rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #dtzUyTA4vv9sBCxq9yAsNp0ikpmRrSIG { width:11.5625rem;height:3.1875rem;top:22.254968167114rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hXO99Mi7phRDQFchCyg8aRJrdBbuMCJw { width:10.1875rem;height:2.8125rem;top:3.125rem;left:4.90625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FhzwW7TZ0NIgahTI4OdofLVbGupimwUO { width:14.8125rem;height:2.125rem;top:11.25rem;left:2.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zeoNr54asSGbed0K0TTiRSCTiSx8ChA1 { width:11.5611875rem;height:1.0559875rem;top:6.5rem;left:4.5625rem;font-size:0.8125rem;font-weight:400;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8nEgbgZnvWvLg7DmN0zniJwRw8bTxQ9 { display:flex;width:0.625rem;height:0.625rem;top:6.75rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA { background-color:rgba(255,255,255,0.32);background-image:url("https://images.assets-landingi.com/uc/276c533d-37fb-4f40-b377-82f6df14aabc/TheSpringLoft05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.adaptive-delivery-prevent-bg, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyload, #EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA.lazyloading { background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { background-color: transparent; background-image: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row > .video-iframe-container { display: none; }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .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); }#EmwVXCR3cO04P5cW1FCoa3saxQKeb0UA > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHZd7yoPm12QDOyhEXLV6vMZVJF6y0OD { width:20rem;height:26rem;top:4.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzD4L1C3WlCHu938VtT2RhFIx9HvsyV9 { width:20rem;height:10.875rem;top:3.248291015625rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OMTaKACThT5xsE04KiTygUTq5wNy8e { width:6.7498125rem;height:1.54361875rem;top:21.259765625rem;left:0.498046875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9Owf4sMcbeP9v6LcHucBV6A1rOgFvZD { width:3.375rem;height:1.42480625rem;top:23.248291015625rem;left:16.497802734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqTJ4iheNUNa8vJxyJSEPoLNte1g63e { width:5.7484rem;height:1.0559875rem;top:26.190185546875rem;left:1.436767578125rem;font-size:0.8125rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FydIs4sPxr5ZHF4EmUyKtCmgAmDnWul8 { width:7.9368125rem;height:1.21875rem;top:26.107177734375rem;left:4.306640625rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UESPQak0Ii0zMZ8Qnv8iOFZNPrCX9btU { width:7.1235625rem;height:1.0559875rem;top:26.190185546875rem;left:9.6240234375rem;font-size:0.8125rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XGIf06hBU75lBexwr1fgVCu2XVnVKLJx { width:20rem;height:25.75rem;top:31.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAiEiTCKkAIBF3XTyJT8nXadbHoAHLA5 { width:18.625rem;height:11.125rem;top:34.599609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdR1Ne3Rs8xNtsd01MH5dOgLo8RV1xqt { width:12.5rem;height:1.46218125rem;top:32.474609375rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKGO2TPuQaTxObNSInKR9TWJREAVKs6d { width:7.0625rem;height:10.3125rem;top:45.724609375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1V55aWzBGoWsSU40f9944FTLIv0rBPG { width:1.875rem;height:5.699575rem;top:46.662109375rem;left:9.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOcXoeUBkbJkA8Jke0xDXe1C0sPVghQc { width:6.625rem;height:5.699575rem;top:46.662109375rem;left:12.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTH3JCLau6zGdPDCi2hP1TKuTebt7e4l { width:4.625rem;height:1.42480625rem;top:23.248291015625rem;left:2.56103515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXse2ObLfmVAk6s2LkVh512ZofN5wQWk { width:1.81196875rem;height:1.25rem;top:23.3740234375rem;left:0.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1taLIZsP7OBvkMOXuMagNZ58HQRVM36 { width:1.625rem;height:1.25rem;top:23.248291015625rem;left:7.56103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoRv0h2gf5JbPXckgvCeZaM0kDiS6kd7 { width:1.25rem;height:1.3125rem;top:23.248291015625rem;left:14.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVg8vlFlTZWHpcQHy0BaakdlRUAe6fEa { width:9.75rem;height:5.8125rem;top:14.637451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmEPBlsKgRTDqm19oUas77HC2y4fg0v { width:9.9369375rem;height:5.812325rem;top:14.63623046875rem;left:10.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsllw4rCBTzgD1xKJmeJddQ1cTScJ0q3 { width:20rem;height:2.3125rem;top:25.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhiEWGKh5TaIaQRfe4EfMWZei6TcLPek { width:4.875rem;height:1.42480625rem;top:23.248291015625rem;left:9.43603515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Biz2v7k6WVDo2exGaBxErmhyCn9oxBMK { width:20rem;height:24.25rem;top:137.93601171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4dZOr1ALn59LKrI7dq6ypRLCduz7Fkq { width:16.3125rem;height:13.4375rem;top:92.87401171875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCBApuotsVbKOsP6BnnOTizPfz8DMmcl { width:20rem;height:6.9375rem;top:20.748291015625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14998;border-top:0.0625rem solid #4b5b58;border-left:0.0625rem solid #4b5b58;border-right:0.0625rem solid #4b5b58;border-bottom:0.0625rem solid #4b5b58;display:block; }
 }@media only screen and (max-width: 763px) { #zSvLkchSVCVFk48rzrx1a7zExO8hGDq7 { width:19.9995rem;height:1.54296875rem;top:122.87205859375rem;left:0.00049999999999884rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yN5vf1QvxuGkwzXzzxz8rTCx6kzikX6y { width:12.687rem;height:1.42480625rem;top:126.06346484375rem;left:4.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #whqisQX1VqzGTdPMnPKeEl9SnoMnOlT9 { width:16.3125rem;height:13.4375rem;top:107.56151171875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRosb4UxrwKhSC3GZEOODg1RC6Cn0zfd { width:6.8115rem;height:1.42480625rem;top:126.09471484375rem;left:13.1885rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMDUr5Ew1LzQdVEJOU510UL9aJDUNgwS { width:2rem;height:1.3125rem;top:126.50096484375rem;left:0.998046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8TBazODkJHixH4olPIq32dpJXzA0Wu7 { width:1.8125rem;height:1.375rem;top:126.44237109375rem;left:12.189453125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTAZxiRDyXAchwI1qZ12NkLqVr0iPZzg { width:20rem;height:3.125rem;top:133.56101171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwfUDovgdKm54FSx5NTiCTdU9tkP1d2n { width:5.7495125rem;height:1.0556625rem;top:130.06346484375rem;left:6.623046875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zhczNzLyXToAbz2G1fD7Uv1XMtxWBNH9 { width:8.7495rem;height:1.21875rem;top:129.73729296875rem;left:11.2505rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #T5TZTneoW8UPrwe2X3rJJ4vI0H5mLfM0 { width:7.125rem;height:1.0556625rem;top:130.12401171875rem;left:12.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SJP2uNaOpH0eTwfstaRUpoLZkA1Uh0bN { width:1.25rem;height:1.375rem;top:126.56151171875rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZiwbnybRU11Tzsr61cNWWA4GsT77SZz { width:9rem;height:1.42480625rem;top:126.06346484375rem;left:11rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFZ1sL7gr1suhxd10dmh3R7Mbrxmp9fM { width:20rem;height:24.1875rem;top:163.43571032715rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e18RlZoiAWFTq74uIhbXMqqsulZlQblo { width:16.25rem;height:13.4375rem;top:188.87321032715rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWKqVSv0ISglmBTy6TQxC7utBc2kTIQN { width:16.25rem;height:13.4375rem;top:203.56071032715rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #klw6NpFXWyCuxNKZZgUVoxTeX0P6liFW { width:19.625rem;height:9.6875rem;top:222.62321032715rem;left:0.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTlHcLuexIZzkD0ovgdNM7ryoTomncKh { width:14.1868125rem;height:1.54296875rem;top:223.2457689209rem;left:1.05859375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MadwypWEQrcOlkiv9LlbXVgL0PQiWzBu { width:7.5rem;height:1.42480625rem;top:215.27457751465rem;left:12.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEn3WUdSXxOvtCzSsFalERBTScgUuzU4 { width:7.8125rem;height:1.42480625rem;top:215.2135423584rem;left:3.6865234375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mir5b8Qk9dEI4b9VZhgeSZI8cCRKtxbI { width:7.4369375rem;height:1.42480625rem;top:215.24405993652rem;left:12.5630625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVlqMtCTxLeXTn3UsTiNhXFampG7Nvbu { width:1.9375rem;height:1.271558184495rem;top:215.65055407715rem;left:0.997314453125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6WxR0vGxqHfZlDKVTsGCTmFIoVnJWoz { width:1.75rem;height:1.3278297980983rem;top:215.59196032715rem;left:12.188720703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPmn6GmOyyIc5DAPPx9xSLw8lRyunl9h { width:1.25rem;height:1.3745125rem;top:215.71280993652rem;left:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1eqkB8amMqa8cV1FR1D6CuqgBoqenmw { width:20rem;height:3.125rem;top:218.24821032715rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmfQTIkIw9FFcsXLnr12kSXZ9U1Xc32Q { width:8.75rem;height:1.21875rem;top:218.88785876465rem;left:11.25rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gds26xC67lugmT21TKkLG6WSLQBvufJx { width:5.7492875rem;height:1.0556625rem;top:219.21378649902rem;left:6.622314453125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IdbwbwKtQkWwLv365En2zSpCT3PVigb6 { width:7.0623125rem;height:1.0556625rem;top:219.27482165527rem;left:12.9376875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #WLzSWyRW3HXrGI008b6NsdRGpcNRTeih { width:20rem;height:10.875rem;top:30.9375rem;left:0.062255859375rem;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/2510d37c-951d-44a0-bfd6-493c9b52b528/2222.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WLzSWyRW3HXrGI008b6NsdRGpcNRTeih.adaptive-delivery-prevent-bg, #WLzSWyRW3HXrGI008b6NsdRGpcNRTeih.lazyload, #WLzSWyRW3HXrGI008b6NsdRGpcNRTeih.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB { width:9.75rem;height:5.8125rem;top:42.31201171875rem;left:0rem;z-index:15098;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f2c265b4-a2ca-4927-9a3d-1281030cd02f/222copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB.adaptive-delivery-prevent-bg, #SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB.lazyload, #SPRso0s9Nu3Iv8Npr8wqdzLgbKPM6FaB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rwosTgP2U4vQd3lvf4JVOLGlTV348N9X { width:9.9369375rem;height:5.812325rem;top:42.31201171875rem;left:10.12451171875rem;z-index:15099;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/03e563c6-5c7d-458d-a437-408b1f3361f3/222222.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rwosTgP2U4vQd3lvf4JVOLGlTV348N9X.adaptive-delivery-prevent-bg, #rwosTgP2U4vQd3lvf4JVOLGlTV348N9X.lazyload, #rwosTgP2U4vQd3lvf4JVOLGlTV348N9X.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bBA59yhkiNuRoU36FBKwIiVTfX4TG60R { width:11.3125rem;height:1.54361875rem;top:48.936767578125rem;left:0.499267578125rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VJHvqqa6pfWI6A8AgMh1PCpkRdVcW0pb { width:20rem;height:6.9375rem;top:48.4375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15013;border-top:0.0625rem solid #4b5b58;border-left:0.0625rem solid #4b5b58;border-right:0.0625rem solid #4b5b58;border-bottom:0.0625rem solid #4b5b58;display:block; }
 }@media only screen and (max-width: 763px) { #OGDbIrVGnwxGsXVDqhw5fNNBvNn69xnD { width:4.625rem;height:1.42480625rem;top:50.9375rem;left:2.562255859375rem;font-size:0.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #EDTXW6tAP0TGc7ZofPxMr3DOZqgdoLhg { width:1.81196875rem;height:1.25rem;top:51.06201171875rem;left:0.374755859375rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #Kpt1oQ3H6hQSRmKSWuGayqt3tKwq3v7B { width:1.625rem;height:1.25rem;top:50.9375rem;left:7.31201171875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #NCweLWJZOfxmuGFdLuRccJ5zIS33Bf5C { width:4.875rem;height:1.42480625rem;top:50.9375rem;left:9.18701171875rem;font-size:0.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #KbrKwEhEfgVBxH9ORnfG5xU2uMhFfZPX { width:20rem;height:2.3125rem;top:53.24951171875rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #I55OfToWCtXtK9fAl4qcZaxfZtBS2AOM { width:5.7484rem;height:1.0559875rem;top:53.87451171875rem;left:1.436767578125rem;font-size:0.8125rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #bOV4TUSBVWRssHZTwM6J9DKVTIVaTFyS { width:7.9368125rem;height:1.21875rem;top:53.812255859375rem;left:4.3115234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #ESRvpkf4HrDJm436XQa0neduDwLg6lGC { width:7.1235625rem;height:1.0559875rem;top:53.87451171875rem;left:9.874267578125rem;font-size:0.8125rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #Gazdv0HyTTGhen7DZ7yJQdvKR894hnvb { width:1.25rem;height:1.3125rem;top:50.9375rem;left:14.124755859375rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #DtCT7FKIdIsNfDNqv6iRz0GLG2M0QChb { width:4.5625rem;height:1.42480625rem;top:50.9375rem;left:15.43701171875rem;font-size:0.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #NUKzwBngrtKKhxChVhTElTIOdux9tr5x { width:20rem;height:10.875rem;top:59.0625rem;left:0.062255859375rem;z-index:15037;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/a495c91b-dc47-40dc-b255-7680791bfd5c/TheSpringLoft02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NUKzwBngrtKKhxChVhTElTIOdux9tr5x.adaptive-delivery-prevent-bg, #NUKzwBngrtKKhxChVhTElTIOdux9tr5x.lazyload, #NUKzwBngrtKKhxChVhTElTIOdux9tr5x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK { width:9.75rem;height:5.8125rem;top:70.43701171875rem;left:0rem;z-index:15113;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ca2407ca-d437-4b27-9840-9c045cbdc520/TheSpringLoft03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK.adaptive-delivery-prevent-bg, #KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK.lazyload, #KwEtNuBk8E6MiGgooXNLmNNDddCxN2tK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i { width:9.9369375rem;height:5.812325rem;top:70.43701171875rem;left:10.12451171875rem;z-index:15114;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/660bb16f-270a-4b51-bae3-4b7f1d7e3f9d/TheSpringLoft04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i.adaptive-delivery-prevent-bg, #oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i.lazyload, #oTglvamCe5ZhsWqcfEOXHGQxzqXQPr0i.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k3zXZB0owx8E1TLFx3gHM3X5WiqtbC9N { width:11.3125rem;height:1.54361875rem;top:77.061767578125rem;left:0.499267578125rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #DiOXJAyGX8nVv0ETQhvQtLIAnus9D5FQ { width:20rem;height:6.9375rem;top:76.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15028;border-top:0.0625rem solid #4b5b58;border-left:0.0625rem solid #4b5b58;border-right:0.0625rem solid #4b5b58;border-bottom:0.0625rem solid #4b5b58;display:block; }
 }@media only screen and (max-width: 763px) { #a9ZWha5auTnNbMWnfSOrJKy4WxWZ91cp { width:4.625rem;height:1.42480625rem;top:79.0625rem;left:2.312255859375rem;font-size:0.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #o2nwSQppSRKIf8BIHzKqdJtW8HNavarr { width:1.81196875rem;height:1.25rem;top:79.18701171875rem;left:0.249755859375rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #AXDhRI7WVteV04dTtXyrL5n38ToxiNQN { width:1.625rem;height:1.25rem;top:79.0625rem;left:7.18701171875rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #LVltpZqM8UcUcEDBobcVGk5TCL3ifp3J { width:4.875rem;height:1.42480625rem;top:79.0625rem;left:8.87451171875rem;font-size:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #KR2UJyMQXqKg0r046D9vzwers6gZ42UA { width:1.25rem;height:1.3125rem;top:79.0625rem;left:14.124755859375rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0U3QdP6cNy1FdGn6W1k37kG3m8W4D0 { width:20rem;height:2.3125rem;top:81.37451171875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #RmNVsx5v4Bh7dX5wHHx5BgnLZ4FTttuh { width:7.9368125rem;height:1.21875rem;top:81.937255859375rem;left:3.9990234375rem;font-size:0.9375rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #MTxZxRJd1i6FIizabLz6ffdrQhWGqO0w { width:4.5625rem;height:1.42480625rem;top:79.0625rem;left:15.43701171875rem;font-size:0.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #UU28NhwANOsOtcOb9tsvzSTGH1Nc8AT2 { width:5.7484rem;height:1.0559875rem;top:81.99951171875rem;left:1.124267578125rem;font-size:0.8125rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #cfGBREVZCezqlSkIzqFWv7LSvv1AQ6xv { width:7.1235625rem;height:1.0559875rem;top:81.99951171875rem;left:9.811767578125rem;font-size:0.8125rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 { background-color:#4b5b58;background-image:none;display:block; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { background-color: transparent; background-image: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row > .video-iframe-container { display: none; }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .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); }#T1WLkA1LD2V2wsGf0B3MT07LVi3xzEV6 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM8wNEzk3GcAQamoPbVJwwQkQuImgwk7 { width:5.75rem;height:1.1375rem;top:53.26171875rem;left:9.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gEJvs5XCEQDPmlHVvtQl2foxGyfgVLDs { width:7.9375rem;height:1.4625rem;top:53.162109375rem;left:11.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #LHBWAImbLI3qICNLE7WWnopyky0m6RKs { width:7.125rem;height:1.1375rem;top:54.5859375rem;left:12.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ac9W5Gq9Rku6yTQJykF9zOMTsTNtQEV6 { width:19.1875rem;height:16.35159375rem;top:7.68359375rem;left:0.40625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEWmd4F8slXmSEassxQusxSZ72ZiSUvI { width:13.75rem;height:3.75rem;top:2.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEDc7mwgvGdTQAl0Up73TIC1x7DoEIOI { width:9.75rem;height:6.5rem;top:28.1875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #L4AI75DkGf7vE6hwpUoLQpqT86d1mlIQ { width:20rem;height:11.75rem;top:35.3544921875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7 { width:9.9375rem;height:6.625rem;top:28.125rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4d355812-08c8-4458-82e0-588c1bad9ee0/DSC_6187Edit1scaledcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7.adaptive-delivery-prevent-bg, #TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7.lazyload, #TRg91NLMcPs5zuPLqu0MIx4kuM90lTT7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU { display:block; }#AsDhTEzexOcyIo0dSayRVsC5tKMVQ0FU > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9dWas7gIeOoOuezGAF4bGvaCt3kcrz4 { width:9.75rem;height:6.5rem;top:0.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq { width:9.9375rem;height:6.625rem;top:0.75rem;left:10.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4d355812-08c8-4458-82e0-588c1bad9ee0/DSC_6187Edit1scaledcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15005;display:block; }#VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq.adaptive-delivery-prevent-bg, #VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq.lazyload, #VD5stWvxSeGbueoCRUNXHaLvM1UQGCsq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FZWJ5Xseg7asZUSJR3c5RysqeJEuKGc4 { width:20rem;height:11.75rem;top:8rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a8f2bd77-2a43-49c5-a40c-fc9981dfff52/DSC_61151scaled.jpg");background-position:center left !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(0,0,0,0.28); }#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.28); }#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:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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, #3c5b59, #002f37);background-image: -moz-linear-gradient(180deg, #3c5b59, #002f37);background-image: -ms-linear-gradient(180deg, #3c5b59, #002f37);background-image: -o-linear-gradient(180deg, #3c5b59, #002f37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c5b59', endColorstr='#002f37' );";background-image: linear-gradient(180deg, #3c5b59, #002f37);background-size:initial !important;color:#ffffff; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #fUT7zO9HMd7TR8JcLHBB7J9UqplCriOm { display:block; }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.94921875rem;top:25.94921875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.4624rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/276c533d-37fb-4f40-b377-82f6df14aabc/TheSpringLoft05.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.adaptive-delivery-prevent-bg, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyload, #qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4.lazyloading { background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { background-color: transparent; background-image: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row > .video-iframe-container { display: none; }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .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); }#qP5lKaaOpDbPccKuhdhc5yWqCnqrDeE4 > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPi0tRfIRS4vFm1aqowsaxB0lRDQmVKQ { width:18.1855625rem;height:1.7871125rem;top:1.5625rem;left:0.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz { width:20rem;height:12.5rem;top:5.84765625rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/100c91df-0f5f-4e2f-9962-c423e8ae7613/C1L9i8Oq1jnThGxCcfTG2ijaumi4xbmetaRmFjaWxpdHlfV2Vic2l0ZV9QMTRfMTcwNTI0LTAxLmpwZw.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz.adaptive-delivery-prevent-bg, #FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz.lazyload, #FFcczmBPdMIDa0d8MvFvKEpxUcwahrWz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DR3T9ulcUarbI8bGs9bE8may2lhngnAv { width:20rem;height:12.5rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8mMTassy4rQgGtqnGKcGBiPVl1sEVOp { width:20rem;height:12.5rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmFM6RWgsioHfMhupNEdm8EXdqIdsTdc { width:20rem;height:12.5rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0f0fNXuAnqc02SsmeZXN0xAbpwnxhz7 { width:20rem;height:12.5rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve2KOnuQC2ulwfyyXBXl1ZUV5p7b54xQ { width:20rem;height:1.13671875rem;top:19.0859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvv6LGrvB8RkOypzqXHWWJOSh0XDTGU7 { width:20rem;height:1.13769375rem;top:36.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v11E28FTLsTKV4QW5ZaTtN5qbxauzymU { width:20rem;height:1.13769375rem;top:53.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwJkreG70CmOCAHv515JOoXu32RTqRSv { width:20rem;height:1.13769375rem;top:70.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlNwJE3BeoJaRAmwrkkzeET33McJgRzB { width:20rem;height:1.13769375rem;top:88.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh { background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container { background-color: transparent; background-image: none; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container > .video-iframe-container { display: none; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row > .video-iframe-container { display: none; }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .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); }#dTXXS2sIpKHeddieE5EnuZXm7eqhxgwh > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me3Fh6ASbJRfXwA4t25wZvtkiplWKHGw { height:11.25rem;width:20rem;top:1.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;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;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:20.0625rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #eEJxsOTM6rXbnvwzezmPrX4Wga7mODHp { width:18.18625rem;height:1.7871125rem;top:1.125rem;left:0.9052734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL3NWGoOAJ1Q1Ktlxiw4eirOymhKL3uf { width:14.6875rem;height:7.5rem;top:11.375rem;left:0.875rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #QOHJrqbKwmhH5BZmDJnWmft4V70sSAZQ { width:5.061525rem;height:7.5rem;top:11.375rem;left:14.75rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #e23KRlgF0eHmvSMhN6RaC24DZasEDBzw { width:12.8125rem;height:7.5rem;top:3.875rem;left:0.875rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #mdZI5lymZRF7bH0T5Ge1FiWB7ZLL35ky { width:5.061525rem;height:7.5rem;top:3.9375rem;left:14.75rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #F3weH8KDNfADRNp1I783gEmZ5GMrTlyo { width:19rem;height:3.125rem;top:34.041905403137rem;left:0.49913197755814rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHVnl29LXPNQHSrUrxmiQktJzfR0EdJ { display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8129875rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }