.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA { position:relative;display:block; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA { background-color: transparent; background-image: none; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .row .container > .video-iframe-container { display: none; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .row > .video-iframe-container { display: none; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .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); }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA { border-width: 0; border-radius: 0; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .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; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bUfCX4glE3Uw4b2ROuDPx79Cv6hT3shg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr.adaptive-delivery-prevent-bg, #n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr.lazyload, #n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr.lazyloading { background-image: none; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row .container { background-color: transparent; background-image: none; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row .container > .video-iframe-container { display: none; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row > .video-iframe-container { display: none; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .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); }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row .container { border-width: 0; border-radius: 0; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#zXJf7LMgHXmi2KTgsCnEh3eTSc9esML0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ebdea16b-12a6-4571-8ad0-002bd91918e2/6789.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.4990234375rem;left:40.6259765625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUp5UykzVuL6J89EuzrUmJ48AppkieoA { color:#ffffff;display:block;width:8.3730625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3505859375rem;left:46.46484375rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c65c18, #9a3417);background-image: -moz-linear-gradient(180deg, #c65c18, #9a3417);background-image: -ms-linear-gradient(180deg, #c65c18, #9a3417);background-image: -o-linear-gradient(180deg, #c65c18, #9a3417);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );";background-image: linear-gradient(180deg, #c65c18, #9a3417);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.9990234375rem;left:39.90234375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5qFXdrsXiWrOOrq1vPI6AkTERiBT1Te { color:#c65c18;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:40.0576171875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGvF15KPXRrFqyRbdMDSeWUOaZfIwozN { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.7421875rem;left:51.8134765625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsvawQpXg9wvEMoDo7ghcrSC1M3Oiq9D { position:absolute;display:block;z-index:15013;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.3125rem;width:14.4375rem;top:6.875rem;left:43.4326171875rem;overflow:hidden;display:block; }
#wBNWSulvDmXSzTDKac2zNf6xMMfcWu5A { box-sizing:content-box;height:3.1875rem;width:21.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(198,92,24,0.52);background-image:none;top:21.205078125rem;left:39.6826171875rem;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c293582-c982-4d31-9b03-8df8ddd7a74e/xelfcondoregister.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(198,92,24,0.33); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(198,92,24,0.33); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#E0IH75ur5W5QDG00Dhf5inTD1aW56mq7 { box-sizing:content-box;height:0.186631875rem;width:35.625rem;position:absolute;display:block;z-index:15135;background-color:#c09d6e;background-image:none;top:29.310302734375rem;left:36.630615234375rem;display:none; }
#PeqmqyeDVZx7fRJITCRBP7Av4hpvff0L { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:7.375rem;left:11.9375rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#U4q5SvCJTq8Ao4W61p7rvfr4VpHvQcnh { color:#ffffff;display:block;width:51.1865rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:1.8125rem;left:11.9375rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#bLHXypS1hn1P8iWcGSNOkiG4XusVdTdg { color:#ffffff;display:block;width:65.24875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:9.875rem;left:4.875rem;height:5.09765625rem;text-align:center;text-align-last:center;display:block; }
#BoG5zIiQX57HIK1FyTBb2CEMCDlsOJ7m { 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:24.9365rem;width:60.18675rem;top:17.420654296875rem;left:7.406005859375rem;overflow:hidden;display:block; }
#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cf6a995-afda-4c09-af71-13d4d5780fea/XELFbySansiri03.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; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW.adaptive-delivery-prevent-bg, #vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW.lazyload, #vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW.lazyloading { background-image: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container { background-color: transparent; background-image: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container > .video-iframe-container { display: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row > .video-iframe-container { display: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .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); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container { border-width: 0; border-radius: 0; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx { position:relative;display:block; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx { background-color: transparent; background-image: none; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .row .container > .video-iframe-container { display: none; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .row > .video-iframe-container { display: none; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .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); }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx { border-width: 0; border-radius: 0; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .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; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .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:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i3XrExLFgg430TobM8JRhcwdhyvC1IbE { 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:24.9365rem;width:60.18675rem;top:17.420654296875rem;left:7.406005859375rem;overflow:hidden;display:none; }
#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK { position:relative;display:block; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK { background-color: transparent; background-image: none; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .row .container > .video-iframe-container { display: none; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .row > .video-iframe-container { display: none; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .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); }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK { border-width: 0; border-radius: 0; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .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; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .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:46.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ouIZFAskE9ktm084UN355NwHp6D3VEdi { box-sizing:content-box;height:30.5625rem;width:36.25rem;position:absolute;display:block;z-index:15022;background-color:#c65c18;background-image:none;top:8.5rem;left:0rem;box-shadow: none;display:block; }
#mzQX4Hxt7POPUt1cS34Kxmeuoe42UwLn { color:#ffffff;display:block;width:14.871125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:9.4375rem;left:10.6884765625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2PQ0kIebNAEIAyV4iAdhiZbIQpLG7FR { box-sizing:content-box;height:21rem;width:34.75rem;position:absolute;display:block;z-index:15023;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3b9c80d7-1fcf-4c72-a15d-1d95fc3f699d/intmockuploftview0102final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.875rem;left:0.75rem;display:block; }#m2PQ0kIebNAEIAyV4iAdhiZbIQpLG7FR.adaptive-delivery-prevent-bg, #m2PQ0kIebNAEIAyV4iAdhiZbIQpLG7FR.lazyload, #m2PQ0kIebNAEIAyV4iAdhiZbIQpLG7FR.lazyloading { background-image: none; }
#qvXbWNC1iZ92shr2HEioJdv42ip9hIft { box-sizing:content-box;height:30.5625rem;width:36.25rem;position:absolute;display:block;z-index:15035;background-color:#c65c18;background-image:none;top:8.5625rem;left:38.75rem;box-shadow: none;display:block; }
#zA1HKab9UFGA8Z9UrMT7eGdgp1QZoMLy { box-sizing:content-box;height:21rem;width:34.75rem;position:absolute;display:block;z-index:15036;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/883ce7c2-9d8f-4139-af85-910e1768815b/2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:39.5rem;display:block; }#zA1HKab9UFGA8Z9UrMT7eGdgp1QZoMLy.adaptive-delivery-prevent-bg, #zA1HKab9UFGA8Z9UrMT7eGdgp1QZoMLy.lazyload, #zA1HKab9UFGA8Z9UrMT7eGdgp1QZoMLy.lazyloading { background-image: none; }
#Trv2cAeMSnyoOl06b6MqtbisQLL6BAok { color:#ffffff;display:block;width:14.870125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:9.4375rem;left:51.033203125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UJXASkMJXeZliGJoS4bRooy1TF0ww9rn { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:33.5rem;left:5.5rem; }
#kKv0xTHDi3TIZGElJDME8OdfWXPcXBRv { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:33.75rem;left:7.3125rem;height:1.29980625rem;display:block; }
#O9mAVrubzLlEnVn8JDqvwb15EbJrgSkv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:33.5rem;left:14.9375rem; }
#JlQIq3zTFSKlCBpCVPQc5FxKN8o1vIvt { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:33.625rem;left:25.1875rem; }
#aGFqPFOBtQnIFDEiU0mZG9u81DSBWefT { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:33.75rem;left:17.125rem;height:1.29980625rem;display:block; }
#fngygLD71T11N4sWsbIxVKuGlBnuWV3S { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:33.75rem;left:25.875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Wi64854SJN9tQTPWFWs9Wxm2Ib3kAqwB { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:33.75rem;left:55.1875rem;height:1.29980625rem;display:block; }
#JLB4uRI3EG8MES7Qa7naoJuBuPkryq4p { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:33.75rem;left:45.1875rem;height:1.29980625rem;display:block; }
#OIWFwpET4M7m117Q8uTrfD7kZuB0hGEW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:33.5rem;left:53rem; }
#JvJIRJiJZims0OzATLqmbD7K3LKW8rK3 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:33.5rem;left:43rem; }
#DKct493TsXQ31DSTLS8bZ5t1PU8ho7ht { box-sizing:content-box;height:0.0625rem;width:34.75rem;position:absolute;display:block;z-index:15182;background-color:#feef2f;background-image:none;top:35.5rem;left:0.75rem;display:block; }
#TbTsWx4OlTiL3F3VFOwtZLOVl6gCmzmX { box-sizing:content-box;height:0.0625rem;width:34.75rem;position:absolute;display:block;z-index:15195;background-color:#feef2f;background-image:none;top:35.5625rem;left:39.5rem;display:block; }
#sWhcCNAeo7Fir5Rg9xIdTK4VbBE8qWmP { color:#ffffff;display:block;width:8.0615rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:36.4375rem;left:6.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lqQqhJ6SePPtsXmKA833sIbTzHTNKTTF { color:#ffed00;display:block;width:9.749rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:36.125rem;left:12.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JhT1E46LKIHJoI4QRrhTu4m9PaQQI6vy { color:#ffffff;display:block;width:6.996125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15137;line-height:1.3;letter-spacing:0;top:36.4375rem;left:22.125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#o2rnc4KdCMtH1GXy1hlWoJlksTBkGlTh { color:#ffed00;display:block;width:9.7480625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15149;line-height:1.3;letter-spacing:0;top:36.1123046875rem;left:52rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nOrEhFAsxc4Nmk3t80WzvkPiq9lvy4S4 { color:#ffffff;display:block;width:6.996125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:36.5rem;left:61.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fqKblPfraXwG3lizc7szObDfa1Fd3nOw { color:#ffffff;display:block;width:8.0605625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:36.4365234375rem;left:45.625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#U3q63HpTQZrRCbDIABpp9omiC5f8RdHi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:33.625rem;left:63.25rem; }
#PITZBwah5A1GmGcoQcPrZTeXdS267XJs { color:#ffffff;display:block;width:6.8115rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:33.75rem;left:63.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#lafLvt0gwFfwr3WH60Ltgp5lI3K2Ffyv { color:#c65c18;display:block;width:51.1853125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:1.669921875rem;left:11.90673828125rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#MG7aSFN7syCR49mghA6x01HTHvWsJnWe { box-sizing:content-box;height:30.5625rem;width:36.25rem;position:absolute;display:block;z-index:15022;background-color:#c65c18;background-image:none;top:8.5rem;left:0rem;box-shadow: none;display:none; }
#ddZNHu29bf5QW80rWiWSI4uAx90hzPdQ { color:#ffffff;display:block;width:14.871125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:9.4375rem;left:10.0625rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rdVCfFeIN3wlCuG23fTkvaEIThqzI51C { box-sizing:content-box;height:21rem;width:34.75rem;position:absolute;display:block;z-index:15023;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3b9c80d7-1fcf-4c72-a15d-1d95fc3f699d/intmockuploftview0102final.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.875rem;left:0.75rem;display:none; }#rdVCfFeIN3wlCuG23fTkvaEIThqzI51C.adaptive-delivery-prevent-bg, #rdVCfFeIN3wlCuG23fTkvaEIThqzI51C.lazyload, #rdVCfFeIN3wlCuG23fTkvaEIThqzI51C.lazyloading { background-image: none; }
#Ipiinth46ke0M9pcH5ExQMS79sq0hZo9 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:33.5rem;left:5.5rem;display:none; }
#zGchQsULlTqeA6W47HGK75knzP3o9NTu { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:33.5rem;left:14.9375rem;display:none; }
#B6RCi4O0aUVyJTf7dZxCStb6tKiKiW6F { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624025rem;width:1.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:33.625rem;left:25.1875rem;display:none; }
#bO5ft1cDLbpqqM1TSwGJDfPQ1XpCAC4P { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:33.75rem;left:17.125rem;height:1.298825rem;display:none; }
#WpCGQg4gsT1c0wrKyLBsJTMOqsHp4Tud { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:33.75rem;left:25.875rem;height:1.298825rem;text-align:right;text-align-last:right;display:none; }
#H2r5LPC5NOGtBaqAhNNVVFACeeWvpadd { box-sizing:content-box;height:0.0625rem;width:34.75rem;position:absolute;display:block;z-index:15182;background-color:#feef2f;background-image:none;top:35.5rem;left:0.75rem;display:none; }
#T3tVnTSxGNpPDX4C2NnGyLMNJE3dZSde { color:#ffffff;display:block;width:8.0615rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15138;line-height:1.3;letter-spacing:0;top:36.4375rem;left:6.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#dv0RWfIO6oFfgDn7hz8Jbd2dZtEqAE3p { color:#ffffff;display:block;width:9.749rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:36.125rem;left:12.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#U8XMBRMIkzNe8KIXotPTNPJMxnlTGmTX { color:#ffffff;display:block;width:6.996125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15137;line-height:1.3;letter-spacing:0;top:36.4375rem;left:22.125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cf6a995-afda-4c09-af71-13d4d5780fea/XELFbySansiri03.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; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS.adaptive-delivery-prevent-bg, #pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS.lazyload, #pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS.lazyloading { background-image: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container { background-color: transparent; background-image: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container > .video-iframe-container { display: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row > .video-iframe-container { display: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .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); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container { border-width: 0; border-radius: 0; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c557d67-8769-459a-b835-4a021218e5f4/xelfcondocoverbannerdesktop1920x800.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.18); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.18); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#muiIcMB2rR9CQtF1sINLolmacy5xT1fe { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:17.5rem;left:36.5rem;height:;display:block; }#muiIcMB2rR9CQtF1sINLolmacy5xT1fe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#muiIcMB2rR9CQtF1sINLolmacy5xT1fe li:before{  }
#Z5Wp6tTXwQXwQKxi2U1d3RQ3nM7OmyDi { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.75rem;left:27rem;height:8.50153125rem;text-align:left;text-align-last:left;display:block; }
#UTgbHNfhSB68ZuyuGT7lt3IxqGicUyoz { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:10.75rem;left:35.1875rem;height:8.49609375rem;text-align:left;text-align-last:left;display:block; }
#pLsvcxHCw25nUNehvShD0lSur2J9A3gP { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:10.875rem;left:37.625rem;height:8.501525rem;text-align:left;text-align-last:left;display:block; }
#rnmFlX9CKKTW2SDEXxwQDKsu3rBa7ul9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:12.8125rem;top:2.87353515625rem;left:38.80859375rem;overflow:hidden;display:block; }
#PcxCAtSk0VGtxWxEif6UiOkBi29lU2Ju { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:10.875rem;left:37.625rem;height:8.49609375rem;text-align:left;text-align-last:left;display:none; }
#TPNPkWJl7JTJSaKo0IMRpnFTAR5BG0kW { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:10.75rem;left:27rem;height:8.49609375rem;text-align:left;text-align-last:left;display:none; }
#a9n4Pw9b38viTTXp4hKJRc8l26vSB4H2 { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:10.75rem;left:35.1875rem;height:8.49609375rem;text-align:left;text-align-last:left;display:none; }
#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,250,224,0.7);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; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container { background-color: transparent; background-image: none; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container > .video-iframe-container { display: none; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row > .video-iframe-container { display: none; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .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); }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container { border-width: 0; border-radius: 0; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:75rem;position:relative;display:block; }#ftPwwpJdSUyTzws1QTCTp6papThesF7W { color:#c65c18;display:block;width:33.3115rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1552734375rem;left:20.8427734375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yw17y4wmPTzETlasPEX1mXPQpxUKQNI0 { box-sizing:content-box;height:16.1855625rem;width:24.5615rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/852b8076-26b1-4446-adb0-0ea78233cdf6/sansiricondoxelffacility01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.185546875rem;left:0rem;display:block; }#yw17y4wmPTzETlasPEX1mXPQpxUKQNI0.adaptive-delivery-prevent-bg, #yw17y4wmPTzETlasPEX1mXPQpxUKQNI0.lazyload, #yw17y4wmPTzETlasPEX1mXPQpxUKQNI0.lazyloading { background-image: none; }
#gOKyBctMEwiDvFPbygekcKpm7it4qnUb { box-sizing:content-box;height:16.1853125rem;width:24.5605625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/672fded8-0f51-4731-9c2d-35a2d2ab43a3/sansiricondoxelffacility02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.1875rem;left:25.25rem;display:block; }#gOKyBctMEwiDvFPbygekcKpm7it4qnUb.adaptive-delivery-prevent-bg, #gOKyBctMEwiDvFPbygekcKpm7it4qnUb.lazyload, #gOKyBctMEwiDvFPbygekcKpm7it4qnUb.lazyloading { background-image: none; }
#ASvIhnXTS9itvPKGeG5it5JooP6rFbtR { box-sizing:content-box;height:16.1853125rem;width:24.5605625rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ecde6d78-0169-42d4-b1d4-f73f5ec99e92/sansiricondoxelffacility03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.1875rem;left:50.5rem;display:block; }#ASvIhnXTS9itvPKGeG5it5JooP6rFbtR.adaptive-delivery-prevent-bg, #ASvIhnXTS9itvPKGeG5it5JooP6rFbtR.lazyload, #ASvIhnXTS9itvPKGeG5it5JooP6rFbtR.lazyloading { background-image: none; }
#LdeHko57sAzaU9nbkOSWGy4vAWAXDwc6 { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.186719894409rem;left:1.4679689407349rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqWxhBbEKGotrQCaPnhTpZKSVETbpUUe { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.1875rem;left:26.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mXvfNNcALw1ytLOSeQXhlfx0XtTcCBIf { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.1875rem;left:51.9677734375rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8iXF4RefDHwP1NW2IcEwsKxKgGTCyEo { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:46.5625rem;left:51.875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VThhiSNxPiKyJgco06SZ3Xcg2IVp0dsE { box-sizing:content-box;height:16.1853125rem;width:24.5605625rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/158334ef-da1b-43b5-af4d-7d442a719435/sansiricondoxelffacility06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.8125rem;left:50.4375rem;display:block; }#VThhiSNxPiKyJgco06SZ3Xcg2IVp0dsE.adaptive-delivery-prevent-bg, #VThhiSNxPiKyJgco06SZ3Xcg2IVp0dsE.lazyload, #VThhiSNxPiKyJgco06SZ3Xcg2IVp0dsE.lazyloading { background-image: none; }
#dghlmoXVdrWhfDnTZpGSMTxe9IfEk5hK { box-sizing:content-box;height:16.1853125rem;width:24.5605625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36f51278-879d-4b8d-b369-207d75054605/sansiricondoxelffacility05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.8125rem;left:25.1875rem;display:block; }#dghlmoXVdrWhfDnTZpGSMTxe9IfEk5hK.adaptive-delivery-prevent-bg, #dghlmoXVdrWhfDnTZpGSMTxe9IfEk5hK.lazyload, #dghlmoXVdrWhfDnTZpGSMTxe9IfEk5hK.lazyloading { background-image: none; }
#cZu4mWVwMO46eXXAJbrXe5TmewylJi7P { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:46.5625rem;left:26.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vRicDDXDxCUEncbhJnZuECrNb1TNn94e { box-sizing:content-box;height:16.1865rem;width:24.56175rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b0bc5bd-f84d-4a8e-b501-3274490fb02a/sansiricondoxelffacility04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.8125rem;left:0rem;display:block; }#vRicDDXDxCUEncbhJnZuECrNb1TNn94e.adaptive-delivery-prevent-bg, #vRicDDXDxCUEncbhJnZuECrNb1TNn94e.lazyload, #vRicDDXDxCUEncbhJnZuECrNb1TNn94e.lazyloading { background-image: none; }
#Wv7KViFnWRW2NPPLq4dMR5Ki0dGN6z4T { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:46.5625rem;left:1.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NIpP7qsscFF2Tll2AmxTIfIKT4AUFMt3 { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:67.625rem;left:51.8759765625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDx9FobgcfCMShvk8TMgvWrnixK3UAsC { box-sizing:content-box;height:16.1853125rem;width:24.5605625rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a9a546d6-8751-4f03-83ea-f7f43e33a606/sansiricondoxelffacility09.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.8115234375rem;left:50.4375rem;display:block; }#PDx9FobgcfCMShvk8TMgvWrnixK3UAsC.adaptive-delivery-prevent-bg, #PDx9FobgcfCMShvk8TMgvWrnixK3UAsC.lazyload, #PDx9FobgcfCMShvk8TMgvWrnixK3UAsC.lazyloading { background-image: none; }
#wNacheSRNGMOuzugxdo8mfXZpPlEiUwh { box-sizing:content-box;height:16.1853125rem;width:24.5605625rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e24e960a-906c-4380-8d38-0743ad308622/sansiricondoxelffacility08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.8115234375rem;left:25.18798828125rem;display:block; }#wNacheSRNGMOuzugxdo8mfXZpPlEiUwh.adaptive-delivery-prevent-bg, #wNacheSRNGMOuzugxdo8mfXZpPlEiUwh.lazyload, #wNacheSRNGMOuzugxdo8mfXZpPlEiUwh.lazyloading { background-image: none; }
#t0yfoWkiNgKzya0LkrkKh5LgzflLyv8e { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:67.625rem;left:26.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WLaQvMzsiMfX2680aTBBSqMeMn4cTFhu { box-sizing:content-box;height:16.1865rem;width:24.56175rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/26b69275-89fc-47e1-865c-dbfd9395720d/sansiricondoxelffacility07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.8115234375rem;left:0rem;display:block; }#WLaQvMzsiMfX2680aTBBSqMeMn4cTFhu.adaptive-delivery-prevent-bg, #WLaQvMzsiMfX2680aTBBSqMeMn4cTFhu.lazyload, #WLaQvMzsiMfX2680aTBBSqMeMn4cTFhu.lazyloading { background-image: none; }
#Ta3LLZrLVclwm21p5dHtasZkgBmpPTio { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:67.625rem;left:1.4384765625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oMMpN5kOkrWyGave4UswTgy337U9N0Zb { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15005;background-color:#c3a232;background-image:none;top:25.373046875rem;left:0rem;display:block; }
#p2VylNv7GBpGaDDZXIzHuPBkyCtsWlXz { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15006;background-color:#c3a232;background-image:none;top:25.368750572204rem;left:25.21875rem;display:block; }
#Ix9TVlcWLvBuu1wT8vRugxszw7yxhUyz { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15007;background-color:#c3a232;background-image:none;top:25.37109375rem;left:50.4375rem;display:block; }
#x7q01htmfymdT3Xco8bpa7XWuxHMhfkL { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15010;background-color:#c3a232;background-image:none;top:45.9375rem;left:50.4375rem;display:block; }
#i24dByOVTOenspNnEI7QBPwCiabx8VL2 { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15009;background-color:#c3a232;background-image:none;top:45.9375rem;left:25.1875rem;display:block; }
#CAWQAtLSzpcZI6DxrNIxCkCV0oDiskmp { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15008;background-color:#c3a232;background-image:none;top:45.9375rem;left:0rem;display:block; }
#zMeBW7n4akVlAgIDHJWkBbXQq9fHz9RD { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15011;background-color:#c3a232;background-image:none;top:66.9375rem;left:0rem;display:block; }
#Atx8lBKTdNqy7oEdEOruFyb0mT20acTK { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15012;background-color:#c3a232;background-image:none;top:66.9375rem;left:25.186767578125rem;display:block; }
#JIwc04cTuMnRAGzP5iBPvAshO6lcISri { box-sizing:content-box;height:2.6875rem;width:24.5625rem;position:absolute;display:block;z-index:15013;background-color:#c3a232;background-image:none;top:66.9375rem;left:50.43701171875rem;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0194d3e-8de8-4895-8d9b-67006207c4a3/sansiricondoxelfgallery02.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c65c18, #9a3417);background-image: -moz-linear-gradient(180deg, #c65c18, #9a3417);background-image: -ms-linear-gradient(180deg, #c65c18, #9a3417);background-image: -o-linear-gradient(180deg, #c65c18, #9a3417);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );";background-image: linear-gradient(180deg, #c65c18, #9a3417);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.187255859375rem;left:47.999267578125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.187255859375rem;left:47.999267578125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.811187744141rem;left:51.342447280884rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#c65c18;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c65c18, #9a3417);background-image: -moz-linear-gradient(180deg, #c65c18, #9a3417);background-image: -ms-linear-gradient(180deg, #c65c18, #9a3417);background-image: -o-linear-gradient(180deg, #c65c18, #9a3417);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );";background-image: linear-gradient(180deg, #c65c18, #9a3417);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:89.25rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#abbx2JThdVb2OUTSGLWJ9VU5VwGv9Evu { color:#ffffff;display:block;width:42.9358125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.49853515625rem;left:16.03125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITtkfAXOCchf7KsUaiyMXg2kZaMd7NFB { position:absolute;display:block;z-index:15008;height:26.499rem;width:74.811875rem;top:85.5419921875rem;left:0rem;display:none; }
#WcAZ3nGGTKCxQoHduOPEs8rlgmJwbpwN { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#zXt8J3TA7qnOhmLTChuhrqxD0cgTkopr { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15110;line-height:2;letter-spacing:0;top:74.05908203125rem;left:0rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MaMJFOLthWkSwUT40K5i1sbLOPei0X5D { position:absolute;display:block;z-index:15120;height:37.5rem;width:75rem;top:29.68701171875rem;left:0rem;display:block; }
#JlNiJ6JLSwRtgnRylM4ODWryOgwILkKT { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#XCv3l8MN1HwiGrrKikyITnN6u1Tho9OG { box-sizing:content-box;height:9.5625rem;width:9.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15101;background-color:#fffae0;background-image:none;top:11.2490234375rem;left:1.9365234375rem;display:block; }
#wEol3igbCaaR1WBDnhLLOokenm4X7RH0 { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.9365234375rem;left:2.8740234375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#terTbhAobiy43Ivuc3x1MJvXSpV4pkD0 { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:17.0615234375rem;left:2.8740234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1EmO2TNvJvsRDJQEFriZoy8qV7aEehh { box-sizing:content-box;height:9.5625rem;width:9.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15104;background-color:#fffae0;background-image:none;top:11.2490234375rem;left:22.1865234375rem;display:block; }
#EwiVVT0o62QBXJLQX7Zen4TGE33tJuB6 { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:17.0615234375rem;left:23.1240234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qd9TivH8t1MWIJgA5dUJk06hDSR0CLpx { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:12.9365234375rem;left:23.1240234375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNMFx5DwTnFZXpuywA60wr9PzgcvgCvD { box-sizing:content-box;height:9.5625rem;width:9.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15107;background-color:#fffae0;background-image:none;top:11.2490234375rem;left:43.125rem;display:block; }
#xSWrn7Lq86TDSh059uJBfvwIrzrXhuwp { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:17.0615234375rem;left:44.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHmoeQdzCZsS9g0BeNIduFvJ4ZXhMizI { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:12.9365234375rem;left:44.0625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVK2EAGEh3cfTood4U9Xvw9QIPqfUISR { color:#ffffff;display:block;width:13.4355625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:22.56201171875rem;left:0.5302734375rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3uw6IzmgZpG3dbBMdzxsZXElIQKZZkF { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:22.56201171875rem;left:20.2470703125rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQBUO5ayOVi84ANtmQFx2WaotaiakfAh { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:22.56201171875rem;left:43.03125rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdiafRZzBhJogdTBmz91tx6f0yeqVhty { color:#fffae0;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:70.625rem;left:4.125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y0tV7dxL9WOzrkAwnC4gqZ2Xp0O2WCx0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:70.125rem;left:0rem; }
#fEDvummsLz08mh36IfidhQmR0zLVxuH9 { color:#fffae0;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:70.625rem;left:29.125rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fXr9c7c353T4uiR0kbPzupLi4mWDNea0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:70.125rem;left:25.0625rem; }
#yFmodHFqVOeNSlmqSxqZbaJTulk980qU { box-sizing:content-box;height:9.5625rem;width:9.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15105;background-color:#fffae0;background-image:none;top:11.2490234375rem;left:63.5625rem;display:block; }
#xNkWVdqFrfgdqEKBmHsAfDmnuSinqtMN { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:12.9365234375rem;left:64.5rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2k2MTHNBTJEXoZ4ovMH4emL8KTqOKXM { color:#c65c18;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:17.0615234375rem;left:64.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KE5d5a5rI51CerMhivWHyXWwMMbBlbAf { color:#ffffff;display:block;width:13.437rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:22.56201171875rem;left:61.62451171875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJnS5vwCdqi621V2HLxWXyN03wXTRxKF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:70.123046875rem;left:55.7490234375rem; }
#dfXfkzIM5gtNZ4Jofy83szrzLxUIFUXb { color:#fffae0;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:70.62255859375rem;left:59.81396484375rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnetEo5snzTVJILR4eFC5PnC2UrmuEvU { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15111;line-height:2;letter-spacing:0;top:74.05908203125rem;left:9.2490234375rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcQxQGoW8JufW2eyPyogpWAuKlglso0f { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15112;line-height:2;letter-spacing:0;top:74.05908203125rem;left:12.71337890625rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DzcabMX8zsteT4dhS8LFZ0i1OdGaFtel { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15115;line-height:2;letter-spacing:0;top:74.05908203125rem;left:43.83837890625rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSxZpKtOeX6X8vJoaP27STv1kdzyxf2M { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15113;line-height:2;letter-spacing:0;top:74.0576171875rem;left:25.06201171875rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V0cDRJ8oN1z6TnnMGtuwOPZsZsSdzI9K { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15114;line-height:2;letter-spacing:0;top:74.05908203125rem;left:40.3740234375rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5ubIehCaFi6nDOH4eD4EhSR4742B9hu { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15116;line-height:2;letter-spacing:0;top:74.0576171875rem;left:56.09765625rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mumqm39GEg5IftkSiN75dwD7mdlMGwTC { color:#ffffff;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15117;line-height:2;letter-spacing:0;top:74.0576171875rem;left:68.2236328125rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVC9VTx2DvoXUuWRAl1LLvViIHsEukfr { color:#ffffff;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15118;line-height:2;letter-spacing:0;top:74.0576171875rem;left:72.2490234375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cf6a995-afda-4c09-af71-13d4d5780fea/XELFbySansiri03.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; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ.adaptive-delivery-prevent-bg, #bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ.lazyload, #bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ.lazyloading { background-image: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container { background-color: transparent; background-image: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container > .video-iframe-container { display: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row > .video-iframe-container { display: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .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); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container { border-width: 0; border-radius: 0; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffae0;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; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row .container { background-color: transparent; background-image: none; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row .container > .video-iframe-container { display: none; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row > .video-iframe-container { display: none; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .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); }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row .container { border-width: 0; border-radius: 0; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#Vn05UC3x0TWVw3QguyumLIS8ohzsLWLd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c65c18, #9a3417);background-image: -moz-linear-gradient(180deg, #c65c18, #9a3417);background-image: -ms-linear-gradient(180deg, #c65c18, #9a3417);background-image: -o-linear-gradient(180deg, #c65c18, #9a3417);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );";background-image: linear-gradient(180deg, #c65c18, #9a3417);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.371125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8125rem;left:27.313802719116rem;display:block; }
#Sc0TfSKzc0LaM1mAl1NyZAaVdWmyqwUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK { position:relative;display:block; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK { background-color: transparent; background-image: none; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .row .container > .video-iframe-container { display: none; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .row > .video-iframe-container { display: none; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .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); }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK { border-width: 0; border-radius: 0; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .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; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w3LSf1oEM3cUNqvuGNvU0P7pbClUCOMO { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA { display:block; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUfCX4glE3Uw4b2ROuDPx79Cv6hT3shg { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr { display:block; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXJf7LMgHXmi2KTgsCnEh3eTSc9esML0 { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:21.4375rem;left:27.0009765625rem;width:11.625rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { top:19.3125rem;left:32.83984375rem;width:8.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:21.5625rem;height:3.125rem;top:25.9375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #g5qFXdrsXiWrOOrq1vPI6AkTERiBT1Te { top:15rem;left:26.4326171875rem;width:21.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGvF15KPXRrFqyRbdMDSeWUOaZfIwozN { top:21.6875rem;left:38.1884765625rem;width:9.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsvawQpXg9wvEMoDo7ghcrSC1M3Oiq9D { top:6.875rem;left:29.8076171875rem;width:14.4375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBNWSulvDmXSzTDKac2zNf6xMMfcWu5A { top:21.1875rem;left:25.8125rem;width:21.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0IH75ur5W5QDG00Dhf5inTD1aW56mq7 { top:29.25rem;left:12.125rem;width:35.625rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PeqmqyeDVZx7fRJITCRBP7Av4hpvff0L { top:7.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4q5SvCJTq8Ao4W61p7rvfr4VpHvQcnh { top:1.8125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLHXypS1hn1P8iWcGSNOkiG4XusVdTdg { top:9.875rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoG5zIiQX57HIK1FyTBb2CEMCDlsOJ7m { top:17.375rem;left:0rem;width:47.75rem;height:19.78372108479rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW { display:block; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykdCTizliAv0Esit8MEaiO01Lp0n0wLx { display:block; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3XrExLFgg430TobM8JRhcwdhyvC1IbE { top:17.375rem;left:0rem;width:47.75rem;height:19.78372108479rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK { display:block; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouIZFAskE9ktm084UN355NwHp6D3VEdi { top:8.5rem;left:0rem;width:36.25rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzQX4Hxt7POPUt1cS34Kxmeuoe42UwLn { top:9.4375rem;left:0rem;width:14.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PQ0kIebNAEIAyV4iAdhiZbIQpLG7FR { top:11.875rem;left:0rem;width:34.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvXbWNC1iZ92shr2HEioJdv42ip9hIft { top:8.5625rem;left:11.5rem;width:36.25rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA1HKab9UFGA8Z9UrMT7eGdgp1QZoMLy { top:11.9375rem;left:13rem;width:34.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trv2cAeMSnyoOl06b6MqtbisQLL6BAok { top:9.4375rem;left:32.9375rem;width:14.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXASkMJXeZliGJoS4bRooy1TF0ww9rn { top:33.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKv0xTHDi3TIZGElJDME8OdfWXPcXBRv { top:33.75rem;left:0rem;width:5.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9mAVrubzLlEnVn8JDqvwb15EbJrgSkv { top:33.5rem;left:1.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlQIq3zTFSKlCBpCVPQc5FxKN8o1vIvt { top:33.625rem;left:11.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFqPFOBtQnIFDEiU0mZG9u81DSBWefT { top:33.75rem;left:3.5rem;width:6rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fngygLD71T11N4sWsbIxVKuGlBnuWV3S { top:33.75rem;left:12.25rem;width:6.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi64854SJN9tQTPWFWs9Wxm2Ib3kAqwB { top:33.75rem;left:41.1875rem;width:6.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLB4uRI3EG8MES7Qa7naoJuBuPkryq4p { top:33.75rem;left:31.5625rem;width:6.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIWFwpET4M7m117Q8uTrfD7kZuB0hGEW { top:33.5rem;left:39.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvJIRJiJZims0OzATLqmbD7K3LKW8rK3 { top:33.5rem;left:29.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKct493TsXQ31DSTLS8bZ5t1PU8ho7ht { top:35.5rem;left:0rem;width:34.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTsWx4OlTiL3F3VFOwtZLOVl6gCmzmX { top:35.5625rem;left:13rem;width:34.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWhcCNAeo7Fir5Rg9xIdTK4VbBE8qWmP { top:36.4375rem;left:0rem;width:8rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQqhJ6SePPtsXmKA833sIbTzHTNKTTF { top:36.125rem;left:0rem;width:9.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhT1E46LKIHJoI4QRrhTu4m9PaQQI6vy { top:36.4375rem;left:8.5rem;width:6.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2rnc4KdCMtH1GXy1hlWoJlksTBkGlTh { top:36.0625rem;left:38.0625rem;width:9.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrEhFAsxc4Nmk3t80WzvkPiq9lvy4S4 { top:36.5rem;left:40.8125rem;width:6.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqKblPfraXwG3lizc7szObDfa1Fd3nOw { top:36.375rem;left:32rem;width:8rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3q63HpTQZrRCbDIABpp9omiC5f8RdHi { top:33.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PITZBwah5A1GmGcoQcPrZTeXdS267XJs { top:33.75rem;left:41rem;width:6.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lafLvt0gwFfwr3WH60Ltgp5lI3K2Ffyv { top:1.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG7aSFN7syCR49mghA6x01HTHvWsJnWe { top:8.5rem;left:0rem;width:36.25rem;height:30.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddZNHu29bf5QW80rWiWSI4uAx90hzPdQ { top:34.75rem;left:0rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdVCfFeIN3wlCuG23fTkvaEIThqzI51C { top:11.875rem;left:0rem;width:34.75rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ipiinth46ke0M9pcH5ExQMS79sq0hZo9 { top:33.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGchQsULlTqeA6W47HGK75knzP3o9NTu { top:33.5rem;left:1.3125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6RCi4O0aUVyJTf7dZxCStb6tKiKiW6F { top:33.625rem;left:11.5625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bO5ft1cDLbpqqM1TSwGJDfPQ1XpCAC4P { top:55.25rem;left:0rem;width:5.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpCGQg4gsT1c0wrKyLBsJTMOqsHp4Tud { top:55.25rem;left:0rem;width:6.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2r5LPC5NOGtBaqAhNNVVFACeeWvpadd { top:35.5rem;left:0rem;width:34.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3tVnTSxGNpPDX4C2NnGyLMNJE3dZSde { top:36.4375rem;left:0rem;width:8rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dv0RWfIO6oFfgDn7hz8Jbd2dZtEqAE3p { top:58rem;left:0rem;width:6.625rem;height:1.4375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U8XMBRMIkzNe8KIXotPTNPJMxnlTGmTX { top:58.3125rem;left:0rem;width:5rem;height:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS { display:block; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muiIcMB2rR9CQtF1sINLolmacy5xT1fe { top:17.5rem;left:9.9375rem;width:37.8125rem;height:;font-size:0.625rem;display:block; }#muiIcMB2rR9CQtF1sINLolmacy5xT1fe li:before{  }
 }@media only screen and (max-width: 763px) { #Z5Wp6tTXwQXwQKxi2U1d3RQ3nM7OmyDi { top:10.75rem;left:13.375rem;width:7.375rem;height:8.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTgbHNfhSB68ZuyuGT7lt3IxqGicUyoz { top:10.75rem;left:21.5625rem;width:1.1875rem;height:8.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLsvcxHCw25nUNehvShD0lSur2J9A3gP { top:10.875rem;left:21.9375rem;width:25.8125rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnmFlX9CKKTW2SDEXxwQDKsu3rBa7ul9 { top:2.8125rem;left:25.18359375rem;width:12.8125rem;height:6.43675rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcxCAtSk0VGtxWxEif6UiOkBi29lU2Ju { top:7.125rem;left:0rem;width:13.8125rem;height:8.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPNPkWJl7JTJSaKo0IMRpnFTAR5BG0kW { top:7.125rem;left:0rem;width:5rem;height:8.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9n4Pw9b38viTTXp4hKJRc8l26vSB4H2 { top:7.125rem;left:0rem;width:1.125rem;height:8.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU { display:block; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftPwwpJdSUyTzws1QTCTp6papThesF7W { top:3.125rem;left:7.2177734375rem;width:33.25rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw17y4wmPTzETlasPEX1mXPQpxUKQNI0 { top:9.125rem;left:0rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOKyBctMEwiDvFPbygekcKpm7it4qnUb { top:9.1875rem;left:11.625rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASvIhnXTS9itvPKGeG5it5JooP6rFbtR { top:9.1875rem;left:23.25rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdeHko57sAzaU9nbkOSWGy4vAWAXDwc6 { top:26.125rem;left:0rem;width:21.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqWxhBbEKGotrQCaPnhTpZKSVETbpUUe { top:26.125rem;left:13.0615234375rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvfNNcALw1ytLOSeQXhlfx0XtTcCBIf { top:26.125rem;left:26.125rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8iXF4RefDHwP1NW2IcEwsKxKgGTCyEo { top:46.5625rem;left:26.1875rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThhiSNxPiKyJgco06SZ3Xcg2IVp0dsE { top:29.8125rem;left:23.25rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dghlmoXVdrWhfDnTZpGSMTxe9IfEk5hK { top:29.8125rem;left:11.5625rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZu4mWVwMO46eXXAJbrXe5TmewylJi7P { top:46.5625rem;left:13rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRicDDXDxCUEncbhJnZuECrNb1TNn94e { top:29.8125rem;left:0rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv7KViFnWRW2NPPLq4dMR5Ki0dGN6z4T { top:46.5625rem;left:0rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIpP7qsscFF2Tll2AmxTIfIKT4AUFMt3 { top:67.625rem;left:26.1875rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDx9FobgcfCMShvk8TMgvWrnixK3UAsC { top:50.75rem;left:23.25rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNacheSRNGMOuzugxdo8mfXZpPlEiUwh { top:50.75rem;left:11.56298828125rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0yfoWkiNgKzya0LkrkKh5LgzflLyv8e { top:67.625rem;left:13rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLaQvMzsiMfX2680aTBBSqMeMn4cTFhu { top:50.75rem;left:0rem;width:24.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta3LLZrLVclwm21p5dHtasZkgBmpPTio { top:67.625rem;left:0rem;width:21.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMMpN5kOkrWyGave4UswTgy337U9N0Zb { top:25.3125rem;left:0rem;width:24.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2VylNv7GBpGaDDZXIzHuPBkyCtsWlXz { top:25.3125rem;left:11.59375rem;width:24.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix9TVlcWLvBuu1wT8vRugxszw7yxhUyz { top:25.3125rem;left:23.1875rem;width:24.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7q01htmfymdT3Xco8bpa7XWuxHMhfkL { top:45.9375rem;left:23.25rem;width:24.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24dByOVTOenspNnEI7QBPwCiabx8VL2 { top:45.9375rem;left:11.5625rem;width:24.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAWQAtLSzpcZI6DxrNIxCkCV0oDiskmp { top:45.9375rem;left:0rem;width:24.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMeBW7n4akVlAgIDHJWkBbXQq9fHz9RD { top:66.9375rem;left:0rem;width:24.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atx8lBKTdNqy7oEdEOruFyb0mT20acTK { top:66.9375rem;left:11.561767578125rem;width:24.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIwc04cTuMnRAGzP5iBPvAshO6lcISri { top:66.9375rem;left:23.25rem;width:24.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:3.125rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:3.125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.75rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #abbx2JThdVb2OUTSGLWJ9VU5VwGv9Evu { top:3.4375rem;left:2.40625rem;width:42.875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITtkfAXOCchf7KsUaiyMXg2kZaMd7NFB { top:85.5rem;left:0rem;width:47.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcAZ3nGGTKCxQoHduOPEs8rlgmJwbpwN { display:none; }
 }@media only screen and (max-width: 763px) { #zXt8J3TA7qnOhmLTChuhrqxD0cgTkopr { top:74rem;left:0rem;width:9.25rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaMJFOLthWkSwUT40K5i1sbLOPei0X5D { top:29.625rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlNiJ6JLSwRtgnRylM4ODWryOgwILkKT { display:none; }
 }@media only screen and (max-width: 763px) { #XCv3l8MN1HwiGrrKikyITnN6u1Tho9OG { top:11.1875rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEol3igbCaaR1WBDnhLLOokenm4X7RH0 { top:12.875rem;left:0rem;width:7.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #terTbhAobiy43Ivuc3x1MJvXSpV4pkD0 { top:17rem;left:0rem;width:7.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1EmO2TNvJvsRDJQEFriZoy8qV7aEehh { top:11.1875rem;left:8.5615234375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwiVVT0o62QBXJLQX7Zen4TGE33tJuB6 { top:17rem;left:9.4990234375rem;width:7.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd9TivH8t1MWIJgA5dUJk06hDSR0CLpx { top:12.875rem;left:9.4990234375rem;width:7.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMFx5DwTnFZXpuywA60wr9PzgcvgCvD { top:11.1875rem;left:29.5rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSWrn7Lq86TDSh059uJBfvwIrzrXhuwp { top:17rem;left:30.4375rem;width:7.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHmoeQdzCZsS9g0BeNIduFvJ4ZXhMizI { top:12.875rem;left:30.4375rem;width:7.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVK2EAGEh3cfTood4U9Xvw9QIPqfUISR { top:22.5rem;left:0rem;width:13.375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3uw6IzmgZpG3dbBMdzxsZXElIQKZZkF { top:22.5rem;left:6.6220703125rem;width:13.4375rem;height:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBUO5ayOVi84ANtmQFx2WaotaiakfAh { top:22.5rem;left:29.40625rem;width:9.75rem;height:2.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdiafRZzBhJogdTBmz91tx6f0yeqVhty { top:70.625rem;left:0rem;width:7.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0tV7dxL9WOzrkAwnC4gqZ2Xp0O2WCx0 { top:70.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEDvummsLz08mh36IfidhQmR0zLVxuH9 { top:70.625rem;left:15.5rem;width:12.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXr9c7c353T4uiR0kbPzupLi4mWDNea0 { top:70.125rem;left:11.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFmodHFqVOeNSlmqSxqZbaJTulk980qU { top:11.1875rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNkWVdqFrfgdqEKBmHsAfDmnuSinqtMN { top:12.875rem;left:40rem;width:7.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2k2MTHNBTJEXoZ4ovMH4emL8KTqOKXM { top:17rem;left:40rem;width:7.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE5d5a5rI51CerMhivWHyXWwMMbBlbAf { top:22.5rem;left:34.375rem;width:13.375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJnS5vwCdqi621V2HLxWXyN03wXTRxKF { top:70.0625rem;left:42.1240234375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfXfkzIM5gtNZ4Jofy83szrzLxUIFUXb { top:70.5625rem;left:32.6875rem;width:15.0625rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnetEo5snzTVJILR4eFC5PnC2UrmuEvU { top:74rem;left:0rem;width:2.1875rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcQxQGoW8JufW2eyPyogpWAuKlglso0f { top:74rem;left:0rem;width:2.375rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcabMX8zsteT4dhS8LFZ0i1OdGaFtel { top:74rem;left:30.21337890625rem;width:2.375rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSxZpKtOeX6X8vJoaP27STv1kdzyxf2M { top:74rem;left:11.43701171875rem;width:15.0625rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0cDRJ8oN1z6TnnMGtuwOPZsZsSdzI9K { top:74rem;left:26.7490234375rem;width:2.1875rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5ubIehCaFi6nDOH4eD4EhSR4742B9hu { top:74rem;left:36.5rem;width:11.25rem;height:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumqm39GEg5IftkSiN75dwD7mdlMGwTC { top:74rem;left:45.5625rem;width:2.1875rem;height:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVC9VTx2DvoXUuWRAl1LLvViIHsEukfr { top:74rem;left:45.375rem;width:2.375rem;height:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ { display:block; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD { display:block; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn05UC3x0TWVw3QguyumLIS8ohzsLWLd { width:20.3125rem;height:3.125rem;top:1.8125rem;left:13.688802719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc0TfSKzc0LaM1mAl1NyZAaVdWmyqwUd { display:block; }
 }@media only screen and (max-width: 763px) { #A2ZSklvUlWmEgtWP7vwr538DOTwqurxK { display:block; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3LSf1oEM3cUNqvuGNvU0P7pbClUCOMO { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA { display:block; }#Ino7RSWttCZM0PCfBve3CvvOKiSDFLPA > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUfCX4glE3Uw4b2ROuDPx79Cv6hT3shg { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr { display:block; }#n6GxDGvW7a64a1LpFbKoyo0Ewn6RxlMr > .row .container { width:20rem;height:1.5087875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXJf7LMgHXmi2KTgsCnEh3eTSc9esML0 { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf688a39-e544-45c6-8674-406f96e576b0/345.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:10.6865rem;height:1.462675rem;top:9.3125rem;left:4.9375rem;font-size:1.125rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cUp5UykzVuL6J89EuzrUmJ48AppkieoA { width:4.9362rem;height:0.875rem;top:7.8125rem;left:10.375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:13.4375rem;height:2.4375rem;top:12.375000476837rem;left:6.1242189407349rem;font-size:0.8125rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #g5qFXdrsXiWrOOrq1vPI6AkTERiBT1Te { width:10.5625rem;height:1.2999125rem;top:5.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGvF15KPXRrFqyRbdMDSeWUOaZfIwozN { width:5.0625rem;height:0.875rem;top:9.5625rem;left:13.3125rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qsvawQpXg9wvEMoDo7ghcrSC1M3Oiq9D { width:6.6875rem;height:3.375rem;top:1.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBNWSulvDmXSzTDKac2zNf6xMMfcWu5A { width:12.75rem;height:1.875rem;top:9.04296875rem;left:6.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c293582-c982-4d31-9b03-8df8ddd7a74e/xelfcondoregister.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E0IH75ur5W5QDG00Dhf5inTD1aW56mq7 { width:20rem;height:0.1875rem;top:29rem;left:1.21875rem;z-index:15136;display:none; }
 }@media only screen and (max-width: 763px) { #PeqmqyeDVZx7fRJITCRBP7Av4hpvff0L { width:20rem;height:2.54774375rem;top:3.9105911254883rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U4q5SvCJTq8Ao4W61p7rvfr4VpHvQcnh { width:20rem;height:2.9752625rem;top:0.74751472473144rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bLHXypS1hn1P8iWcGSNOkiG4XusVdTdg { width:19.561625rem;height:8.917125rem;top:7.1842460632325rem;left:0.21809899806976rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BoG5zIiQX57HIK1FyTBb2CEMCDlsOJ7m { width:20rem;height:8.2856875rem;top:18.696830749512rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cf6a995-afda-4c09-af71-13d4d5780fea/XELFbySansiri03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW.adaptive-delivery-prevent-bg, #vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW.lazyload, #vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW.lazyloading { background-image: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container { background-color: transparent; background-image: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container > .video-iframe-container { display: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row > .video-iframe-container { display: none; }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .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); }#vpPUFf7T8G5TeDGDrfN2BsCou3TikEyW > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykdCTizliAv0Esit8MEaiO01Lp0n0wLx { display:block; }#ykdCTizliAv0Esit8MEaiO01Lp0n0wLx > .row .container { width:20rem;height:8.285125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3XrExLFgg430TobM8JRhcwdhyvC1IbE { width:20rem;height:8.2855625rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK { display:block; }#rlSfoV04Z3dT9KUz6z0MxUH0gWgG1suK > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ouIZFAskE9ktm084UN355NwHp6D3VEdi { width:20rem;height:26.3125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzQX4Hxt7POPUt1cS34Kxmeuoe42UwLn { width:14.8125rem;height:1.2999125rem;top:6.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PQ0kIebNAEIAyV4iAdhiZbIQpLG7FR { width:18.8125rem;height:15.6875rem;top:8rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvXbWNC1iZ92shr2HEioJdv42ip9hIft { width:20rem;height:30.5625rem;top:133.6240234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zA1HKab9UFGA8Z9UrMT7eGdgp1QZoMLy { width:20rem;height:21rem;top:136.99926757812rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trv2cAeMSnyoOl06b6MqtbisQLL6BAok { width:14.8125rem;height:1.298825rem;top:134.498046875rem;left:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJXASkMJXeZliGJoS4bRooy1TF0ww9rn { display:flex;width:1.5625rem;height:1.5625rem;top:24.3125rem;left:2.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #kKv0xTHDi3TIZGElJDME8OdfWXPcXBRv { width:5.6875rem;height:0.82465rem;top:26.7001953125rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O9mAVrubzLlEnVn8JDqvwb15EbJrgSkv { display:flex;width:1.5625rem;height:1.5625rem;top:24.3125rem;left:8.8125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #JlQIq3zTFSKlCBpCVPQc5FxKN8o1vIvt { display:flex;width:1.5625rem;height:1.5625rem;top:24.3125rem;left:15.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #aGFqPFOBtQnIFDEiU0mZG9u81DSBWefT { width:5.5rem;height:0.9747875rem;top:26.625rem;left:7rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fngygLD71T11N4sWsbIxVKuGlBnuWV3S { width:6.75rem;height:0.9747875rem;top:26.625rem;left:12.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi64854SJN9tQTPWFWs9Wxm2Ib3kAqwB { width:6rem;height:1.2182625rem;top:158.81201171875rem;left:14rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JLB4uRI3EG8MES7Qa7naoJuBuPkryq4p { width:6.125rem;height:0.9746125rem;top:55.25rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIWFwpET4M7m117Q8uTrfD7kZuB0hGEW { display:flex;width:1.5625rem;height:1.5625rem;top:158.56176757812rem;left:13.499755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvJIRJiJZims0OzATLqmbD7K3LKW8rK3 { display:flex;width:1.5625rem;height:1.5625rem;top:158.56176757812rem;left:3.499755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKct493TsXQ31DSTLS8bZ5t1PU8ho7ht { width:18.75rem;height:0.0625rem;top:28.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbTsWx4OlTiL3F3VFOwtZLOVl6gCmzmX { width:20rem;height:0.0625rem;top:160.62475585938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWhcCNAeo7Fir5Rg9xIdTK4VbBE8qWmP { width:3.937325rem;height:0.87535625rem;top:29.6875rem;left:1.9375rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lqQqhJ6SePPtsXmKA833sIbTzHTNKTTF { width:6.625rem;height:1.462675rem;top:29.375rem;left:6.375rem;font-size:1.125rem;color:#feef2f;display:block; }
 }@media only screen and (max-width: 763px) { #JhT1E46LKIHJoI4QRrhTu4m9PaQQI6vy { width:5.06214375rem;height:0.87535625rem;top:29.6875rem;left:12.875rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #o2rnc4KdCMtH1GXy1hlWoJlksTBkGlTh { width:9.6875rem;height:1.4624rem;top:161.24975585938rem;left:10.3125rem;font-size:1.125rem;color:#c09d6e;display:none; }
 }@media only screen and (max-width: 763px) { #nOrEhFAsxc4Nmk3t80WzvkPiq9lvy4S4 { width:6.9375rem;height:0.87524375rem;top:161.56225585938rem;left:13.0625rem;font-size:0.875rem;color:#c09d6e;text-align:right;text-align-last:right;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #fqKblPfraXwG3lizc7szObDfa1Fd3nOw { width:8rem;height:0.87524375rem;top:161.56225585938rem;left:4.81201171875rem;font-size:0.875rem;color:#000000;text-align:right;text-align-last:right;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #U3q63HpTQZrRCbDIABpp9omiC5f8RdHi { display:flex;width:1.5625rem;height:1.5625rem;top:158.6875rem;left:18.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PITZBwah5A1GmGcoQcPrZTeXdS267XJs { width:6.75rem;height:1.2182625rem;top:158.81201171875rem;left:13.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lafLvt0gwFfwr3WH60Ltgp5lI3K2Ffyv { width:20rem;height:3.3997375rem;top:1.060546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#c65c18;display:block; }
 }@media only screen and (max-width: 763px) { #MG7aSFN7syCR49mghA6x01HTHvWsJnWe { width:20rem;height:26.3125rem;top:34rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ddZNHu29bf5QW80rWiWSI4uAx90hzPdQ { width:14.8125rem;height:1.2999125rem;top:34.75rem;left:2.5625rem;font-size:1rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #rdVCfFeIN3wlCuG23fTkvaEIThqzI51C { width:18.8125rem;height:15.6875rem;top:36.625rem;left:0.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Ipiinth46ke0M9pcH5ExQMS79sq0hZo9 { display:flex;width:1.5625rem;height:1.5625rem;top:52.9375rem;left:2.75rem;font-size:0.9375rem;z-index:15133; }
 }@media only screen and (max-width: 763px) { #zGchQsULlTqeA6W47HGK75knzP3o9NTu { display:flex;width:1.5625rem;height:1.5625rem;top:52.9375rem;left:8.8125rem;font-size:0.9375rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #B6RCi4O0aUVyJTf7dZxCStb6tKiKiW6F { display:flex;width:1.5625rem;height:1.5625rem;top:52.9375rem;left:15.3125rem;font-size:0.9375rem;z-index:15135; }
 }@media only screen and (max-width: 763px) { #bO5ft1cDLbpqqM1TSwGJDfPQ1XpCAC4P { width:5.5rem;height:0.9746125rem;top:55.25rem;left:7rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #WpCGQg4gsT1c0wrKyLBsJTMOqsHp4Tud { width:6.75rem;height:0.9746125rem;top:55.25rem;left:12.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #H2r5LPC5NOGtBaqAhNNVVFACeeWvpadd { width:18.75rem;height:0.0625rem;top:57.1875rem;left:0.625rem;z-index:15194;display:block; }
 }@media only screen and (max-width: 763px) { #T3tVnTSxGNpPDX4C2NnGyLMNJE3dZSde { width:3.937325rem;height:0.87535625rem;top:58.3125rem;left:1.9375rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #dv0RWfIO6oFfgDn7hz8Jbd2dZtEqAE3p { width:6.625rem;height:1.462675rem;top:58rem;left:6.1875rem;font-size:1.125rem;color:#feef2f;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #U8XMBRMIkzNe8KIXotPTNPJMxnlTGmTX { width:5.4375rem;height:0.875rem;top:58.3125rem;left:12.4375rem;font-size:0.875rem;color:#ffffff;text-align:right;text-align-last:right;line-height:1;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cf6a995-afda-4c09-af71-13d4d5780fea/XELFbySansiri03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS.adaptive-delivery-prevent-bg, #pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS.lazyload, #pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS.lazyloading { background-image: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container { background-color: transparent; background-image: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container > .video-iframe-container { display: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row > .video-iframe-container { display: none; }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .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); }#pd91zJ7icTvUGSB5ccu3Kqiz7FZKzRhS > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c557d67-8769-459a-b835-4a021218e5f4/xelfcondocoverbannerdesktop1920x800.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muiIcMB2rR9CQtF1sINLolmacy5xT1fe { width:19.124375rem;height:0;top:4.25rem;left:0rem;font-size:0.625rem;display:block; }#muiIcMB2rR9CQtF1sINLolmacy5xT1fe li:before{  }
 }@media only screen and (max-width: 763px) { #Z5Wp6tTXwQXwQKxi2U1d3RQ3nM7OmyDi { width:5rem;height:6.3736875rem;top:6.7447915077213rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #UTgbHNfhSB68ZuyuGT7lt3IxqGicUyoz { width:1.18696875rem;height:6.3736875rem;top:6.7447915077213rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pLsvcxHCw25nUNehvShD0lSur2J9A3gP { width:13.875rem;height:7.6484375rem;top:6.7486977577213rem;left:6.916015625rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #rnmFlX9CKKTW2SDEXxwQDKsu3rBa7ul9 { width:7.6865rem;height:3.811525rem;top:2.34375rem;left:5.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcxCAtSk0VGtxWxEif6UiOkBi29lU2Ju { width:13.875rem;height:8.92089375rem;top:7.185546875rem;left:6.125rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TPNPkWJl7JTJSaKo0IMRpnFTAR5BG0kW { width:5rem;height:8.9208875rem;top:7.181640625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #a9n4Pw9b38viTTXp4hKJRc8l26vSB4H2 { width:1.18685rem;height:8.9208875rem;top:7.185546875rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9d3c7c0-35b0-420d-afd1-d9527c3931a1/background562.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU.adaptive-delivery-prevent-bg, #QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU.lazyload, #QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU.lazyloading { background-image: none; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container { background-color: transparent; background-image: none; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffae0; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container > .video-iframe-container { display: none; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffae0; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row > .video-iframe-container { display: none; }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .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); }#QQRlxuOrKXdEuQt3WysDe4tmv76y4vOU > .row .container { width:20rem;height:167.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftPwwpJdSUyTzws1QTCTp6papThesF7W { width:16.311875rem;height:1.86889375rem;top:1.748046875rem;left:1.8435330986977rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw17y4wmPTzETlasPEX1mXPQpxUKQNI0 { width:20rem;height:13.125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOKyBctMEwiDvFPbygekcKpm7it4qnUb { width:20rem;height:13.125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASvIhnXTS9itvPKGeG5it5JooP6rFbtR { width:20rem;height:13.125rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdeHko57sAzaU9nbkOSWGy4vAWAXDwc6 { width:20rem;height:1.462675rem;top:18.5rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #tqWxhBbEKGotrQCaPnhTpZKSVETbpUUe { width:20rem;height:1.462675rem;top:36.3125rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #mXvfNNcALw1ytLOSeQXhlfx0XtTcCBIf { width:20rem;height:1.462675rem;top:54.4375rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #T8iXF4RefDHwP1NW2IcEwsKxKgGTCyEo { width:19.125rem;height:1.462675rem;top:109.25rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VThhiSNxPiKyJgco06SZ3Xcg2IVp0dsE { width:20rem;height:13.125rem;top:95.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dghlmoXVdrWhfDnTZpGSMTxe9IfEk5hK { width:20rem;height:13.125rem;top:77.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZu4mWVwMO46eXXAJbrXe5TmewylJi7P { width:20rem;height:1.462675rem;top:90.9375rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #vRicDDXDxCUEncbhJnZuECrNb1TNn94e { width:20rem;height:13.125rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv7KViFnWRW2NPPLq4dMR5Ki0dGN6z4T { width:20rem;height:1.462675rem;top:72.625rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #NIpP7qsscFF2Tll2AmxTIfIKT4AUFMt3 { width:20rem;height:1.462675rem;top:162.9375rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PDx9FobgcfCMShvk8TMgvWrnixK3UAsC { width:20rem;height:13.5625rem;top:148.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNacheSRNGMOuzugxdo8mfXZpPlEiUwh { width:20rem;height:13.1875rem;top:131rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0yfoWkiNgKzya0LkrkKh5LgzflLyv8e { width:20rem;height:1.462675rem;top:144.6875rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WLaQvMzsiMfX2680aTBBSqMeMn4cTFhu { width:20rem;height:13rem;top:113.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta3LLZrLVclwm21p5dHtasZkgBmpPTio { width:20rem;height:1.462675rem;top:126.875rem;left:0rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #oMMpN5kOkrWyGave4UswTgy337U9N0Zb { width:20rem;height:2.6875rem;top:162.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2VylNv7GBpGaDDZXIzHuPBkyCtsWlXz { width:20rem;height:2.6875rem;top:143.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix9TVlcWLvBuu1wT8vRugxszw7yxhUyz { width:20rem;height:2.6875rem;top:126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7q01htmfymdT3Xco8bpa7XWuxHMhfkL { width:20rem;height:2.625rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24dByOVTOenspNnEI7QBPwCiabx8VL2 { width:20rem;height:2.625rem;top:90.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAWQAtLSzpcZI6DxrNIxCkCV0oDiskmp { width:20rem;height:2.625rem;top:108.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMeBW7n4akVlAgIDHJWkBbXQq9fHz9RD { width:20rem;height:2.625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atx8lBKTdNqy7oEdEOruFyb0mT20acTK { width:20rem;height:2.625rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIwc04cTuMnRAGzP5iBPvAshO6lcISri { width:20rem;height:2.625rem;top:17.8125rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a0194d3e-8de8-4895-8d9b-67006207c4a3/sansiricondoxelfgallery02.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c65c18, #9a3417);background-image: -moz-linear-gradient(180deg, #c65c18, #9a3417);background-image: -ms-linear-gradient(180deg, #c65c18, #9a3417);background-image: -o-linear-gradient(180deg, #c65c18, #9a3417);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );";background-image: linear-gradient(180deg, #c65c18, #9a3417);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:montserrat;font-weight:700;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:4.07421875rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:4.07421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.94921875rem;top:26.38671875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54394375rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:marcellus;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.39865625rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:marcellus;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c65c18, #9a3417);background-image: -moz-linear-gradient(180deg, #c65c18, #9a3417);background-image: -ms-linear-gradient(180deg, #c65c18, #9a3417);background-image: -o-linear-gradient(180deg, #c65c18, #9a3417);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c65c18', endColorstr='#9a3417' );";background-image: linear-gradient(180deg, #c65c18, #9a3417);background-size:cover !important;display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #abbx2JThdVb2OUTSGLWJ9VU5VwGv9Evu { width:6.5625rem;height:1.7871125rem;top:1.556396484375rem;left:6.1376953125rem;font-size:1.375rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITtkfAXOCchf7KsUaiyMXg2kZaMd7NFB { width:20rem;height:26.4375rem;top:85.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcAZ3nGGTKCxQoHduOPEs8rlgmJwbpwN { top:3.1618928909302rem;left:0rem;width:20rem;height:12.5rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #zXt8J3TA7qnOhmLTChuhrqxD0cgTkopr { width:10.8114375rem;height:6.74371875rem;top:43.748224258423rem;left:1.1194956302643rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #MaMJFOLthWkSwUT40K5i1sbLOPei0X5D { width:20rem;height:37.5rem;top:38.560119128418rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlNiJ6JLSwRtgnRylM4ODWryOgwILkKT { top:26.936268806458rem;left:0rem;width:19.999125rem;height:12.499125rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #XCv3l8MN1HwiGrrKikyITnN6u1Tho9OG { width:5rem;height:5rem;top:6.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEol3igbCaaR1WBDnhLLOokenm4X7RH0 { width:2.24786875rem;height:2.11263125rem;top:7.3125rem;left:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #terTbhAobiy43Ivuc3x1MJvXSpV4pkD0 { width:4.375rem;height:0.8125rem;top:9.5rem;left:3rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1EmO2TNvJvsRDJQEFriZoy8qV7aEehh { width:5rem;height:5rem;top:6.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwiVVT0o62QBXJLQX7Zen4TGE33tJuB6 { width:7.6855625rem;height:0.8125rem;top:9.5rem;left:10.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd9TivH8t1MWIJgA5dUJk06hDSR0CLpx { width:2.9367875rem;height:2.11263125rem;top:7.375rem;left:12.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMFx5DwTnFZXpuywA60wr9PzgcvgCvD { width:5rem;height:5rem;top:17.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSWrn7Lq86TDSh059uJBfvwIrzrXhuwp { width:4.373225rem;height:0.8125rem;top:20.5625rem;left:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHmoeQdzCZsS9g0BeNIduFvJ4ZXhMizI { width:3.06108125rem;height:2.11263125rem;top:18.4375rem;left:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVK2EAGEh3cfTood4U9Xvw9QIPqfUISR { width:6.624625rem;height:1.78819375rem;top:12.1875rem;left:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3uw6IzmgZpG3dbBMdzxsZXElIQKZZkF { width:7.5rem;height:2.68229375rem;top:12.1875rem;left:10.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBUO5ayOVi84ANtmQFx2WaotaiakfAh { width:5.87446875rem;height:1.78819375rem;top:23.25rem;left:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdiafRZzBhJogdTBmz91tx6f0yeqVhty { width:7.6875rem;height:1.9494625rem;top:40.9375rem;left:3.9375rem;font-size:1.5rem;font-family:montserrat;font-weight:400;font-style:normal;color:#fffae0;display:block; }
 }@media only screen and (max-width: 763px) { #y0tV7dxL9WOzrkAwnC4gqZ2Xp0O2WCx0 { display:flex;width:2.125rem;height:2.125rem;top:40.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #fEDvummsLz08mh36IfidhQmR0zLVxuH9 { width:12.9375rem;height:2.11263125rem;top:51.874465942382rem;left:4.1246446371079rem;font-size:1.625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#fffae0;display:block; }
 }@media only screen and (max-width: 763px) { #fXr9c7c353T4uiR0kbPzupLi4mWDNea0 { display:flex;width:2.125rem;height:2.125rem;top:51.874465942382rem;left:1.1248223781586rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #yFmodHFqVOeNSlmqSxqZbaJTulk980qU { width:5rem;height:5rem;top:17.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNkWVdqFrfgdqEKBmHsAfDmnuSinqtMN { width:3.2492875rem;height:2.11263125rem;top:18.1875rem;left:12.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2k2MTHNBTJEXoZ4ovMH4emL8KTqOKXM { width:7.7476875rem;height:0.8125rem;top:20.5625rem;left:10.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE5d5a5rI51CerMhivWHyXWwMMbBlbAf { width:5.06125625rem;height:0.8941rem;top:23.249289512634rem;left:11.843038916588rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJnS5vwCdqi621V2HLxWXyN03wXTRxKF { display:flex;width:2.374825rem;height:2.374825rem;top:64.141510009762rem;left:1.1177201271057rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #dfXfkzIM5gtNZ4Jofy83szrzLxUIFUXb { width:15.06125rem;height:2.11263125rem;top:64.27113342285rem;left:4.0624998807907rem;font-size:1.625rem;font-family:montserrat;font-weight:400;font-style:normal;color:#fffae0;display:block; }
 }@media only screen and (max-width: 763px) { #bnetEo5snzTVJILR4eFC5PnC2UrmuEvU { width:2.1875rem;height:6.74371875rem;top:43.75rem;left:13.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #LcQxQGoW8JufW2eyPyogpWAuKlglso0f { width:2.3739375rem;height:6.74371875rem;top:43.75rem;left:17.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #DzcabMX8zsteT4dhS8LFZ0i1OdGaFtel { width:2.3739375rem;height:6.74371875rem;top:55.060729980469rem;left:17.626064658165rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #zSxZpKtOeX6X8vJoaP27STv1kdzyxf2M { width:15.061875rem;height:6.7437125rem;top:55.0625rem;left:1.1248223781586rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #V0cDRJ8oN1z6TnnMGtuwOPZsZsSdzI9K { width:2.1875rem;height:6.74371875rem;top:55.060729980469rem;left:13.741121649742rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #I5ubIehCaFi6nDOH4eD4EhSR4742B9hu { width:11.25rem;height:8.0924625rem;top:67.999832153319rem;left:1.499467253685rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #mumqm39GEg5IftkSiN75dwD7mdlMGwTC { width:2.1875rem;height:8.0924625rem;top:67.998046875rem;left:13.741121649742rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #TVC9VTx2DvoXUuWRAl1LLvViIHsEukfr { width:2.3739375rem;height:8.0924625rem;top:67.998931884762rem;left:17.626064658165rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cf6a995-afda-4c09-af71-13d4d5780fea/XELFbySansiri03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ.adaptive-delivery-prevent-bg, #bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ.lazyload, #bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ.lazyloading { background-image: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container { background-color: transparent; background-image: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container > .video-iframe-container { display: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row > .video-iframe-container { display: none; }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .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); }#bxGTeMybRGhrkdXlVE6gE8GQuHU9I3BJ > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD { display:block; }#Q0n0wFTVulyo4kwnIeR7A8Wbkg7JfGAD > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vn05UC3x0TWVw3QguyumLIS8ohzsLWLd { width:18.9968125rem;height:3.1241125rem;top:0.93572633713481rem;left:0.50071024894714rem;font-size:0.875rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc0TfSKzc0LaM1mAl1NyZAaVdWmyqwUd { display:block; }
 }@media only screen and (max-width: 763px) { #A2ZSklvUlWmEgtWP7vwr538DOTwqurxK { display:block; }#A2ZSklvUlWmEgtWP7vwr538DOTwqurxK > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3LSf1oEM3cUNqvuGNvU0P7pbClUCOMO { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }