.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:231,236,232;--color-primary-1:184,199,187;--color-primary-2:136,162,141;--color-primary-3:106,139,112;--color-primary-4:30,47,33;--color-secondary-0:255,255,252;--color-secondary-1:255,254,247;--color-secondary-2:255,253,238;--color-secondary-3:128,127,119;--color-secondary-4:38,38,36;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:17,17,17;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT { position:relative;display:block; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT { background-color: transparent; background-image: none; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row .container > .video-iframe-container { display: none; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row > .video-iframe-container { display: none; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .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); }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT { border-width: 0; border-radius: 0; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P81vPNnao3Vg89qdwEggrdDfxvDd8tRT { 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; }
#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw.adaptive-delivery-prevent-bg, #EimeXxFbtTZuEtcx0JEyFycH6whWCmTw.lazyload, #EimeXxFbtTZuEtcx0JEyFycH6whWCmTw.lazyloading { background-image: none; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row .container { background-color: transparent; background-image: none; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row .container > .video-iframe-container { display: none; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row > .video-iframe-container { display: none; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .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); }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row .container { border-width: 0; border-radius: 0; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#F8Tyh3QQnUofaXuk1bdlsRmLafNFaxTv { 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/c50fb9e0-52b2-4480-995a-dc92dc76da25/ZEBT_Perspective03.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(0,0,0,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(0,0,0,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:50rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37rem;left:33.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.3);background-image:none;top:36.1875rem;left:25.8125rem;border-top:0.125rem solid #f6d04a;border-left:0.125rem solid #f6d04a;border-right:0.125rem solid #f6d04a;border-bottom:0.125rem solid #f6d04a;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#f6d04a;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:37.25rem;left:26rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:37.3125rem;left:40.5625rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:14.125rem;left:14.96875rem;height:5.39930625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -moz-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -ms-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -o-linear-gradient(180deg, #ffd94c, #d38a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94c', endColorstr='#d38a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94c', endColorstr='#d38a00' );";background-image: linear-gradient(180deg, #ffd94c, #d38a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.9375rem;left:26rem;display:block; }
#O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8g8NcAXBNpiKoBZNA0gHVhRsnHEb4wu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:20.4375rem;left:30.375rem;height:1.1675375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N9U0L9VDTBqIiOXDcPsotUO7haR5oRn3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:20.375rem;left:31.125rem; }
#pkPfHge0ByHCJh0pv6I2g3GSiXJuMV88 { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.6875rem;top:3.9375rem;left:33.15625rem;overflow:hidden;display:block; }
#sKUmmeHNx3HsipgosSyG6MzPDbpDNwkL { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.375rem;top:1.25rem;left:66.625rem;overflow:hidden;display:block; }
#QiTZNNcwWvVa4x3WlNpTMsl14a4pIX7p { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15052;line-height:1.1;letter-spacing:0;top:28.9375rem;left:22.0625rem;height:2.0625rem;display:block; }
#gPlFDaDh8iKnO2B3WId01xTBrph593dK { box-sizing:content-box;height:10rem;width:34.375rem;position:absolute;display:block;z-index:15051;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89a53e38-3dc5-4573-a7a6-2db48c69ff69/BG3.jpg");background-position:bottom right !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:23.6875rem;left:20.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; }#gPlFDaDh8iKnO2B3WId01xTBrph593dK.adaptive-delivery-prevent-bg, #gPlFDaDh8iKnO2B3WId01xTBrph593dK.lazyload, #gPlFDaDh8iKnO2B3WId01xTBrph593dK.lazyloading { background-image: none; }
#gPlFDaDh8iKnO2B3WId01xTBrph593dK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#gPlFDaDh8iKnO2B3WId01xTBrph593dK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTgWrM9wCEZuLTVJHczZVPK8gVOIOidc { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:marcellus;font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:26rem;left:21.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NMuQrV0yMWHfLlSgW7Sulr4hAaPUe1sR { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:28.875rem;left:31.75rem;height:2.3359375rem;display:block; }
#ykp9Ic8cvtV7F1tBNcLlXwb8Oy9dnBX4 { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15053;line-height:1.1;letter-spacing:0;top:29.1875rem;left:29.9375rem;height:1.6494125rem;text-align:center;text-align-last:center;display:block; }
#UpLWOLPFTtZybcIQIWAnxOavzspDAT37 { position:absolute;display:block;z-index:15054;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:2.75rem;width:4.0625rem;top:4.375rem;left:39.4375rem;overflow:hidden;display:block; }
#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#351445;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; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row .container { background-color: transparent; background-image: none; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row .container > .video-iframe-container { display: none; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row > .video-iframe-container { display: none; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .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); }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row .container { border-width: 0; border-radius: 0; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#NMtyzZWNmDR7hInXw0kwOEzWx3m1cG0n { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.71875rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCOXqerf8zwmZn5h8Q7NhcgTxZEe7B83 { box-sizing:content-box;height:5rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #7a369b;border-left:0.125rem solid #7a369b;border-right:0.125rem solid #7a369b;border-bottom:0.125rem solid #7a369b;top:10.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#vPFTMviRSrsTEDkVnCOpvD7EZ543FrXo { box-sizing:content-box;height:5rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #7a369b;border-left:0.125rem solid #7a369b;border-right:0.125rem solid #7a369b;border-bottom:0.125rem solid #7a369b;top:10.40625rem;left:25.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GA2punp4tXtAt0k2I1KhEZSHqCAPFIJ7 { box-sizing:content-box;height:5rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #7a369b;border-left:0.125rem solid #7a369b;border-right:0.125rem solid #7a369b;border-bottom:0.125rem solid #7a369b;top:10.40625rem;left:51rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uH2vC7HkEmEFobfcEokOih2yhsAVkT9u { box-sizing:content-box;height:5rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #7a369b;border-left:0.125rem solid #7a369b;border-right:0.125rem solid #7a369b;border-bottom:0.125rem solid #7a369b;top:17.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MszOr4i4Bs0yoW1hI1nUAnPgOOAk3ATE { box-sizing:content-box;height:5rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #7a369b;border-left:0.125rem solid #7a369b;border-right:0.125rem solid #7a369b;border-bottom:0.125rem solid #7a369b;top:17.375rem;left:25.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iksNf9DQTsQulcelzMxGzWAuvONLi6Z9 { box-sizing:content-box;height:5rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #7a369b;border-left:0.125rem solid #7a369b;border-right:0.125rem solid #7a369b;border-bottom:0.125rem solid #7a369b;top:17.375rem;left:51rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uzQvmO4BXZ7M4L2q5bszdp0RyBddip0n { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.693359375rem;left:4.34375rem;height:2.76041875rem;font-style:normal;display:block; }
#WthuQlhTaJ1HuWplM1rhJ9zFSa7o5bbb { color:#ffffff;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.6875rem;left:29.875rem;height:2.76041875rem;font-style:normal;display:block; }
#r29kWOUBAKaFfW9KTRGlyvsaTm0ZW8mq { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.6875rem;left:55.46875rem;height:2.76041875rem;font-style:normal;display:block; }
#HOS570sLuQpH9XrNZNlbT3yL2kAHny24 { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.375rem;left:4.375rem;height:1.3808625rem;font-style:normal;display:block; }
#Uc0DX6HExEsZVcmnXJ7TtEntGFTzWtdD { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.619140625rem;left:29.9375rem;height:2.76041875rem;font-style:normal;display:block; }
#sQARKL1kdVGsbU9071mVMftyU2s51feo { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.37109375rem;left:55.4375rem;height:1.3808625rem;font-style:normal;display:block; }
#ybw6E6Ubv6b6aQsX96h9k6RrP81h2zul { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.15625rem;left:1.1875rem; }
#rnOgOBkOBIbyu6gpmq2diTBgJ0FtcKtI { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.90625rem;left:26.71875rem; }
#Dckzi8tTkrTn2ZcUFPfLdznu53SLtdsw { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.78125rem;left:52.09375rem; }
#TPfG8miFabPp3zMm8zUmK89JnzRhSoXe { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.6845703125rem;left:0.75rem; }
#kxRXnPysFixIf70PN2OfXPcHtwyQUGOk { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.84375rem;left:26.5625rem; }
#ydwrOSNs6omzKHOks0f780cl3cepuqrH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.4375rem;left:51.75rem; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#230d2e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:105.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#JVT12346lBX6E9IPLWtJzLnc9NQVig3c { box-sizing:content-box;height:37.5rem;width:75rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.6875rem;left:0rem;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;display:block; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/043d5770-b028-4879-806c-4130c4fd027a/Roomrender4.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.4375rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.adaptive-delivery-prevent-bg, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyload, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyloading { background-image: none; }
#XSxckATss22K9N9FOICSLzI9H1rilRkt { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa51e5fe-cfbe-47af-b226-a39616e33026/Roomrender61.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.4375rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XSxckATss22K9N9FOICSLzI9H1rilRkt.adaptive-delivery-prevent-bg, #XSxckATss22K9N9FOICSLzI9H1rilRkt.lazyload, #XSxckATss22K9N9FOICSLzI9H1rilRkt.lazyloading { background-image: none; }
#czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/db2484be-533f-4190-bf42-2180b2b09d87/Roomrender3.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:71.875rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.adaptive-delivery-prevent-bg, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyload, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyloading { background-image: none; }
#G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcddea9d-641d-4c85-a8cc-00387cec4f7a/Roomrender6.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:71.875rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.adaptive-delivery-prevent-bg, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyload, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyloading { background-image: none; }
#JQXBO2Ff1EwJxAVwy6DM5seUK8B2TJbu { color:#aa0000;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15054;line-height:1.2;letter-spacing:0;top:23.5625rem;left:3.8125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#zLyM3XTHLus06wazGy427aSGT5FVPNgO { color:#155315;display:block;width:19.5rem;position:absolute;font-family:marcellus;font-size:2.625rem;font-weight:400;z-index:15055;line-height:1;letter-spacing:0;top:16.9375rem;left:1.6875rem;height:5.2495625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORFlsAPRUspl15hu2O1hT5rSJNRwFVk1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -moz-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -ms-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -o-linear-gradient(180deg, #ffd94c, #d38a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94c', endColorstr='#d38a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94c', endColorstr='#d38a00' );";background-image: linear-gradient(180deg, #ffd94c, #d38a00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:97.4375rem;left:25.875rem;display:block; }
#nI3i1bZ2bsslg3MPUKCm0cALUZH9QHcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AAUNb4WiSoV2s0UEtLKmMBzLVy093zoI { position:absolute;display:block;z-index:15151;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:19.5625rem;width:52.875rem;top:12.1875rem;left:21.375rem;overflow:hidden;display:block; }
#ZWTzJTT2taO9bPuePtrJKvp8D0AOKqnD { color:#aa0000;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:26.125rem;left:3.8125rem;height:5.39713125rem;text-align:center;text-align-last:center;display:block; }
#xgzUklyxQVLpc4Mk0pce4lDJfy006ROI { box-sizing:content-box;height:12.5rem;width:49.75rem;position:absolute;display:block;z-index:15152;background-color:#eeeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:23.0625rem;display:block; }
#SAEy7b2I4hsQxuXp1m9paOuxWZhVSo0c { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:35.0625rem;left:38.3125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXn1TEl0c9Tg6era7A70psQaQ1aXTBP2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:37.6875rem;left:25.5rem;height:2.599825rem;display:block; }
#Pq3dFiDVMD0ilndigBu2SKbAOs0sbaKw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:41rem;left:25.5rem;height:2.599825rem;display:block; }
#A287iz95UaafxTbkeOhFs2vkTcA3Nczt { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:37.6875rem;left:48.625rem;height:2.599825rem;display:block; }
#dQwqTIxMeoNAdPAkiOFpVp5AdULuVX8l { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:41rem;left:48.625rem;height:1.2999125rem;display:block; }
#GRT9e9uR6uegvvzm5bOuWO4HEIplt7pA { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:42.875rem;left:48.625rem;height:1.2999125rem;display:block; }
#Mfixb1MRHTfZ0luJurrbXHnT1dicFHog { position:absolute;display:block;z-index:15160;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:14.125rem;width:21.25rem;top:33.875rem;left:1.0625rem;overflow:hidden;display:block; }
#UFQ3qFZQa4TOUTnx0Dzx42To9Xl2E2tK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.5625rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf { background-color:#230d2e;background-image:none;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:none; }#JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf > .row .container { border-width: 0; border-radius: 0; }#JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#SGLWPvva4TaaizuXzxkCllmDSQ9pE9uc { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:55.25rem;left:0rem;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:0rem;border-bottom-right-radius:0rem;display:block; }
#xEHu121t1egaAqgFRC4IiJ3MckLweHzc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:56.375rem;left:47.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBq6HAhKJ6cDypyI31DuMAaid0ONCuEe { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:56.625rem;left:53.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#onCTFZ1H1D18c9tRy1RKC1IAw9Vd1Nbb { color:#f6d04a;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:56.625rem;left:42.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Vabtpld5dpmUHgAz02gCsBUE2HBJf0SV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:56.75rem;left:35.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VGKFVvCVtBCtFuCyi9bNCLsFaG4fwvyB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:56.4375rem;left:33.3125rem; }
#oVS3vuxghB7yMmgMQuJvEmvXt0udpqXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:56.75rem;left:31.75rem;height:1.29980625rem;display:block; }
#Qabio97f1egNWbqiE9d58x4669VL1ySW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:56.5rem;left:2.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AgqJz2VaZScbIL4ByI4NNA2DVuq4ctvp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:56.3125rem;left:29.625rem; }
#IXyVzUZ0dVwEoagqyK5cIcmA4h89udkx { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:56.75rem;left:28rem;height:1.29980625rem;display:block; }
#TVAhZlQDWD8ihXUoaNOCLdN1NFBo22NL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:56.5rem;left:25.8125rem; }
#cxUHEqTbJSl13bxzuHKFRt6PURttUeLI { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#vSb0CsNWHyE9GFE6TZAzRI2fhwQdguzD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#AHP7wt8F7IdGSosuJfd3GJtcFk5Gf9UM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#QEelgeZBiChaBhpN9iNkVa7ut8IBatKV { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sM3X00caT7PhzwFzzntgR5JOvaIGOThs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#xqf9BETnF1Oo8d977Z0neenCdffAvH3Z { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#AGnbDNvBoLThQ7nEWwwTT2JJaLHz6llA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#heFvKBteb4Hf8C2iZtDTtxr2pDVzWMgh { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#rR3gtIiweDHFyHASDu2DSliqWSU0gfSF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NcFsGIO4ghNhdqbpV0OGICq2GhcAd0ql { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#Z8skxmBKffJ5Tnic4RZAGmRvGvJZXAKT { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#TGRRTZJdytFRJl28AfzVhQLVKRpl1zQo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.5625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jak8Wug8HEuThg30KEvsTwGU71TVKvqi { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#JmmeRaL2ZQEcW8T2RIQDNrKeKzQdk6Iu { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#ywDHrwZfo3eg3VMAFPqF85LDlD6JMGzq { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#hrbKwwFD2xbz24gPzoOzBTiBUeZ4NoL7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#O35O2Shih0St8LpcWX8gqHsWhkXXlQkH { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#HVVTnTHgMt7AckIw4sLcem1gxH41EyXE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#LkkBOfGOvT19Z58opXhzBthtq6RSIMf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#cTmFexzDfGW7VpyHqCfbpSIIzFfmB2FX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LlVIRCuGVUOUbOxh1PQDProGBQtQhAdu { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#v1efmXyTGXvboLwuVP90xDFS1qSNCzWp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#LRGpqbo1AKfQngd8FeWgWM0Dn3w1hJEc { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#CU60D2P5nadkNFMR1qgQytqf7DXMaemt { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/043d5770-b028-4879-806c-4130c4fd027a/Roomrender4.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CU60D2P5nadkNFMR1qgQytqf7DXMaemt.adaptive-delivery-prevent-bg, #CU60D2P5nadkNFMR1qgQytqf7DXMaemt.lazyload, #CU60D2P5nadkNFMR1qgQytqf7DXMaemt.lazyloading { background-image: none; }
#L5RGFBDIADdhRg7RVysuDCoOyNOCPUy9 { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aa51e5fe-cfbe-47af-b226-a39616e33026/Roomrender61.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#L5RGFBDIADdhRg7RVysuDCoOyNOCPUy9.adaptive-delivery-prevent-bg, #L5RGFBDIADdhRg7RVysuDCoOyNOCPUy9.lazyload, #L5RGFBDIADdhRg7RVysuDCoOyNOCPUy9.lazyloading { background-image: none; }
#OK4ItT69GaSZBI04nuZyEMSCLFDLqalg { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/db2484be-533f-4190-bf42-2180b2b09d87/Roomrender3.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.8125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OK4ItT69GaSZBI04nuZyEMSCLFDLqalg.adaptive-delivery-prevent-bg, #OK4ItT69GaSZBI04nuZyEMSCLFDLqalg.lazyload, #OK4ItT69GaSZBI04nuZyEMSCLFDLqalg.lazyloading { background-image: none; }
#aVsbcHzAqKiExZRNrO7e20Quftykp1za { box-sizing:content-box;height:21.1875rem;width:36.875rem;position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcddea9d-641d-4c85-a8cc-00387cec4f7a/Roomrender6.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.8125rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aVsbcHzAqKiExZRNrO7e20Quftykp1za.adaptive-delivery-prevent-bg, #aVsbcHzAqKiExZRNrO7e20Quftykp1za.lazyload, #aVsbcHzAqKiExZRNrO7e20Quftykp1za.lazyloading { background-image: none; }
#kWuDXc1bpdy3pt0lvHZy348RmlKmT7Fb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:56.6875rem;left:0.625rem; }
#Qpy6AZMTzhHlSXA5Z4teInOGxiJZJzkT { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:59.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tiENn4i29dBsMTUsZnmM9w9fVQVz5VwC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:60.25rem;left:2.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DkAN49asZhhQFUtZiZeTBfkTPkfRBgJR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:60.375rem;left:0.625rem; }
#x9nT5PQHehTE5iFLf2Wi5ODfkPcb7TLT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:60.3125rem;left:25.8125rem; }
#H2x7VKBKUJK7TcyTq0JhSaUD5UOPAaF0 { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:60.5rem;left:28rem;height:1.29980625rem;display:block; }
#DOWSAnX3fikzRbNd0Lic7XdJAMubvtlB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:60.125rem;left:29.625rem; }
#FAIDTTcQkonhM1o2DmqDoUMMPwfwhPxR { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:60.5rem;left:31.75rem;height:1.29980625rem;display:block; }
#H3hSgsQWOZfSGb3TTQwmBS93tHNsRUsg { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:60.25rem;left:33.4375rem; }
#VAfQi8TdBzIPTlcupQHNJgX3lVrZyTJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:60.5rem;left:34.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Jdbe3gwCQr6sTFmW4Blbu6WUtc0KfnVM { color:#f6d04a;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:60.4375rem;left:42.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FNhue8DlTaH6VTNLRWFvQrJi2peqiAgU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:60.1875rem;left:47.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DukZEFEgRaglCGWeKcAqPKk2zaFqmO1d { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:60.4375rem;left:54.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VxkUtrTRV6mCM4amCBcnWPVLUiIXrmWK { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#yzI48CT10520T6egQtZa9zatS4bqAXiM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#ACioLG9MHD4qZx5mbsEMbgpqzMDRWRdW { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#IeqgulH65RuNRwZ1k3h7mluNSBhSIiBr { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#ZlHH5x4T6nbnsiZXUA0henXeb3XzK2sa { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#WfsOieeRvrUUuaBK5K4hCcgTtpEub3Vv { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#EKxyX8O6DpeiSScHPUcmzCtIUKcFV36H { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#XcH97yDO0VzDGRqzRl4UgsKl0foJ0ouk { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#ckQl81sekfKn3GV1RBF6aEqwbsb8S6KI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#C6zvur1L1zgbcZskVeQmyu6xUkvr4y0q { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#wNz7xHFJTwKsKvJ6APXevH8PTorWewMF { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#ZvbUGa7ou9GVkbX41WVCXbrXwB3SsWN6 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uOwt34ShFpQHgC0M3KrqwFATsnuHvGoN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:64.0625rem;left:2.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qn73m5x7oPWt1IeZ32wbBMAKqbRnuAFM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:64.1875rem;left:0.625rem; }
#X7iZsueCXt57GQtOKTTUqChFegBPbcWH { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:64.125rem;left:25.8125rem; }
#H4hnk2iUlZ57nQxcnkMHX2U9MSKK7ELR { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:64.3125rem;left:28rem;height:1.29980625rem;display:block; }
#x9XAXDvQ1X5JykgOHCLOkCKG6ffdqcM1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:63.9375rem;left:29.625rem; }
#J5aWAzHuPcaxQq7CQaWaGZMXGRPHxmKu { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:64.3125rem;left:31.75rem;height:1.29980625rem;display:block; }
#T45o3usXocDEbZ0pUOXdxdd3tOlXwIPP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:64.0625rem;left:33.4375rem; }
#hB6RPgAsaD0k2rAgWysruor72NhMi4LT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:64.3125rem;left:34.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#VuUEu89F3qun0bJGA2WnxTtJHpcOTpHn { color:#f6d04a;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:64.25rem;left:42.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#cGfUKJCyTmes8X2QsD8Ku47EFizBhusF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:64rem;left:47.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTKZMkNU8p2JpeQvg1e6tpcrtFnwNS4g { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:64.25rem;left:54.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TTAwHEX1ifFNIPBFcwVTlAVG1vPHNyRf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #753d8e, #230d2e);background-image: -moz-linear-gradient(180deg, #753d8e, #230d2e);background-image: -ms-linear-gradient(180deg, #753d8e, #230d2e);background-image: -o-linear-gradient(180deg, #753d8e, #230d2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );";background-image: linear-gradient(180deg, #753d8e, #230d2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.375rem;text-decoration:none;z-index:15190;text-align:center;text-align-last:center;top:55.9375rem;left:61.875rem;display:block; }
#P8ybzwdKsbRVHFRcC6KfcISEV3S3LSGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIqb4JPkPQepitEZv3iFRtds4Mf7N4oU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #753d8e, #230d2e);background-image: -moz-linear-gradient(180deg, #753d8e, #230d2e);background-image: -ms-linear-gradient(180deg, #753d8e, #230d2e);background-image: -o-linear-gradient(180deg, #753d8e, #230d2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );";background-image: linear-gradient(180deg, #753d8e, #230d2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.375rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:59.75rem;left:61.875rem;display:block; }
#y89z7brNFo5gNFUu1PsLiNTaRufd34ew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xz0u1Kq47TqvzSggUl3h5zyneee50Mbq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #753d8e, #230d2e);background-image: -moz-linear-gradient(180deg, #753d8e, #230d2e);background-image: -ms-linear-gradient(180deg, #753d8e, #230d2e);background-image: -o-linear-gradient(180deg, #753d8e, #230d2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );";background-image: linear-gradient(180deg, #753d8e, #230d2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.375rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:63.5625rem;left:61.875rem;display:block; }
#tO3tig5VsDcJhxr1QHyplFbDb4bepxXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c25ffa3-8043-4eca-92da-80c5705a0953/dronerender.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; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS.adaptive-delivery-prevent-bg, #dxTfWtzHaKfWN5mkto7474oQJx6IOsQS.lazyload, #dxTfWtzHaKfWN5mkto7474oQJx6IOsQS.lazyloading { background-image: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container { background-color: transparent; background-image: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container > .video-iframe-container { display: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row > .video-iframe-container { display: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .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); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container { border-width: 0; border-radius: 0; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS::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; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#STNHsD4irlcTJDXTSpTPbleyAQcnsmV6 { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.130859375rem;left:1.59375rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPOr6ZVMt5OoKXVJaEXAvdJpq1FVubO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:12.6875rem;left:41.125rem;height:14.86545rem;display:block; }
#OmRoZTGP1H4h55qbylTR4QxwSrferidQ { box-sizing:content-box;height:28.125rem;width:74.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0);background-image:none;top:5.9375rem;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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#w4RtOxtONPzTpFSndJmsJhpJ6XdonOxc { box-sizing:content-box;height:16.875rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;top:11.625rem;left:37.46875rem;display:block; }
#cQ2qQX1oI5fXuBCUCdZNriGQR4XOgwtl { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:11.75rem;left:50.6875rem;height:16.9921875rem;display:none; }
#QnHrr13qBL2kUVpCMi0NbZZpRVMkwLFC { color:#beba8c;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:11.75rem;left:40.5rem;height:11.89453125rem;font-style:normal;display:none; }
#ubUbPWurHfKIwoRcTDNVJN2lDU7CXfVU { color:#beba8c;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:11.75rem;left:40.5rem;height:11.89453125rem;font-style:normal;display:none; }
#AGwOQKTOHNg9aPggXgi78BqB4aR5BNZT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:11.75rem;left:50.6875rem;height:16.9921875rem;display:none; }
#zqXEiM2PvTTJDxtALOt9VJwGwWWguHOB { color:#beba8c;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:11.75rem;left:40.5rem;height:11.89453125rem;font-style:normal;display:none; }
#psN8TsI55nIDdShqgrLkAoqa7gMEvxJD { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:11.75rem;left:50.6875rem;height:16.9921875rem;display:none; }
#AUC3wDRIIOm8t5ZgB9anRPyqqZEhT9Rz { color:#beba8c;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:11.75rem;left:40.5rem;height:11.89453125rem;font-style:normal;display:none; }
#E9n39490andlRv8ouOONN2McGITzbWV1 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:11.75rem;left:50.6875rem;height:16.9921875rem;display:none; }
#RduB5NifZsO4eFRipWyauOV5Z5etmQpa { color:#beba8c;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:11.75rem;left:40.5rem;height:11.89453125rem;font-style:normal;display:none; }
#AOpg7QdPBFXLwrCsXcCs7nNP5bQO4GIE { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:11.75rem;left:50.6875rem;height:16.9921875rem;display:none; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#230d2e;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:19.3125rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4aa21d6-97bf-418d-98e1-7000eaae6177/pool.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92eb2d44-01ed-454d-b5f4-84698aa0aac7/gym.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:25.3115234375rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a770415-c004-41de-b791-39441efd0237/meetingroom.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:25.3125rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2095fdc-1b78-4fed-9062-653679fc0f03/coworkingspace.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0d22da93-f752-40dc-a9b4-39cc257c0311/saunaandsteamroom.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c43f3bc-c732-471d-9c08-a1e04064a11e/lobby.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:50.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#ucdE677oPNAzFxURdrkJpb8oD8vb7kSN { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f074e4b0-f91c-43ce-8a4d-b0f0c7501974/restaurant.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.1875rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }#ucdE677oPNAzFxURdrkJpb8oD8vb7kSN.adaptive-delivery-prevent-bg, #ucdE677oPNAzFxURdrkJpb8oD8vb7kSN.lazyload, #ucdE677oPNAzFxURdrkJpb8oD8vb7kSN.lazyloading { background-image: none; }
#ucdE677oPNAzFxURdrkJpb8oD8vb7kSN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem; }#ucdE677oPNAzFxURdrkJpb8oD8vb7kSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#mtNeXtXxpMSms1dUptVFSUcWSp9cJ859 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad80cd1b-2d7d-4f84-9aae-8930f32b9add/Bakery.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.1875rem;left:25.3125rem;display:block; }#mtNeXtXxpMSms1dUptVFSUcWSp9cJ859.adaptive-delivery-prevent-bg, #mtNeXtXxpMSms1dUptVFSUcWSp9cJ859.lazyload, #mtNeXtXxpMSms1dUptVFSUcWSp9cJ859.lazyloading { background-image: none; }
#mtNeXtXxpMSms1dUptVFSUcWSp9cJ859::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b4d4d36-225d-435d-bdf6-2e64fe954b43/skybar.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.1875rem;left:50.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z.adaptive-delivery-prevent-bg, #DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z.lazyload, #DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z.lazyloading { background-image: none; }
#DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem; }#DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#LACp9N0fTSVeDaN3MMEEmnDCQMDyETPn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.01953125rem;left:5.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dddnOCPQ5BKxGwKwsNAraJrf819RCfEB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.01953125rem;left:30.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pkwykISVDzxVDEzCHCdMix8iVCTy8o8I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.01953125rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQoaTmoIJVgC8iFeFe65llSDH4qbt9gF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.375rem;left:5.65625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdZuzEfkUk6i0kbP9JxscRhmSRfKPBc8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.375rem;left:29.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#we2mRKh5TWquzi12ThCNGDTykABEOc83 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.375rem;left:56.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EnNFU01a1nzyI76eiCRgILubTcu4hAWc { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:42.75rem;left:4.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L9eyI08T8oezqbhQk7lpeThd6acE31bG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:42.75rem;left:29.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MMnGnfLx8QksU5u43huvZ7rTlFkVPhlU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:42.75rem;left:54.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#230d2e;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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height: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-tertiary-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;line-height:1.4; }
#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-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family: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-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family: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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -moz-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -ms-linear-gradient(180deg, #ffd94c, #d38a00);background-image: -o-linear-gradient(180deg, #ffd94c, #d38a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94c', endColorstr='#d38a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd94c', endColorstr='#d38a00' );";background-image: linear-gradient(180deg, #ffd94c, #d38a00);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.125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;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:#000000;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-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8098754882812rem;left:47.966585159302rem; }
#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:#000000;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-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8098754882812rem;left:47.966585159302rem; }
#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; }
#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-tertiary-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:28.686962127686rem;left:51.312139511108rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;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:#f6d04a;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:5.9982625rem;font-style:normal;display:block; }
#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#351445;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; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row .container { background-color: transparent; background-image: none; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row .container > .video-iframe-container { display: none; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row > .video-iframe-container { display: none; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .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); }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row .container { border-width: 0; border-radius: 0; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#vaIOSl0A9OEZZrOZ5bQtmDhop3oR9A02 { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.15625rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roUVw62oWv7ZMU12OhWzlItu7w3PqxVV { box-sizing:content-box;height:28.125rem;width:74.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.3623046875rem;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;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#cBpgndSfgnQIbG9Dgvb93LNUTONIXF5h { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:42.4873046875rem;left:17.0625rem;height:8.3941rem;text-align:center;text-align-last:center;display:block; }
#rRDcTuDGtmoEk72729WsBiGCI2vBhDTI { position:absolute;display:block;z-index:15023;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:23.625rem;width:58.125rem;top:12.7373046875rem;left:8.4375rem;overflow:hidden;display:block; }
#GXBuBKbKpqWToTKV8tXQwnhbtGfdffBw { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.5rem;left:21.15625rem; }
#xl4Mu8wNaI12lXpivd9tLUzsGzDVbbAt { box-sizing:content-box;color:#5d92ff;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:30.4375rem;left:11.59375rem; }
#XLqzEMkQlRsckRJSlfn4uSWKC9b8zfa1 { box-sizing:content-box;color:#5d92ff;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:30.3125rem;left:30.65625rem; }
#yx844I7oEa6mhinEJ7JWaiKL7aPP7RqX { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.75rem;left:40.46875rem; }
#HBr1cznEc3CMRNQZpl97R2dBc8Kuh64E { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.5625rem;left:50.40625rem; }
#b29rmVOFV2vIO5UPie2FuFpSHf0FTntw { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.6875rem;left:59.78125rem; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:115.3125rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#69417d;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21.155893325806rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #753d8e, #230d2e);background-image: -moz-linear-gradient(180deg, #753d8e, #230d2e);background-image: -ms-linear-gradient(180deg, #753d8e, #230d2e);background-image: -o-linear-gradient(180deg, #753d8e, #230d2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#753d8e', endColorstr='#230d2e' );";background-image: linear-gradient(180deg, #753d8e, #230d2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:107.4375rem;left:25.875rem;display:block; }
#AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SGeM7n299mw4erTRgvocsNPb4tNVIlnM { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:58.8125rem;left:72.0625rem;display:none; }
#wL7zTdcnfRHe7Dq48C33W38yno4H0F1T { position:absolute;display:block;z-index:15104;height:37.5rem;width:75rem;top:10.25rem;left:0rem;display:block; }
#qg2tFpSkwOvHDCPycITqCycT0OWrlcuN { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#NxRPkg6h5wbRDxSNGdEaDJlZDxMAQMKl { color:#6f3989;display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15107;line-height:2.2;letter-spacing:0;top:49.8125rem;left:13.25rem;height:4.39886875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8MhJWMSBicgcxiZdSP2KU9X8EIaDsFp { color:#000000;display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:53.9375rem;left:7.1875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#pa5SHaRLrgSI2RoMsoZ5LRouxzXQRApp { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/47647dfd-9e6f-401e-964e-f21aee3e3d10/nb1.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:60.6484375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#pa5SHaRLrgSI2RoMsoZ5LRouxzXQRApp.adaptive-delivery-prevent-bg, #pa5SHaRLrgSI2RoMsoZ5LRouxzXQRApp.lazyload, #pa5SHaRLrgSI2RoMsoZ5LRouxzXQRApp.lazyloading { background-image: none; }
#aR1n04AKAxA4oB9u4Ww6hARrTTTAQRCT { color:#000000;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15109;line-height:1.2;letter-spacing:0;top:76.375rem;left:0.75rem;height:3.6002625rem;text-align:center;text-align-last:center;display:block; }
#WZTAMEBBsNZbI8MDwO33QDnHEJr9MQA8 { color:#6f3989;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:74.3125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfZoysTT8EhAwJUXMmRTVW4lPkWAH6aM { box-sizing:content-box;height:8.25rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ITaUgyDwOv4GGfzpAL0QyHTWfKaU6TTa { box-sizing:content-box;height:8.25rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.125rem;left:25.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ZyJaHnW68UFp1NoVkMh8wu71XahtamqT { color:#000000;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15113;line-height:1.2;letter-spacing:0;top:76.375rem;left:26.0625rem;height:3.6002625rem;text-align:center;text-align-last:center;display:block; }
#g6FZsqg1bzhSVVurCH9biSTM9U266XrU { color:#6f3989;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:74.3125rem;left:25.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EimxU1SfSWkyooBNUQfbwhLX3XWDWHy8 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6538b8d9-6dab-4546-b9e8-773c7fe358ff/nb2.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:60.625rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#EimxU1SfSWkyooBNUQfbwhLX3XWDWHy8.adaptive-delivery-prevent-bg, #EimxU1SfSWkyooBNUQfbwhLX3XWDWHy8.lazyload, #EimxU1SfSWkyooBNUQfbwhLX3XWDWHy8.lazyloading { background-image: none; }
#q354y8aMa1VNPFgtIvEnTvqRZ0wqwTEs { box-sizing:content-box;height:8.25rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:73.125rem;left:50.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RNMK7vKAZfP7Pa9GVsQs792VE1ADC34T { color:#000000;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15117;line-height:1.2;letter-spacing:0;top:76.375rem;left:51.375rem;height:3.6002625rem;text-align:center;text-align-last:center;display:block; }
#mmuDXWcvovsIW1mFKosxPyqTUtCyhWCD { color:#6f3989;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:74.3125rem;left:50.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Enc87adS7a0EK9dIpyME4qCCRSPeuWVR { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/295beab1-a00b-4cfe-b9e6-90c571808124/nb3.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:60.625rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Enc87adS7a0EK9dIpyME4qCCRSPeuWVR.adaptive-delivery-prevent-bg, #Enc87adS7a0EK9dIpyME4qCCRSPeuWVR.lazyload, #Enc87adS7a0EK9dIpyME4qCCRSPeuWVR.lazyloading { background-image: none; }
#WoVxJS9QK41vqcnOhn29Au5IFOFF0i05 { box-sizing:content-box;height:8.25rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:94.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TmQvsVPLPFar8GK27wg0HosptXadkSTP { color:#000000;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15121;line-height:1.2;letter-spacing:0;top:98.0625rem;left:0.75rem;height:3.6002625rem;text-align:center;text-align-last:center;display:block; }
#VThHl5RuoiVlQuTyZlp1oBCTXR0sTDXP { color:#6f3989;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:96rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a8NXeaBUx7CdrTDDqUGtzEXK5H7Hda3N { box-sizing:content-box;height:8.25rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:94.8125rem;left:25.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#SAt3efBG0Ft47CI697xys58hcI1MoCkr { color:#000000;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15125;line-height:1.2;letter-spacing:0;top:98.0625rem;left:26.0625rem;height:2.400175rem;text-align:center;text-align-last:center;display:block; }
#B14Apt8F1thlBZsBHm2ENIkC330Hq4aG { color:#6f3989;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:96rem;left:25.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZSmb3kUHM2Fp5SnGn6uggvHy4Hsd86F { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/27b4b030-96d0-45fa-ba20-79ba3b9debff/nb4.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:82.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#SZSmb3kUHM2Fp5SnGn6uggvHy4Hsd86F.adaptive-delivery-prevent-bg, #SZSmb3kUHM2Fp5SnGn6uggvHy4Hsd86F.lazyload, #SZSmb3kUHM2Fp5SnGn6uggvHy4Hsd86F.lazyloading { background-image: none; }
#IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c00f59ed-a99b-4d4c-83b3-12311f630ebe/nb5.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:82.3125rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ.adaptive-delivery-prevent-bg, #IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ.lazyload, #IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ.lazyloading { background-image: none; }
#JiWXJ2JsNeCcEewd6V5t844RNnaiiGWU { box-sizing:content-box;height:8.25rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:94.8125rem;left:50.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ERs0Ezvx07WRIrZpTSW4Tkokp1fng7g1 { color:#000000;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15129;line-height:1.2;letter-spacing:0;top:98.0625rem;left:51.375rem;height:3.6002625rem;text-align:center;text-align-last:center;display:block; }
#EfrVZLnLLcc8UM4PSD2aD6Vea7vveMnl { color:#6f3989;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:96rem;left:50.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zEyUiJNnoN5EGIvPJaJCyvsuMPLydSH3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b8d176ee-af0b-4907-985f-c91b05d608b7/nb6.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:82.3125rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#zEyUiJNnoN5EGIvPJaJCyvsuMPLydSH3.adaptive-delivery-prevent-bg, #zEyUiJNnoN5EGIvPJaJCyvsuMPLydSH3.lazyload, #zEyUiJNnoN5EGIvPJaJCyvsuMPLydSH3.lazyloading { background-image: none; }
#hLtdAuDNKS6Bf30OdkJS88hrlv37SorD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdee;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:none; }#hLtdAuDNKS6Bf30OdkJS88hrlv37SorD > .row .container { border-width: 0; border-radius: 0; }#hLtdAuDNKS6Bf30OdkJS88hrlv37SorD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLtdAuDNKS6Bf30OdkJS88hrlv37SorD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#D7bK9yTTQHIUnx1TdIzzlA8tFs8MeU2v { box-sizing:content-box;height:11.1875rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;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:block; }
#OXeex1NXDsdJl5RU9pIWw6a1KXgRhsZg { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15105;line-height:2.2;letter-spacing:0;top:5rem;left:1.5625rem;height:8.796875rem;font-style:normal;display:block; }
#Rw6D5G4twrDhJ9a5riflkPPTe2t0J3XX { color:#753d8e;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15106;line-height:2.2;letter-spacing:0;top:5rem;left:17.25rem;height:8.796875rem;text-align:right;text-align-last:right;display:block; }
#SGVqokzVKQnq4wtAZSqmyTzbob54K185 { box-sizing:content-box;height:11.1875rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:25.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; }
#UiWRfXmXoyGD4R3qKASk9odhgdeuJMie { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15108;line-height:2.2;letter-spacing:0;top:5rem;left:26.875rem;height:8.796875rem;font-style:normal;display:block; }
#sLXst8Qh6u8XiO4bTDWvV92HJ8dzMVAq { color:#753d8e;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15109;line-height:2.2;letter-spacing:0;top:5rem;left:42.5625rem;height:8.79684375rem;text-align:right;text-align-last:right;display:block; }
#PE1TnPqTO3ww6FsoJwIKSI108oHk08qI { box-sizing:content-box;height:11.1875rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8125rem;left:50.625rem;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; }
#r1vF8wBWqWcp8TXUDvykvGiq1skvR0do { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15111;line-height:2.2;letter-spacing:0;top:5rem;left:52.1875rem;height:6.597625rem;font-style:normal;display:block; }
#LTPi6ZEEsRatKEb98ZgXxVUX8eWxByXf { color:#753d8e;display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:2.2;letter-spacing:0;top:5rem;left:67.875rem;height:6.59765625rem;text-align:right;text-align-last:right;display:block; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT { display:block; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P81vPNnao3Vg89qdwEggrdDfxvDd8tRT { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimeXxFbtTZuEtcx0JEyFycH6whWCmTw { display:block; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8Tyh3QQnUofaXuk1bdlsRmLafNFaxTv { 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) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:37rem;left:19.6875rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:36.1875rem;left:12.1875rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:37.25rem;left:12.375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:37.3125rem;left:26.9375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { top:14.125rem;left:1.34375rem;width:45.0625rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:23.25rem;height:3.375rem;top:40.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #T8g8NcAXBNpiKoBZNA0gHVhRsnHEb4wu { top:20.4375rem;left:16.75rem;width:12.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9U0L9VDTBqIiOXDcPsotUO7haR5oRn3 { top:20.375rem;left:17.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkPfHge0ByHCJh0pv6I2g3GSiXJuMV88 { top:3.9375rem;left:19.53125rem;width:8.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKUmmeHNx3HsipgosSyG6MzPDbpDNwkL { top:1.25rem;left:39.375rem;width:8.375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTZNNcwWvVa4x3WlNpTMsl14a4pIX7p { top:28.9375rem;left:8.4375rem;width:8.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPlFDaDh8iKnO2B3WId01xTBrph593dK { top:23.6875rem;left:6.6875rem;width:34.375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTgWrM9wCEZuLTVJHczZVPK8gVOIOidc { top:26rem;left:8.0625rem;width:26.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMuQrV0yMWHfLlSgW7Sulr4hAaPUe1sR { top:28.875rem;left:18.125rem;width:12rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykp9Ic8cvtV7F1tBNcLlXwb8Oy9dnBX4 { top:29.1875rem;left:16.3125rem;width:1.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpLWOLPFTtZybcIQIWAnxOavzspDAT37 { top:4.375rem;left:25.8125rem;width:4.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSAlBydIxXlhHgfOTVBMCKncSA0CTawl { display:block; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMtyzZWNmDR7hInXw0kwOEzWx3m1cG0n { top:3.75rem;left:2.125rem;width:43.5625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCOXqerf8zwmZn5h8Q7NhcgTxZEe7B83 { top:10.375rem;left:0rem;width:23.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFTMviRSrsTEDkVnCOpvD7EZ543FrXo { top:10.375rem;left:11.875rem;width:23.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA2punp4tXtAt0k2I1KhEZSHqCAPFIJ7 { top:10.375rem;left:23.75rem;width:23.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH2vC7HkEmEFobfcEokOih2yhsAVkT9u { top:17.375rem;left:0rem;width:23.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MszOr4i4Bs0yoW1hI1nUAnPgOOAk3ATE { top:17.375rem;left:11.875rem;width:23.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iksNf9DQTsQulcelzMxGzWAuvONLi6Z9 { top:17.375rem;left:23.75rem;width:23.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQvmO4BXZ7M4L2q5bszdp0RyBddip0n { top:11.6875rem;left:0rem;width:18.5625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WthuQlhTaJ1HuWplM1rhJ9zFSa7o5bbb { top:11.6875rem;left:16.25rem;width:16rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r29kWOUBAKaFfW9KTRGlyvsaTm0ZW8mq { top:11.6875rem;left:29.1875rem;width:17.875rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOS570sLuQpH9XrNZNlbT3yL2kAHny24 { top:19.375rem;left:0rem;width:18.5625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc0DX6HExEsZVcmnXJ7TtEntGFTzWtdD { top:18.5625rem;left:16.3125rem;width:13.8125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQARKL1kdVGsbU9071mVMftyU2s51feo { top:19.3125rem;left:29.1875rem;width:18.5625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybw6E6Ubv6b6aQsX96h9k6RrP81h2zul { top:12.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnOgOBkOBIbyu6gpmq2diTBgJ0FtcKtI { top:11.875rem;left:13.09375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dckzi8tTkrTn2ZcUFPfLdznu53SLtdsw { top:11.75rem;left:38.46875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPfG8miFabPp3zMm8zUmK89JnzRhSoXe { top:18.625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRXnPysFixIf70PN2OfXPcHtwyQUGOk { top:18.8125rem;left:12.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydwrOSNs6omzKHOks0f780cl3cepuqrH { top:18.4375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { top:10.6875rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { top:49.4375rem;left:0rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxckATss22K9N9FOICSLzI9H1rilRkt { top:49.4375rem;left:10.875rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { top:71.875rem;left:0rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { top:71.875rem;left:10.875rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQXBO2Ff1EwJxAVwy6DM5seUK8B2TJbu { top:23.5625rem;left:0rem;width:15.3125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLyM3XTHLus06wazGy427aSGT5FVPNgO { top:16.9375rem;left:0rem;width:19.5rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFlsAPRUspl15hu2O1hT5rSJNRwFVk1 { width:23.25rem;height:3.375rem;top:97.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI3i1bZ2bsslg3MPUKCm0cALUZH9QHcA { display:block; }
 }@media only screen and (max-width: 763px) { #AAUNb4WiSoV2s0UEtLKmMBzLVy093zoI { top:12.1875rem;left:0rem;width:47.75rem;height:17.666371158392rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTzJTT2taO9bPuePtrJKvp8D0AOKqnD { top:26.125rem;left:0rem;width:15.3125rem;height:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgzUklyxQVLpc4Mk0pce4lDJfy006ROI { top:33.375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAEy7b2I4hsQxuXp1m9paOuxWZhVSo0c { top:35.0625rem;left:24.6875rem;width:19.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXn1TEl0c9Tg6era7A70psQaQ1aXTBP2 { top:37.6875rem;left:11.875rem;width:20.6875rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq3dFiDVMD0ilndigBu2SKbAOs0sbaKw { top:41rem;left:11.875rem;width:15.875rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A287iz95UaafxTbkeOhFs2vkTcA3Nczt { top:37.6875rem;left:25.75rem;width:22rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQwqTIxMeoNAdPAkiOFpVp5AdULuVX8l { top:41rem;left:25.75rem;width:22rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRT9e9uR6uegvvzm5bOuWO4HEIplt7pA { top:42.875rem;left:25.75rem;width:22rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfixb1MRHTfZ0luJurrbXHnT1dicFHog { top:33.875rem;left:0rem;width:21.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQ3qFZQa4TOUTnx0Dzx42To9Xl2E2tK { top:3.75rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf { display:block; }#JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGLWPvva4TaaizuXzxkCllmDSQ9pE9uc { top:55.25rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHu121t1egaAqgFRC4IiJ3MckLweHzc { top:56.375rem;left:34.0625rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBq6HAhKJ6cDypyI31DuMAaid0ONCuEe { top:56.625rem;left:39.6875rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onCTFZ1H1D18c9tRy1RKC1IAw9Vd1Nbb { top:56.625rem;left:29.3125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vabtpld5dpmUHgAz02gCsBUE2HBJf0SV { top:56.75rem;left:21.6875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGKFVvCVtBCtFuCyi9bNCLsFaG4fwvyB { top:56.4375rem;left:19.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVS3vuxghB7yMmgMQuJvEmvXt0udpqXJ { top:56.75rem;left:18.125rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qabio97f1egNWbqiE9d58x4669VL1ySW { top:56.5rem;left:0rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgqJz2VaZScbIL4ByI4NNA2DVuq4ctvp { top:56.3125rem;left:16rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXyVzUZ0dVwEoagqyK5cIcmA4h89udkx { top:56.75rem;left:14.375rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAhZlQDWD8ihXUoaNOCLdN1NFBo22NL { top:56.5rem;left:12.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxUHEqTbJSl13bxzuHKFRt6PURttUeLI { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSb0CsNWHyE9GFE6TZAzRI2fhwQdguzD { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHP7wt8F7IdGSosuJfd3GJtcFk5Gf9UM { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEelgeZBiChaBhpN9iNkVa7ut8IBatKV { top:16.25rem;left:0rem;width:8.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM3X00caT7PhzwFzzntgR5JOvaIGOThs { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqf9BETnF1Oo8d977Z0neenCdffAvH3Z { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGnbDNvBoLThQ7nEWwwTT2JJaLHz6llA { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #heFvKBteb4Hf8C2iZtDTtxr2pDVzWMgh { top:18.1875rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rR3gtIiweDHFyHASDu2DSliqWSU0gfSF { top:17.0625rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcFsGIO4ghNhdqbpV0OGICq2GhcAd0ql { top:18.1875rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8skxmBKffJ5Tnic4RZAGmRvGvJZXAKT { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGRRTZJdytFRJl28AfzVhQLVKRpl1zQo { top:3.75rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jak8Wug8HEuThg30KEvsTwGU71TVKvqi { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmmeRaL2ZQEcW8T2RIQDNrKeKzQdk6Iu { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywDHrwZfo3eg3VMAFPqF85LDlD6JMGzq { top:22.3125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrbKwwFD2xbz24gPzoOzBTiBUeZ4NoL7 { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O35O2Shih0St8LpcWX8gqHsWhkXXlQkH { top:22.3125rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVVTnTHgMt7AckIw4sLcem1gxH41EyXE { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkkBOfGOvT19Z58opXhzBthtq6RSIMf9 { top:22.3125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTmFexzDfGW7VpyHqCfbpSIIzFfmB2FX { top:20.375rem;left:0rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlVIRCuGVUOUbOxh1PQDProGBQtQhAdu { top:21.1875rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1efmXyTGXvboLwuVP90xDFS1qSNCzWp { top:22.3125rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRGpqbo1AKfQngd8FeWgWM0Dn3w1hJEc { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CU60D2P5nadkNFMR1qgQytqf7DXMaemt { top:10.3125rem;left:0rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RGFBDIADdhRg7RVysuDCoOyNOCPUy9 { top:10.3125rem;left:10.875rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK4ItT69GaSZBI04nuZyEMSCLFDLqalg { top:32.8125rem;left:0rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVsbcHzAqKiExZRNrO7e20Quftykp1za { top:32.8125rem;left:10.875rem;width:36.875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWuDXc1bpdy3pt0lvHZy348RmlKmT7Fb { top:56.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpy6AZMTzhHlSXA5Z4teInOGxiJZJzkT { top:59.0625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiENn4i29dBsMTUsZnmM9w9fVQVz5VwC { top:60.25rem;left:0rem;width:14.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkAN49asZhhQFUtZiZeTBfkTPkfRBgJR { top:60.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9nT5PQHehTE5iFLf2Wi5ODfkPcb7TLT { top:60.3125rem;left:12.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2x7VKBKUJK7TcyTq0JhSaUD5UOPAaF0 { top:60.5rem;left:14.375rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWSAnX3fikzRbNd0Lic7XdJAMubvtlB { top:60.125rem;left:16rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAIDTTcQkonhM1o2DmqDoUMMPwfwhPxR { top:60.5rem;left:18.125rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3hSgsQWOZfSGb3TTQwmBS93tHNsRUsg { top:60.25rem;left:19.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAfQi8TdBzIPTlcupQHNJgX3lVrZyTJ9 { top:60.5rem;left:20.625rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdbe3gwCQr6sTFmW4Blbu6WUtc0KfnVM { top:60.4375rem;left:29.3125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNhue8DlTaH6VTNLRWFvQrJi2peqiAgU { top:60.1875rem;left:34.0625rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukZEFEgRaglCGWeKcAqPKk2zaFqmO1d { top:60.4375rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxkUtrTRV6mCM4amCBcnWPVLUiIXrmWK { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzI48CT10520T6egQtZa9zatS4bqAXiM { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACioLG9MHD4qZx5mbsEMbgpqzMDRWRdW { top:26.4375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeqgulH65RuNRwZ1k3h7mluNSBhSIiBr { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlHH5x4T6nbnsiZXUA0henXeb3XzK2sa { top:26.4375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfsOieeRvrUUuaBK5K4hCcgTtpEub3Vv { top:24.5rem;left:0rem;width:8.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKxyX8O6DpeiSScHPUcmzCtIUKcFV36H { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcH97yDO0VzDGRqzRl4UgsKl0foJ0ouk { top:26.4375rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckQl81sekfKn3GV1RBF6aEqwbsb8S6KI { top:25.3125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6zvur1L1zgbcZskVeQmyu6xUkvr4y0q { top:26.4375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNz7xHFJTwKsKvJ6APXevH8PTorWewMF { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvbUGa7ou9GVkbX41WVCXbrXwB3SsWN6 { top:62.875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOwt34ShFpQHgC0M3KrqwFATsnuHvGoN { top:64.0625rem;left:0rem;width:21.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn73m5x7oPWt1IeZ32wbBMAKqbRnuAFM { top:64.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7iZsueCXt57GQtOKTTUqChFegBPbcWH { top:64.125rem;left:12.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4hnk2iUlZ57nQxcnkMHX2U9MSKK7ELR { top:64.3125rem;left:14.375rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XAXDvQ1X5JykgOHCLOkCKG6ffdqcM1 { top:63.9375rem;left:16rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5aWAzHuPcaxQq7CQaWaGZMXGRPHxmKu { top:64.3125rem;left:18.125rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T45o3usXocDEbZ0pUOXdxdd3tOlXwIPP { top:64.0625rem;left:19.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB6RPgAsaD0k2rAgWysruor72NhMi4LT { top:64.3125rem;left:20.625rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuUEu89F3qun0bJGA2WnxTtJHpcOTpHn { top:64.25rem;left:29.3125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGfUKJCyTmes8X2QsD8Ku47EFizBhusF { top:64rem;left:34.0625rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTKZMkNU8p2JpeQvg1e6tpcrtFnwNS4g { top:64.25rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAwHEX1ifFNIPBFcwVTlAVG1vPHNyRf { width:12.5rem;height:2.375rem;top:55.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ybzwdKsbRVHFRcC6KfcISEV3S3LSGA { display:block; }
 }@media only screen and (max-width: 763px) { #EIqb4JPkPQepitEZv3iFRtds4Mf7N4oU { width:12.5rem;height:2.375rem;top:59.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y89z7brNFo5gNFUu1PsLiNTaRufd34ew { display:block; }
 }@media only screen and (max-width: 763px) { #xz0u1Kq47TqvzSggUl3h5zyneee50Mbq { width:12.5rem;height:2.375rem;top:63.5625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO3tig5VsDcJhxr1QHyplFbDb4bepxXK { display:block; }
 }@media only screen and (max-width: 763px) { #dxTfWtzHaKfWN5mkto7474oQJx6IOsQS { display:block; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STNHsD4irlcTJDXTSpTPbleyAQcnsmV6 { top:18.125rem;left:0rem;width:34.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPOr6ZVMt5OoKXVJaEXAvdJpq1FVubO2 { top:12.625rem;left:17.5625rem;width:30.1875rem;height:14.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmRoZTGP1H4h55qbylTR4QxwSrferidQ { top:5.9375rem;left:0rem;width:47.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4RtOxtONPzTpFSndJmsJhpJ6XdonOxc { top:11.625rem;left:23.84375rem;width:0.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ2qQX1oI5fXuBCUCdZNriGQR4XOgwtl { top:8.8125rem;left:0rem;width:14.8125rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QnHrr13qBL2kUVpCMi0NbZZpRVMkwLFC { top:5.4375rem;left:0rem;width:8.5rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubUbPWurHfKIwoRcTDNVJN2lDU7CXfVU { top:15.1875rem;left:0rem;width:8.5rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGwOQKTOHNg9aPggXgi78BqB4aR5BNZT { top:16.75rem;left:0rem;width:14.8125rem;height:2.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqXEiM2PvTTJDxtALOt9VJwGwWWguHOB { top:8.9375rem;left:0rem;width:8.5rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #psN8TsI55nIDdShqgrLkAoqa7gMEvxJD { top:9.125rem;left:0rem;width:14.8125rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AUC3wDRIIOm8t5ZgB9anRPyqqZEhT9Rz { top:11.3125rem;left:0rem;width:8.5rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E9n39490andlRv8ouOONN2McGITzbWV1 { top:14.5625rem;left:0rem;width:14.8125rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RduB5NifZsO4eFRipWyauOV5Z5etmQpa { top:11.625rem;left:0rem;width:8.5rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOpg7QdPBFXLwrCsXcCs7nNP5bQO4GIE { top:25.875rem;left:0rem;width:14.8125rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:3.75rem;left:5.6875rem;width:36.375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { top:10.3125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { top:10.3125rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:23.75rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:23.75rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { top:10.3125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { top:23.75rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucdE677oPNAzFxURdrkJpb8oD8vb7kSN { top:37.1875rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtNeXtXxpMSms1dUptVFSUcWSp9cJ859 { top:37.1875rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z { top:37.1875rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACp9N0fTSVeDaN3MMEEmnDCQMDyETPn { top:16rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dddnOCPQ5BKxGwKwsNAraJrf819RCfEB { top:16rem;left:16.96875rem;width:13.8125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkwykISVDzxVDEzCHCdMix8iVCTy8o8I { top:16rem;left:31rem;width:16.75rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQoaTmoIJVgC8iFeFe65llSDH4qbt9gF { top:29.375rem;left:0rem;width:13.0625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdZuzEfkUk6i0kbP9JxscRhmSRfKPBc8 { top:29.375rem;left:16.15625rem;width:15.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2mRKh5TWquzi12ThCNGDTykABEOc83 { top:29.375rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnNFU01a1nzyI76eiCRgILubTcu4hAWc { top:42.75rem;left:0rem;width:15rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eyI08T8oezqbhQk7lpeThd6acE31bG { top:42.6875rem;left:16.249133110046rem;width:15.375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMnGnfLx8QksU5u43huvZ7rTlFkVPhlU { top:42.75rem;left:31.875rem;width:15.875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #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:1.75rem;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:1.75rem;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) { #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:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO { display:block; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaIOSl0A9OEZZrOZ5bQtmDhop3oR9A02 { top:3.75rem;left:7.53125rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roUVw62oWv7ZMU12OhWzlItu7w3PqxVV { top:10.3125rem;left:0rem;width:47.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpgndSfgnQIbG9Dgvb93LNUTONIXF5h { top:42.4375rem;left:3.4375rem;width:40.875rem;height:8.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRDcTuDGtmoEk72729WsBiGCI2vBhDTI { top:12.6875rem;left:0rem;width:47.75rem;height:19.408064516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBuBKbKpqWToTKV8tXQwnhbtGfdffBw { top:14.5rem;left:7.53125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl4Mu8wNaI12lXpivd9tLUzsGzDVbbAt { top:30.4375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLqzEMkQlRsckRJSlfn4uSWKC9b8zfa1 { top:30.3125rem;left:17.03125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx844I7oEa6mhinEJ7JWaiKL7aPP7RqX { top:14.75rem;left:26.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBr1cznEc3CMRNQZpl97R2dBc8Kuh64E { top:30.5625rem;left:36.78125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b29rmVOFV2vIO5UPie2FuFpSHf0FTntw { top:14.6875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.5625rem;left:7.5302734375rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { width:23.25rem;height:3.375rem;top:107.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { top:58.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL7zTdcnfRHe7Dq48C33W38yno4H0F1T { top:10.25rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg2tFpSkwOvHDCPycITqCycT0OWrlcuN { display:none; }
 }@media only screen and (max-width: 763px) { #NxRPkg6h5wbRDxSNGdEaDJlZDxMAQMKl { top:49.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8MhJWMSBicgcxiZdSP2KU9X8EIaDsFp { top:53.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa5SHaRLrgSI2RoMsoZ5LRouxzXQRApp { top:60.625rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR1n04AKAxA4oB9u4Ww6hARrTTTAQRCT { top:76.375rem;left:0rem;width:22.875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZTAMEBBsNZbI8MDwO33QDnHEJr9MQA8 { top:74.3125rem;left:0rem;width:24.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfZoysTT8EhAwJUXMmRTVW4lPkWAH6aM { top:73.125rem;left:0rem;width:24.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITaUgyDwOv4GGfzpAL0QyHTWfKaU6TTa { top:73.125rem;left:11.6875rem;width:24.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJaHnW68UFp1NoVkMh8wu71XahtamqT { top:76.375rem;left:12.4375rem;width:22.875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6FZsqg1bzhSVVurCH9biSTM9U266XrU { top:74.3125rem;left:11.6875rem;width:24.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimxU1SfSWkyooBNUQfbwhLX3XWDWHy8 { top:60.625rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q354y8aMa1VNPFgtIvEnTvqRZ0wqwTEs { top:73.125rem;left:23.375rem;width:24.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMK7vKAZfP7Pa9GVsQs792VE1ADC34T { top:76.375rem;left:24.875rem;width:22.875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmuDXWcvovsIW1mFKosxPyqTUtCyhWCD { top:74.3125rem;left:23.375rem;width:24.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enc87adS7a0EK9dIpyME4qCCRSPeuWVR { top:60.625rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoVxJS9QK41vqcnOhn29Au5IFOFF0i05 { top:94.8125rem;left:0rem;width:24.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQvsVPLPFar8GK27wg0HosptXadkSTP { top:98.0625rem;left:0rem;width:22.875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThHl5RuoiVlQuTyZlp1oBCTXR0sTDXP { top:96rem;left:0rem;width:24.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8NXeaBUx7CdrTDDqUGtzEXK5H7Hda3N { top:94.8125rem;left:11.6875rem;width:24.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAt3efBG0Ft47CI697xys58hcI1MoCkr { top:98.0625rem;left:12.4375rem;width:22.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B14Apt8F1thlBZsBHm2ENIkC330Hq4aG { top:96rem;left:11.6875rem;width:24.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZSmb3kUHM2Fp5SnGn6uggvHy4Hsd86F { top:82.3125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ { top:82.3125rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiWXJ2JsNeCcEewd6V5t844RNnaiiGWU { top:94.8125rem;left:23.375rem;width:24.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERs0Ezvx07WRIrZpTSW4Tkokp1fng7g1 { top:98.0625rem;left:24.875rem;width:22.875rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrVZLnLLcc8UM4PSD2aD6Vea7vveMnl { top:96rem;left:23.375rem;width:24.375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEyUiJNnoN5EGIvPJaJCyvsuMPLydSH3 { top:82.3125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtdAuDNKS6Bf30OdkJS88hrlv37SorD { display:block; }#hLtdAuDNKS6Bf30OdkJS88hrlv37SorD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7bK9yTTQHIUnx1TdIzzlA8tFs8MeU2v { top:3.8125rem;left:0rem;width:24.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXeex1NXDsdJl5RU9pIWw6a1KXgRhsZg { top:5rem;left:0rem;width:10rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6D5G4twrDhJ9a5riflkPPTe2t0J3XX { top:5rem;left:3.625rem;width:5.4375rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGVqokzVKQnq4wtAZSqmyTzbob54K185 { top:3.8125rem;left:11.6875rem;width:24.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiWRfXmXoyGD4R3qKASk9odhgdeuJMie { top:5rem;left:13.25rem;width:13.0625rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLXst8Qh6u8XiO4bTDWvV92HJ8dzMVAq { top:5rem;left:28.9375rem;width:5.4375rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE1TnPqTO3ww6FsoJwIKSI108oHk08qI { top:3.8125rem;left:23.375rem;width:24.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1vF8wBWqWcp8TXUDvykvGiq1skvR0do { top:5rem;left:36.25rem;width:11.5rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTPi6ZEEsRatKEb98ZgXxVUX8eWxByXf { top:5rem;left:42.3125rem;width:5.4375rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT { display:block; }#M7e0yL5aWbuqnoddmXr5m3ApHyyHipXT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P81vPNnao3Vg89qdwEggrdDfxvDd8tRT { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EimeXxFbtTZuEtcx0JEyFycH6whWCmTw { display:block; }#EimeXxFbtTZuEtcx0JEyFycH6whWCmTw > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8Tyh3QQnUofaXuk1bdlsRmLafNFaxTv { 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/c50fb9e0-52b2-4480-995a-dc92dc76da25/ZEBT_Perspective03.jpg");background-position: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.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(0,0,0,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 { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:17.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.25rem;top:16.9375rem;left:1.25rem;background-color:rgba(17,17,17,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:17.6875rem;left:2.25rem;font-size:0.8125rem;color:#f6d04a;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:17.75rem;left:12.5625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { width:19.125rem;height:2.3984375rem;top:5.4697265625rem;left:0.4375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:17.5rem;height:2.5rem;top:20rem;left:1.25rem;font-size:0.875rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #T8g8NcAXBNpiKoBZNA0gHVhRsnHEb4wu { width:9.125rem;height:0.89355625rem;top:8.375rem;left:5.0625rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N9U0L9VDTBqIiOXDcPsotUO7haR5oRn3 { display:flex;width:1rem;height:1rem;top:8.375rem;left:5.5625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #pkPfHge0ByHCJh0pv6I2g3GSiXJuMV88 { width:4.3125rem;height:3.5rem;top:1rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKUmmeHNx3HsipgosSyG6MzPDbpDNwkL { width:3.5rem;height:3.625rem;top:0.625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiTZNNcwWvVa4x3WlNpTMsl14a4pIX7p { width:8.75rem;height:1.1002625rem;top:13.24609375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPlFDaDh8iKnO2B3WId01xTBrph593dK { width:20rem;height:5.375rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTgWrM9wCEZuLTVJHczZVPK8gVOIOidc { width:16.625rem;height:1.462675rem;top:11.37109375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMuQrV0yMWHfLlSgW7Sulr4hAaPUe1sR { width:12rem;height:1.64930625rem;top:12.9833984375rem;left:6.373046875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykp9Ic8cvtV7F1tBNcLlXwb8Oy9dnBX4 { width:1.9375rem;height:1.1002625rem;top:13.220703125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpLWOLPFTtZybcIQIWAnxOavzspDAT37 { width:2.125rem;height:1.3125rem;top:1.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSAlBydIxXlhHgfOTVBMCKncSA0CTawl { display:block; }#nSAlBydIxXlhHgfOTVBMCKncSA0CTawl > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMtyzZWNmDR7hInXw0kwOEzWx3m1cG0n { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JCOXqerf8zwmZn5h8Q7NhcgTxZEe7B83 { width:19.75rem;height:3.125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFTMviRSrsTEDkVnCOpvD7EZ543FrXo { width:19.75rem;height:3.125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA2punp4tXtAt0k2I1KhEZSHqCAPFIJ7 { width:19.75rem;height:3.125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH2vC7HkEmEFobfcEokOih2yhsAVkT9u { width:19.75rem;height:3.125rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MszOr4i4Bs0yoW1hI1nUAnPgOOAk3ATE { width:19.75rem;height:3.125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iksNf9DQTsQulcelzMxGzWAuvONLi6Z9 { width:19.75rem;height:3.125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQvmO4BXZ7M4L2q5bszdp0RyBddip0n { width:12.3125rem;height:1.94921875rem;top:4.78125rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WthuQlhTaJ1HuWplM1rhJ9zFSa7o5bbb { width:15rem;height:0.9746125rem;top:9.0625rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r29kWOUBAKaFfW9KTRGlyvsaTm0ZW8mq { width:17.125rem;height:0.9746125rem;top:12.75rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOS570sLuQpH9XrNZNlbT3yL2kAHny24 { width:13.5625rem;height:0.9746125rem;top:16.4375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc0DX6HExEsZVcmnXJ7TtEntGFTzWtdD { width:16.6875rem;height:0.9746125rem;top:20.125rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQARKL1kdVGsbU9071mVMftyU2s51feo { width:16.1875rem;height:0.9746125rem;top:23.75rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybw6E6Ubv6b6aQsX96h9k6RrP81h2zul { display:flex;width:1.5rem;height:1.5rem;top:4.96875rem;left:0.6875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #rnOgOBkOBIbyu6gpmq2diTBgJ0FtcKtI { display:flex;width:1.5rem;height:1.5rem;top:8.625rem;left:0.6875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Dckzi8tTkrTn2ZcUFPfLdznu53SLtdsw { display:flex;width:1.75rem;height:1.75rem;top:12.25rem;left:0.4375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #TPfG8miFabPp3zMm8zUmK89JnzRhSoXe { display:flex;width:1.75rem;height:1.75rem;top:16rem;left:0.5625rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #kxRXnPysFixIf70PN2OfXPcHtwyQUGOk { display:flex;width:1.5rem;height:1.5rem;top:19.8125rem;left:0.6875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ydwrOSNs6omzKHOks0f780cl3cepuqrH { display:flex;width:2rem;height:2rem;top:23.1875rem;left:0.4375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#230d2e;background-image:none;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { width:20rem;height:5.0625rem;top:97.497335433963rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:27.8125rem;top:3.875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { width:9.6875rem;height:5.3125rem;top:32.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxckATss22K9N9FOICSLzI9H1rilRkt { width:9.6875rem;height:5.3125rem;top:32.3125rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { width:9.6875rem;height:5.3125rem;top:38.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/db2484be-533f-4190-bf42-2180b2b09d87/Roomrender3.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.adaptive-delivery-prevent-bg, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyload, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { width:9.6875rem;height:5.3125rem;top:38.25rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcddea9d-641d-4c85-a8cc-00387cec4f7a/Roomrender6.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.adaptive-delivery-prevent-bg, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyload, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JQXBO2Ff1EwJxAVwy6DM5seUK8B2TJbu { width:6.8125rem;height:1.3496125rem;top:5.1875rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLyM3XTHLus06wazGy427aSGT5FVPNgO { width:7.8125rem;height:3rem;top:5.4375rem;left:1.625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ORFlsAPRUspl15hu2O1hT5rSJNRwFVk1 { width:17.5rem;height:2.5rem;top:45.125rem;left:1.25rem;font-size:0.875rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI3i1bZ2bsslg3MPUKCm0cALUZH9QHcA { display:block; }
 }@media only screen and (max-width: 763px) { #AAUNb4WiSoV2s0UEtLKmMBzLVy093zoI { width:19.8125rem;height:7.3125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTzJTT2taO9bPuePtrJKvp8D0AOKqnD { width:9.6875rem;height:2.47265625rem;top:6.25rem;left:9.75rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xgzUklyxQVLpc4Mk0pce4lDJfy006ROI { width:18.75rem;height:7.1875rem;top:18.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAEy7b2I4hsQxuXp1m9paOuxWZhVSo0c { width:19.25rem;height:1.13671875rem;top:17rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXn1TEl0c9Tg6era7A70psQaQ1aXTBP2 { width:17rem;height:0.8125rem;top:19.9375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq3dFiDVMD0ilndigBu2SKbAOs0sbaKw { width:17.8125rem;height:0.8125rem;top:21rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A287iz95UaafxTbkeOhFs2vkTcA3Nczt { width:17.125rem;height:0.75rem;top:22.125rem;left:1.25rem;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dQwqTIxMeoNAdPAkiOFpVp5AdULuVX8l { width:14.75rem;height:0.8125rem;top:23.125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRT9e9uR6uegvvzm5bOuWO4HEIplt7pA { width:15.0625rem;height:0.8125rem;top:24.125rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfixb1MRHTfZ0luJurrbXHnT1dicFHog { width:10.5625rem;height:6.9375rem;top:25.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQ3qFZQa4TOUTnx0Dzx42To9Xl2E2tK { width:19.875rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf { background-color:#230d2e;background-image:none;display:none; }#JyAdTw1OsX13HNdEhHy7O7qBaM3Z3XVf > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SGLWPvva4TaaizuXzxkCllmDSQ9pE9uc { width:20rem;height:5.0625rem;top:97.497335433963rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEHu121t1egaAqgFRC4IiJ3MckLweHzc { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UBq6HAhKJ6cDypyI31DuMAaid0ONCuEe { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #onCTFZ1H1D18c9tRy1RKC1IAw9Vd1Nbb { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Vabtpld5dpmUHgAz02gCsBUE2HBJf0SV { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VGKFVvCVtBCtFuCyi9bNCLsFaG4fwvyB { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVS3vuxghB7yMmgMQuJvEmvXt0udpqXJ { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qabio97f1egNWbqiE9d58x4669VL1ySW { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AgqJz2VaZScbIL4ByI4NNA2DVuq4ctvp { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXyVzUZ0dVwEoagqyK5cIcmA4h89udkx { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TVAhZlQDWD8ihXUoaNOCLdN1NFBo22NL { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxUHEqTbJSl13bxzuHKFRt6PURttUeLI { width:20rem;height:4.0625rem;top:15.625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #vSb0CsNWHyE9GFE6TZAzRI2fhwQdguzD { display:flex;width:1.25rem;height:1.25rem;top:18.0625rem;left:0.875rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #AHP7wt8F7IdGSosuJfd3GJtcFk5Gf9UM { width:1.31214375rem;height:1.13671875rem;top:18.1875rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #QEelgeZBiChaBhpN9iNkVa7ut8IBatKV { width:8.5rem;height:1.29980625rem;top:16.25rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15099;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #sM3X00caT7PhzwFzzntgR5JOvaIGOThs { display:flex;width:1.25rem;height:1.25rem;top:17.9375rem;left:3.5rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #xqf9BETnF1Oo8d977Z0neenCdffAvH3Z { width:1.25rem;height:1.13671875rem;top:18.1875rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #AGnbDNvBoLThQ7nEWwwTT2JJaLHz6llA { display:flex;width:1.25rem;height:1.25rem;top:18.0625rem;left:6.1875rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #heFvKBteb4Hf8C2iZtDTtxr2pDVzWMgh { width:5.75rem;height:1.13671875rem;top:18.1875rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #rR3gtIiweDHFyHASDu2DSliqWSU0gfSF { width:7.9368125rem;height:1.29980625rem;top:17.0625rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #NcFsGIO4ghNhdqbpV0OGICq2GhcAd0ql { width:7.0623125rem;height:1.13671875rem;top:18.1875rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #Z8skxmBKffJ5Tnic4RZAGmRvGvJZXAKT { width:5.7492875rem;height:1.13671875rem;top:15.9375rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;color:#f6d04a;display:block; }
 }@media only screen and (max-width: 763px) { #TGRRTZJdytFRJl28AfzVhQLVKRpl1zQo { width:19.875rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Jak8Wug8HEuThg30KEvsTwGU71TVKvqi { width:20rem;height:4.0625rem;top:19.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #JmmeRaL2ZQEcW8T2RIQDNrKeKzQdk6Iu { display:flex;width:1.25rem;height:1.25rem;top:22.1875rem;left:0.875rem;font-size:0.875rem;z-index:15132; }
 }@media only screen and (max-width: 763px) { #ywDHrwZfo3eg3VMAFPqF85LDlD6JMGzq { width:1.31214375rem;height:1.13671875rem;top:22.3125rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #hrbKwwFD2xbz24gPzoOzBTiBUeZ4NoL7 { display:flex;width:1.25rem;height:1.25rem;top:22.0625rem;left:3.5rem;font-size:0.875rem;z-index:15133; }
 }@media only screen and (max-width: 763px) { #O35O2Shih0St8LpcWX8gqHsWhkXXlQkH { width:1.25rem;height:1.13671875rem;top:22.3125rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #HVVTnTHgMt7AckIw4sLcem1gxH41EyXE { display:flex;width:1.25rem;height:1.25rem;top:22.1875rem;left:6.1875rem;font-size:0.875rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #LkkBOfGOvT19Z58opXhzBthtq6RSIMf9 { width:5.75rem;height:1.13671875rem;top:22.3125rem;left:7.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #cTmFexzDfGW7VpyHqCfbpSIIzFfmB2FX { width:11.4375rem;height:1.29980625rem;top:20.375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15121;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #LlVIRCuGVUOUbOxh1PQDProGBQtQhAdu { width:7.9368125rem;height:1.29980625rem;top:21.1875rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #v1efmXyTGXvboLwuVP90xDFS1qSNCzWp { width:7.0623125rem;height:1.13671875rem;top:22.3125rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #LRGpqbo1AKfQngd8FeWgWM0Dn3w1hJEc { width:5.7492875rem;height:1.13671875rem;top:20.0625rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15144;color:#f6d04a;display:block; }
 }@media only screen and (max-width: 763px) { #CU60D2P5nadkNFMR1qgQytqf7DXMaemt { width:9.6875rem;height:5.3125rem;top:3.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RGFBDIADdhRg7RVysuDCoOyNOCPUy9 { width:9.6875rem;height:5.3125rem;top:3.75rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK4ItT69GaSZBI04nuZyEMSCLFDLqalg { width:9.6875rem;height:5.3125rem;top:9.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/db2484be-533f-4190-bf42-2180b2b09d87/Roomrender3.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OK4ItT69GaSZBI04nuZyEMSCLFDLqalg.adaptive-delivery-prevent-bg, #OK4ItT69GaSZBI04nuZyEMSCLFDLqalg.lazyload, #OK4ItT69GaSZBI04nuZyEMSCLFDLqalg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aVsbcHzAqKiExZRNrO7e20Quftykp1za { width:9.6875rem;height:5.3125rem;top:9.6875rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcddea9d-641d-4c85-a8cc-00387cec4f7a/Roomrender6.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aVsbcHzAqKiExZRNrO7e20Quftykp1za.adaptive-delivery-prevent-bg, #aVsbcHzAqKiExZRNrO7e20Quftykp1za.lazyload, #aVsbcHzAqKiExZRNrO7e20Quftykp1za.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kWuDXc1bpdy3pt0lvHZy348RmlKmT7Fb { display:flex;width:1.25rem;height:1.25rem;top:56.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qpy6AZMTzhHlSXA5Z4teInOGxiJZJzkT { width:20rem;height:3.75rem;top:59.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiENn4i29dBsMTUsZnmM9w9fVQVz5VwC { width:14.3125rem;height:auto;top:60.25rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DkAN49asZhhQFUtZiZeTBfkTPkfRBgJR { display:flex;width:1.25rem;height:1.25rem;top:60.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9nT5PQHehTE5iFLf2Wi5ODfkPcb7TLT { display:flex;width:1.625rem;height:1.625rem;top:60.3125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2x7VKBKUJK7TcyTq0JhSaUD5UOPAaF0 { width:1.375rem;height:auto;top:60.5rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DOWSAnX3fikzRbNd0Lic7XdJAMubvtlB { display:flex;width:1.625rem;height:1.625rem;top:60.125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAIDTTcQkonhM1o2DmqDoUMMPwfwhPxR { width:1.3125rem;height:auto;top:60.5rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #H3hSgsQWOZfSGb3TTQwmBS93tHNsRUsg { display:flex;width:1.625rem;height:1.625rem;top:60.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAfQi8TdBzIPTlcupQHNJgX3lVrZyTJ9 { width:6.8125rem;height:auto;top:60.5rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jdbe3gwCQr6sTFmW4Blbu6WUtc0KfnVM { width:5.75rem;height:auto;top:60.4375rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #FNhue8DlTaH6VTNLRWFvQrJi2peqiAgU { width:7.9375rem;height:auto;top:60.1875rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #DukZEFEgRaglCGWeKcAqPKk2zaFqmO1d { width:7.125rem;height:auto;top:60.4375rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #VxkUtrTRV6mCM4amCBcnWPVLUiIXrmWK { width:20rem;height:4.0625rem;top:23.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #yzI48CT10520T6egQtZa9zatS4bqAXiM { display:flex;width:1.25rem;height:1.25rem;top:26.3125rem;left:0.875rem;font-size:0.875rem;z-index:15143; }
 }@media only screen and (max-width: 763px) { #ACioLG9MHD4qZx5mbsEMbgpqzMDRWRdW { width:1.31214375rem;height:1.13671875rem;top:26.4375rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #IeqgulH65RuNRwZ1k3h7mluNSBhSIiBr { display:flex;width:1.25rem;height:1.25rem;top:26.1875rem;left:3.5rem;font-size:0.875rem;z-index:15144; }
 }@media only screen and (max-width: 763px) { #ZlHH5x4T6nbnsiZXUA0henXeb3XzK2sa { width:1.25rem;height:1.13671875rem;top:26.4375rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #WfsOieeRvrUUuaBK5K4hCcgTtpEub3Vv { width:8.5rem;height:1.29980625rem;top:24.5rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15132;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #EKxyX8O6DpeiSScHPUcmzCtIUKcFV36H { display:flex;width:1.25rem;height:1.25rem;top:26.3125rem;left:6.1875rem;font-size:0.875rem;z-index:15145; }
 }@media only screen and (max-width: 763px) { #XcH97yDO0VzDGRqzRl4UgsKl0foJ0ouk { width:5.75rem;height:1.13671875rem;top:26.4375rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #ckQl81sekfKn3GV1RBF6aEqwbsb8S6KI { width:7.9368125rem;height:1.29980625rem;top:25.3125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #C6zvur1L1zgbcZskVeQmyu6xUkvr4y0q { width:7.0623125rem;height:1.13671875rem;top:26.4375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #wNz7xHFJTwKsKvJ6APXevH8PTorWewMF { width:5.7492875rem;height:1.13671875rem;top:24.1875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15155;color:#f6d04a;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbUGa7ou9GVkbX41WVCXbrXwB3SsWN6 { width:20rem;height:3.75rem;top:62.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOwt34ShFpQHgC0M3KrqwFATsnuHvGoN { width:20rem;height:auto;top:64.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qn73m5x7oPWt1IeZ32wbBMAKqbRnuAFM { display:flex;width:1.25rem;height:1.25rem;top:64.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7iZsueCXt57GQtOKTTUqChFegBPbcWH { display:flex;width:1.625rem;height:1.625rem;top:64.125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4hnk2iUlZ57nQxcnkMHX2U9MSKK7ELR { width:1.375rem;height:auto;top:64.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x9XAXDvQ1X5JykgOHCLOkCKG6ffdqcM1 { display:flex;width:1.625rem;height:1.625rem;top:63.9375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5aWAzHuPcaxQq7CQaWaGZMXGRPHxmKu { width:1.3125rem;height:auto;top:64.3125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T45o3usXocDEbZ0pUOXdxdd3tOlXwIPP { display:flex;width:1.625rem;height:1.625rem;top:64.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hB6RPgAsaD0k2rAgWysruor72NhMi4LT { width:6.8125rem;height:auto;top:64.3125rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VuUEu89F3qun0bJGA2WnxTtJHpcOTpHn { width:5.75rem;height:auto;top:64.25rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #cGfUKJCyTmes8X2QsD8Ku47EFizBhusF { width:7.9375rem;height:auto;top:64rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iTKZMkNU8p2JpeQvg1e6tpcrtFnwNS4g { width:7.125rem;height:auto;top:64.25rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TTAwHEX1ifFNIPBFcwVTlAVG1vPHNyRf { width:12.5rem;height:2.375rem;top:30.3125rem;left:4.75rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8ybzwdKsbRVHFRcC6KfcISEV3S3LSGA { display:block; }
 }@media only screen and (max-width: 763px) { #EIqb4JPkPQepitEZv3iFRtds4Mf7N4oU { width:12.5rem;height:2.375rem;top:38.0625rem;left:4.75rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y89z7brNFo5gNFUu1PsLiNTaRufd34ew { display:block; }
 }@media only screen and (max-width: 763px) { #xz0u1Kq47TqvzSggUl3h5zyneee50Mbq { width:17.5rem;height:2.5rem;top:29.5rem;left:1.25rem;font-size:0.875rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO3tig5VsDcJhxr1QHyplFbDb4bepxXK { display:block; }
 }@media only screen and (max-width: 763px) { #dxTfWtzHaKfWN5mkto7474oQJx6IOsQS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c25ffa3-8043-4eca-92da-80c5705a0953/dronerender.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS.adaptive-delivery-prevent-bg, #dxTfWtzHaKfWN5mkto7474oQJx6IOsQS.lazyload, #dxTfWtzHaKfWN5mkto7474oQJx6IOsQS.lazyloading { background-image: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container { background-color: transparent; background-image: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container > .video-iframe-container { display: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row > .video-iframe-container { display: none; }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .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); }#dxTfWtzHaKfWN5mkto7474oQJx6IOsQS > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STNHsD4irlcTJDXTSpTPbleyAQcnsmV6 { width:19.5rem;height:1.5rem;top:1.25rem;left:0.25rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPOr6ZVMt5OoKXVJaEXAvdJpq1FVubO2 { width:18.75rem;height:10.79296875rem;top:3.64453125rem;left:0.78125rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmRoZTGP1H4h55qbylTR4QxwSrferidQ { width:19.875rem;height:12.1875rem;top:3.89453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4RtOxtONPzTpFSndJmsJhpJ6XdonOxc { width:0.0625rem;height:16.875rem;top:15.20703125rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQ2qQX1oI5fXuBCUCdZNriGQR4XOgwtl { width:14.8125rem;height:0;top:4.6875rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #QnHrr13qBL2kUVpCMi0NbZZpRVMkwLFC { width:8.5rem;height:0;top:3.6640625rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #ubUbPWurHfKIwoRcTDNVJN2lDU7CXfVU { width:8.5rem;height:0;top:15.375rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #AGwOQKTOHNg9aPggXgi78BqB4aR5BNZT { width:14.8125rem;height:0;top:12.125rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #zqXEiM2PvTTJDxtALOt9VJwGwWWguHOB { width:8.5rem;height:0;top:6.125rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #psN8TsI55nIDdShqgrLkAoqa7gMEvxJD { width:14.8125rem;height:0;top:7.1875rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #AUC3wDRIIOm8t5ZgB9anRPyqqZEhT9Rz { width:8.5rem;height:0;top:8.625rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #E9n39490andlRv8ouOONN2McGITzbWV1 { width:14.8125rem;height:0;top:9.6484375rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #RduB5NifZsO4eFRipWyauOV5Z5etmQpa { width:8.5rem;height:0;top:11.125rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #AOpg7QdPBFXLwrCsXcCs7nNP5bQO4GIE { width:14.8125rem;height:0;top:16.4375rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:15.1875rem;height:1.625rem;top:1.125rem;left:2.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { width:9.6875rem;height:5.625rem;top:3.7314453125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4aa21d6-97bf-418d-98e1-7000eaae6177/pool.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); } }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { width:9.6875rem;height:5.625rem;top:3.7314453125rem;left:10.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92eb2d44-01ed-454d-b5f4-84698aa0aac7/gym.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); } }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:10rem;left:10.3125rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/6c41d376-58cf-4fcc-96e2-ef89f25ffa58/THECOLLABORATIONHUB01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.625rem;top:10rem;left:10.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2095fdc-1b78-4fed-9062-653679fc0f03/coworkingspace.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); } }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { width:9.6875rem;height:5.625rem;top:10rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0d22da93-f752-40dc-a9b4-39cc257c0311/saunaandsteamroom.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); } }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { width:9.6875rem;height:5.625rem;top:16.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c43f3bc-c732-471d-9c08-a1e04064a11e/lobby.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); } }@media only screen and (max-width: 763px) { #ucdE677oPNAzFxURdrkJpb8oD8vb7kSN { width:9.6875rem;height:5.625rem;top:22.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f074e4b0-f91c-43ce-8a4d-b0f0c7501974/restaurant.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;display:block; }#ucdE677oPNAzFxURdrkJpb8oD8vb7kSN.adaptive-delivery-prevent-bg, #ucdE677oPNAzFxURdrkJpb8oD8vb7kSN.lazyload, #ucdE677oPNAzFxURdrkJpb8oD8vb7kSN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mtNeXtXxpMSms1dUptVFSUcWSp9cJ859 { width:9.6875rem;height:5.625rem;top:16.25rem;left:10.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad80cd1b-2d7d-4f84-9aae-8930f32b9add/Bakery.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mtNeXtXxpMSms1dUptVFSUcWSp9cJ859.adaptive-delivery-prevent-bg, #mtNeXtXxpMSms1dUptVFSUcWSp9cJ859.lazyload, #mtNeXtXxpMSms1dUptVFSUcWSp9cJ859.lazyloading { background-image: none; }
#mtNeXtXxpMSms1dUptVFSUcWSp9cJ859::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); } }@media only screen and (max-width: 763px) { #DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z { width:9.6875rem;height:5.625rem;top:22.5rem;left:10.3125rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/5b4d4d36-225d-435d-bdf6-2e64fe954b43/skybar.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;display:block; }#DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z.adaptive-delivery-prevent-bg, #DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z.lazyload, #DxvlIIHpnwuVkIervfwpw9Hpc5gFal6z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LACp9N0fTSVeDaN3MMEEmnDCQMDyETPn { width:9.6875rem;height:0.9746125rem;top:6.2431640625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dddnOCPQ5BKxGwKwsNAraJrf819RCfEB { width:8.4375rem;height:0.82465rem;top:6.2568359375rem;left:10.9365234375rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pkwykISVDzxVDEzCHCdMix8iVCTy8o8I { width:9.6875rem;height:0.9746125rem;top:12.38671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQoaTmoIJVgC8iFeFe65llSDH4qbt9gF { width:9.6875rem;height:0.9746125rem;top:12.32421875rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdZuzEfkUk6i0kbP9JxscRhmSRfKPBc8 { width:15.4375rem;height:0;top:34.625rem;left:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #we2mRKh5TWquzi12ThCNGDTykABEOc83 { width:9.6875rem;height:0.9746125rem;top:18.76171875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnNFU01a1nzyI76eiCRgILubTcu4hAWc { width:9.6875rem;height:0.9746125rem;top:24.88671875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eyI08T8oezqbhQk7lpeThd6acE31bG { width:9.6875rem;height:0.9746125rem;top:18.76171875rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMnGnfLx8QksU5u43huvZ7rTlFkVPhlU { width:9.6875rem;height:0.9746125rem;top:24.88671875rem;left:10.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#230d2e;background-image:none;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#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.125rem;padding-right:0;padding-bottom:0.0625rem;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.9373245239258rem;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.9373245239258rem;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) { #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.7871125rem;top:27.1357421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#f6d04a;display:block; }
 }@media only screen and (max-width: 763px) { #h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO { display:block; }#h1dWPsZ2Gxg2qc1yV7h2WnW0JinMs9bO > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaIOSl0A9OEZZrOZ5bQtmDhop3oR9A02 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roUVw62oWv7ZMU12OhWzlItu7w3PqxVV { width:19.75rem;height:9.4375rem;top:3.8125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpgndSfgnQIbG9Dgvb93LNUTONIXF5h { width:20rem;height:7.5rem;top:14.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRDcTuDGtmoEk72729WsBiGCI2vBhDTI { width:18.25rem;height:7.375rem;top:4.96875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBuBKbKpqWToTKV8tXQwnhbtGfdffBw { display:flex;width:1.25rem;height:1.25rem;top:5.4091796875rem;left:4.84375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xl4Mu8wNaI12lXpivd9tLUzsGzDVbbAt { display:flex;width:1.1875rem;height:1.1875rem;top:10.4716796875rem;left:1.90625rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #XLqzEMkQlRsckRJSlfn4uSWKC9b8zfa1 { display:flex;width:1.375rem;height:1.375rem;top:10.4091796875rem;left:7.84375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #yx844I7oEa6mhinEJ7JWaiKL7aPP7RqX { display:flex;width:1.125rem;height:1.125rem;top:5.5341796875rem;left:10.9375rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #HBr1cznEc3CMRNQZpl97R2dBc8Kuh64E { display:flex;width:1.375rem;height:1.375rem;top:10.4091796875rem;left:13.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #b29rmVOFV2vIO5UPie2FuFpSHf0FTntw { display:flex;width:1.25rem;height:1.25rem;top:5.5341796875rem;left:16.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:124.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { width:19rem;height:2.5rem;top:119.875rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { display:flex;width:1.6875rem;height:1.4375rem;top:18.6162109375rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wL7zTdcnfRHe7Dq48C33W38yno4H0F1T { width:20rem;height:37.5rem;top:10.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qg2tFpSkwOvHDCPycITqCycT0OWrlcuN { top:3.8125rem;left:0rem;width:20rem;height:12.5rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #NxRPkg6h5wbRDxSNGdEaDJlZDxMAQMKl { width:20rem;height:1.50065rem;top:17.5625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A8MhJWMSBicgcxiZdSP2KU9X8EIaDsFp { width:20rem;height:5.3971375rem;top:19.25rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pa5SHaRLrgSI2RoMsoZ5LRouxzXQRApp { width:20rem;height:10rem;top:25.833984375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR1n04AKAxA4oB9u4Ww6hARrTTTAQRCT { width:18.75rem;height:1.79904375rem;top:38.1875rem;left:0.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WZTAMEBBsNZbI8MDwO33QDnHEJr9MQA8 { width:20rem;height:1.3125rem;top:36.625rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gfZoysTT8EhAwJUXMmRTVW4lPkWAH6aM { width:20rem;height:5rem;top:35.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITaUgyDwOv4GGfzpAL0QyHTWfKaU6TTa { width:20rem;height:5.9375rem;top:51.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJaHnW68UFp1NoVkMh8wu71XahtamqT { width:20rem;height:2.69856875rem;top:53.5rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g6FZsqg1bzhSVVurCH9biSTM9U266XrU { width:20rem;height:1.3125rem;top:51.875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EimxU1SfSWkyooBNUQfbwhLX3XWDWHy8 { width:20rem;height:10rem;top:41.125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q354y8aMa1VNPFgtIvEnTvqRZ0wqwTEs { width:20rem;height:5rem;top:67.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMK7vKAZfP7Pa9GVsQs792VE1ADC34T { width:20rem;height:1.79904375rem;top:69.75rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mmuDXWcvovsIW1mFKosxPyqTUtCyhWCD { width:20rem;height:1.3125rem;top:68.125rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Enc87adS7a0EK9dIpyME4qCCRSPeuWVR { width:20rem;height:10rem;top:57.375rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/295beab1-a00b-4cfe-b9e6-90c571808124/nb3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#Enc87adS7a0EK9dIpyME4qCCRSPeuWVR.adaptive-delivery-prevent-bg, #Enc87adS7a0EK9dIpyME4qCCRSPeuWVR.lazyload, #Enc87adS7a0EK9dIpyME4qCCRSPeuWVR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WoVxJS9QK41vqcnOhn29Au5IFOFF0i05 { width:20rem;height:5rem;top:82.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQvsVPLPFar8GK27wg0HosptXadkSTP { width:20rem;height:1.79904375rem;top:85.0625rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VThHl5RuoiVlQuTyZlp1oBCTXR0sTDXP { width:20rem;height:1.3125rem;top:83.4375rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #a8NXeaBUx7CdrTDDqUGtzEXK5H7Hda3N { width:20rem;height:5rem;top:98rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAt3efBG0Ft47CI697xys58hcI1MoCkr { width:20rem;height:1.79904375rem;top:100.375rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B14Apt8F1thlBZsBHm2ENIkC330Hq4aG { width:20rem;height:1.3125rem;top:98.75rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SZSmb3kUHM2Fp5SnGn6uggvHy4Hsd86F { width:20rem;height:10rem;top:72.6875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ { width:20rem;height:10rem;top:88rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c00f59ed-a99b-4d4c-83b3-12311f630ebe/nb5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ.adaptive-delivery-prevent-bg, #IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ.lazyload, #IquGSA4W0xIsLgk2KThFWgzrTEZM0WGJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JiWXJ2JsNeCcEewd6V5t844RNnaiiGWU { width:20rem;height:5rem;top:113.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERs0Ezvx07WRIrZpTSW4Tkokp1fng7g1 { width:20rem;height:1.79904375rem;top:115.6875rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EfrVZLnLLcc8UM4PSD2aD6Vea7vveMnl { width:20rem;height:1.3125rem;top:114.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zEyUiJNnoN5EGIvPJaJCyvsuMPLydSH3 { width:20rem;height:10rem;top:103.3125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLtdAuDNKS6Bf30OdkJS88hrlv37SorD { display:none; }#hLtdAuDNKS6Bf30OdkJS88hrlv37SorD > .row .container { width:20rem;height:36.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D7bK9yTTQHIUnx1TdIzzlA8tFs8MeU2v { width:20rem;height:6.4375rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXeex1NXDsdJl5RU9pIWw6a1KXgRhsZg { width:10rem;height:4.5rem;top:17.875rem;left:0.9375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6D5G4twrDhJ9a5riflkPPTe2t0J3XX { width:5.4375rem;height:4.5rem;top:17.875rem;left:13.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SGVqokzVKQnq4wtAZSqmyTzbob54K185 { width:20rem;height:6.4375rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiWRfXmXoyGD4R3qKASk9odhgdeuJMie { width:11.75rem;height:4.5rem;top:25.0625rem;left:0.9375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sLXst8Qh6u8XiO4bTDWvV92HJ8dzMVAq { width:5.4375rem;height:4.5rem;top:25.0625rem;left:13.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PE1TnPqTO3ww6FsoJwIKSI108oHk08qI { width:20rem;height:5.3125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1vF8wBWqWcp8TXUDvykvGiq1skvR0do { width:11.5rem;height:3.375rem;top:32rem;left:0.9375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LTPi6ZEEsRatKEb98ZgXxVUX8eWxByXf { width:5.4375rem;height:3.375rem;top:32rem;left:13.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }