.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54519f50-5674-432f-992e-47c0c25425d5/GroundFloor02.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q.adaptive-delivery-prevent-bg, #ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q.lazyload, #ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q.lazyloading { background-image: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container { background-color: transparent; background-image: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container > .video-iframe-container { display: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row > .video-iframe-container { display: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .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); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container { border-width: 0; border-radius: 0; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q::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; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#cTytU5QXTfBtPTLB2JSe6zGQ7Fh0Jc2V { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:2.5rem;left:58.375rem;height:1.3808625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#okPmpq1IIi73Oo0ydQScoII7Wqxy4L6y { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:4.0556640625rem;left:56.25rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PJSsMFqxmyk1Al4wmaepT0TGOKPOS8Xs { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:33.125rem;top:10rem;left:33.75rem;overflow:hidden;display:block; }
#A8Qm5IysBUKy4V2x9N3rI2RBDwB65irW { color:#000000;display:block;width:27.5rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:12.1748046875rem;left:3.75rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QkATMpcDG0Fh6mar7EbvRd1WZrUH1DHP { color:#000000;display:block;width:27.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:20.125rem;left:3.875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3md4zACbCbpcIgRJekFbVcdIfUBmZAz { background-color:#84bba6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:2.5rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:26.1875rem;left:3.75rem;display:block; }
#LTUuSTgUGEnGO8pxSxmIwPmZ45WKl9Mu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r2cZ0aquJTC5rzKuWhKCHf9LbkZIEsdL { color:#000000;display:block;width:12rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:10.07421875rem;left:5.375rem;height:1.29980625rem;font-style:normal;display:block; }
#ie94AHPCzDAGzy8no3ClPPayBOQp7Mo5 { position:absolute;display:block;z-index:15019;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.3125rem;width:1.3125rem;top:9.9375rem;left:3.75rem;overflow:hidden;display:block; }
#W1DFXkVufWwZxWTKuDm2uR8dX2N757KT { 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:3.6875rem;width:18.1875rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9bfa5;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; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row .container { background-color: transparent; background-image: none; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row .container > .video-iframe-container { display: none; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row > .video-iframe-container { display: none; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .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); }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row .container { border-width: 0; border-radius: 0; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#JG4etywAGlyMra3VAHFrBhHCqQ7UNW2B { 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:21.0625rem;width:27.4375rem;top:26.5rem;left:38.75rem;overflow:hidden;display:block; }
#l6A8tTZZRKFEypC1tTXoalKcEpZCToGx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:27.5625rem;top:6.3125rem;left:8.75rem;overflow:hidden;display:block; }
#KST29H0GQ6KQDzbCRvTqXponKUI5HWxK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:27.5rem;top:6.3125rem;left:38.75rem;overflow:hidden;display:block; }
#lQcrmoacsqgLqrWlNdZqLPeofJzQTFSo { position:absolute;display:block;z-index:15003;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:21rem;width:27.5625rem;top:26.3125rem;left:8.75rem;overflow:hidden;display:block; }
#xqEnQWl9x33D6UD4Jsv1Rgn1UqTyb2UD { color:#ffffff;display:block;width:46.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:1.3125rem;left:13.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#baBeSiOagUvnsSwNFqdZT3gTeyDi7bto { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:4.75rem;left:13.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,241,239,0.47);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; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row .container { background-color: transparent; background-image: none; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row .container > .video-iframe-container { display: none; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row > .video-iframe-container { display: none; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .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); }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row .container { border-width: 0; border-radius: 0; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:75rem;position:relative;display:block; }#r1DIxaobgwrb2b4DtfDXgxe2Rt0FXBAc { box-sizing:content-box;height:46.3125rem;width:45.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.0625rem;left:14.03125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.5625rem;display:block; }
#XQErkmhhvCyIMMon8vFskh6QHsZRmtUL { color:rgba(255,255,255,0.94);display:block;width:10.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:59rem;left:32.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z191JBEHGT3G8d60c5s1tFeFv4CwbmfV { position:absolute;display:block;z-index:15021;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.3125rem;width:1.3125rem;top:59rem;left:29.8125rem;overflow:hidden;display:block; }
#iZGdx7xTcTTzS3QlT2NpT38edMMJkh5w { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:3.75rem;left:26.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#k7A1LyNuaXZVtykQepmCL6grtLuaOcqS { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:7.375rem;left:25.6875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTdeslpWZnIepn0nkPwhVPqeKxhPbI6N { box-sizing:content-box;height:7.625rem;width:45.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(6deg, #84bba6, #454545);background-image: -moz-linear-gradient(6deg, #84bba6, #454545);background-image: -ms-linear-gradient(6deg, #84bba6, #454545);background-image: -o-linear-gradient(6deg, #84bba6, #454545);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bba6', endColorstr='#454545' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bba6', endColorstr='#454545' );";background-image: linear-gradient(6deg, #84bba6, #454545);background-size:auto !important;top:2.5rem;left:14.84375rem;border-top-left-radius:1.5625rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ZxmKg8XBafXQQkADbF3zeaNnG0eHHCO6 { box-sizing:content-box;height:7.5rem;width:45.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(6deg, #84bba6, #454545);background-image: -moz-linear-gradient(6deg, #84bba6, #454545);background-image: -ms-linear-gradient(6deg, #84bba6, #454545);background-image: -o-linear-gradient(6deg, #84bba6, #454545);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bba6', endColorstr='#454545' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bba6', endColorstr='#454545' );";background-image: linear-gradient(6deg, #84bba6, #454545);background-size:auto !important;top:55.875rem;left:14.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.5625rem;display:block; }
#SDLCOohHuFukIJ154H73HTQGENN0oJ0O { position:absolute;display:block;z-index:15086;height:31.4375rem;width:40.1875rem;top:11.375rem;left:16.59375rem;display:block; }
#guwW3mA5NFZPbUcleFbhA5t7OttkOazO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,241,239,0.41);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; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container { background-color: transparent; background-image: none; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container > .video-iframe-container { display: none; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row > .video-iframe-container { display: none; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .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); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container { border-width: 0; border-radius: 0; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#ifWaWaiZswMluC3uo5eNLuW3ADyHLTHd { box-sizing:content-box;height:17.625rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.625rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
#MvccosHpotvvTUC698wPenc5QwU7ooBk { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:14.8125rem;left:5rem;height:1.3808625rem;font-style:normal;display:block; }
#DfoIVk1AgxHsbeyIog7fHqpI9wI1d93a { color:#000000;display:block;width:12rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:26.8125rem;left:8.125rem;height:1.3808625rem;font-style:normal;display:block; }
#qy0OxMrQXDtfqWgcz5hEaFrEHQl4dE21 { position:absolute;display:block;z-index:15057;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.5625rem;width:2.5625rem;top:26.125rem;left:5rem;overflow:hidden;display:block; }
#UikP0hSE9x6abyy26h9MSKpv6W0KkF2b { 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:2.5625rem;width:2.5625rem;top:26.125rem;left:20rem;overflow:hidden;display:block; }
#Zmx3C1iTHgXcRaF1f7yzvmQ0EoT6R5zN { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:17.3125rem;left:5rem;height:5.5234375rem;font-style:normal;display:block; }
#sR6TidaF39LnelbDqCBQJBqHeZAsekNa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.25rem;width:20rem;top:2.375rem;left:3.75rem;overflow:hidden;display:block; }
#qNFmpR1hQL7LlzcRmbgVMrseKJ2CbE8V { box-sizing:content-box;height:17.625rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:13.5625rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
#UhX6pM2CTInq6yT85p2fuZbGOzqTmwBH { position:absolute;display:block;z-index:15027;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:2.5rem;top:26.125rem;left:67.5rem;overflow:hidden;display:block; }
#yvQcSVIH0kBXMlUgWMTDSMTIxSoQ6Wsp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:17.3125rem;left:28.75rem;height:6.9043125rem;font-style:normal;display:block; }
#hiNAbH1N4m6ENyP0F7hy2oa1XcPDd68N { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:14.8125rem;left:52.5rem;height:1.3808625rem;font-style:normal;display:block; }
#Fcii4lCn89G4EBD4Lg76fkWHwER4wINi { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:26.6875rem;left:55.8125rem;height:1.4624rem;font-style:normal;display:block; }
#iKzTX2eD7IIcGfxGpXv8KGvLnoM3svIx { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.25rem;width:20rem;top:2.3125rem;left:27.5rem;overflow:hidden;display:block; }
#AZJIHyl5XwQ0xrcc6H6BtKVTRW9QLAs1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.25rem;width:20rem;top:2.3125rem;left:51.25rem;overflow:hidden;display:block; }
#Km62Z8QAblvmTBGlTOCHD9KDI1oJdtCl { box-sizing:content-box;height:17.625rem;width:20rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:13.5625rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
#fqQxk3u72fWpzeMVIiPbHvXAVIINlRtK { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:14.8125rem;left:28.75rem;height:1.3808625rem;font-style:normal;display:block; }
#HEPwxCb0flgliycw2VWg4DS00zMBiPar { position:absolute;display:block;z-index:15021;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.5625rem;width:2.5625rem;top:26.125rem;left:43.75rem;overflow:hidden;display:block; }
#RUmRFeI0eEs9R5FJPrRlamFD8NAPE6Zt { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:17.3125rem;left:52.5rem;height:5.5234375rem;font-style:normal;display:block; }
#T08ifnI7PA6yPN8fql3w5XbXTZVMr32X { position:absolute;display:block;z-index:15058;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.5625rem;width:2.5625rem;top:26.125rem;left:52.5rem;overflow:hidden;display:block; }
#MHbDzMHky1VtLNbX4yvTNyG73NfvCxrF { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:26.6875rem;left:31.875rem;height:1.3808625rem;font-style:normal;display:block; }
#VtxTS5OfFcAtUVTuS0PzkKxVA0nJlIB6 { position:absolute;display:block;z-index:15043;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.5625rem;width:2.5625rem;top:26.125rem;left:28.75rem;overflow:hidden;display:block; }
#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,241,239,0.41);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; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row .container { background-color: transparent; background-image: none; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row .container > .video-iframe-container { display: none; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row > .video-iframe-container { display: none; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .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); }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row .container { border-width: 0; border-radius: 0; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#BwySOf7IwA7P4iTTMQQd0fgf7VTPb5Iw { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:4.9375rem;left:42.5rem;height:9.4238125rem;font-style:normal;display:block; }
#EmbzyUbWM6JZZmpr22rRm4rdtMPVJHJu { color:#84bba6;display:block;width:23.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2.57421875rem;left:42.5rem;height:1.29980625rem;font-style:normal;display:block; }
#DalqU5d1Ppi791bWvfEHo6DbdKTqofmB { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:15.9375rem;left:42.5rem;height:4.767575rem;font-style:normal;overflow:hidden;display:block; }#DalqU5d1Ppi791bWvfEHo6DbdKTqofmB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DalqU5d1Ppi791bWvfEHo6DbdKTqofmB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb4adbfe6d54ac3ab29713a6a9cef1e19f10c9f0.svg); }
#tSQfHD7I5USwDzTR7zHtExuVBg5PT4lt { background-color:#84bba6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:2.5rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:23.6875rem;left:42.5rem;display:block; }
#kiLnHTiP1Toq7hslemVZin5XPnoLG27g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1XVBB6NkZ8dU5yua1piGv1TBOl17zHS { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.75rem;width:35rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54519f50-5674-432f-992e-47c0c25425d5/GroundFloor02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG.adaptive-delivery-prevent-bg, #uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG.lazyload, #uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG.lazyloading { background-image: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container { background-color: transparent; background-image: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container > .video-iframe-container { display: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row > .video-iframe-container { display: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .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); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container { border-width: 0; border-radius: 0; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG::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; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#HnccLUtO45ALp7Vf6hT2yR8ToJftbbOT { box-sizing:content-box;height:26.25rem;width:67.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(95deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(95deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(95deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(95deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(95deg, #000000, rgba(0,0,0,0));background-size:auto !important;top:3.5625rem;left:3.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#PR3BphuchMAbGZqRRf4NxyqmyfTufDqF { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:4.875rem;left:6.25rem;height:2.4375rem;display:block; }
#WsD9bbtFFt08sRKTsu30f0AobCkWTmKW { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:8.625rem;left:6.25rem;height:13.161625rem;font-style:normal;display:block; }
#TSPUTTDSTrTqkG1GRJAHFnDs198iNenw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.25rem;width:67.5rem;top:3.5625rem;left:3.75rem;overflow:hidden;display:block; }
#fq67PMiADFMuMbPFpCaoEohTJBQCWKQO { background-color:#84bba6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:2.5rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:23.625rem;left:6.25rem;display:block; }
#UBoTZekGkLfBODF2etKJLhDoUfpWBtPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhuLkKghwhibmXu9tbtcdo7s4swwXmLO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.25rem;width:20rem;top:31.3125rem;left:51.25rem;overflow:hidden;display:block; }
#G9P8EuLL3ttTgWEg43xnEeuTUXeo1ibf { box-sizing:content-box;height:21.25rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000b2', endColorstr='#000000d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000b2', endColorstr='#000000d6' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-size:auto !important;top:31.3125rem;left:51.25rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#NzBb1wVJ6anMnWoyqrPhRh3RT3vt5JEq { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:38.8125rem;left:53.75rem;height:11.046875rem;font-style:normal;display:block; }
#ZkUDQcnzTNGREueDxMQ5IryEF4TliA9Q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.25rem;width:20rem;top:31.3125rem;left:27.5rem;overflow:hidden;display:block; }
#A5FCWrGHv1o9yJKanrgpAcwiNVTFTTzL { box-sizing:content-box;height:21.25rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.84), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.84), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.84), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.84), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000d6', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000d6', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.84), rgba(0,0,0,0.7));background-size:auto !important;top:31.3125rem;left:27.5rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#WKAJl978B9luWnQX1DLSVUEUTouETTUX { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:38.8125rem;left:30rem;height:11.046875rem;font-style:normal;display:block; }
#nssP84mWqgA5pA9onxKeAT1vTNWPG65E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.25rem;width:20rem;top:31.3125rem;left:3.75rem;overflow:hidden;display:block; }
#TcH32vBoT15CRFzHoccJ0SE3tPyVNwwo { box-sizing:content-box;height:21.25rem;width:20rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000b2', endColorstr='#000000d6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000b2', endColorstr='#000000d6' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.84));background-size:auto !important;top:31.3125rem;left:3.75rem;border-top-right-radius:0rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;display:block; }
#K7otg9eOydwoWvCLXz4auQuZWskUGoPg { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:38.8125rem;left:6.25rem;height:12.42775rem;font-style:normal;display:block; }
#tSTL1S6i7mgTcng9uI7ILFa7XADD9xdi { color:#ffffff;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:33.8125rem;left:6.25rem;height:2.4375rem;display:block; }
#txvBfmbRBsJkByt9AmfdJ0t40LV0xtrL { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:33.5625rem;left:30rem;height:2.4375rem;display:block; }
#CXzqtWdLvx7P1gUfc9H2LgfUSTSXm48r { color:#ffffff;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:33.5625rem;left:53.75rem;height:2.4375rem;display:block; }
#aVdFVmOodxJlGbhoupTKdgKefOMuMJEr { background-color:#84bba6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:2.5rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:23.625rem;left:6.25rem;display:none; }
#fHqaugiuSVbPlG2BKtSS1kM7xsk6TqUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,241,239,0.47);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; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row .container { background-color: transparent; background-image: none; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row .container > .video-iframe-container { display: none; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row > .video-iframe-container { display: none; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .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); }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row .container { border-width: 0; border-radius: 0; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#wz7zKNLRdNZxLPatdzmTpbbChZIMHpKR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20rem;width:20rem;top:7.5rem;left:3.75rem;overflow:hidden;display:block; }
#x6KoTtgeO1CV4i5XFK4GEffR1J0RwFO3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20rem;width:20rem;top:7.5rem;left:27.5rem;overflow:hidden;display:block; }
#yGBTygOPo9BlW5iy5xXyoUNxTvRUZUim { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:20rem;width:20rem;top:7.5rem;left:51.25rem;overflow:hidden;display:block; }
#JTATto0mH0u9DqGSFB9dAlGGq5zz98TT { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:25.6806640625rem;left:5rem;height:1.21875rem;font-style:normal;display:block; }
#ivzWVULRDFgUuTeK3cIR3WlkqoMPI6pH { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:2.5rem;left:20.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgn7KaUTNWLmBwVvq7BHGRpbKXZ3dFTg { box-sizing:content-box;height:2.625rem;width:20rem;position:absolute;display:block;z-index:15098;background-color:rgba(132,187,166,0.86);background-image:none;top:25rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#PPVC5FUXkiatgFph1LdckIA7kcn7TGTU { box-sizing:content-box;height:2.625rem;width:20rem;position:absolute;display:block;z-index:15099;background-color:rgba(132,187,166,0.86);background-image:none;top:25rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#c87ptAOB955JTQc9MzT3quXCQiRpFvwO { box-sizing:content-box;height:2.625rem;width:20rem;position:absolute;display:block;z-index:15102;background-color:rgba(132,187,166,0.86);background-image:none;top:25rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#GZqxadtQK4pl64elhVLpyV0aFWsCxxrt { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:25.6875rem;left:28.75rem;height:1.21875rem;font-style:normal;display:block; }
#z32zkT4odP2HhUmRhw5Wn8JcROKDZJHI { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:25.67578125rem;left:52.5rem;height:1.21875rem;font-style:normal;display:block; }
#VBRVbacRAS8tNrVnAIXt10aeBe5005mC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#84bba6;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; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row .container { background-color: transparent; background-image: none; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row .container > .video-iframe-container { display: none; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row > .video-iframe-container { display: none; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .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); }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row .container { border-width: 0; border-radius: 0; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#DVHPNIKdJTkEp4mf1ZeDJ3KDRPXU4som { color:rgba(255,255,255,0.8);display:block;width:7.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:2.4375rem;left:3.75rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sKthRFLTx904ZwJIfTU4JZyaqXBwru2k { color:rgba(255,255,255,0.8);display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:14.9375rem;left:3.75rem;height:3.1875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kd5OIf3roVu27VHIL2uJN5kTEbnSb7kW { color:rgba(255,255,255,0.8);display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:2.4375rem;left:22.375rem;height:9.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MHqzGwUfW9VuGMdehXUF0tFtFpT8vDm5 { color:rgba(255,255,255,0.8);display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:2.4375rem;left:41.125rem;height:6.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IFPF8CXCTIp4DRu7qnM9QrJWzQsSbfeT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:5.375rem;top:2.4375rem;left:65.842316513762rem;overflow:hidden;display:block; }
#rUEImvPTyb2RWSgNP9gTki4hSqnRIOec { color:rgba(255,255,255,0.8);display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:14.375rem;left:60.091796875rem;height:1.59375rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTfD5gL183N6tn4LohQBZR4qRtpzszbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container { background-color: transparent; background-image: none; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container > .video-iframe-container { display: none; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row > .video-iframe-container { display: none; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .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); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container { border-width: 0; border-radius: 0; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#RLPKfxeCUL2KQkSRPbP29EtmfRKATOGB { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15076;line-height:1.7;letter-spacing:0;top:0.6123046875rem;left:3.625rem;height:1.2749rem;display:block; }
#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu { position:relative;display:none; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu { border-width: 0; border-radius: 0; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .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; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gDPa5zG8z5TklXTzrSC5C3VmSNntaAFe { color:rgba(255,255,255,0.8);display:block;width:7.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:2.4375rem;left:3.75rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q { display:block; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTytU5QXTfBtPTLB2JSe6zGQ7Fh0Jc2V { top:2.5rem;left:34.9375rem;width:12.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okPmpq1IIi73Oo0ydQScoII7Wqxy4L6y { top:4rem;left:32.8125rem;width:14.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJSsMFqxmyk1Al4wmaepT0TGOKPOS8Xs { top:10rem;left:10.1875rem;width:33.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Qm5IysBUKy4V2x9N3rI2RBDwB65irW { top:12.125rem;left:0rem;width:27.5rem;height:6.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkATMpcDG0Fh6mar7EbvRd1WZrUH1DHP { top:20.125rem;left:0rem;width:27.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3md4zACbCbpcIgRJekFbVcdIfUBmZAz { width:21.25rem;height:2.5rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUuSTgUGEnGO8pxSxmIwPmZ45WKl9Mu { display:block; }
 }@media only screen and (max-width: 763px) { #r2cZ0aquJTC5rzKuWhKCHf9LbkZIEsdL { top:10.0625rem;left:0rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie94AHPCzDAGzy8no3ClPPayBOQp7Mo5 { width:1.3125rem;height:1.3125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1DFXkVufWwZxWTKuDm2uR8dX2N757KT { width:18.1875rem;height:3.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh { display:block; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JG4etywAGlyMra3VAHFrBhHCqQ7UNW2B { top:26.5rem;left:20.3125rem;width:27.4375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6A8tTZZRKFEypC1tTXoalKcEpZCToGx { top:6.3125rem;left:0rem;width:27.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KST29H0GQ6KQDzbCRvTqXponKUI5HWxK { top:6.3125rem;left:20.25rem;width:27.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQcrmoacsqgLqrWlNdZqLPeofJzQTFSo { top:26.3125rem;left:0rem;width:27.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEnQWl9x33D6UD4Jsv1Rgn1UqTyb2UD { top:1.3125rem;left:0rem;width:46.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baBeSiOagUvnsSwNFqdZT3gTeyDi7bto { top:4.75rem;left:0.125rem;width:45.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drkccKK5ZDJGG1zbMXOqKhmri6R3o57f { display:block; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1DIxaobgwrb2b4DtfDXgxe2Rt0FXBAc { top:10.0625rem;left:0.40625rem;width:45.3125rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQErkmhhvCyIMMon8vFskh6QHsZRmtUL { top:59rem;left:19.125rem;width:10.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z191JBEHGT3G8d60c5s1tFeFv4CwbmfV { width:1.3125rem;height:1.3125rem;top:59rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZGdx7xTcTTzS3QlT2NpT38edMMJkh5w { top:3.75rem;left:12.625rem;width:20.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7A1LyNuaXZVtykQepmCL6grtLuaOcqS { top:7.375rem;left:12.0625rem;width:22rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdeslpWZnIepn0nkPwhVPqeKxhPbI6N { top:2.5rem;left:1.21875rem;width:45.3125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxmKg8XBafXQQkADbF3zeaNnG0eHHCO6 { top:55.875rem;left:0.4375rem;width:45.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLCOohHuFukIJ154H73HTQGENN0oJ0O { top:11.375rem;left:2.96875rem;width:40.1875rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guwW3mA5NFZPbUcleFbhA5t7OttkOazO { display:block; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifWaWaiZswMluC3uo5eNLuW3ADyHLTHd { top:13.625rem;left:0rem;width:20rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvccosHpotvvTUC698wPenc5QwU7ooBk { top:14.8125rem;left:0rem;width:17.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoIVk1AgxHsbeyIog7fHqpI9wI1d93a { top:26.8125rem;left:0rem;width:12rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0OxMrQXDtfqWgcz5hEaFrEHQl4dE21 { top:26.125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UikP0hSE9x6abyy26h9MSKpv6W0KkF2b { width:2.5625rem;height:2.5625rem;top:26.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmx3C1iTHgXcRaF1f7yzvmQ0EoT6R5zN { top:17.3125rem;left:0rem;width:17.5625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR6TidaF39LnelbDqCBQJBqHeZAsekNa { top:2.375rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNFmpR1hQL7LlzcRmbgVMrseKJ2CbE8V { top:13.5625rem;left:27.75rem;width:20rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhX6pM2CTInq6yT85p2fuZbGOzqTmwBH { width:2.5rem;height:2.5rem;top:26.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQcSVIH0kBXMlUgWMTDSMTIxSoQ6Wsp { top:17.3125rem;left:15.125rem;width:17.5rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiNAbH1N4m6ENyP0F7hy2oa1XcPDd68N { top:14.8125rem;left:30.5rem;width:17.25rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcii4lCn89G4EBD4Lg76fkWHwER4wINi { top:26.6875rem;left:37.375rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKzTX2eD7IIcGfxGpXv8KGvLnoM3svIx { top:2.3125rem;left:13.875rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZJIHyl5XwQ0xrcc6H6BtKVTRW9QLAs1 { top:2.3125rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km62Z8QAblvmTBGlTOCHD9KDI1oJdtCl { top:13.5625rem;left:13.875rem;width:20rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqQxk3u72fWpzeMVIiPbHvXAVIINlRtK { top:14.8125rem;left:15.125rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEPwxCb0flgliycw2VWg4DS00zMBiPar { width:2.5625rem;height:2.5625rem;top:26.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUmRFeI0eEs9R5FJPrRlamFD8NAPE6Zt { top:17.3125rem;left:30.25rem;width:17.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08ifnI7PA6yPN8fql3w5XbXTZVMr32X { top:26.125rem;left:38.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHbDzMHky1VtLNbX4yvTNyG73NfvCxrF { top:26.6875rem;left:18.25rem;width:10.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtxTS5OfFcAtUVTuS0PzkKxVA0nJlIB6 { top:26.125rem;left:15.125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G { display:block; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwySOf7IwA7P4iTTMQQd0fgf7VTPb5Iw { top:4.9375rem;left:18.9375rem;width:28.8125rem;height:9.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbzyUbWM6JZZmpr22rRm4rdtMPVJHJu { top:2.5625rem;left:24.3125rem;width:23.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DalqU5d1Ppi791bWvfEHo6DbdKTqofmB { top:15.9375rem;left:23.1875rem;width:24.5625rem;height:4.75rem;font-size:1rem;display:block; }#DalqU5d1Ppi791bWvfEHo6DbdKTqofmB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb4adbfe6d54ac3ab29713a6a9cef1e19f10c9f0.svg); }
 }@media only screen and (max-width: 763px) { #tSQfHD7I5USwDzTR7zHtExuVBg5PT4lt { width:20.9375rem;height:2.5rem;top:23.6875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiLnHTiP1Toq7hslemVZin5XPnoLG27g { display:block; }
 }@media only screen and (max-width: 763px) { #r1XVBB6NkZ8dU5yua1piGv1TBOl17zHS { top:2.4375rem;left:0rem;width:35rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG { display:block; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnccLUtO45ALp7Vf6hT2yR8ToJftbbOT { top:3.5625rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR3BphuchMAbGZqRRf4NxyqmyfTufDqF { top:4.875rem;left:0rem;width:33.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsD9bbtFFt08sRKTsu30f0AobCkWTmKW { top:8.625rem;left:0rem;width:25.125rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSPUTTDSTrTqkG1GRJAHFnDs198iNenw { top:3.5625rem;left:0rem;width:47.75rem;height:18.569444444444rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq67PMiADFMuMbPFpCaoEohTJBQCWKQO { width:20.9375rem;height:2.5rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBoTZekGkLfBODF2etKJLhDoUfpWBtPa { display:block; }
 }@media only screen and (max-width: 763px) { #hhuLkKghwhibmXu9tbtcdo7s4swwXmLO { top:31.3125rem;left:27.75rem;width:20rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9P8EuLL3ttTgWEg43xnEeuTUXeo1ibf { top:31.3125rem;left:27.75rem;width:20rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBb1wVJ6anMnWoyqrPhRh3RT3vt5JEq { top:38.8125rem;left:32.8125rem;width:14.9375rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUDQcnzTNGREueDxMQ5IryEF4TliA9Q { top:31.3125rem;left:13.875rem;width:20rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5FCWrGHv1o9yJKanrgpAcwiNVTFTTzL { top:31.3125rem;left:13.875rem;width:20rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKAJl978B9luWnQX1DLSVUEUTouETTUX { top:38.8125rem;left:16.375rem;width:14.9375rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nssP84mWqgA5pA9onxKeAT1vTNWPG65E { top:31.3125rem;left:0rem;width:20rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcH32vBoT15CRFzHoccJ0SE3tPyVNwwo { top:31.3125rem;left:0rem;width:20rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7otg9eOydwoWvCLXz4auQuZWskUGoPg { top:38.8125rem;left:0rem;width:14.9375rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSTL1S6i7mgTcng9uI7ILFa7XADD9xdi { top:33.8125rem;left:0rem;width:15rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txvBfmbRBsJkByt9AmfdJ0t40LV0xtrL { top:33.5625rem;left:16.375rem;width:15.5rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXzqtWdLvx7P1gUfc9H2LgfUSTSXm48r { top:33.5625rem;left:32.75rem;width:15rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVdFVmOodxJlGbhoupTKdgKefOMuMJEr { width:20.9375rem;height:2.5rem;top:23.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHqaugiuSVbPlG2BKtSS1kM7xsk6TqUZ { display:block; }
 }@media only screen and (max-width: 763px) { #vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 { display:block; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz7zKNLRdNZxLPatdzmTpbbChZIMHpKR { top:7.5rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KoTtgeO1CV4i5XFK4GEffR1J0RwFO3 { top:7.5rem;left:13.875rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGBTygOPo9BlW5iy5xXyoUNxTvRUZUim { top:7.5rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTATto0mH0u9DqGSFB9dAlGGq5zz98TT { top:25.625rem;left:0rem;width:8.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivzWVULRDFgUuTeK3cIR3WlkqoMPI6pH { top:2.5rem;left:7.15625rem;width:33.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgn7KaUTNWLmBwVvq7BHGRpbKXZ3dFTg { top:25rem;left:0rem;width:20rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVC5FUXkiatgFph1LdckIA7kcn7TGTU { top:25rem;left:13.875rem;width:20rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87ptAOB955JTQc9MzT3quXCQiRpFvwO { top:25rem;left:27.75rem;width:20rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqxadtQK4pl64elhVLpyV0aFWsCxxrt { top:25.6875rem;left:15.125rem;width:10.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z32zkT4odP2HhUmRhw5Wn8JcROKDZJHI { top:25.625rem;left:38.875rem;width:8.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRVbacRAS8tNrVnAIXt10aeBe5005mC { display:block; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVHPNIKdJTkEp4mf1ZeDJ3KDRPXU4som { width:7.25rem;height:;top:2.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKthRFLTx904ZwJIfTU4JZyaqXBwru2k { width:24.625rem;height:;top:14.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5OIf3roVu27VHIL2uJN5kTEbnSb7kW { width:16.6875rem;height:;top:2.4375rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHqzGwUfW9VuGMdehXUF0tFtFpT8vDm5 { width:11.5rem;height:;top:2.4375rem;left:27.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFPF8CXCTIp4DRu7qnM9QrJWzQsSbfeT { width:5.375rem;height:7.375rem;top:2.4375rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUEImvPTyb2RWSgNP9gTki4hSqnRIOec { width:11.625rem;height:1.625rem;top:14.375rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfD5gL183N6tn4LohQBZR4qRtpzszbA { display:none; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RLPKfxeCUL2KQkSRPbP29EtmfRKATOGB { top:0.5625rem;left:0rem;width:40.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8mgpdks5gKwpgQKmKeywaHex4QGyXzu { display:none; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gDPa5zG8z5TklXTzrSC5C3VmSNntaAFe { width:17.0625rem;height:;top:0.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ea0310c-7055-4bfe-bd03-679216dddc6f/houseextension.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q.adaptive-delivery-prevent-bg, #ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q.lazyload, #ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q.lazyloading { background-image: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container { background-color: transparent; background-image: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container > .video-iframe-container { display: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row > .video-iframe-container { display: none; }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .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); }#ETXbEQoIsTkPor8LEbAEIzpG7VTG3e0q > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTytU5QXTfBtPTLB2JSe6zGQ7Fh0Jc2V { width:10.9375rem;height:0;top:8.25rem;left:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #okPmpq1IIi73Oo0ydQScoII7Wqxy4L6y { width:14.25rem;height:0;top:10.63671875rem;left:2.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJSsMFqxmyk1Al4wmaepT0TGOKPOS8Xs { width:17.75rem;height:9.9375rem;top:6.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Qm5IysBUKy4V2x9N3rI2RBDwB65irW { width:17.625rem;height:6.5800625rem;top:20rem;left:1.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkATMpcDG0Fh6mar7EbvRd1WZrUH1DHP { width:17.4375rem;height:4.1425875rem;top:27.875rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3md4zACbCbpcIgRJekFbVcdIfUBmZAz { width:15rem;height:2.5rem;top:33rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUuSTgUGEnGO8pxSxmIwPmZ45WKl9Mu { display:block; }
 }@media only screen and (max-width: 763px) { #r2cZ0aquJTC5rzKuWhKCHf9LbkZIEsdL { width:10.6875rem;height:1.29980625rem;top:17.4375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie94AHPCzDAGzy8no3ClPPayBOQp7Mo5 { width:1.3125rem;height:1.3125rem;top:17.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1DFXkVufWwZxWTKuDm2uR8dX2N757KT { width:18rem;height:3.5625rem;top:1.25rem;left:0.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh { display:block; }#c690EdMVlfd6HRBrgqo0Uxs091bvR2Bh > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JG4etywAGlyMra3VAHFrBhHCqQ7UNW2B { width:20rem;height:15.353075170843rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6A8tTZZRKFEypC1tTXoalKcEpZCToGx { width:20rem;height:15.283446712018rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KST29H0GQ6KQDzbCRvTqXponKUI5HWxK { width:20rem;height:15.454545454546rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQcrmoacsqgLqrWlNdZqLPeofJzQTFSo { width:20rem;height:15.238095238095rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEnQWl9x33D6UD4Jsv1Rgn1UqTyb2UD { width:20rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baBeSiOagUvnsSwNFqdZT3gTeyDi7bto { width:20rem;height:2.76171875rem;top:6.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drkccKK5ZDJGG1zbMXOqKhmri6R3o57f { display:block; }#drkccKK5ZDJGG1zbMXOqKhmri6R3o57f > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1DIxaobgwrb2b4DtfDXgxe2Rt0FXBAc { width:20rem;height:46.25rem;top:8rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQErkmhhvCyIMMon8vFskh6QHsZRmtUL { width:10.9375rem;height:1.29980625rem;top:54.125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z191JBEHGT3G8d60c5s1tFeFv4CwbmfV { width:1.3125rem;height:1.3125rem;top:54.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZGdx7xTcTTzS3QlT2NpT38edMMJkh5w { width:20rem;height:1.4624rem;top:2.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7A1LyNuaXZVtykQepmCL6grtLuaOcqS { width:20rem;height:2.5996125rem;top:4.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTdeslpWZnIepn0nkPwhVPqeKxhPbI6N { width:20rem;height:6.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxmKg8XBafXQQkADbF3zeaNnG0eHHCO6 { width:20rem;height:3.6875rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDLCOohHuFukIJ154H73HTQGENN0oJ0O { width:19.75rem;height:31.4375rem;top:9rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guwW3mA5NFZPbUcleFbhA5t7OttkOazO { background-color:rgba(242,241,239,0.66);background-image:none;display:block; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container { background-color: transparent; background-image: none; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container > .video-iframe-container { display: none; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row > .video-iframe-container { display: none; }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .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); }#guwW3mA5NFZPbUcleFbhA5t7OttkOazO > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifWaWaiZswMluC3uo5eNLuW3ADyHLTHd { width:20rem;height:16.25rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvccosHpotvvTUC698wPenc5QwU7ooBk { width:17.25rem;height:1.4624rem;top:14.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoIVk1AgxHsbeyIog7fHqpI9wI1d93a { width:9.25rem;height:1.4624rem;top:26.625rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0OxMrQXDtfqWgcz5hEaFrEHQl4dE21 { width:2.5rem;height:2.5rem;top:26.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UikP0hSE9x6abyy26h9MSKpv6W0KkF2b { width:2.5rem;height:2.5rem;top:26.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmx3C1iTHgXcRaF1f7yzvmQ0EoT6R5zN { width:17.5rem;height:6.9043125rem;top:17.4375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR6TidaF39LnelbDqCBQJBqHeZAsekNa { width:20rem;height:11.25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNFmpR1hQL7LlzcRmbgVMrseKJ2CbE8V { width:20rem;height:16.25rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhX6pM2CTInq6yT85p2fuZbGOzqTmwBH { width:2.5rem;height:2.5rem;top:54.9375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQcSVIH0kBXMlUgWMTDSMTIxSoQ6Wsp { width:17.5rem;height:6.9043125rem;top:46.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiNAbH1N4m6ENyP0F7hy2oa1XcPDd68N { width:17.25rem;height:1.4624rem;top:43.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcii4lCn89G4EBD4Lg76fkWHwER4wINi { width:8.5rem;height:1.4624rem;top:55.3125rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKzTX2eD7IIcGfxGpXv8KGvLnoM3svIx { width:20rem;height:11.25rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZJIHyl5XwQ0xrcc6H6BtKVTRW9QLAs1 { width:20rem;height:11.25rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km62Z8QAblvmTBGlTOCHD9KDI1oJdtCl { width:20rem;height:16.25rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqQxk3u72fWpzeMVIiPbHvXAVIINlRtK { width:17.25rem;height:1.3808625rem;top:72.3125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEPwxCb0flgliycw2VWg4DS00zMBiPar { width:2.5625rem;height:2.5625rem;top:83.6875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUmRFeI0eEs9R5FJPrRlamFD8NAPE6Zt { width:17.5rem;height:5.5234375rem;top:74.9375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08ifnI7PA6yPN8fql3w5XbXTZVMr32X { width:2.5625rem;height:2.5625rem;top:54.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHbDzMHky1VtLNbX4yvTNyG73NfvCxrF { width:10.0625rem;height:1.4624rem;top:84.0625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtxTS5OfFcAtUVTuS0PzkKxVA0nJlIB6 { width:2.5625rem;height:2.5625rem;top:83.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G { display:block; }#D1W3G4zTXryTkcauSRMtCcyB2TZKoR4G > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwySOf7IwA7P4iTTMQQd0fgf7VTPb5Iw { width:17.5rem;height:5.8496125rem;top:19.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbzyUbWM6JZZmpr22rRm4rdtMPVJHJu { width:16.4375rem;height:1.29980625rem;top:17.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DalqU5d1Ppi791bWvfEHo6DbdKTqofmB { width:17.5rem;height:4.5244125rem;top:26.9140625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#DalqU5d1Ppi791bWvfEHo6DbdKTqofmB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eb4adbfe6d54ac3ab29713a6a9cef1e19f10c9f0.svg); }
 }@media only screen and (max-width: 763px) { #tSQfHD7I5USwDzTR7zHtExuVBg5PT4lt { width:17.5625rem;height:2.5rem;top:32.375rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiLnHTiP1Toq7hslemVZin5XPnoLG27g { display:block; }
 }@media only screen and (max-width: 763px) { #r1XVBB6NkZ8dU5yua1piGv1TBOl17zHS { width:20rem;height:13.5713125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54519f50-5674-432f-992e-47c0c25425d5/GroundFloor02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG.adaptive-delivery-prevent-bg, #uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG.lazyload, #uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG.lazyloading { background-image: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container { background-color: transparent; background-image: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container > .video-iframe-container { display: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row > .video-iframe-container { display: none; }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .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); }#uImGi3gEyT6zyy32UbrEeZJI6IkJ4rZG > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnccLUtO45ALp7Vf6hT2yR8ToJftbbOT { width:20rem;height:18.8125rem;top:51.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PR3BphuchMAbGZqRRf4NxyqmyfTufDqF { width:12.25rem;height:0;top:12.2265625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WsD9bbtFFt08sRKTsu30f0AobCkWTmKW { width:17.5rem;height:0;top:16.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSPUTTDSTrTqkG1GRJAHFnDs198iNenw { width:19.625rem;height:7.625rem;top:2.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fq67PMiADFMuMbPFpCaoEohTJBQCWKQO { width:15rem;height:2.5rem;top:19.9375rem;left:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBoTZekGkLfBODF2etKJLhDoUfpWBtPa { display:block; }
 }@media only screen and (max-width: 763px) { #hhuLkKghwhibmXu9tbtcdo7s4swwXmLO { width:17.625rem;height:18.75rem;top:42.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9P8EuLL3ttTgWEg43xnEeuTUXeo1ibf { width:17.625rem;height:18.75rem;top:42.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBb1wVJ6anMnWoyqrPhRh3RT3vt5JEq { width:14.9375rem;height:11.046875rem;top:46.1875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkUDQcnzTNGREueDxMQ5IryEF4TliA9Q { width:17.5625rem;height:18.75rem;top:22.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5FCWrGHv1o9yJKanrgpAcwiNVTFTTzL { width:17.5625rem;height:18.75rem;top:22.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKAJl978B9luWnQX1DLSVUEUTouETTUX { width:14.9375rem;height:11.046875rem;top:26.1875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nssP84mWqgA5pA9onxKeAT1vTNWPG65E { width:17.5rem;height:18.75rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcH32vBoT15CRFzHoccJ0SE3tPyVNwwo { width:17.5rem;height:18.75rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7otg9eOydwoWvCLXz4auQuZWskUGoPg { width:14.9375rem;height:12.42775rem;top:6.1875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSTL1S6i7mgTcng9uI7ILFa7XADD9xdi { width:11.8125rem;height:1.54345625rem;top:3.5rem;left:2.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txvBfmbRBsJkByt9AmfdJ0t40LV0xtrL { width:15.0625rem;height:1.54345625rem;top:23.6875rem;left:2.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CXzqtWdLvx7P1gUfc9H2LgfUSTSXm48r { width:7.3125rem;height:1.4624rem;top:43.6875rem;left:2.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aVdFVmOodxJlGbhoupTKdgKefOMuMJEr { width:15rem;height:2.5rem;top:62.4375rem;left:2.5rem;font-size:0.875rem;z-index:15088;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHqaugiuSVbPlG2BKtSS1kM7xsk6TqUZ { display:block; }
 }@media only screen and (max-width: 763px) { #vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 { display:block; }#vhXJqdNauuC9Ge7yLyqL5VNeVByxKzr8 > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz7zKNLRdNZxLPatdzmTpbbChZIMHpKR { width:15rem;height:15rem;top:4.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6KoTtgeO1CV4i5XFK4GEffR1J0RwFO3 { width:15rem;height:15rem;top:21.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGBTygOPo9BlW5iy5xXyoUNxTvRUZUim { width:15rem;height:15rem;top:37.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTATto0mH0u9DqGSFB9dAlGGq5zz98TT { width:8.625rem;height:1.3808625rem;top:17.9375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivzWVULRDFgUuTeK3cIR3WlkqoMPI6pH { width:20rem;height:1.4624rem;top:2.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgn7KaUTNWLmBwVvq7BHGRpbKXZ3dFTg { width:15rem;height:2.625rem;top:17.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPVC5FUXkiatgFph1LdckIA7kcn7TGTU { width:15rem;height:2.625rem;top:33.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c87ptAOB955JTQc9MzT3quXCQiRpFvwO { width:15rem;height:2.625rem;top:49.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqxadtQK4pl64elhVLpyV0aFWsCxxrt { width:10.5625rem;height:1.3808625rem;top:34.1875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z32zkT4odP2HhUmRhw5Wn8JcROKDZJHI { width:12.625rem;height:1.3808625rem;top:50.5rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRVbacRAS8tNrVnAIXt10aeBe5005mC { display:block; }#VBRVbacRAS8tNrVnAIXt10aeBe5005mC > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVHPNIKdJTkEp4mf1ZeDJ3KDRPXU4som { width:13.125rem;height:2.625rem;top:2.5rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKthRFLTx904ZwJIfTU4JZyaqXBwru2k { width:20rem;height:2.4375rem;top:21.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kd5OIf3roVu27VHIL2uJN5kTEbnSb7kW { width:12.3125rem;height:7.875rem;top:6.25rem;left:3.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHqzGwUfW9VuGMdehXUF0tFtFpT8vDm5 { width:11.5rem;height:5.25rem;top:15rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFPF8CXCTIp4DRu7qnM9QrJWzQsSbfeT { width:3.1875rem;height:4.4375rem;top:26.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUEImvPTyb2RWSgNP9gTki4hSqnRIOec { width:11.625rem;height:1.21875rem;top:23.6875rem;left:4.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTfD5gL183N6tn4LohQBZR4qRtpzszbA { background-color:#f1f1f1;background-image:none;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;position:relative;z-index:auto;display:block; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container { background-color: transparent; background-image: none; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container > .video-iframe-container { display: none; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row > .video-iframe-container { display: none; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .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); }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container { border-width: 0; border-radius: 0; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTfD5gL183N6tn4LohQBZR4qRtpzszbA > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLPKfxeCUL2KQkSRPbP29EtmfRKATOGB { width:18.8125rem;height:1.375rem;top:0.4375rem;left:1.1875rem;font-size:0.6875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #r8mgpdks5gKwpgQKmKeywaHex4QGyXzu { background-color:#84bba6;background-image:none;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row .container { background-color: transparent; background-image: none; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row .container > .video-iframe-container { display: none; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row > .video-iframe-container { display: none; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .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); }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row .container { border-width: 0; border-radius: 0; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8mgpdks5gKwpgQKmKeywaHex4QGyXzu > .row .container { width:20rem;height:4.171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDPa5zG8z5TklXTzrSC5C3VmSNntaAFe { width:17.0625rem;height:;top:0.984375rem;left:1.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }