.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,231,223;--color-primary-1:255,205,146;--color-primary-2:193,133,96;--color-primary-3:116,80,58;--color-primary-4:39,27,19;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:179,179,179;--color-secondary-3:107,107,107;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:montserrat;--paragraphs-font-family:montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { position:relative;display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { background-color: transparent; background-image: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row > .video-iframe-container { display: none; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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); }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { border-width: 0; border-radius: 0; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .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; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { 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; }
#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.adaptive-delivery-prevent-bg, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyload, #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC.lazyloading { background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { background-color: transparent; background-image: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { display: none; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .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); }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { border-width: 0; border-radius: 0; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { 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; }
#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1324100-37b1-4840-8beb-4ad5eb431b9c/SiameseBangtao_BEV_Hires_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.adaptive-delivery-prevent-bg, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyload, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyloading { background-image: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { background-color: transparent; background-image: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container > .video-iframe-container { display: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.15); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row > .video-iframe-container { display: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .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); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { border-width: 0; border-radius: 0; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ::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; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#PC1N4Q87xunTK5zMAWkfEWE4Us61LxaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:11.203125rem;left:19.3125rem;height:2.0996125rem;text-align:right;text-align-last:right;display:block; }
#kSRAiOI8fwOOzZn6abJ6BR67H0KnuPXD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:52.9375rem;top:8.25rem;left:11.0625rem;overflow:hidden;display:block; }
#dq0O0B3CBmZ68BN992RmadOyZ06Q2Ppq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:29.625rem;height:3.0058625rem;font-style:normal;display:block; }
#RNZcylsbgpJN7eIOTxc7LRVnfi92TWtB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:42.125rem;height:2.1933625rem;font-style:normal;display:block; }
#hq1CE4cvUA2sq54xGz8W2ldDGn3GSbhs { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#63442b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:belleza;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.5rem;left:26.90625rem;display:block; }
#DMT0ngTfGpkw6OR54VB4nHwkhX2B5rv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTULkTvMwxWkyGx74PM8TDi5bh3LR49X { 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:5.75rem;width:16.75rem;top:2.5rem;left:29.125rem;overflow:hidden;display:block; }
#dLNRi7S2c0dz4HCHd6BxZUOsM6rw5Z39 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.875rem;left:18.46875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mHmlkfQt0gEN7LLBOE8HItdxwIxMsiEB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:4.3212890625rem;left:57.59375rem;overflow:hidden;display:block; }
#qTHINswA3qTJMtzKNSA80adbnDUhvWsF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.8828125rem;left:31.25rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/589b9a85-9e35-4265-b99f-536e4d740b57/Untitled30314.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6.adaptive-delivery-prevent-bg, #bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6.lazyload, #bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6.lazyloading { background-image: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container { background-color: transparent; background-image: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container > .video-iframe-container { display: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row > .video-iframe-container { display: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .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); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container { border-width: 0; border-radius: 0; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6::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; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container { font-size:0.875rem;font-family:arial;height:76.9375rem;width:75rem;position:relative;display:block; }#ChwTXdUNRQPdd2yrveZgNDhAdzRbcasQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:27.75rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#km0SG2JwAcC0R7l2d2fse5GQpR7helIn { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.0625rem;left:0rem;display:none; }#km0SG2JwAcC0R7l2d2fse5GQpR7helIn.adaptive-delivery-prevent-bg, #km0SG2JwAcC0R7l2d2fse5GQpR7helIn.lazyload, #km0SG2JwAcC0R7l2d2fse5GQpR7helIn.lazyloading { background-image: none; }
#BAsCGrIP0fuLsZIX7nlvoBigGE0xaeVQ { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/75c75e27-864b-4bc2-90f3-7944a475dbe5/pic102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.875rem;left:0.75rem;display:none; }#BAsCGrIP0fuLsZIX7nlvoBigGE0xaeVQ.adaptive-delivery-prevent-bg, #BAsCGrIP0fuLsZIX7nlvoBigGE0xaeVQ.lazyload, #BAsCGrIP0fuLsZIX7nlvoBigGE0xaeVQ.lazyloading { background-image: none; }
#PTU24VwMs868KIqHUE4RTGGK4Fxdu0Sn { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:33.875rem;left:0.75rem;display:none; }
#reU0VbcrPmWSIas9LGKGZJ24qTEfT6Wc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.875rem;left:2rem;height:1.7871125rem;font-style:normal;display:none; }
#dD9LnTUJToypxxMKGaCefk22AMc8USsh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:37.0625rem;left:2rem;display:none; }
#tJLp108OV5M1dcRcwypg0pPan6iduDXa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:37.3125rem;left:4.625rem;height:1.29980625rem;display:none; }
#e3NJpnELuuzUXH5HwBO139WqnA896vT8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37.0625rem;left:13.0625rem;display:none; }
#FUAVnaPaBHlQSE2dXoqnQhshUpv82Te7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:37.3125rem;left:15.6875rem;height:1.29980625rem;display:none; }
#MiDAfggEWUskyxZz88AcqkarVb9dZIvF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37.0625rem;left:23.5rem;display:none; }
#RPUQUb0MmBhxGUOJ26LsLgrdBnZGQovb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:37.3125rem;left:26.125rem;height:1.29980625rem;display:none; }
#aWDCMIbKGPLxagqzuWoD5clk5P4ILvQ8 { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/1e4bd418-ac1c-4618-924b-898a2e22559b/gradient02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.875rem;left:0.75rem;display:none; }#aWDCMIbKGPLxagqzuWoD5clk5P4ILvQ8.adaptive-delivery-prevent-bg, #aWDCMIbKGPLxagqzuWoD5clk5P4ILvQ8.lazyload, #aWDCMIbKGPLxagqzuWoD5clk5P4ILvQ8.lazyloading { background-image: none; }
#g4gvu4ll64mwuQBTgPzJCXTeONsNpHLy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#Sx8Qxh9K49fwXOOQoFheud3m25ZBNkh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#miXrTWEoJrM9Bc47WA0tQNVaZyOJ5KHq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.125rem;left:67.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#Hl3Hv36T9TACeZvTDi7OyOd7VNEJC1In { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.125rem;left:39.5625rem;display:block; }#Hl3Hv36T9TACeZvTDi7OyOd7VNEJC1In.adaptive-delivery-prevent-bg, #Hl3Hv36T9TACeZvTDi7OyOd7VNEJC1In.lazyload, #Hl3Hv36T9TACeZvTDi7OyOd7VNEJC1In.lazyloading { background-image: none; }
#dplGltlKz3EUG4zBrTXkxtSVTAAEtTsg { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/e1d17c52-b40a-4592-a7df-15f7205523ba/SiameseBangtao_MasterBedroom_Hires_jpeg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:40.3125rem;display:block; }#dplGltlKz3EUG4zBrTXkxtSVTAAEtTsg.adaptive-delivery-prevent-bg, #dplGltlKz3EUG4zBrTXkxtSVTAAEtTsg.lazyload, #dplGltlKz3EUG4zBrTXkxtSVTAAEtTsg.lazyloading { background-image: none; }
#boPE5unMkTDGaCHn0FTWbkevInM6RKaA { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/43747ab4-e62f-4f77-9183-28b50c2e2644/1BEDROOM_5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:40.3125rem;display:block; }#boPE5unMkTDGaCHn0FTWbkevInM6RKaA.adaptive-delivery-prevent-bg, #boPE5unMkTDGaCHn0FTWbkevInM6RKaA.lazyload, #boPE5unMkTDGaCHn0FTWbkevInM6RKaA.lazyloading { background-image: none; }
#cDFi9J27UzUlR2qpyqX6p9LOcOrBX7ca { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:33.9375rem;left:40.3125rem;display:block; }
#tcQbJvUEcIdU4PsHDStHPfuvI3spcoIB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.8125rem;left:42.5rem;height:1.86875rem;font-style:normal;display:block; }
#HH17k7Wz4oxfBa18tLPJEg4xxqb1U7mK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:37rem;left:42.5rem; }
#qRwpSpmESEePXsAMzJJaMLPtBfbeFfHH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:37rem;left:54.25rem; }
#TrkvzGzBGFpctPoU6HqXEMtxOE3m2K5b { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:37.25rem;left:45.125rem;height:1.3rem;display:block; }
#cwIfda08MTGBBX2HWk58xP19UxiZC37n { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:37.25rem;left:56.875rem;height:1.3rem;display:block; }
#ouMfFoto19FFNZIQP624778LKEItLBob { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:37rem;left:65.25rem; }
#T9vHw9rsppERhKrJpuxDu7k6VEemwAuq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:37.25rem;left:67.875rem;height:1.3rem;display:block; }
#EPGoAJVxT58Pbkeo2dVfl0R1cO1V1aVL { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.125rem;left:39.5625rem;display:block; }#EPGoAJVxT58Pbkeo2dVfl0R1cO1V1aVL.adaptive-delivery-prevent-bg, #EPGoAJVxT58Pbkeo2dVfl0R1cO1V1aVL.lazyload, #EPGoAJVxT58Pbkeo2dVfl0R1cO1V1aVL.lazyloading { background-image: none; }
#DKMcBkOMHmFtQe0BGUZlt93EqI0ot0oB { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/b649f577-3616-4620-b1cc-f742c147cd58/SiameseBangtao_1BedLiving_Hires_jpeg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.9375rem;left:40.3125rem;display:block; }#DKMcBkOMHmFtQe0BGUZlt93EqI0ot0oB.adaptive-delivery-prevent-bg, #DKMcBkOMHmFtQe0BGUZlt93EqI0ot0oB.lazyload, #DKMcBkOMHmFtQe0BGUZlt93EqI0ot0oB.lazyloading { background-image: none; }
#ORhEJDdvVbEzECu0zxUFQXdyi4FcbF69 { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/cc4e9f12-8812-45d2-9583-641a0f7520e0/1BEDROOM_16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.9375rem;left:40.3125rem;display:block; }#ORhEJDdvVbEzECu0zxUFQXdyi4FcbF69.adaptive-delivery-prevent-bg, #ORhEJDdvVbEzECu0zxUFQXdyi4FcbF69.lazyload, #ORhEJDdvVbEzECu0zxUFQXdyi4FcbF69.lazyloading { background-image: none; }
#t1kUPgTVtxm9qlVDWxgcchfUHGFZexWz { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:64.9375rem;left:40.3125rem;display:block; }
#Qzu672wh52aOBm8uktdL6vUpq5hMGNso { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:65.9375rem;left:42.5rem;height:1.86875rem;font-style:normal;display:block; }
#y5plSbGXgKnSmuvrfgKddks7WWB2Tmro { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:68.125rem;left:42.5rem; }
#npfJWmmlo2IgFcEqFp0c3Ktw0nW4O62F { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:68.125rem;left:53.75rem; }
#nzawVNLFwliTI4OVQcGGoq8Npk7BbsC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:68.375rem;left:45.125rem;height:1.3rem;display:block; }
#fTD2Qc4UGR4zHDJRKwWG79gclJqtMQ8n { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:68.375rem;left:56.375rem;height:1.3rem;display:block; }
#tDpbDmqHt1QlWX4FQqvzVhk0sl2SvbJf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:68.125rem;left:65.1875rem; }
#eiB5ekUmsWqWFkkAOPViPCfBZ2r2F6PH { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:68.375rem;left:67.8125rem;height:1.3rem;display:block; }
#FTl4fIXEGX8s0WsATt9OVToM7WcgFIDs { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:0rem;display:none; }#FTl4fIXEGX8s0WsATt9OVToM7WcgFIDs.adaptive-delivery-prevent-bg, #FTl4fIXEGX8s0WsATt9OVToM7WcgFIDs.lazyload, #FTl4fIXEGX8s0WsATt9OVToM7WcgFIDs.lazyloading { background-image: none; }
#mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/75c75e27-864b-4bc2-90f3-7944a475dbe5/pic102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB.adaptive-delivery-prevent-bg, #mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB.lazyload, #mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB.lazyloading { background-image: none; }
#btmmTv4GcIWrd1RAu2n0EssI88tD6WTD { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/1e4bd418-ac1c-4618-924b-898a2e22559b/gradient02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#btmmTv4GcIWrd1RAu2n0EssI88tD6WTD.adaptive-delivery-prevent-bg, #btmmTv4GcIWrd1RAu2n0EssI88tD6WTD.lazyload, #btmmTv4GcIWrd1RAu2n0EssI88tD6WTD.lazyloading { background-image: none; }
#gReSSJpvgQ26mxuEuNCSLM7171AeP8xU { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:32.75rem;left:0.75rem;display:none; }
#y900U4xeW15vgT37CAsouSSJOyMGpJQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.75rem;left:1.96875rem;height:1.7871125rem;font-style:normal;display:none; }
#Ddx1zo1M8Adk225C1QwZig8AJSNE39eG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.9375rem;left:2rem;display:none; }
#GmyQaR8pKFv3pAlEefpaamsRSSBPBtqz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:35.9375rem;left:13.0625rem;display:none; }
#XzSfM3xIX6B6oO3Sq4U590GFgI9aKnom { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.9375rem;left:23.5rem;display:none; }
#B8CzEVVQ6T2tuTVq49HftJ9tzRFVuIbF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#Zb5nVkb72Xhv6Ed4AwPgts8bKJpkohzz { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#klolRH3oEH2I0JwEC0EX9al6qHxh0JVp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.125rem;left:67.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#FTF5Z7Gb9vOrBDqrGBdacokWU2n5c6Ng { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:0rem;display:none; }#FTF5Z7Gb9vOrBDqrGBdacokWU2n5c6Ng.adaptive-delivery-prevent-bg, #FTF5Z7Gb9vOrBDqrGBdacokWU2n5c6Ng.lazyload, #FTF5Z7Gb9vOrBDqrGBdacokWU2n5c6Ng.lazyloading { background-image: none; }
#N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/75c75e27-864b-4bc2-90f3-7944a475dbe5/pic102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW.adaptive-delivery-prevent-bg, #N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW.lazyload, #N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW.lazyloading { background-image: none; }
#OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/1e4bd418-ac1c-4618-924b-898a2e22559b/gradient02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P.adaptive-delivery-prevent-bg, #OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P.lazyload, #OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P.lazyloading { background-image: none; }
#MbJMMUTkEGM6oFbfnHhHRnWw9MoSoTTd { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:32.75rem;left:0.75rem;display:none; }
#UJyku5FxotzTt640ozf6SyTLd2PH1mzT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.75rem;left:1.96875rem;height:1.7871125rem;font-style:normal;display:none; }
#tpPM5rQR4ICKlvHMK83QxXOe7LBleEP4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.9375rem;left:2rem;display:none; }
#TNwUeWQTsJs8gtBufolBPdUkTkTq5Ly6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:35.9375rem;left:13.0625rem;display:none; }
#TClI3I62fd8HqlsLRo6yJMly07TeOlb4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.9375rem;left:23.5rem;display:none; }
#dD8QdxyEycAEwWhevbS6HuoZaBSSIcGa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#Bgf0glALHoFqTlcnxc8EapfnOEr3qShm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#mxQ0ZSfnCPDcymRhP8XvkpKpwroULTPd { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.125rem;left:67.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#qJEzvhvTz8OqscP09LTaOgATQWaT79qF { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:0rem;display:none; }#qJEzvhvTz8OqscP09LTaOgATQWaT79qF.adaptive-delivery-prevent-bg, #qJEzvhvTz8OqscP09LTaOgATQWaT79qF.lazyload, #qJEzvhvTz8OqscP09LTaOgATQWaT79qF.lazyloading { background-image: none; }
#G4uRp26AIorx5LbIbxCkM2NADZtR0SRt { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/75c75e27-864b-4bc2-90f3-7944a475dbe5/pic102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#G4uRp26AIorx5LbIbxCkM2NADZtR0SRt.adaptive-delivery-prevent-bg, #G4uRp26AIorx5LbIbxCkM2NADZtR0SRt.lazyload, #G4uRp26AIorx5LbIbxCkM2NADZtR0SRt.lazyloading { background-image: none; }
#X9aFEyZGqSZVKyqkbTExQ37VAExPEESG { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/1e4bd418-ac1c-4618-924b-898a2e22559b/gradient02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#X9aFEyZGqSZVKyqkbTExQ37VAExPEESG.adaptive-delivery-prevent-bg, #X9aFEyZGqSZVKyqkbTExQ37VAExPEESG.lazyload, #X9aFEyZGqSZVKyqkbTExQ37VAExPEESG.lazyloading { background-image: none; }
#KGQ6NH41JoIxN2iURCS5ewtLxUrr9TzD { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:32.75rem;left:0.75rem;display:none; }
#iOvEB6SEFS5VbcRnoRDMP2E4REgfeFsM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.75rem;left:1.96875rem;height:1.7871125rem;font-style:normal;display:none; }
#qBOtOVZkKSTTPgbfk5brtIU5ItHc6tiR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.9375rem;left:2rem;display:none; }
#NXpeOT6qelGaTuVg1h6oXcFcIVLJB10W { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:35.9375rem;left:13.0625rem;display:none; }
#KaAcASi5QsGa1P31mOcyZ5xWabRFvsI6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.9375rem;left:23.5rem;display:none; }
#PGL9t2wQTCbIGtHwdpSFsETbsTuegnnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#zDRGnnmo68vFZvtWTFWsyuRUZ1IHWcBp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#AXSZE7PTyTiSBKnUTTvF2mH9VTuMeXou { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.125rem;left:67.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#eF01EAgHz26RET9iLk8pC2f73VkTBpxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:14.75rem;left:21.875rem;height:1.29980625rem;display:none; }
#cmDfbhGWlUFzBVeBJUfpwSAxh3EL64PT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.3125rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#cWGrF6e4Uq5PctomZ8CwKovQ8kEzPPbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:18.125rem;left:25.5625rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#PzzM9byl9otZb2bK2kcykP1DApozJ9bc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:14.8125rem;left:63.25rem;height:1.29980625rem;display:block; }
#h4XaSUGBgTKEPDbMqqkbFhNcxOxJrpV1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:15.75rem;left:60.9375rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ox6Q26RJmU6rgmZa1W5aieF4cBp2ESk9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:18.1875rem;left:65.1875rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#arK56UfnTCUebrl43VhBkKnbCfrZ0cyC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:45.6875rem;left:60.875rem;height:1.3rem;display:block; }
#OgW8Qhh2gJDTsCzEfpi5fLoTLJ7eirs7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:46.625rem;left:60.625rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SJLFhnBE9axVHOeb8SzfHTf9e2pHMk89 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:49.0625rem;left:63.875rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HscaTG7GUTafUTVBOGCVzNnVffUeS6tn { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.3125rem;height:1.29980625rem;display:none; }
#wgJ1TTvT1CiUUErTo5TlZ7s13KNmLLbv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:14.5625rem;left:21.3125rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#DIGCecQvXVE3qK8EfIh3JWIAhEsy4CP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:17rem;left:25.5625rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#dcXZx6LOdwkTJ0eTaNdulTtveTSSVDMb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.3125rem;height:1.29980625rem;display:none; }
#iW7ytT4VW0DExvlDylUcluuo6tAvilcq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:14.5625rem;left:21.3125rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#NpgSBLTTS3BqHHhbTCInk8kIQSz43QES { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:17rem;left:25.5625rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#ib2olsadgi9SbNmgrRzchr44B36uWNH2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.3125rem;height:1.29980625rem;display:none; }
#RLMMe9c0gISkbJbr5qgGJNlUUn6zUFUb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:14.5625rem;left:21.3125rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#eZoTPoMaMfGeKtbRZQwcefROcWLIhNSs { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:17rem;left:25.5625rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#VEE3ASGvaD93AlgH8Sn89a949zyFA4yM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:19.8125rem;left:27.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#QivDPKdGZVdendqztPpn1AoPadMLcaS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:20rem;left:66.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CW0LzpQJRWcKxLhHSibEObcnTPvsUlmK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:50.875rem;left:66.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ubLZ1qpgV2muTyXvtbFA39CVB7xJEuhJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:18.662109375rem;left:27.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#rFlviSoUutPMLyy0PrHf99WpJkbR6Qy5 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:18.662109375rem;left:27.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#NuoxlwyovdLWXBNarmg9TXwBK5gPHEdf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:18.662109375rem;left:27.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#hTxBzlRXSViAETPM2tXMDTR8nuewwsvp { 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:4.375rem;width:3.25rem;display:none; }
#RBiXVpFI927XcdXKegaxoHN1TILOd6vg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.0625rem;left:2.5625rem;display:none; }
#OnAXZKibf4Dq7uBawd1SwyNeQ79VMZBb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2.0625rem;left:2.0625rem;display:none; }
#W87y88onWMSTkASTIvqU0EvW9gtu8KFP { position:absolute;display:block;z-index:15105;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:11rem;width:9.625rem;top:0rem;left:65.375rem;overflow:hidden;display:block; }
#Mmq60mATygrtZpJ67fxlCq7JzL1HJ4kd { position:absolute;display:block;z-index:15107;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:27.375rem;width:35.4375rem;top:44.125rem;left:39.5625rem;overflow:hidden;display:block; }
#iM9gQIWCfTTdyQRfzAdT8Ot3k5K5aWRm { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.125rem;left:0rem;display:block; }#iM9gQIWCfTTdyQRfzAdT8Ot3k5K5aWRm.adaptive-delivery-prevent-bg, #iM9gQIWCfTTdyQRfzAdT8Ot3k5K5aWRm.lazyload, #iM9gQIWCfTTdyQRfzAdT8Ot3k5K5aWRm.lazyloading { background-image: none; }
#fvposH3c5CeFVi86UeG5iQnHATws9gx4 { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/d8dc30e4-01f5-4d45-9383-18b25bebe70a/pic02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.9375rem;left:0.75rem;display:block; }#fvposH3c5CeFVi86UeG5iQnHATws9gx4.adaptive-delivery-prevent-bg, #fvposH3c5CeFVi86UeG5iQnHATws9gx4.lazyload, #fvposH3c5CeFVi86UeG5iQnHATws9gx4.lazyloading { background-image: none; }
#bbfisaAucXnuq5p4t524qpGntPnvJC3U { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/28c31cfb-f8da-49c0-8855-b2bfad639bfc/1BEDROOM_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:44.9375rem;left:0.75rem;display:block; }#bbfisaAucXnuq5p4t524qpGntPnvJC3U.adaptive-delivery-prevent-bg, #bbfisaAucXnuq5p4t524qpGntPnvJC3U.lazyload, #bbfisaAucXnuq5p4t524qpGntPnvJC3U.lazyloading { background-image: none; }
#rHzfuls1RvWSv3GRw6fsM1TnXJ4uwppn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:46.625rem;left:21.1875rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#od8OkQ0twrADQxT6fXbZWtgMT34x9KqU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:45.6875rem;left:21.8125rem;height:1.3rem;display:block; }
#ozfHfhXEgl8y9Kp2P6TwHoXaVvCJiMo0 { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:64.9375rem;left:0.75rem;display:block; }
#OQfps1cJmgJSEka67AvKKVROsy7euvEE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:65.9375rem;left:3.125rem;height:1.86875rem;font-style:normal;display:block; }
#SpaS2RmvJ6JbH7WyT7G02ZWprZDVh7ph { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:49.0625rem;left:25.4375rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TgT8ZT9CP6N1GXxTArzxIRuTdWIhmGzq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:50.875rem;left:26.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#zdc7kyFRcKcC1vdcK1Fcr2nTypK227ep { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:68.125rem;left:3.125rem; }
#xm5bW2utw9mamEMzGiVGwnBa81Wmha7m { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:68.125rem;left:14.4375rem; }
#UkTVnMs0g6y0Trix74L6NObRFO2idoEF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:68.375rem;left:5.75rem;height:1.3rem;display:block; }
#MQkdvBIKMRZke73MgTJslEnM8QbvNRDS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:68.375rem;left:17.0625rem;height:1.3rem;display:block; }
#waXOpe7f1WQKwTgJTRaxWsxy7w9OlfEf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:68.125rem;left:26.125rem; }
#SFdSuqveeqhaowvgDZGNQ8ohWcHSKBxC { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:68.375rem;left:28.75rem;height:1.3rem;display:block; }
#mTHAiywvQTM0JEUxp1Z9gtQRJF8xqJng { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.125rem;left:0rem;display:block; }#mTHAiywvQTM0JEUxp1Z9gtQRJF8xqJng.adaptive-delivery-prevent-bg, #mTHAiywvQTM0JEUxp1Z9gtQRJF8xqJng.lazyload, #mTHAiywvQTM0JEUxp1Z9gtQRJF8xqJng.lazyloading { background-image: none; }
#h6UoxLrUpcgJaNbg4eac9ZQGtCzi6mCb { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/d8dc30e4-01f5-4d45-9383-18b25bebe70a/pic02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:0.75rem;display:block; }#h6UoxLrUpcgJaNbg4eac9ZQGtCzi6mCb.adaptive-delivery-prevent-bg, #h6UoxLrUpcgJaNbg4eac9ZQGtCzi6mCb.lazyload, #h6UoxLrUpcgJaNbg4eac9ZQGtCzi6mCb.lazyloading { background-image: none; }
#oJ8qeQ40WFSQnDbhh6TiDp5LTEohxiTS { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd5a7b3e-34d8-4276-b017-2f2a74db0f36/1BEDROOM_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.9375rem;left:0.75rem;display:block; }#oJ8qeQ40WFSQnDbhh6TiDp5LTEohxiTS.adaptive-delivery-prevent-bg, #oJ8qeQ40WFSQnDbhh6TiDp5LTEohxiTS.lazyload, #oJ8qeQ40WFSQnDbhh6TiDp5LTEohxiTS.lazyloading { background-image: none; }
#oJ8qeQ40WFSQnDbhh6TiDp5LTEohxiTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.11); }#n1UxBG3oGDDXNVNbR2COtTuCKFaWUEK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:15.625rem;left:21.1875rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TD9JzLc5gxTKqrATlmpJ5GpZoI0l3gNX { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:14.6875rem;left:21.8125rem;height:1.3rem;display:block; }
#F6RuW5t9tPrZqxvdbceGAQmq88wlONZT { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:33.9375rem;left:0.75rem;display:block; }
#XkhhmML81POPE4MaqBZAb3vfVQilZvXe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:34.9375rem;left:3.125rem;height:1.86875rem;font-style:normal;display:block; }
#ErvUCTtMM7BzHlSmExmyCSJDhc18h0XS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:18.0625rem;left:25.4375rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f1nNDL92q5rLIdXUe6mQGIbSEwwOoQ6k { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:19.875rem;left:26.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fa1T4JTsVJouax4JHEwhHWbUr23Q2Jk2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:37.125rem;left:3.125rem; }
#NfaS7M4Zi0ITITOcHJ5hVgRtJgxEuLB5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:37.125rem;left:13.75rem; }
#vwXEV6cCfXNqsAoGzvS93kUq3qUGDdQy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:37.375rem;left:5.75rem;height:1.3rem;display:block; }
#eDalAe8fqJF8eqkFG8AksRGMS1SsHJDS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:37.375rem;left:16.375rem;height:1.3rem;display:block; }
#esgPo3dyRsGmqovee0TaGJg2GuXRacTk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:37.125rem;left:24.25rem; }
#Urn0ueZKVEeKfXUN6c328V3qeqXOh9TQ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:37.375rem;left:26.875rem;height:1.3rem;display:block; }
#dLi3VKUZwXQWDwX9Q9TLk305imwashWg { box-sizing:content-box;height:27.375rem;width:35.4375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/69424a7c-8ee6-480d-8862-7a3444a333c8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.9375rem;left:0rem;display:none; }#dLi3VKUZwXQWDwX9Q9TLk305imwashWg.adaptive-delivery-prevent-bg, #dLi3VKUZwXQWDwX9Q9TLk305imwashWg.lazyload, #dLi3VKUZwXQWDwX9Q9TLk305imwashWg.lazyloading { background-image: none; }
#Emnr26edCefIaJufixuLag1qDbS5Valo { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/75c75e27-864b-4bc2-90f3-7944a475dbe5/pic102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#Emnr26edCefIaJufixuLag1qDbS5Valo.adaptive-delivery-prevent-bg, #Emnr26edCefIaJufixuLag1qDbS5Valo.lazyload, #Emnr26edCefIaJufixuLag1qDbS5Valo.lazyloading { background-image: none; }
#mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0 { box-sizing:content-box;height:20rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/1e4bd418-ac1c-4618-924b-898a2e22559b/gradient02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.75rem;left:0.75rem;display:none; }#mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0.adaptive-delivery-prevent-bg, #mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0.lazyload, #mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0.lazyloading { background-image: none; }
#bZHi7mU9MoHlm5FZeQqR0hCv8T9F5s4e { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:14.5625rem;left:21.3125rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#AHV2WvwN0XZFl19oXZmcOA1WLUrQaMDC { box-sizing:content-box;height:5.8125rem;width:33.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:32.75rem;left:0.75rem;display:none; }
#SdJXv3KGhssAlTeToTxwa7xdbkQrRG38 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.75rem;left:1.96875rem;height:1.7871125rem;font-style:normal;display:none; }
#BrM5SirSsLeissqCaH2JOTt97355nFQT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.3125rem;height:1.29980625rem;display:none; }
#gzmtRwMI6FWPIPC6qaQTr8gMTfbCvUoO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:17rem;left:25.5625rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#iD8FT33ALPF0TorQpgMQ9TeCqFgrlQdK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.9375rem;left:2rem;display:none; }
#J3D1PCQPQF1JqlVpCoBAATiPfH1v79cW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:35.9375rem;left:13.0625rem;display:none; }
#ThJnt2f3qrVcx3u5hcMOEC2JZqqa0Zlt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#uDiqDZqfO2Mb1FbG0IrhzDu86aKda9PL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26.125rem;left:49.3125rem;height:1.29980625rem;display:none; }
#CyO16EXNFbKhRh9IST9v6g26FTXa7DSk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.9375rem;left:23.5rem;display:none; }
#MW12Wy1unOMR4BJtIKWL0mIeZK75H5eO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:18.662109375rem;left:27.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#EMGl5iS4Dw1HOeu2DVJmxJOB58Kf7Mou { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:26.125rem;left:67.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#BGVwmimGCfmvByoVMDqg9Nn07vNOiTEt { position:absolute;display:block;z-index:15134;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:27.375rem;width:35.4375rem;top:13.125rem;left:0rem;overflow:hidden;display:block; }
#vuFsMrEVulUrAsZopngmtxXNsgxvykar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1a355db-f86b-4d73-9d84-5d96c3649fb6/pic202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar.adaptive-delivery-prevent-bg, #vuFsMrEVulUrAsZopngmtxXNsgxvykar.lazyload, #vuFsMrEVulUrAsZopngmtxXNsgxvykar.lazyloading { background-image: none; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row .container { background-color: transparent; background-image: none; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row .container > .video-iframe-container { display: none; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.63); }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row > .video-iframe-container { display: none; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .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); }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row .container { border-width: 0; border-radius: 0; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar::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; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#X3fQlOxGIlMz6OrDwxyDVofheQXDK9wI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:19.8125rem;top:4.6875rem;left:3.75rem;overflow:hidden;display:block; }
#SZm0rN9nyGUipVUszTD7QSJoBFI42MM5 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:marcellus;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:2.1;letter-spacing:0;top:9.9560546875rem;left:32.8125rem;height:7.0875rem;text-align:left;text-align-last:left;display:block; }
#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/49ce51c3-2aaf-4ad5-9e3d-b203d1bea54c/bg102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4.adaptive-delivery-prevent-bg, #Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4.lazyload, #Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4.lazyloading { background-image: none; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row .container { background-color: transparent; background-image: none; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row .container > .video-iframe-container { display: none; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row > .video-iframe-container { display: none; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .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); }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row .container { border-width: 0; border-radius: 0; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:75rem;position:relative;display:block; }#A0AaCoQMshIEf0JezZ2vpPm7fk5M8ZDu { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:30.8125rem;left:0rem;display:block; }
#vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/54e66697-52a2-4f3b-aa28-4082643db897/I102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.125rem;left:1rem;display:block; }#vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom.adaptive-delivery-prevent-bg, #vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom.lazyload, #vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom.lazyloading { background-image: none; }
#BTWAUDCRVVJ0vuzi3aLWRKMrN5IyraRh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.5rem;left:11.5rem;height:1.625rem;font-style:normal;display:block; }
#uCcXK4TRxWbcsWMuxIbcW2reToWwDmTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.5rem;height:3.8994125rem;display:block; }
#rWN9bidRkaPdRwdgviJeLJIGAFq2hmD3 { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.0625rem;left:39.5625rem;display:block; }
#WRPiCh3TWx9l7CgDHVfKxHU9B13niRGO { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/24fc83cf-43e3-4ed1-8910-312a35b058e7/I502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:16.375rem;left:40.625rem;display:block; }#WRPiCh3TWx9l7CgDHVfKxHU9B13niRGO.adaptive-delivery-prevent-bg, #WRPiCh3TWx9l7CgDHVfKxHU9B13niRGO.lazyload, #WRPiCh3TWx9l7CgDHVfKxHU9B13niRGO.lazyloading { background-image: none; }
#U9wz1nFyfJ7FyxyW5RaRHlZmaqp9h7IU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:51.0625rem;height:1.625rem;font-style:normal;display:block; }
#cIhTdxXPVsap17RPJRr3rkyKDwikpsWW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5rem;left:51.0625rem;height:3.8994125rem;display:block; }
#DGU5eok7iMFKDVZqsWwLMxqVsgse7XHv { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.0625rem;left:0rem;display:block; }
#OdxVTcTnEwWXo8TlGIHrRkRMhwcwnMeG { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/25b28d20-69e0-45c3-96b3-cd1590ab8ac9/I202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.375rem;left:1.0625rem;display:block; }#OdxVTcTnEwWXo8TlGIHrRkRMhwcwnMeG.adaptive-delivery-prevent-bg, #OdxVTcTnEwWXo8TlGIHrRkRMhwcwnMeG.lazyload, #OdxVTcTnEwWXo8TlGIHrRkRMhwcwnMeG.lazyloading { background-image: none; }
#MKZu4pPFS44W2FTMTdRtJWSs9mUdNM3d { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:11.5rem;height:1.625rem;font-style:normal;display:block; }
#WN3OpltULNOTy2cT4MEF70gu0DKzWESf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5rem;left:11.5rem;height:3.8994125rem;display:block; }
#IIbJJJtJRkckrKzzbD5kdilH33cmvvyE { box-sizing:content-box;height:12rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:62.75rem;left:0rem;display:block; }
#PZuFWbDqgNba1IgAkIqRBTcwx2Vqu1Ph { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:64.6875rem;left:24.75rem;height:1.625rem;font-style:normal;display:block; }
#F5Ft93NTMe6Sn6qe1P6GvkkTyl0dZuul { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:85.6875rem;left:2.5rem;height:0;display:none; }
#MfIWsZRWmPTCo25AK0UTHGTTiRGTMrts { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:46.75rem;left:0rem;display:block; }
#AG14Wcb7F2fZKoWGfrM0JiayvuRpFyNl { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/dfee2627-c147-4f2f-b06b-ef6deb2ce1ff/I402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:48.0625rem;left:1.0625rem;display:block; }#AG14Wcb7F2fZKoWGfrM0JiayvuRpFyNl.adaptive-delivery-prevent-bg, #AG14Wcb7F2fZKoWGfrM0JiayvuRpFyNl.lazyload, #AG14Wcb7F2fZKoWGfrM0JiayvuRpFyNl.lazyloading { background-image: none; }
#ynJEtZXrTp5o3M8vzoXzlcBmJaWrQrmB { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:48.0625rem;left:11.5rem;height:3.25rem;font-style:normal;display:block; }
#KeJhT4RH7WKr3NCD8M9ap6QTEn2X5ol3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:52.3125rem;left:11.5rem;height:5.2rem;display:block; }
#Qm1oGsc45VGLMaNmhAFTq9pvoDqb1UUa { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:30.8125rem;left:39.5625rem;display:block; }
#MoEqenmgeOIl50GWAV40kfWNAexTWFUa { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/20773272-4a60-4e22-95f0-adf78cd4814b/I602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.125rem;left:40.625rem;display:block; }#MoEqenmgeOIl50GWAV40kfWNAexTWFUa.adaptive-delivery-prevent-bg, #MoEqenmgeOIl50GWAV40kfWNAexTWFUa.lazyload, #MoEqenmgeOIl50GWAV40kfWNAexTWFUa.lazyloading { background-image: none; }
#kMz7ICg5oGekbqKNdwQh1KW5DmTF17ya { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.1875rem;left:51.0625rem;height:1.625rem;font-style:normal;display:block; }
#J4b30ny4mWlqoH18ykFdiiKzQQaEhmtP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.9375rem;left:51.0625rem;height:2.6rem;display:block; }
#XNVIPQwo2JmOxpQ6w95hLbbDdmhTvcyS { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:46.75rem;left:39.5625rem;display:block; }
#yw6Fxf9PzhSE0Ecp2aKQQi6iglGWF2i6 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),0);background-image:url("https://images.assets-landingi.com/uc/8b7c7bea-e330-4b51-a675-6add4e289b86/I702.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:48.0625rem;left:40.625rem;display:block; }#yw6Fxf9PzhSE0Ecp2aKQQi6iglGWF2i6.adaptive-delivery-prevent-bg, #yw6Fxf9PzhSE0Ecp2aKQQi6iglGWF2i6.lazyload, #yw6Fxf9PzhSE0Ecp2aKQQi6iglGWF2i6.lazyloading { background-image: none; }
#CHIxTwc09SSu3OvcA4DnZ68y2v3mCdGT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.4375rem;left:51.0625rem;height:1.625rem;font-style:normal;display:block; }
#w83sTbHl7IB9RbNzaWsR9yfxLRRy1hNS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:52.1875rem;left:51.0625rem;height:3.9rem;display:block; }
#SkU45H4kwP8zvPqbM2341SrIVefdCu2D { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:marcellus;font-size:2.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:11.5rem;height:3.49375rem;display:block; }
#VMNLWBKANTpHmRXFZPhSOFXA9pv1VBeO { position:absolute;display:block;z-index:15014;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.375rem;width:27.8125rem;top:4rem;left:31.25rem;overflow:hidden;display:block; }
#PHt3RKPE5nNTGgmd37zNZt15hRCGN7wW { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:marcellus;font-size:6.3125rem;font-weight:400;z-index:15015;line-height:.8;letter-spacing:0;top:4.0625rem;left:60.5625rem;height:5.05rem;font-style:normal;display:block; }
#L4V4M9uMSp4mGMmSXuuMfxH0ScQlwTpA { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.5625rem;left:0rem;display:none; }
#aVTZvSkFk9Pa2r8NOiiTLy5mN61mlgio { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.875rem;left:1.21875rem;display:none; }
#OFTSWl5NrEEyEcLhrHEvDfDGV5s7Ecz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.46875rem;height:1.625rem;font-style:normal;display:none; }
#uE65HC301dHAIQHGXVQCrWqDylxBaUT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.61328125rem;left:11.46875rem;height:3.8994125rem;display:none; }
#JpnP1OkTFG0TynVmAh96IhAo8GXJcGGP { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.5625rem;left:0rem;display:none; }
#Zvpf0K0Ec8iTXPDtpP7z97HnoTNtJw34 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.46875rem;height:1.625rem;font-style:normal;display:none; }
#tvDDWBtkpHN7gmdmLo8r3LNx0ncoTqK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.61328125rem;left:11.46875rem;height:3.8994125rem;display:none; }
#XxuPLrHHZ3iPSitTAaGA1oK26OT3AzXQ { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.5625rem;left:0rem;display:none; }
#cV51FQVHxDcebTMdAI5kQs5dAwgTVNVn { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.875rem;left:1.21875rem;display:none; }
#RovpDMDXRmQ25V7E7KVgRSG5AyP2yqe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.46875rem;height:1.625rem;font-style:normal;display:none; }
#G0BJcHcJaGQF2rgvmxbrHxTI7yeWuqBA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.61328125rem;left:11.46875rem;height:3.8994125rem;display:none; }
#aZmOauS40hqBdTPw2uipvwOFzpoaEomg { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.5625rem;left:0rem;display:none; }
#Agoq1dxysOOEhW8W5WUvx8p5V0eB2pSl { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.875rem;left:1.21875rem;display:none; }
#heCTghuOsRLB0xbDNkAslla8rTln4aCe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.46875rem;height:1.625rem;font-style:normal;display:none; }
#x2T5tJu1lEIi1Dhx3Ekw52AsgdH3WQfl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.61328125rem;left:11.46875rem;height:3.8994125rem;display:none; }
#OO45wTiTwhtiPJRQi5QPsNZzNS0TAeW6 { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.5625rem;left:0rem;display:none; }
#Vdytvt9X2iNpyMTXpqUdxf5pVEv4KJ1W { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.875rem;left:1.21875rem;display:none; }
#CBu6J1bx0Weu2WuNivtFy1cEufZQMMnf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.46875rem;height:1.625rem;font-style:normal;display:none; }
#zhGBdTTpIeNJGcChhpfBswp3mCXtKKU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.61328125rem;left:11.46875rem;height:3.8994125rem;display:none; }
#MHBLM3TsI6PVM2lIv42m1VVasuOkhDVf { box-sizing:content-box;height:12rem;width:35.4375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.5625rem;left:0rem;display:none; }
#s2COyTROw9KdJa6FCLd37iT5JOwxF3Xv { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.875rem;left:1.21875rem;display:none; }
#VTKSaqkfhcTQCB6GkicHkzmpUGbDw1C1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:11.46875rem;height:1.625rem;font-style:normal;display:none; }
#Q0mEuiDuIc5vLKAiopXPq9s5Taz1TdtP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.61328125rem;left:11.46875rem;height:3.8994125rem;display:none; }
#BADTE9UsmXgbgLuQA4Iam2041FxGir8c { 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:10.25rem;width:58.25rem;top:65.125rem;left:8.375rem;overflow:hidden;display:block; }
#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d0ee1f3e-03e7-47ce-b6de-fa92c25b1c44/fa02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb.adaptive-delivery-prevent-bg, #wZQEOn9esNio3WRa4rO2GTNwx2JeLshb.lazyload, #wZQEOn9esNio3WRa4rO2GTNwx2JeLshb.lazyloading { background-image: none; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container { background-color: transparent; background-image: none; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container > .video-iframe-container { display: none; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row > .video-iframe-container { display: none; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .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); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container { border-width: 0; border-radius: 0; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#bi11wa2I5awxDIMfgSvgHdEFtnuiDUyP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:marcellus;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:45.75rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#OQI3R1k4w8c04IW8ImOlsTDFxpVgJvLc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5rem;left:45.75rem;height:1.86875rem;font-style:normal;display:block; }
#HsH1TBXWklg5boKHyVIShNTXPRUZ4TpM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:14.5625rem;left:45.75rem;height:1.5rem;display:block; }
#ChObXoTdAP2RTcT26XU9RO2qRFxHnlLg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:25.625rem;left:45.75rem;height:4.5rem;display:block; }
#sZUFfxOxmCMHwpPriRvz70fPQ1cfTLTf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:62.0625rem;height:1.86875rem;font-style:normal;display:block; }
#A2ghlZ1yXcSIk5x5MbmduUN2ZJnQbbNe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5625rem;left:62.0625rem;height:4.5rem;display:block; }
#gytJS3LG8H8C4oRs00azxKsg6MfxqTKy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.6875rem;left:62.0625rem;height:1.86875rem;font-style:normal;display:block; }
#aUlE55abh020tTzam9ndT2khXrg5XWXW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22.75rem;left:62.0625rem;height:1.5rem;display:block; }
#GtJa0xcAXAA1nUZbsivwkpxF7lxatxGP { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.625rem;left:62.0625rem;height:1.86875rem;font-style:normal;display:block; }
#CSH8gXqNIX2gia5JsOX10Hdzxk0d1LTs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.6875rem;left:62.0625rem;height:3rem;display:block; }
#nhUGyRJpRNvyWoEdCTL2C5TDdooQMMO3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.0625rem;left:62.0625rem;height:1.86875rem;font-style:normal;display:block; }
#nmowsnXxzXW4eZ1TVRKmcJUniG3KTM3a { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:34.125rem;left:62.0625rem;height:3rem;display:block; }
#QcwDaOKE3xu7yVW9HAps0D50rvO14kdh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#b2XVrdSir1GkE1Gg4ZBGSSddlo1ceptO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:46.5rem;height:6.49903125rem;display:block; }
#VLqD1FXEv5ihHm3odh67PU00PZbKnRd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.125rem;left:46.5rem;height:5.199225rem;display:block; }
#cud2C8nXKwV2KdBfxOfn0kyZgeRttihu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.75rem;left:45.75rem;height:3rem;display:block; }
#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/589b9a85-9e35-4265-b99f-536e4d740b57/Untitled30314.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr.adaptive-delivery-prevent-bg, #zurMg9LcZ7curZTJaJON1KTVmgdzPOSr.lazyload, #zurMg9LcZ7curZTJaJON1KTVmgdzPOSr.lazyloading { background-image: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container { background-color: transparent; background-image: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container > .video-iframe-container { display: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row > .video-iframe-container { display: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .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); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container { border-width: 0; border-radius: 0; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#P2p5r7UIvJxvQMp2dOhUimLTo8PGdfsC { box-sizing:content-box;height:15.6875rem;width:22.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/a5a703a3-2325-41ad-a8d3-77f8bfc85456/layanbeach.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:0rem;display:block; }#P2p5r7UIvJxvQMp2dOhUimLTo8PGdfsC.adaptive-delivery-prevent-bg, #P2p5r7UIvJxvQMp2dOhUimLTo8PGdfsC.lazyload, #P2p5r7UIvJxvQMp2dOhUimLTo8PGdfsC.lazyloading { background-image: none; }
#PnL5GZTPDZNMhwJEQpDc9PWVlXw11Itl { color:#b77048;display:block;width:23.4375rem;position:absolute;font-family:marcellus;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.1875rem;left:0rem;height:1.625rem;display:block; }
#JEXrGb6SFXtkyIXtHkQtgaxMgyOQKsZT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:0rem;height:7.3125rem;display:block; }
#xxUtMm1TMVPMPgwNQewotXGidMNDAWG7 { box-sizing:content-box;height:15.6875rem;width:22.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/8d066e13-a516-4220-bd30-4002a1948590/SiameseBangtao_PaddleTennis_Hires_jpeg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:26.0625rem;display:block; }#xxUtMm1TMVPMPgwNQewotXGidMNDAWG7.adaptive-delivery-prevent-bg, #xxUtMm1TMVPMPgwNQewotXGidMNDAWG7.lazyload, #xxUtMm1TMVPMPgwNQewotXGidMNDAWG7.lazyloading { background-image: none; }
#iRS0CsCfZKQundIoArEDGqhiieNRmOSD { color:#b77048;display:block;width:23.4375rem;position:absolute;font-family:marcellus;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:26.0625rem;height:1.625rem;display:block; }
#cW8emRW8caNzge7LWIFCsmlGIVsMlZ15 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.3125rem;left:26.0625rem;height:4.875rem;display:block; }
#HfWDyCqR383Rz7qBUKLXRFbbBNtMxDUn { box-sizing:content-box;height:15.6875rem;width:22.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/5b9564a8-43f5-4607-8788-f69be25011a5/Hires_SiameseStone160.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:52.0625rem;display:block; }#HfWDyCqR383Rz7qBUKLXRFbbBNtMxDUn.adaptive-delivery-prevent-bg, #HfWDyCqR383Rz7qBUKLXRFbbBNtMxDUn.lazyload, #HfWDyCqR383Rz7qBUKLXRFbbBNtMxDUn.lazyloading { background-image: none; }
#LOfrytXH8IFWcN61Qt86VN39PJVcnHUv { color:#b77048;display:block;width:21.8125rem;position:absolute;font-family:marcellus;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:52.0625rem;height:1.625rem;display:block; }
#rgNzllRFRQHZsr6tzTshm6ATbg9kps0i { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.375rem;left:52.0625rem;height:3.65625rem;display:block; }
#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container { background-color: transparent; background-image: none; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container > .video-iframe-container { display: none; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row > .video-iframe-container { display: block; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .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); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container { border-width: 0; border-radius: 0; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#vVELWAmTTcXJKGbKDp8B9SroaTJfeyyv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c93597cb-58a0-49f6-aaac-fe3300bc2ca1/Hires_SiameseStone151.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(var(--color-tertiary-4),0.49); }#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(var(--color-tertiary-4),0.49); }#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:38.25rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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.3125rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:20.4375rem;height:3.25rem;font-family:belleza;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5rem;left:48.125001907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5rem;left:48.125001907349rem; }
#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 #y1wOeOTQmQIKrOvXrsnkGiGCmSLIGt9f { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #AgZD0eKeVapBmPvATkJ17Wp8RZwS6Xxu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #do1fZzp74M5GCBPLw12IApLwnuUVrE7s { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#McSvuk42nTdzvtlBIqQgNecZesxe38Om { position:relative;display:block; }
#kHtFwQL19w45LxpUmV0pRvBHVBcfeky3 { position:relative;display:block; }
#ru8zu8f15JJRdyss780OMF2f8TXBorZd { position:relative;display:block; }
#cTPvi23TsMtzvTRLom0guGngPoPcRgcI { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:32.8125rem;left:51.5rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11rem;left:5.3125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:21.25rem;left:5.3125rem;height:6rem;font-style:normal;display:block; }
#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/49ce51c3-2aaf-4ad5-9e3d-b203d1bea54c/bg102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH.adaptive-delivery-prevent-bg, #skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH.lazyload, #skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH.lazyloading { background-image: none; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row .container { background-color: transparent; background-image: none; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row .container > .video-iframe-container { display: none; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row > .video-iframe-container { display: none; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .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); }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row .container { border-width: 0; border-radius: 0; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#w38JGawn9Mw1mySzCrmiKFIXq8kd9IsL { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:85.6875rem;left:2.5rem;height:0;display:none; }
#IoCnEh97zOiTAd6DKWb6CZTNHUnz7T9L { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.61328125rem;left:11.46875rem;height:3.8994125rem;display:none; }
#W62L6HCzMP9R8SXBmsEN9D7s6SWKLrDD { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.1862564086914rem;left:30.842504501342rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#p9lLpODBp0A4vuCHJdwqN6gzNUJ0T1VH { box-sizing:content-box;height:15.0625rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/384d8484-6210-412d-9552-3dbe98746518/Image_For_Website_08052025ai_04_029bb6fbb0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:0rem;display:block; }#p9lLpODBp0A4vuCHJdwqN6gzNUJ0T1VH.adaptive-delivery-prevent-bg, #p9lLpODBp0A4vuCHJdwqN6gzNUJ0T1VH.lazyload, #p9lLpODBp0A4vuCHJdwqN6gzNUJ0T1VH.lazyloading { background-image: none; }
#lGNyLw09aPsiD1hTZaxk5NC5sJxT3VM3 { box-sizing:content-box;height:15.0625rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/341227bf-cea3-4696-8efd-b1b495f72f6f/Image_For_Website_08052025ai_01_00cc3a6dee.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:25.312498092651rem;display:block; }#lGNyLw09aPsiD1hTZaxk5NC5sJxT3VM3.adaptive-delivery-prevent-bg, #lGNyLw09aPsiD1hTZaxk5NC5sJxT3VM3.lazyload, #lGNyLw09aPsiD1hTZaxk5NC5sJxT3VM3.lazyloading { background-image: none; }
#qph1yxOvbKpCh3E6XIfN80CClFkhTODv { box-sizing:content-box;height:15.0625rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/0bc04c78-1e02-4fc3-8b75-5c3517b9ca40/Image_For_Website_08052025ai_03_ac44090c6b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:50.624998092651rem;display:block; }#qph1yxOvbKpCh3E6XIfN80CClFkhTODv.adaptive-delivery-prevent-bg, #qph1yxOvbKpCh3E6XIfN80CClFkhTODv.lazyload, #qph1yxOvbKpCh3E6XIfN80CClFkhTODv.lazyloading { background-image: none; }
#Sn0K1gKmSZEWKIaMZsFKKNLGv8UHDwIt { box-sizing:content-box;height:15.0625rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/a2aa0a8b-e64c-477c-ad58-9ef8b0cee3dc/SiameseBangtao_SwimmingPool_Hires.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.874824523926rem;left:0rem;display:block; }#Sn0K1gKmSZEWKIaMZsFKKNLGv8UHDwIt.adaptive-delivery-prevent-bg, #Sn0K1gKmSZEWKIaMZsFKKNLGv8UHDwIt.lazyload, #Sn0K1gKmSZEWKIaMZsFKKNLGv8UHDwIt.lazyloading { background-image: none; }
#yIgPqN48hdxdLJU5VnhbEcpxTNTvvBtB { box-sizing:content-box;height:15.0625rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/76d8f9c0-ce91-4d3c-9ca9-a19c9b2415ab/105580529_l.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.874824523926rem;left:25.312498092651rem;display:block; }#yIgPqN48hdxdLJU5VnhbEcpxTNTvvBtB.adaptive-delivery-prevent-bg, #yIgPqN48hdxdLJU5VnhbEcpxTNTvvBtB.lazyload, #yIgPqN48hdxdLJU5VnhbEcpxTNTvvBtB.lazyloading { background-image: none; }
#EECdhm96mc4ZMRa0MGpZqKT3ZiQHyLJX { box-sizing:content-box;height:15.0625rem;width:24.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/d50ea082-86e8-4da8-9c7a-9e1ba5178a39/Image_For_Website_08052025ai_02_efc7a9fd5b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.874824523926rem;left:50.624998092651rem;display:block; }#EECdhm96mc4ZMRa0MGpZqKT3ZiQHyLJX.adaptive-delivery-prevent-bg, #EECdhm96mc4ZMRa0MGpZqKT3ZiQHyLJX.lazyload, #EECdhm96mc4ZMRa0MGpZqKT3ZiQHyLJX.lazyloading { background-image: none; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/589b9a85-9e35-4265-b99f-536e4d740b57/Untitled30314.jpg");background-position:top 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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46.adaptive-delivery-prevent-bg, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyload, #yySpsmVLorKHbawMrBcxpLCIBGawlv46.lazyloading { background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { 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:105.375rem;width:75rem;position:relative;display:block; }#Nx2u2OnyoDDrIviabC40TD2ulJG18zlT { color:#b4683d;display:block;width:36.6868125rem;position:absolute;font-family:marcellus;font-size:2.8125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:3.7500028610229rem;left:19.15482711792rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { position:absolute;display:block;z-index:15007;height:37.5rem;width:75rem;top:9.248046875rem;left:0rem;display:block; }
#UdC7rt88FLokN09CcwE8oJdCfubLKG3I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#rypAuvzG2C8zMlnlmQbviBTconyHoLDZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:belleza;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:99.435546875rem;left:26.53125rem;display:block; }
#n6kegeQtFIylHqU1OvnGfQeWV5vnvlEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6gHdFrRMy3lncacuQEx4XxHUBJOv4XH { color:#b4683d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:50.625rem;left:0rem;height:1.86875rem;font-style:normal;display:block; }
#TUQzBKMOwwfKozmdVkFM9WUKaSwC0cOr { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:53.4375rem;left:0rem;height:1.4625rem;display:block; }#TUQzBKMOwwfKozmdVkFM9WUKaSwC0cOr li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#TUQzBKMOwwfKozmdVkFM9WUKaSwC0cOr li:before{  }
#NT9dsHxZN5w10SJxuAspapTShV2bVQxV { color:#b4683d;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:56.875rem;left:0rem;height:1.86875rem;font-style:normal;display:block; }
#dpaWAdGKkDhRyW0sFKTcfHGly1qOzq2H { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:59.9375rem;left:0rem;height:17.4296875rem;display:block; }#dpaWAdGKkDhRyW0sFKTcfHGly1qOzq2H li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpaWAdGKkDhRyW0sFKTcfHGly1qOzq2H li:before{  }
#H906lUab36fDLpvQqWxcVmwyKGGPRcNo { color:#b4683d;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:79rem;left:0rem;height:1.86875rem;font-style:normal;display:block; }
#gfLJAGABMTS71y8sVfT50S4EsH6h2Fmh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:81.8125rem;left:0rem;height:6.671875rem;display:block; }#gfLJAGABMTS71y8sVfT50S4EsH6h2Fmh li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#gfLJAGABMTS71y8sVfT50S4EsH6h2Fmh li:before{  }
#mnOTPpLGdPA2IQTZFUsMn92HD7TDml30 { color:#b4683d;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:90.25rem;left:0rem;height:1.86875rem;font-style:normal;display:block; }
#Tf0Hy3EHqQzcvhOflKBoSDkce8AdMf7p { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:93.0625rem;left:0rem;height:;display:block; }#Tf0Hy3EHqQzcvhOflKBoSDkce8AdMf7p li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tf0Hy3EHqQzcvhOflKBoSDkce8AdMf7p li:before{  }
#ClRKhgs9bvOO4Ntd1hXGmsM4Sxed1XnC { color:#b4683d;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:50.625rem;left:44.75rem;height:1.86875rem;font-style:normal;display:block; }
#fQT1JXhWoCKBa5oLIUOJHpomi9nkNF07 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:53.6875rem;left:44.75rem;height:17.4296875rem;display:block; }#fQT1JXhWoCKBa5oLIUOJHpomi9nkNF07 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#fQT1JXhWoCKBa5oLIUOJHpomi9nkNF07 li:before{  }
#ouQg9xSK3p3pBvaTKWxp5If8L4OOp6Vx { color:#b4683d;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:72.9375rem;left:44.75rem;height:1.86875rem;font-style:normal;display:block; }
#GB6UAdAhdbUKTGfV3Tp61RdXybPJvoiK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:76rem;left:44.75rem;height:;display:block; }#GB6UAdAhdbUKTGfV3Tp61RdXybPJvoiK li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#GB6UAdAhdbUKTGfV3Tp61RdXybPJvoiK li:before{  }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { position:relative;display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.1375rem;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) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ { display:block; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PC1N4Q87xunTK5zMAWkfEWE4Us61LxaQ { top:11.1875rem;left:5.6875rem;width:9.1875rem;height:2.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRAiOI8fwOOzZn6abJ6BR67H0KnuPXD { top:8.25rem;left:0rem;width:47.75rem;height:5.2992916174734rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq0O0B3CBmZ68BN992RmadOyZ06Q2Ppq { top:10.75rem;left:16rem;width:14.1875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNZcylsbgpJN7eIOTxc7LRVnfi92TWtB { top:11.1875rem;left:28.5rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1CE4cvUA2sq54xGz8W2ldDGn3GSbhs { width:21.1875rem;height:3.625rem;top:40.5rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMT0ngTfGpkw6OR54VB4nHwkhX2B5rv1 { display:block; }
 }@media only screen and (max-width: 763px) { #MTULkTvMwxWkyGx74PM8TDi5bh3LR49X { top:2.5rem;left:15.5rem;width:16.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLNRi7S2c0dz4HCHd6BxZUOsM6rw5Z39 { top:14.875rem;left:4.84375rem;width:38.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHmlkfQt0gEN7LLBOE8HItdxwIxMsiEB { top:4.3125rem;left:35.6875rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHINswA3qTJMtzKNSA80adbnDUhvWsF { top:8.875rem;left:17.625rem;width:12.5rem;height:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 { display:block; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChwTXdUNRQPdd2yrveZgNDhAdzRbcasQ { top:4.9375rem;left:14.125rem;width:19.5rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #km0SG2JwAcC0R7l2d2fse5GQpR7helIn { top:13.0625rem;left:0rem;width:35.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAsCGrIP0fuLsZIX7nlvoBigGE0xaeVQ { top:13.875rem;left:0rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTU24VwMs868KIqHUE4RTGGK4Fxdu0Sn { top:33.875rem;left:0rem;width:33.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reU0VbcrPmWSIas9LGKGZJ24qTEfT6Wc { top:34.875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD9LnTUJToypxxMKGaCefk22AMc8USsh { top:37.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJLp108OV5M1dcRcwypg0pPan6iduDXa { top:37.3125rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3NJpnELuuzUXH5HwBO139WqnA896vT8 { top:37.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUAVnaPaBHlQSE2dXoqnQhshUpv82Te7 { top:37.3125rem;left:2.0625rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDAfggEWUskyxZz88AcqkarVb9dZIvF { top:37.0625rem;left:9.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUQUb0MmBhxGUOJ26LsLgrdBnZGQovb { top:37.3125rem;left:12.5rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWDCMIbKGPLxagqzuWoD5clk5P4ILvQ8 { top:13.875rem;left:0rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4gvu4ll64mwuQBTgPzJCXTeONsNpHLy { top:7.625rem;left:0rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sx8Qxh9K49fwXOOQoFheud3m25ZBNkh7 { top:8.0625rem;left:0rem;width:2.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #miXrTWEoJrM9Bc47WA0tQNVaZyOJ5KHq { top:22.5rem;left:0.25rem;width:5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hl3Hv36T9TACeZvTDi7OyOd7VNEJC1In { top:13.125rem;left:12.3125rem;width:35.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplGltlKz3EUG4zBrTXkxtSVTAAEtTsg { top:13.9375rem;left:13.8125rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #boPE5unMkTDGaCHn0FTWbkevInM6RKaA { top:13.9375rem;left:13.8125rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDFi9J27UzUlR2qpyqX6p9LOcOrBX7ca { top:33.9375rem;left:13.8125rem;width:33.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcQbJvUEcIdU4PsHDStHPfuvI3spcoIB { top:34.8125rem;left:28.875rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH17k7Wz4oxfBa18tLPJEg4xxqb1U7mK { top:37rem;left:28.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRwpSpmESEePXsAMzJJaMLPtBfbeFfHH { top:37rem;left:40.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkvzGzBGFpctPoU6HqXEMtxOE3m2K5b { top:37.25rem;left:31.5rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwIfda08MTGBBX2HWk58xP19UxiZC37n { top:37.25rem;left:41.3125rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouMfFoto19FFNZIQP624778LKEItLBob { top:37rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vHw9rsppERhKrJpuxDu7k6VEemwAuq { top:37.25rem;left:41.3125rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPGoAJVxT58Pbkeo2dVfl0R1cO1V1aVL { top:44.125rem;left:12.3125rem;width:35.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKMcBkOMHmFtQe0BGUZlt93EqI0ot0oB { top:44.9375rem;left:13.8125rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORhEJDdvVbEzECu0zxUFQXdyi4FcbF69 { top:44.9375rem;left:13.8125rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1kUPgTVtxm9qlVDWxgcchfUHGFZexWz { top:64.9375rem;left:13.8125rem;width:33.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzu672wh52aOBm8uktdL6vUpq5hMGNso { top:65.9375rem;left:28.875rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5plSbGXgKnSmuvrfgKddks7WWB2Tmro { top:68.125rem;left:28.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npfJWmmlo2IgFcEqFp0c3Ktw0nW4O62F { top:68.125rem;left:40.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzawVNLFwliTI4OVQcGGoq8Npk7BbsC1 { top:68.375rem;left:31.5rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTD2Qc4UGR4zHDJRKwWG79gclJqtMQ8n { top:68.375rem;left:40.75rem;width:7rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDpbDmqHt1QlWX4FQqvzVhk0sl2SvbJf { top:68.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiB5ekUmsWqWFkkAOPViPCfBZ2r2F6PH { top:68.375rem;left:41.3125rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTl4fIXEGX8s0WsATt9OVToM7WcgFIDs { top:11.9375rem;left:0rem;width:35.4375rem;height:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #btmmTv4GcIWrd1RAu2n0EssI88tD6WTD { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #gReSSJpvgQ26mxuEuNCSLM7171AeP8xU { top:32.75rem;left:0rem;width:33.9375rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y900U4xeW15vgT37CAsouSSJOyMGpJQ7 { top:42rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ddx1zo1M8Adk225C1QwZig8AJSNE39eG { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmyQaR8pKFv3pAlEefpaamsRSSBPBtqz { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzSfM3xIX6B6oO3Sq4U590GFgI9aKnom { top:35.9375rem;left:9.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8CzEVVQ6T2tuTVq49HftJ9tzRFVuIbF { top:44rem;left:0rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zb5nVkb72Xhv6Ed4AwPgts8bKJpkohzz { top:8.0625rem;left:0rem;width:2.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #klolRH3oEH2I0JwEC0EX9al6qHxh0JVp { top:22.625rem;left:0.25rem;width:5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTF5Z7Gb9vOrBDqrGBdacokWU2n5c6Ng { top:11.9375rem;left:0rem;width:35.4375rem;height:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbJMMUTkEGM6oFbfnHhHRnWw9MoSoTTd { top:32.75rem;left:0rem;width:33.9375rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJyku5FxotzTt640ozf6SyTLd2PH1mzT { top:63.5625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpPM5rQR4ICKlvHMK83QxXOe7LBleEP4 { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNwUeWQTsJs8gtBufolBPdUkTkTq5Ly6 { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TClI3I62fd8HqlsLRo6yJMly07TeOlb4 { top:35.9375rem;left:9.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dD8QdxyEycAEwWhevbS6HuoZaBSSIcGa { top:65.5625rem;left:0rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bgf0glALHoFqTlcnxc8EapfnOEr3qShm { top:65.5625rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxQ0ZSfnCPDcymRhP8XvkpKpwroULTPd { top:44.1875rem;left:0.25rem;width:5.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJEzvhvTz8OqscP09LTaOgATQWaT79qF { top:11.9375rem;left:0rem;width:35.4375rem;height:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4uRp26AIorx5LbIbxCkM2NADZtR0SRt { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9aFEyZGqSZVKyqkbTExQ37VAExPEESG { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGQ6NH41JoIxN2iURCS5ewtLxUrr9TzD { top:32.75rem;left:0rem;width:33.9375rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOvEB6SEFS5VbcRnoRDMP2E4REgfeFsM { top:85.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBOtOVZkKSTTPgbfk5brtIU5ItHc6tiR { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXpeOT6qelGaTuVg1h6oXcFcIVLJB10W { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaAcASi5QsGa1P31mOcyZ5xWabRFvsI6 { top:35.9375rem;left:9.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGL9t2wQTCbIGtHwdpSFsETbsTuegnnQ { top:87.1875rem;left:0rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDRGnnmo68vFZvtWTFWsyuRUZ1IHWcBp { top:87.1875rem;left:0rem;width:3.5625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXSZE7PTyTiSBKnUTTvF2mH9VTuMeXou { top:65.8125rem;left:0.25rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF01EAgHz26RET9iLk8pC2f73VkTBpxZ { top:14.75rem;left:8.25rem;width:4.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmDfbhGWlUFzBVeBJUfpwSAxh3EL64PT { top:15.6875rem;left:7.6875rem;width:12.5rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWGrF6e4Uq5PctomZ8CwKovQ8kEzPPbJ { top:18.125rem;left:11.9375rem;width:8.1875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzM9byl9otZb2bK2kcykP1DApozJ9bc { top:14.8125rem;left:42.9375rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4XaSUGBgTKEPDbMqqkbFhNcxOxJrpV1 { top:15.75rem;left:35.25rem;width:12.5rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox6Q26RJmU6rgmZa1W5aieF4cBp2ESk9 { top:18.1875rem;left:39.5625rem;width:8.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arK56UfnTCUebrl43VhBkKnbCfrZ0cyC { top:45.6875rem;left:42.9375rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgW8Qhh2gJDTsCzEfpi5fLoTLJ7eirs7 { top:46.625rem;left:35.25rem;width:12.5rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJLFhnBE9axVHOeb8SzfHTf9e2pHMk89 { top:49.0625rem;left:38.5625rem;width:9.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HscaTG7GUTafUTVBOGCVzNnVffUeS6tn { top:13.625rem;left:11.6875rem;width:4.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgJ1TTvT1CiUUErTo5TlZ7s13KNmLLbv { top:29.5rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIGCecQvXVE3qK8EfIh3JWIAhEsy4CP2 { top:31.25rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcXZx6LOdwkTJ0eTaNdulTtveTSSVDMb { top:13.625rem;left:11.6875rem;width:4.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iW7ytT4VW0DExvlDylUcluuo6tAvilcq { top:51.0625rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpgSBLTTS3BqHHhbTCInk8kIQSz43QES { top:52.8125rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ib2olsadgi9SbNmgrRzchr44B36uWNH2 { top:13.625rem;left:11.6875rem;width:4.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLMMe9c0gISkbJbr5qgGJNlUUn6zUFUb { top:72.75rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZoTPoMaMfGeKtbRZQwcefROcWLIhNSs { top:74.5rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEE3ASGvaD93AlgH8Sn89a949zyFA4yM { top:19.8125rem;left:13.5rem;width:6.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QivDPKdGZVdendqztPpn1AoPadMLcaS5 { top:20rem;left:41rem;width:6.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW0LzpQJRWcKxLhHSibEObcnTPvsUlmK { top:50.875rem;left:41rem;width:6.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubLZ1qpgV2muTyXvtbFA39CVB7xJEuhJ { top:18.625rem;left:13.5rem;width:6.75rem;height:1.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFlviSoUutPMLyy0PrHf99WpJkbR6Qy5 { top:18.625rem;left:13.5rem;width:6.75rem;height:1.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuoxlwyovdLWXBNarmg9TXwBK5gPHEdf { top:18.625rem;left:13.5rem;width:6.75rem;height:1.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTxBzlRXSViAETPM2tXMDTR8nuewwsvp { width:3.25rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBiXVpFI927XcdXKegaxoHN1TILOd6vg { top:1.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnAXZKibf4Dq7uBawd1SwyNeQ79VMZBb { top:2.0625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W87y88onWMSTkASTIvqU0EvW9gtu8KFP { top:0rem;left:38.125rem;width:9.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmq60mATygrtZpJ67fxlCq7JzL1HJ4kd { top:44.125rem;left:12.3125rem;width:35.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM9gQIWCfTTdyQRfzAdT8Ot3k5K5aWRm { top:44.125rem;left:0rem;width:35.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvposH3c5CeFVi86UeG5iQnHATws9gx4 { top:44.9375rem;left:0rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbfisaAucXnuq5p4t524qpGntPnvJC3U { top:44.9375rem;left:0rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHzfuls1RvWSv3GRw6fsM1TnXJ4uwppn { top:46.625rem;left:7.5625rem;width:12.5rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #od8OkQ0twrADQxT6fXbZWtgMT34x9KqU { top:45.6875rem;left:8.1875rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozfHfhXEgl8y9Kp2P6TwHoXaVvCJiMo0 { top:64.9375rem;left:0rem;width:33.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQfps1cJmgJSEka67AvKKVROsy7euvEE { top:65.9375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpaS2RmvJ6JbH7WyT7G02ZWprZDVh7ph { top:49.0625rem;left:11.8125rem;width:8.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgT8ZT9CP6N1GXxTArzxIRuTdWIhmGzq { top:50.875rem;left:13.0625rem;width:6.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdc7kyFRcKcC1vdcK1Fcr2nTypK227ep { top:68.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5bW2utw9mamEMzGiVGwnBa81Wmha7m { top:68.125rem;left:0.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkTVnMs0g6y0Trix74L6NObRFO2idoEF { top:68.375rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQkdvBIKMRZke73MgTJslEnM8QbvNRDS { top:68.375rem;left:3.4375rem;width:6.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXOpe7f1WQKwTgJTRaxWsxy7w9OlfEf { top:68.125rem;left:12.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFdSuqveeqhaowvgDZGNQ8ohWcHSKBxC { top:68.375rem;left:15.125rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHAiywvQTM0JEUxp1Z9gtQRJF8xqJng { top:13.125rem;left:0rem;width:35.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6UoxLrUpcgJaNbg4eac9ZQGtCzi6mCb { top:13.9375rem;left:0rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ8qeQ40WFSQnDbhh6TiDp5LTEohxiTS { top:13.9375rem;left:0rem;width:33.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UxBG3oGDDXNVNbR2COtTuCKFaWUEK3 { top:15.625rem;left:7.5625rem;width:12.5rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9JzLc5gxTKqrATlmpJ5GpZoI0l3gNX { top:14.6875rem;left:8.1875rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6RuW5t9tPrZqxvdbceGAQmq88wlONZT { top:33.9375rem;left:0rem;width:33.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkhhmML81POPE4MaqBZAb3vfVQilZvXe { top:34.9375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErvUCTtMM7BzHlSmExmyCSJDhc18h0XS { top:18.0625rem;left:11.8125rem;width:8.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nNDL92q5rLIdXUe6mQGIbSEwwOoQ6k { top:19.875rem;left:13.0625rem;width:6.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa1T4JTsVJouax4JHEwhHWbUr23Q2Jk2 { top:37.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfaS7M4Zi0ITITOcHJ5hVgRtJgxEuLB5 { top:37.125rem;left:0.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwXEV6cCfXNqsAoGzvS93kUq3qUGDdQy { top:37.375rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDalAe8fqJF8eqkFG8AksRGMS1SsHJDS { top:37.375rem;left:2.75rem;width:6.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esgPo3dyRsGmqovee0TaGJg2GuXRacTk { top:37.125rem;left:10.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urn0ueZKVEeKfXUN6c328V3qeqXOh9TQ { top:37.375rem;left:13.25rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLi3VKUZwXQWDwX9Q9TLk305imwashWg { top:11.9375rem;left:0rem;width:35.4375rem;height:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Emnr26edCefIaJufixuLag1qDbS5Valo { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0 { top:12.75rem;left:0rem;width:33.9375rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZHi7mU9MoHlm5FZeQqR0hCv8T9F5s4e { top:21.875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHV2WvwN0XZFl19oXZmcOA1WLUrQaMDC { top:32.75rem;left:0rem;width:33.9375rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdJXv3KGhssAlTeToTxwa7xdbkQrRG38 { top:35.125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrM5SirSsLeissqCaH2JOTt97355nFQT { top:13.625rem;left:11.6875rem;width:4.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzmtRwMI6FWPIPC6qaQTr8gMTfbCvUoO { top:23.625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iD8FT33ALPF0TorQpgMQ9TeCqFgrlQdK { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3D1PCQPQF1JqlVpCoBAATiPfH1v79cW { top:35.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThJnt2f3qrVcx3u5hcMOEC2JZqqa0Zlt { top:37.125rem;left:0rem;width:5.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDiqDZqfO2Mb1FbG0IrhzDu86aKda9PL { top:37.125rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyO16EXNFbKhRh9IST9v6g26FTXa7DSk { top:35.9375rem;left:9.875rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MW12Wy1unOMR4BJtIKWL0mIeZK75H5eO { top:18.625rem;left:13.5rem;width:6.75rem;height:1.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMGl5iS4Dw1HOeu2DVJmxJOB58Kf7Mou { top:37.125rem;left:0.9375rem;width:4.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGVwmimGCfmvByoVMDqg9Nn07vNOiTEt { top:13.125rem;left:0rem;width:35.4375rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFsMrEVulUrAsZopngmtxXNsgxvykar { display:block; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3fQlOxGIlMz6OrDwxyDVofheQXDK9wI { top:4.6875rem;left:0rem;width:19.8125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZm0rN9nyGUipVUszTD7QSJoBFI42MM5 { top:9.9375rem;left:7.5625rem;width:40.1875rem;height:7.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 { display:block; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0AaCoQMshIEf0JezZ2vpPm7fk5M8ZDu { top:30.8125rem;left:0rem;width:35.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom { top:32.125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTWAUDCRVVJ0vuzi3aLWRKMrN5IyraRh { top:33.5rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCcXK4TRxWbcsWMuxIbcW2reToWwDmTJ { top:36.25rem;left:0rem;width:22.625rem;height:3.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWN9bidRkaPdRwdgviJeLJIGAFq2hmD3 { top:15.0625rem;left:12.3125rem;width:35.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRPiCh3TWx9l7CgDHVfKxHU9B13niRGO { top:16.375rem;left:27rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9wz1nFyfJ7FyxyW5RaRHlZmaqp9h7IU { top:17.75rem;left:27.6875rem;width:20.0625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIhTdxXPVsap17RPJRr3rkyKDwikpsWW { top:20.5rem;left:27.375rem;width:20.375rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGU5eok7iMFKDVZqsWwLMxqVsgse7XHv { top:15.0625rem;left:0rem;width:35.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdxVTcTnEwWXo8TlGIHrRkRMhwcwnMeG { top:16.375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKZu4pPFS44W2FTMTdRtJWSs9mUdNM3d { top:17.75rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN3OpltULNOTy2cT4MEF70gu0DKzWESf { top:20.5rem;left:0rem;width:22.625rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIbJJJtJRkckrKzzbD5kdilH33cmvvyE { top:62.75rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuFWbDqgNba1IgAkIqRBTcwx2Vqu1Ph { top:64.6875rem;left:11.125rem;width:25.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Ft93NTMe6Sn6qe1P6GvkkTyl0dZuul { top:85.6875rem;left:0rem;width:33rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfIWsZRWmPTCo25AK0UTHGTTiRGTMrts { top:46.75rem;left:0rem;width:35.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG14Wcb7F2fZKoWGfrM0JiayvuRpFyNl { top:48.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynJEtZXrTp5o3M8vzoXzlcBmJaWrQrmB { top:48.0625rem;left:0rem;width:23.0625rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeJhT4RH7WKr3NCD8M9ap6QTEn2X5ol3 { top:52.3125rem;left:0rem;width:22.3125rem;height:5.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm1oGsc45VGLMaNmhAFTq9pvoDqb1UUa { top:30.8125rem;left:12.3125rem;width:35.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEqenmgeOIl50GWAV40kfWNAexTWFUa { top:32.125rem;left:27rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMz7ICg5oGekbqKNdwQh1KW5DmTF17ya { top:34.1875rem;left:27.6875rem;width:20.0625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4b30ny4mWlqoH18ykFdiiKzQQaEhmtP { top:36.9375rem;left:25.125rem;width:22.625rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNVIPQwo2JmOxpQ6w95hLbbDdmhTvcyS { top:46.75rem;left:12.3125rem;width:35.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw6Fxf9PzhSE0Ecp2aKQQi6iglGWF2i6 { top:48.0625rem;left:27rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHIxTwc09SSu3OvcA4DnZ68y2v3mCdGT { top:49.4375rem;left:27.6875rem;width:20.0625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w83sTbHl7IB9RbNzaWsR9yfxLRRy1hNS { top:52.1875rem;left:25.125rem;width:22.625rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkU45H4kwP8zvPqbM2341SrIVefdCu2D { top:5.4375rem;left:0rem;width:23.375rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMNLWBKANTpHmRXFZPhSOFXA9pv1VBeO { top:4rem;left:17.625rem;width:27.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHt3RKPE5nNTGgmd37zNZt15hRCGN7wW { top:4.0625rem;left:44.75rem;width:3rem;height:5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4V4M9uMSp4mGMmSXuuMfxH0ScQlwTpA { top:5.5625rem;left:0rem;width:35.4375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVTZvSkFk9Pa2r8NOiiTLy5mN61mlgio { top:6.875rem;left:0rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFTSWl5NrEEyEcLhrHEvDfDGV5s7Ecz0 { top:16.5rem;left:0rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uE65HC301dHAIQHGXVQCrWqDylxBaUT0 { top:10.5625rem;left:0rem;width:12.375rem;height:1.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpnP1OkTFG0TynVmAh96IhAo8GXJcGGP { top:5.5625rem;left:0rem;width:35.4375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zvpf0K0Ec8iTXPDtpP7z97HnoTNtJw34 { top:24.6875rem;left:0rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvDDWBtkpHN7gmdmLo8r3LNx0ncoTqK9 { top:74.75rem;left:0rem;width:17.625rem;height:1.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxuPLrHHZ3iPSitTAaGA1oK26OT3AzXQ { top:5.5625rem;left:0rem;width:35.4375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV51FQVHxDcebTMdAI5kQs5dAwgTVNVn { top:6.875rem;left:0rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RovpDMDXRmQ25V7E7KVgRSG5AyP2yqe5 { top:32.9375rem;left:0rem;width:13.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0BJcHcJaGQF2rgvmxbrHxTI7yeWuqBA { top:35.3125rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZmOauS40hqBdTPw2uipvwOFzpoaEomg { top:5.5625rem;left:0rem;width:35.4375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #Agoq1dxysOOEhW8W5WUvx8p5V0eB2pSl { top:6.875rem;left:0rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #heCTghuOsRLB0xbDNkAslla8rTln4aCe { top:41.3125rem;left:0rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2T5tJu1lEIi1Dhx3Ekw52AsgdH3WQfl { top:42.75rem;left:0rem;width:12.875rem;height:2.4375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OO45wTiTwhtiPJRQi5QPsNZzNS0TAeW6 { top:5.5625rem;left:0rem;width:35.4375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdytvt9X2iNpyMTXpqUdxf5pVEv4KJ1W { top:6.875rem;left:0rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBu6J1bx0Weu2WuNivtFy1cEufZQMMnf { top:49.6875rem;left:0rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhGBdTTpIeNJGcChhpfBswp3mCXtKKU1 { top:51.125rem;left:0rem;width:12.875rem;height:1.625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHBLM3TsI6PVM2lIv42m1VVasuOkhDVf { top:5.5625rem;left:0rem;width:35.4375rem;height:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2COyTROw9KdJa6FCLd37iT5JOwxF3Xv { top:6.875rem;left:0rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTKSaqkfhcTQCB6GkicHkzmpUGbDw1C1 { top:58rem;left:0rem;width:13.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0mEuiDuIc5vLKAiopXPq9s5Taz1TdtP { top:59.4375rem;left:0rem;width:12.875rem;height:3.25rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BADTE9UsmXgbgLuQA4Iam2041FxGir8c { top:65.125rem;left:0rem;width:47.75rem;height:8.4023605150215rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQEOn9esNio3WRa4rO2GTNwx2JeLshb { display:block; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bi11wa2I5awxDIMfgSvgHdEFtnuiDUyP { top:6.375rem;left:18.875rem;width:28.875rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQI3R1k4w8c04IW8ImOlsTDFxpVgJvLc { top:12.5rem;left:31.4375rem;width:16.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsH1TBXWklg5boKHyVIShNTXPRUZ4TpM { top:14.5625rem;left:32.125rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChObXoTdAP2RTcT26XU9RO2qRFxHnlLg { top:25.625rem;left:32.125rem;width:12.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZUFfxOxmCMHwpPriRvz70fPQ1cfTLTf { top:12.5rem;left:34.8125rem;width:12.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2ghlZ1yXcSIk5x5MbmduUN2ZJnQbbNe { top:14.5625rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytJS3LG8H8C4oRs00azxKsg6MfxqTKy { top:20.6875rem;left:37.125rem;width:10.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUlE55abh020tTzam9ndT2khXrg5XWXW { top:22.75rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJa0xcAXAA1nUZbsivwkpxF7lxatxGP { top:25.625rem;left:38.25rem;width:9.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSH8gXqNIX2gia5JsOX10Hdzxk0d1LTs { top:27.6875rem;left:41.5625rem;width:6.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUGyRJpRNvyWoEdCTL2C5TDdooQMMO3 { top:32.0625rem;left:40.6875rem;width:7.0625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmowsnXxzXW4eZ1TVRKmcJUniG3KTM3a { top:34.125rem;left:36.75rem;width:11rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcwDaOKE3xu7yVW9HAps0D50rvO14kdh { display:none; }
 }@media only screen and (max-width: 763px) { #b2XVrdSir1GkE1Gg4ZBGSSddlo1ceptO { top:16.0625rem;left:32.875rem;width:8.25rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLqD1FXEv5ihHm3odh67PU00PZbKnRd1 { top:30.125rem;left:32.875rem;width:7.625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cud2C8nXKwV2KdBfxOfn0kyZgeRttihu { top:22.75rem;left:32.125rem;width:12.5rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zurMg9LcZ7curZTJaJON1KTVmgdzPOSr { display:block; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2p5r7UIvJxvQMp2dOhUimLTo8PGdfsC { top:4.1875rem;left:0rem;width:22.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnL5GZTPDZNMhwJEQpDc9PWVlXw11Itl { top:21.1875rem;left:0rem;width:23.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEXrGb6SFXtkyIXtHkQtgaxMgyOQKsZT { top:23.3125rem;left:0rem;width:22.6875rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxUtMm1TMVPMPgwNQewotXGidMNDAWG7 { top:4.1875rem;left:12.4375rem;width:22.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRS0CsCfZKQundIoArEDGqhiieNRmOSD { top:21.1875rem;left:12.4375rem;width:23.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW8emRW8caNzge7LWIFCsmlGIVsMlZ15 { top:23.3125rem;left:12.4375rem;width:22.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfWDyCqR383Rz7qBUKLXRFbbBNtMxDUn { top:4.1875rem;left:24.8125rem;width:22.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOfrytXH8IFWcN61Qt86VN39PJVcnHUv { top:21.1875rem;left:25.9375rem;width:21.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgNzllRFRQHZsr6tzTshm6ATbg9kps0i { top:23.375rem;left:24.875rem;width:22.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqO4EwoF402ys9TAkSf3VzWs9FkwukCh { display:block; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVELWAmTTcXJKGbKDp8B9SroaTJfeyyv { display:none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:3.5rem;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.5rem;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 #y1wOeOTQmQIKrOvXrsnkGiGCmSLIGt9f {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #AgZD0eKeVapBmPvATkJ17Wp8RZwS6Xxu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #do1fZzp74M5GCBPLw12IApLwnuUVrE7s {  }
 }@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) { #McSvuk42nTdzvtlBIqQgNecZesxe38Om { display:block; }
 }@media only screen and (max-width: 763px) { #kHtFwQL19w45LxpUmV0pRvBHVBcfeky3 { display:block; }
 }@media only screen and (max-width: 763px) { #ru8zu8f15JJRdyss780OMF2f8TXBorZd { display:block; }
 }@media only screen and (max-width: 763px) { #cTPvi23TsMtzvTRLom0guGngPoPcRgcI { 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:32.8125rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:11rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:21.25rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH { display:block; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w38JGawn9Mw1mySzCrmiKFIXq8kd9IsL { top:85.6875rem;left:0rem;width:33rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoCnEh97zOiTAd6DKWb6CZTNHUnz7T9L { top:74.75rem;left:0rem;width:17.625rem;height:1.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W62L6HCzMP9R8SXBmsEN9D7s6SWKLrDD { top:3.125rem;left:17.217504501342rem;width:13.3125rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9lLpODBp0A4vuCHJdwqN6gzNUJ0T1VH { top:9.75rem;left:0rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGNyLw09aPsiD1hTZaxk5NC5sJxT3VM3 { top:9.75rem;left:11.687498092651rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qph1yxOvbKpCh3E6XIfN80CClFkhTODv { top:9.75rem;left:23.375rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn0K1gKmSZEWKIaMZsFKKNLGv8UHDwIt { top:25.8125rem;left:0rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgPqN48hdxdLJU5VnhbEcpxTNTvvBtB { top:25.8125rem;left:11.687498092651rem;width:24.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EECdhm96mc4ZMRa0MGpZqKT3ZiQHyLJX { top:25.8125rem;left:23.375rem;width:24.375rem;height:15.0625rem;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) { #Nx2u2OnyoDDrIviabC40TD2ulJG18zlT { top:3.75rem;left:5.529296875rem;width:36.625rem;height:3.375rem;font-size:2.8125rem;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) { #Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { top:9.1875rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdC7rt88FLokN09CcwE8oJdCfubLKG3I { display:none; }
 }@media only screen and (max-width: 763px) { #rypAuvzG2C8zMlnlmQbviBTconyHoLDZ { width:21.9375rem;height:3.625rem;top:99.375rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6kegeQtFIylHqU1OvnGfQeWV5vnvlEv { display:block; }
 }@media only screen and (max-width: 763px) { #T6gHdFrRMy3lncacuQEx4XxHUBJOv4XH { top:50.625rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQzBKMOwwfKozmdVkFM9WUKaSwC0cOr { top:53.4375rem;left:0rem;width:28.1875rem;height:;font-size:1.125rem;display:block; }#TUQzBKMOwwfKozmdVkFM9WUKaSwC0cOr li:before{  }
 }@media only screen and (max-width: 763px) { #NT9dsHxZN5w10SJxuAspapTShV2bVQxV { top:56.875rem;left:0rem;width:16.5rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpaWAdGKkDhRyW0sFKTcfHGly1qOzq2H { top:59.9375rem;left:0rem;width:28.1875rem;height:17.375rem;font-size:1.125rem;display:block; }#dpaWAdGKkDhRyW0sFKTcfHGly1qOzq2H li:before{  }
 }@media only screen and (max-width: 763px) { #H906lUab36fDLpvQqWxcVmwyKGGPRcNo { top:79rem;left:0rem;width:16.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfLJAGABMTS71y8sVfT50S4EsH6h2Fmh { top:81.8125rem;left:0rem;width:28.1875rem;height:6.625rem;font-size:1.125rem;display:block; }#gfLJAGABMTS71y8sVfT50S4EsH6h2Fmh li:before{  }
 }@media only screen and (max-width: 763px) { #mnOTPpLGdPA2IQTZFUsMn92HD7TDml30 { top:90.25rem;left:0rem;width:16.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0Hy3EHqQzcvhOflKBoSDkce8AdMf7p { top:93.0625rem;left:0rem;width:28.1875rem;height:;font-size:1.125rem;display:block; }#Tf0Hy3EHqQzcvhOflKBoSDkce8AdMf7p li:before{  }
 }@media only screen and (max-width: 763px) { #ClRKhgs9bvOO4Ntd1hXGmsM4Sxed1XnC { top:50.625rem;left:31.125rem;width:16.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQT1JXhWoCKBa5oLIUOJHpomi9nkNF07 { top:53.6875rem;left:19.5625rem;width:28.1875rem;height:;font-size:1.125rem;display:block; }#fQT1JXhWoCKBa5oLIUOJHpomi9nkNF07 li:before{  }
 }@media only screen and (max-width: 763px) { #ouQg9xSK3p3pBvaTKWxp5If8L4OOp6Vx { top:72.9375rem;left:31.125rem;width:16.5rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB6UAdAhdbUKTGfV3Tp61RdXybPJvoiK { top:76rem;left:19.5625rem;width:28.1875rem;height:;font-size:1.125rem;display:block; }#GB6UAdAhdbUKTGfV3Tp61RdXybPJvoiK li:before{  }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M { display:block; }#SIt6JktlRnLsCcnkzh5aeSfkmhvicd9M > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7EpEG9UK5V2X00QE241NcVFcWvTSUTy { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC { display:block; }#bVZczaAWSFsz8GTMfTqZ8lyti3Qq5OUC > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOIpUCfT4df6ONLLy9OAilvOszvIQZfv { width:20rem;height:1.3333333333333rem;top:0.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1324100-37b1-4840-8beb-4ad5eb431b9c/SiameseBangtao_BEV_Hires_1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.adaptive-delivery-prevent-bg, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyload, #uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ.lazyloading { background-image: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { background-color: transparent; background-image: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,17,17,0.14); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container > .video-iframe-container { display: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,17,17,0.14); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row > .video-iframe-container { display: none; }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .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); }#uGJVtMWhnqibpSm35Lrky8r8sbKhMCiZ > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PC1N4Q87xunTK5zMAWkfEWE4Us61LxaQ { width:4.3125rem;height:1.0488275rem;top:6rem;left:1.8125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSRAiOI8fwOOzZn6abJ6BR67H0KnuPXD { width:20rem;height:2.875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq0O0B3CBmZ68BN992RmadOyZ06Q2Ppq { width:8.5625rem;height:1.3808625rem;top:5.8125rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNZcylsbgpJN7eIOTxc7LRVnfi92TWtB { width:5.375rem;height:1.0556625rem;top:6rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1CE4cvUA2sq54xGz8W2ldDGn3GSbhs { width:11.5rem;height:2.0625rem;top:22.375rem;left:4.25rem;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DMT0ngTfGpkw6OR54VB4nHwkhX2B5rv1 { display:block; }
 }@media only screen and (max-width: 763px) { #MTULkTvMwxWkyGx74PM8TDi5bh3LR49X { width:8.5625rem;height:2.8125rem;top:1.474609375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLNRi7S2c0dz4HCHd6BxZUOsM6rw5Z39 { width:15.625rem;height:1.625rem;top:8.349609375rem;left:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHmlkfQt0gEN7LLBOE8HItdxwIxMsiEB { width:3.3125rem;height:3.3125rem;top:0.724609375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHINswA3qTJMtzKNSA80adbnDUhvWsF { width:12.5rem;height:0.89355625rem;top:4.9375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/589b9a85-9e35-4265-b99f-536e4d740b57/Untitled30314.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6.adaptive-delivery-prevent-bg, #bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6.lazyload, #bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6.lazyloading { background-image: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container { background-color: transparent; background-image: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container > .video-iframe-container { display: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row > .video-iframe-container { display: none; }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .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); }#bXlWn5Q5kTkXvhK9QJ1cXIdVT0gTz1r6 > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChwTXdUNRQPdd2yrveZgNDhAdzRbcasQ { width:13.875rem;height:1.8681625rem;top:1.69140625rem;left:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #km0SG2JwAcC0R7l2d2fse5GQpR7helIn { width:20rem;height:20.1875rem;top:5.158203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAsCGrIP0fuLsZIX7nlvoBigGE0xaeVQ { width:18.9375rem;height:13.875rem;top:5.9375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTU24VwMs868KIqHUE4RTGGK4Fxdu0Sn { width:18.9375rem;height:4.75rem;top:19.8125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #reU0VbcrPmWSIas9LGKGZJ24qTEfT6Wc { width:12.5rem;height:1.4619125rem;top:20.470703125rem;left:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dD9LnTUJToypxxMKGaCefk22AMc8USsh { display:flex;width:1.25rem;height:1.25rem;top:22.470703125rem;left:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJLp108OV5M1dcRcwypg0pPan6iduDXa { width:6.4375rem;height:0;top:94.375rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e3NJpnELuuzUXH5HwBO139WqnA896vT8 { display:flex;width:1.25rem;height:1.25rem;top:22.470703125rem;left:6.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUAVnaPaBHlQSE2dXoqnQhshUpv82Te7 { width:6.4375rem;height:0;top:94.375rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MiDAfggEWUskyxZz88AcqkarVb9dZIvF { display:flex;width:1.25rem;height:1.25rem;top:22.470703125rem;left:12.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPUQUb0MmBhxGUOJ26LsLgrdBnZGQovb { width:6.4375rem;height:0;top:94.375rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aWDCMIbKGPLxagqzuWoD5clk5P4ILvQ8 { width:18.9375rem;height:13.875rem;top:5.9375rem;left:0.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4gvu4ll64mwuQBTgPzJCXTeONsNpHLy { width:3.25rem;height:1.13671875rem;top:22.52734375rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15048;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Sx8Qxh9K49fwXOOQoFheud3m25ZBNkh7 { width:2.8125rem;height:1.13671875rem;top:22.52734375rem;left:8.59375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15049;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #miXrTWEoJrM9Bc47WA0tQNVaZyOJ5KHq { width:5rem;height:1.13671875rem;top:22.52734375rem;left:13.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15050;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Hl3Hv36T9TACeZvTDi7OyOd7VNEJC1In { width:20rem;height:27.375rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dplGltlKz3EUG4zBrTXkxtSVTAAEtTsg { width:20rem;height:20rem;top:70.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #boPE5unMkTDGaCHn0FTWbkevInM6RKaA { width:20rem;height:20rem;top:70.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDFi9J27UzUlR2qpyqX6p9LOcOrBX7ca { width:20rem;height:5.8125rem;top:90.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcQbJvUEcIdU4PsHDStHPfuvI3spcoIB { width:12.5rem;height:0;top:91.75rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HH17k7Wz4oxfBa18tLPJEg4xxqb1U7mK { display:flex;width:1.875rem;height:1.875rem;top:93.9375rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRwpSpmESEePXsAMzJJaMLPtBfbeFfHH { display:flex;width:1.875rem;height:1.875rem;top:93.9375rem;left:12.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrkvzGzBGFpctPoU6HqXEMtxOE3m2K5b { width:6.4375rem;height:0;top:94.1875rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cwIfda08MTGBBX2HWk58xP19UxiZC37n { width:6.4375rem;height:0;top:94.1875rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ouMfFoto19FFNZIQP624778LKEItLBob { display:flex;width:1.875rem;height:1.875rem;top:93.9375rem;left:18.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9vHw9rsppERhKrJpuxDu7k6VEemwAuq { width:6.4375rem;height:0;top:94.1875rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EPGoAJVxT58Pbkeo2dVfl0R1cO1V1aVL { width:20rem;height:27.375rem;top:44.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKMcBkOMHmFtQe0BGUZlt93EqI0ot0oB { width:20rem;height:20rem;top:70.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORhEJDdvVbEzECu0zxUFQXdyi4FcbF69 { width:20rem;height:20rem;top:70.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1kUPgTVtxm9qlVDWxgcchfUHGFZexWz { width:20rem;height:5.8125rem;top:90.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qzu672wh52aOBm8uktdL6vUpq5hMGNso { width:12.5rem;height:0;top:91.75rem;left:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5plSbGXgKnSmuvrfgKddks7WWB2Tmro { display:flex;width:1.875rem;height:1.875rem;top:93.9375rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #npfJWmmlo2IgFcEqFp0c3Ktw0nW4O62F { display:flex;width:1.875rem;height:1.875rem;top:93.9375rem;left:11.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzawVNLFwliTI4OVQcGGoq8Npk7BbsC1 { width:6.4375rem;height:0;top:94.1875rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fTD2Qc4UGR4zHDJRKwWG79gclJqtMQ8n { width:7rem;height:0;top:94.1875rem;left:13rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tDpbDmqHt1QlWX4FQqvzVhk0sl2SvbJf { display:flex;width:1.875rem;height:1.875rem;top:93.9375rem;left:18.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eiB5ekUmsWqWFkkAOPViPCfBZ2r2F6PH { width:6.4375rem;height:0;top:94.1875rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FTl4fIXEGX8s0WsATt9OVToM7WcgFIDs { width:20rem;height:20.1875rem;top:27.4375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB { width:18.9375rem;height:13.875rem;top:28.1875rem;left:0.5625rem;z-index:15013;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e1d17c52-b40a-4592-a7df-15f7205523ba/SiameseBangtao_MasterBedroom_Hires_jpeg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB.adaptive-delivery-prevent-bg, #mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB.lazyload, #mTDJ4zIZkMpnfAgAfVfFcKMDnfA7GHvB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #btmmTv4GcIWrd1RAu2n0EssI88tD6WTD { width:18.9375rem;height:13.875rem;top:28.1875rem;left:0.5625rem;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/43747ab4-e62f-4f77-9183-28b50c2e2644/1BEDROOM_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#btmmTv4GcIWrd1RAu2n0EssI88tD6WTD.adaptive-delivery-prevent-bg, #btmmTv4GcIWrd1RAu2n0EssI88tD6WTD.lazyload, #btmmTv4GcIWrd1RAu2n0EssI88tD6WTD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gReSSJpvgQ26mxuEuNCSLM7171AeP8xU { width:18.9375rem;height:4.75rem;top:42.0625rem;left:0.5625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #y900U4xeW15vgT37CAsouSSJOyMGpJQ7 { width:12.5rem;height:1.4619125rem;top:42.75rem;left:2rem;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Ddx1zo1M8Adk225C1QwZig8AJSNE39eG { display:flex;width:1.25rem;height:1.25rem;top:44.75rem;left:2rem;font-size:0.875rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #GmyQaR8pKFv3pAlEefpaamsRSSBPBtqz { display:flex;width:1.25rem;height:1.25rem;top:44.75rem;left:7.5625rem;font-size:0.875rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #XzSfM3xIX6B6oO3Sq4U590GFgI9aKnom { display:flex;width:1.25rem;height:1.25rem;top:44.75rem;left:13rem;font-size:0.875rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #B8CzEVVQ6T2tuTVq49HftJ9tzRFVuIbF { width:3.25rem;height:1.13671875rem;top:44.75rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15059;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Zb5nVkb72Xhv6Ed4AwPgts8bKJpkohzz { width:2.8125rem;height:1.13671875rem;top:44.75rem;left:9.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15060;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #klolRH3oEH2I0JwEC0EX9al6qHxh0JVp { width:4.6875rem;height:1.13671875rem;top:44.75rem;left:14.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15061;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FTF5Z7Gb9vOrBDqrGBdacokWU2n5c6Ng { width:20rem;height:20.1875rem;top:49rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW { width:18.9375rem;height:13.875rem;top:49.75rem;left:0.5625rem;z-index:15024;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d8dc30e4-01f5-4d45-9383-18b25bebe70a/pic02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW.adaptive-delivery-prevent-bg, #N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW.lazyload, #N4KfUzbk86ZrkCVAmxeiZ5JDK6ySapTW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P { width:18.9375rem;height:13.875rem;top:49.75rem;left:0.5625rem;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/28c31cfb-f8da-49c0-8855-b2bfad639bfc/1BEDROOM_10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P.adaptive-delivery-prevent-bg, #OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P.lazyload, #OUU96b1uzqHoDtvrMnoIZgGUOQLwh18P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MbJMMUTkEGM6oFbfnHhHRnWw9MoSoTTd { width:18.9375rem;height:4.75rem;top:63.625rem;left:0.5625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #UJyku5FxotzTt640ozf6SyTLd2PH1mzT { width:12.5rem;height:1.4619125rem;top:64.3125rem;left:2rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #tpPM5rQR4ICKlvHMK83QxXOe7LBleEP4 { display:flex;width:1.25rem;height:1.25rem;top:66.3125rem;left:2rem;font-size:0.875rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #TNwUeWQTsJs8gtBufolBPdUkTkTq5Ly6 { display:flex;width:1.25rem;height:1.25rem;top:66.3125rem;left:7.5625rem;font-size:0.875rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #TClI3I62fd8HqlsLRo6yJMly07TeOlb4 { display:flex;width:1.25rem;height:1.25rem;top:66.3125rem;left:13rem;font-size:0.875rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #dD8QdxyEycAEwWhevbS6HuoZaBSSIcGa { width:3.25rem;height:1.13671875rem;top:66.3125rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15070;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Bgf0glALHoFqTlcnxc8EapfnOEr3qShm { width:3.4375rem;height:1.13671875rem;top:66.3125rem;left:9.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15071;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mxQ0ZSfnCPDcymRhP8XvkpKpwroULTPd { width:4.6875rem;height:1.13671875rem;top:66.3125rem;left:14.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15072;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qJEzvhvTz8OqscP09LTaOgATQWaT79qF { width:20rem;height:20.1875rem;top:70.625rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #G4uRp26AIorx5LbIbxCkM2NADZtR0SRt { width:18.9375rem;height:13.875rem;top:71.375rem;left:0.5625rem;z-index:15035;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/b649f577-3616-4620-b1cc-f742c147cd58/SiameseBangtao_1BedLiving_Hires_jpeg.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G4uRp26AIorx5LbIbxCkM2NADZtR0SRt.adaptive-delivery-prevent-bg, #G4uRp26AIorx5LbIbxCkM2NADZtR0SRt.lazyload, #G4uRp26AIorx5LbIbxCkM2NADZtR0SRt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #X9aFEyZGqSZVKyqkbTExQ37VAExPEESG { width:18.9375rem;height:13.875rem;top:71.375rem;left:0.5625rem;z-index:15036;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cc4e9f12-8812-45d2-9583-641a0f7520e0/1BEDROOM_16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#X9aFEyZGqSZVKyqkbTExQ37VAExPEESG.adaptive-delivery-prevent-bg, #X9aFEyZGqSZVKyqkbTExQ37VAExPEESG.lazyload, #X9aFEyZGqSZVKyqkbTExQ37VAExPEESG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KGQ6NH41JoIxN2iURCS5ewtLxUrr9TzD { width:18.9375rem;height:4.75rem;top:85.25rem;left:0.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #iOvEB6SEFS5VbcRnoRDMP2E4REgfeFsM { width:12.5rem;height:1.4619125rem;top:85.9375rem;left:2rem;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #qBOtOVZkKSTTPgbfk5brtIU5ItHc6tiR { display:flex;width:1.25rem;height:1.25rem;top:87.9375rem;left:2rem;font-size:0.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #NXpeOT6qelGaTuVg1h6oXcFcIVLJB10W { display:flex;width:1.25rem;height:1.25rem;top:87.9375rem;left:7.5625rem;font-size:0.875rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #KaAcASi5QsGa1P31mOcyZ5xWabRFvsI6 { display:flex;width:1.25rem;height:1.25rem;top:87.9375rem;left:13rem;font-size:0.875rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #PGL9t2wQTCbIGtHwdpSFsETbsTuegnnQ { width:3.25rem;height:1.13671875rem;top:87.9375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15081;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zDRGnnmo68vFZvtWTFWsyuRUZ1IHWcBp { width:3.5625rem;height:1.13671875rem;top:87.9375rem;left:9.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15082;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AXSZE7PTyTiSBKnUTTvF2mH9VTuMeXou { width:4.6875rem;height:1.13671875rem;top:87.9375rem;left:14.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15083;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eF01EAgHz26RET9iLk8pC2f73VkTBpxZ { width:4.8125rem;height:0.9746125rem;top:6.3125rem;left:10.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmDfbhGWlUFzBVeBJUfpwSAxh3EL64PT { width:12.5rem;height:2.03125rem;top:7.0625rem;left:6.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWGrF6e4Uq5PctomZ8CwKovQ8kEzPPbJ { width:8.1875rem;height:1.3808625rem;top:8.8125rem;left:10.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzzM9byl9otZb2bK2kcykP1DApozJ9bc { width:4.8125rem;height:0;top:71.625rem;left:15.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4XaSUGBgTKEPDbMqqkbFhNcxOxJrpV1 { width:12.5rem;height:0;top:72.5625rem;left:7.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ox6Q26RJmU6rgmZa1W5aieF4cBp2ESk9 { width:8.1875rem;height:0;top:75rem;left:11.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #arK56UfnTCUebrl43VhBkKnbCfrZ0cyC { width:4.8125rem;height:0;top:71.5rem;left:15.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgW8Qhh2gJDTsCzEfpi5fLoTLJ7eirs7 { width:12.5rem;height:0;top:72.4375rem;left:7.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJLFhnBE9axVHOeb8SzfHTf9e2pHMk89 { width:9.1875rem;height:0;top:74.875rem;left:10.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HscaTG7GUTafUTVBOGCVzNnVffUeS6tn { width:4.8125rem;height:0.9746125rem;top:28.75rem;left:11.375rem;font-size:0.75rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #wgJ1TTvT1CiUUErTo5TlZ7s13KNmLLbv { width:12.5rem;height:2.03125rem;top:29.5rem;left:6.5625rem;font-size:1.5625rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #DIGCecQvXVE3qK8EfIh3JWIAhEsy4CP2 { width:8.1875rem;height:1.3808625rem;top:31.25rem;left:10.8125rem;font-size:1.0625rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #dcXZx6LOdwkTJ0eTaNdulTtveTSSVDMb { width:4.8125rem;height:0.9746125rem;top:50.3125rem;left:10.1875rem;font-size:0.75rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #iW7ytT4VW0DExvlDylUcluuo6tAvilcq { width:12.5rem;height:2.03125rem;top:51.0625rem;left:6.3125rem;font-size:1.5625rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #NpgSBLTTS3BqHHhbTCInk8kIQSz43QES { width:8.1875rem;height:1.3808625rem;top:52.8125rem;left:10.5625rem;font-size:1.0625rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #ib2olsadgi9SbNmgrRzchr44B36uWNH2 { width:4.8125rem;height:0.9746125rem;top:72rem;left:9.8125rem;font-size:0.75rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #RLMMe9c0gISkbJbr5qgGJNlUUn6zUFUb { width:12.5rem;height:2.03125rem;top:72.75rem;left:6.3125rem;font-size:1.5625rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #eZoTPoMaMfGeKtbRZQwcefROcWLIhNSs { width:8.1875rem;height:1.3808625rem;top:74.5rem;left:10.5625rem;font-size:1.0625rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #VEE3ASGvaD93AlgH8Sn89a949zyFA4yM { width:5rem;height:0.89355625rem;top:10.193359375rem;left:14rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QivDPKdGZVdendqztPpn1AoPadMLcaS5 { width:6.75rem;height:0;top:76.8125rem;left:13.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CW0LzpQJRWcKxLhHSibEObcnTPvsUlmK { width:6.75rem;height:0;top:76.6875rem;left:13.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubLZ1qpgV2muTyXvtbFA39CVB7xJEuhJ { width:5rem;height:0.89355625rem;top:32.625rem;left:14rem;font-size:0.6875rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #rFlviSoUutPMLyy0PrHf99WpJkbR6Qy5 { width:5rem;height:0.89355625rem;top:54.1875rem;left:14rem;font-size:0.6875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #NuoxlwyovdLWXBNarmg9TXwBK5gPHEdf { width:5rem;height:0.89355625rem;top:75.875rem;left:14rem;font-size:0.6875rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #hTxBzlRXSViAETPM2tXMDTR8nuewwsvp { top:0rem;left:15.9375rem;width:4.0625rem;height:4.5rem;z-index:15105;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RBiXVpFI927XcdXKegaxoHN1TILOd6vg { top:0.8125rem;left:16.5625rem;width:3rem;height:0.73046875rem;z-index:15106;color:#ffffff;font-weight:700;font-style:normal;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnAXZKibf4Dq7uBawd1SwyNeQ79VMZBb { top:1.619140625rem;left:16.8125rem;width:2.4375rem;height:1.13671875rem;z-index:15107;text-align:center;text-align-last:center;color:#ffffff;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W87y88onWMSTkASTIvqU0EvW9gtu8KFP { width:9.625rem;height:11rem;top:0rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mmq60mATygrtZpJ67fxlCq7JzL1HJ4kd { width:20rem;height:15.44925rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM9gQIWCfTTdyQRfzAdT8Ot3k5K5aWRm { width:20rem;height:27.375rem;top:44.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvposH3c5CeFVi86UeG5iQnHATws9gx4 { width:20rem;height:20rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbfisaAucXnuq5p4t524qpGntPnvJC3U { width:20rem;height:20rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHzfuls1RvWSv3GRw6fsM1TnXJ4uwppn { width:12.5rem;height:auto;top:46.625rem;left:3.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #od8OkQ0twrADQxT6fXbZWtgMT34x9KqU { width:4.8125rem;height:auto;top:45.6875rem;left:7.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozfHfhXEgl8y9Kp2P6TwHoXaVvCJiMo0 { width:20rem;height:5.8125rem;top:64.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQfps1cJmgJSEka67AvKKVROsy7euvEE { width:12.5rem;height:auto;top:65.9375rem;left:3.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpaS2RmvJ6JbH7WyT7G02ZWprZDVh7ph { width:8.1875rem;height:auto;top:49.0625rem;left:5.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgT8ZT9CP6N1GXxTArzxIRuTdWIhmGzq { width:6.75rem;height:auto;top:50.875rem;left:6.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdc7kyFRcKcC1vdcK1Fcr2nTypK227ep { display:flex;width:1.875rem;height:1.875rem;top:68.125rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xm5bW2utw9mamEMzGiVGwnBa81Wmha7m { display:flex;width:1.875rem;height:1.875rem;top:68.125rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkTVnMs0g6y0Trix74L6NObRFO2idoEF { width:6.4375rem;height:auto;top:68.375rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MQkdvBIKMRZke73MgTJslEnM8QbvNRDS { width:6.9375rem;height:auto;top:68.375rem;left:6.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #waXOpe7f1WQKwTgJTRaxWsxy7w9OlfEf { display:flex;width:1.875rem;height:1.875rem;top:68.125rem;left:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFdSuqveeqhaowvgDZGNQ8ohWcHSKBxC { width:6.4375rem;height:auto;top:68.375rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mTHAiywvQTM0JEUxp1Z9gtQRJF8xqJng { width:20rem;height:27.375rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6UoxLrUpcgJaNbg4eac9ZQGtCzi6mCb { width:20rem;height:20rem;top:92.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ8qeQ40WFSQnDbhh6TiDp5LTEohxiTS { width:20rem;height:20rem;top:92.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1UxBG3oGDDXNVNbR2COtTuCKFaWUEK3 { width:12.5rem;height:0;top:94.5625rem;left:7.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TD9JzLc5gxTKqrATlmpJ5GpZoI0l3gNX { width:4.8125rem;height:0;top:93.625rem;left:15.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6RuW5t9tPrZqxvdbceGAQmq88wlONZT { width:20rem;height:5.8125rem;top:112.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XkhhmML81POPE4MaqBZAb3vfVQilZvXe { width:12.5rem;height:0;top:113.875rem;left:2.375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErvUCTtMM7BzHlSmExmyCSJDhc18h0XS { width:8.1875rem;height:0;top:97rem;left:11.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1nNDL92q5rLIdXUe6mQGIbSEwwOoQ6k { width:6.75rem;height:0;top:98.8125rem;left:13.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fa1T4JTsVJouax4JHEwhHWbUr23Q2Jk2 { display:flex;width:1.875rem;height:1.875rem;top:116.0625rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfaS7M4Zi0ITITOcHJ5hVgRtJgxEuLB5 { display:flex;width:1.875rem;height:1.875rem;top:116.0625rem;left:13rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwXEV6cCfXNqsAoGzvS93kUq3qUGDdQy { width:6.4375rem;height:0;top:116.3125rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eDalAe8fqJF8eqkFG8AksRGMS1SsHJDS { width:6.9375rem;height:0;top:116.3125rem;left:13.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #esgPo3dyRsGmqovee0TaGJg2GuXRacTk { display:flex;width:1.875rem;height:1.875rem;top:116.0625rem;left:18.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Urn0ueZKVEeKfXUN6c328V3qeqXOh9TQ { width:6.4375rem;height:0;top:116.3125rem;left:13.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dLi3VKUZwXQWDwX9Q9TLk305imwashWg { width:20rem;height:20.1875rem;top:5.8125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Emnr26edCefIaJufixuLag1qDbS5Valo { width:18.9375rem;height:13.875rem;top:6.5625rem;left:0.5625rem;z-index:15039;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d8dc30e4-01f5-4d45-9383-18b25bebe70a/pic02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Emnr26edCefIaJufixuLag1qDbS5Valo.adaptive-delivery-prevent-bg, #Emnr26edCefIaJufixuLag1qDbS5Valo.lazyload, #Emnr26edCefIaJufixuLag1qDbS5Valo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0 { width:18.9375rem;height:13.875rem;top:6.5625rem;left:0.5625rem;z-index:15040;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd5a7b3e-34d8-4276-b017-2f2a74db0f36/1BEDROOM_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0.adaptive-delivery-prevent-bg, #mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0.lazyload, #mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0.lazyloading { background-image: none; }
#mhSzPqDAI4mobUDcgEEwrf4RXVlNWIa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.11); } }@media only screen and (max-width: 763px) { #bZHi7mU9MoHlm5FZeQqR0hCv8T9F5s4e { width:12.5rem;height:2.03125rem;top:7.875rem;left:6.3125rem;font-size:1.5625rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #AHV2WvwN0XZFl19oXZmcOA1WLUrQaMDC { width:18.9375rem;height:4.75rem;top:20.4375rem;left:0.5625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #SdJXv3KGhssAlTeToTxwa7xdbkQrRG38 { width:12.5rem;height:1.4619125rem;top:21.125rem;left:1.3125rem;font-size:1.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #BrM5SirSsLeissqCaH2JOTt97355nFQT { width:4.8125rem;height:0.9746125rem;top:7.125rem;left:10.1875rem;font-size:0.75rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #gzmtRwMI6FWPIPC6qaQTr8gMTfbCvUoO { width:8.1875rem;height:1.3808625rem;top:9.625rem;left:10.5625rem;font-size:1.0625rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #iD8FT33ALPF0TorQpgMQ9TeCqFgrlQdK { display:flex;width:1.25rem;height:1.25rem;top:23.125rem;left:1.3125rem;font-size:0.875rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #J3D1PCQPQF1JqlVpCoBAATiPfH1v79cW { display:flex;width:1.25rem;height:1.25rem;top:23.125rem;left:6.875rem;font-size:0.875rem;z-index:15051; }
 }@media only screen and (max-width: 763px) { #ThJnt2f3qrVcx3u5hcMOEC2JZqqa0Zlt { width:3.5rem;height:1.13671875rem;top:23.125rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15085;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uDiqDZqfO2Mb1FbG0IrhzDu86aKda9PL { width:3.4375rem;height:1.13671875rem;top:23.125rem;left:8.625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15086;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CyO16EXNFbKhRh9IST9v6g26FTXa7DSk { display:flex;width:1.25rem;height:1.25rem;top:23.125rem;left:12.3125rem;font-size:0.875rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #MW12Wy1unOMR4BJtIKWL0mIeZK75H5eO { width:5rem;height:0.89355625rem;top:11rem;left:14rem;font-size:0.6875rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #EMGl5iS4Dw1HOeu2DVJmxJOB58Kf7Mou { width:5rem;height:1.13671875rem;top:23.125rem;left:13.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15087;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BGVwmimGCfmvByoVMDqg9Nn07vNOiTEt { width:20rem;height:15.44925rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFsMrEVulUrAsZopngmtxXNsgxvykar { display:block; }#vuFsMrEVulUrAsZopngmtxXNsgxvykar > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3fQlOxGIlMz6OrDwxyDVofheQXDK9wI { width:4.75rem;height:4.1875rem;top:1.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZm0rN9nyGUipVUszTD7QSJoBFI42MM5 { width:18.25rem;height:3.75rem;top:6.4375rem;left:0.875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 { display:block; }#Zfz6JTXXVsdCIhJAHtCtJ7hGpfDEp0G4 > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0AaCoQMshIEf0JezZ2vpPm7fk5M8ZDu { width:20rem;height:6.9375rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom { width:4.5625rem;height:4.5625rem;top:25.0625rem;left:0.6875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/555a6a99-4487-48ef-8fdf-0ec4a767ab0d/i103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom.adaptive-delivery-prevent-bg, #vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom.lazyload, #vgVzFz3DEq0GLPA9fZAhT6h0mTCo4Xom.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BTWAUDCRVVJ0vuzi3aLWRKMrN5IyraRh { width:13.125rem;height:1.0556625rem;top:25.6875rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCcXK4TRxWbcsWMuxIbcW2reToWwDmTJ { width:11.3125rem;height:1.94824375rem;top:27.125rem;left:6.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWN9bidRkaPdRwdgviJeLJIGAFq2hmD3 { width:20rem;height:12rem;top:15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRPiCh3TWx9l7CgDHVfKxHU9B13niRGO { width:9.375rem;height:9.375rem;top:16.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9wz1nFyfJ7FyxyW5RaRHlZmaqp9h7IU { width:20rem;height:1.0556625rem;top:16.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIhTdxXPVsap17RPJRr3rkyKDwikpsWW { width:20rem;height:1.625rem;top:19.0625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGU5eok7iMFKDVZqsWwLMxqVsgse7XHv { width:20rem;height:12rem;top:27.5332125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdxVTcTnEwWXo8TlGIHrRkRMhwcwnMeG { width:9.375rem;height:9.375rem;top:28.8457125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKZu4pPFS44W2FTMTdRtJWSs9mUdNM3d { width:20rem;height:1.0556625rem;top:28.8457125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WN3OpltULNOTy2cT4MEF70gu0DKzWESf { width:20rem;height:1.625rem;top:31.5957125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIbJJJtJRkckrKzzbD5kdilH33cmvvyE { width:20rem;height:12rem;top:40.7832125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZuFWbDqgNba1IgAkIqRBTcwx2Vqu1Ph { width:20rem;height:1.0556625rem;top:42.0957125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5Ft93NTMe6Sn6qe1P6GvkkTyl0dZuul { width:20rem;height:1.625rem;top:44.8457125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfIWsZRWmPTCo25AK0UTHGTTiRGTMrts { width:20rem;height:12rem;top:67.2832125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AG14Wcb7F2fZKoWGfrM0JiayvuRpFyNl { width:9.375rem;height:9.375rem;top:68.5957125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynJEtZXrTp5o3M8vzoXzlcBmJaWrQrmB { width:20rem;height:1.0556625rem;top:68.5957125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeJhT4RH7WKr3NCD8M9ap6QTEn2X5ol3 { width:20rem;height:1.625rem;top:71.3457125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm1oGsc45VGLMaNmhAFTq9pvoDqb1UUa { width:20rem;height:12rem;top:54.0332125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoEqenmgeOIl50GWAV40kfWNAexTWFUa { width:9.375rem;height:9.375rem;top:55.3457125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMz7ICg5oGekbqKNdwQh1KW5DmTF17ya { width:20rem;height:1.0556625rem;top:55.3457125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4b30ny4mWlqoH18ykFdiiKzQQaEhmtP { width:20rem;height:1.625rem;top:58.0957125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNVIPQwo2JmOxpQ6w95hLbbDdmhTvcyS { width:20rem;height:12rem;top:80.5332125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yw6Fxf9PzhSE0Ecp2aKQQi6iglGWF2i6 { width:9.375rem;height:9.375rem;top:81.8457125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHIxTwc09SSu3OvcA4DnZ68y2v3mCdGT { width:20rem;height:1.0556625rem;top:81.8457125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w83sTbHl7IB9RbNzaWsR9yfxLRRy1hNS { width:20rem;height:1.625rem;top:84.5957125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkU45H4kwP8zvPqbM2341SrIVefdCu2D { width:9.6875rem;height:1.8681625rem;top:1.083984375rem;left:5.15625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMNLWBKANTpHmRXFZPhSOFXA9pv1VBeO { width:14.0625rem;height:2.875rem;top:2.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHt3RKPE5nNTGgmd37zNZt15hRCGN7wW { width:1rem;height:2.0996125rem;top:3.125rem;left:16.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4V4M9uMSp4mGMmSXuuMfxH0ScQlwTpA { width:20rem;height:6.9375rem;top:7.3125rem;left:0rem;z-index:15004;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aVTZvSkFk9Pa2r8NOiiTLy5mN61mlgio { width:4.5625rem;height:4.5625rem;top:8.5rem;left:0.6875rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1916e41a-3f51-4240-8645-79eef028f255/i203.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aVTZvSkFk9Pa2r8NOiiTLy5mN61mlgio.adaptive-delivery-prevent-bg, #aVTZvSkFk9Pa2r8NOiiTLy5mN61mlgio.lazyload, #aVTZvSkFk9Pa2r8NOiiTLy5mN61mlgio.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OFTSWl5NrEEyEcLhrHEvDfDGV5s7Ecz0 { width:13.125rem;height:1.05625rem;top:9.0625rem;left:6.1875rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uE65HC301dHAIQHGXVQCrWqDylxBaUT0 { width:12.375rem;height:1.94824375rem;top:10.5rem;left:6.1875rem;font-size:0.5rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JpnP1OkTFG0TynVmAh96IhAo8GXJcGGP { width:20rem;height:6.9375rem;top:57.125rem;left:0rem;z-index:15008;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Zvpf0K0Ec8iTXPDtpP7z97HnoTNtJw34 { width:18rem;height:1.0556625rem;top:58.5625rem;left:1rem;font-size:0.8125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvDDWBtkpHN7gmdmLo8r3LNx0ncoTqK9 { width:17.625rem;height:0;top:59.4375rem;left:1.125rem;font-size:0.5rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #XxuPLrHHZ3iPSitTAaGA1oK26OT3AzXQ { width:20rem;height:6.9375rem;top:32.125rem;left:0rem;z-index:15012;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cV51FQVHxDcebTMdAI5kQs5dAwgTVNVn { width:4.5625rem;height:4.5625rem;top:33.3125rem;left:0.6875rem;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4d7af61b-e4ed-4e4b-a6b3-dc0d5704f376/I403.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cV51FQVHxDcebTMdAI5kQs5dAwgTVNVn.adaptive-delivery-prevent-bg, #cV51FQVHxDcebTMdAI5kQs5dAwgTVNVn.lazyload, #cV51FQVHxDcebTMdAI5kQs5dAwgTVNVn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RovpDMDXRmQ25V7E7KVgRSG5AyP2yqe5 { width:13.125rem;height:2.111325rem;top:33.125rem;left:6.1875rem;font-size:0.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #G0BJcHcJaGQF2rgvmxbrHxTI7yeWuqBA { width:13.5rem;height:2.59765625rem;top:35.5rem;left:6.1875rem;font-size:0.5rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #aZmOauS40hqBdTPw2uipvwOFzpoaEomg { width:20rem;height:6.9375rem;top:15.5625rem;left:0rem;z-index:15016;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Agoq1dxysOOEhW8W5WUvx8p5V0eB2pSl { width:4.5625rem;height:4.5625rem;top:16.75rem;left:0.6875rem;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ee1cdf90-7fa2-4f48-b3ce-8234fb0e0b71/I503.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Agoq1dxysOOEhW8W5WUvx8p5V0eB2pSl.adaptive-delivery-prevent-bg, #Agoq1dxysOOEhW8W5WUvx8p5V0eB2pSl.lazyload, #Agoq1dxysOOEhW8W5WUvx8p5V0eB2pSl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #heCTghuOsRLB0xbDNkAslla8rTln4aCe { width:13.125rem;height:1.05625rem;top:17.6875rem;left:6.1875rem;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #x2T5tJu1lEIi1Dhx3Ekw52AsgdH3WQfl { width:12.125rem;height:1.298825rem;top:19.125rem;left:6.1875rem;font-size:0.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #OO45wTiTwhtiPJRQi5QPsNZzNS0TAeW6 { width:20rem;height:6.9375rem;top:40.5rem;left:0rem;z-index:15020;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vdytvt9X2iNpyMTXpqUdxf5pVEv4KJ1W { width:4.5625rem;height:4.5625rem;top:41.6875rem;left:0.6875rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d7dd480e-34ff-4e8d-8dd9-6f80a4e015b0/I603.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Vdytvt9X2iNpyMTXpqUdxf5pVEv4KJ1W.adaptive-delivery-prevent-bg, #Vdytvt9X2iNpyMTXpqUdxf5pVEv4KJ1W.lazyload, #Vdytvt9X2iNpyMTXpqUdxf5pVEv4KJ1W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CBu6J1bx0Weu2WuNivtFy1cEufZQMMnf { width:13.125rem;height:1.05625rem;top:42.625rem;left:6.1875rem;font-size:0.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #zhGBdTTpIeNJGcChhpfBswp3mCXtKKU1 { width:12rem;height:1.298825rem;top:44.0625rem;left:6.1875rem;font-size:0.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #MHBLM3TsI6PVM2lIv42m1VVasuOkhDVf { width:20rem;height:6.9375rem;top:48.8125rem;left:0rem;z-index:15024;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s2COyTROw9KdJa6FCLd37iT5JOwxF3Xv { width:4.5625rem;height:4.5625rem;top:50rem;left:0.6875rem;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2c3b5fad-78c9-45e5-9cc3-b8114f33889d/I703.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#s2COyTROw9KdJa6FCLd37iT5JOwxF3Xv.adaptive-delivery-prevent-bg, #s2COyTROw9KdJa6FCLd37iT5JOwxF3Xv.lazyload, #s2COyTROw9KdJa6FCLd37iT5JOwxF3Xv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VTKSaqkfhcTQCB6GkicHkzmpUGbDw1C1 { width:13.125rem;height:1.05625rem;top:50.5625rem;left:6.1875rem;font-size:0.8125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mEuiDuIc5vLKAiopXPq9s5Taz1TdtP { width:12.875rem;height:1.94824375rem;top:52rem;left:6.1875rem;font-size:0.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #BADTE9UsmXgbgLuQA4Iam2041FxGir8c { width:15.3125rem;height:2.6875rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZQEOn9esNio3WRa4rO2GTNwx2JeLshb { background-color:#000000;background-image:none;display:block; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container { background-color: transparent; background-image: none; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container > .video-iframe-container { display: none; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row > .video-iframe-container { display: none; }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .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); }#wZQEOn9esNio3WRa4rO2GTNwx2JeLshb > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bi11wa2I5awxDIMfgSvgHdEFtnuiDUyP { width:20rem;height:1.8681625rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQI3R1k4w8c04IW8ImOlsTDFxpVgJvLc { width:16.3125rem;height:1.46218125rem;top:19rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsH1TBXWklg5boKHyVIShNTXPRUZ4TpM { width:7.125rem;height:1.21875rem;top:21.5rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChObXoTdAP2RTcT26XU9RO2qRFxHnlLg { width:8.5625rem;height:3.65625rem;top:21.5rem;left:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZUFfxOxmCMHwpPriRvz70fPQ1cfTLTf { width:9.8125rem;height:1.46218125rem;top:32.5625rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2ghlZ1yXcSIk5x5MbmduUN2ZJnQbbNe { width:9.1875rem;height:3.65625rem;top:34.5625rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytJS3LG8H8C4oRs00azxKsg6MfxqTKy { width:8.1875rem;height:1.46218125rem;top:39.5rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUlE55abh020tTzam9ndT2khXrg5XWXW { width:7.8125rem;height:1.21875rem;top:41.25rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJa0xcAXAA1nUZbsivwkpxF7lxatxGP { width:7.8125rem;height:1.46218125rem;top:32.5625rem;left:11.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSH8gXqNIX2gia5JsOX10Hdzxk0d1LTs { width:5.1875rem;height:2.4375rem;top:34.5625rem;left:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhUGyRJpRNvyWoEdCTL2C5TDdooQMMO3 { width:3.6875rem;height:1.46218125rem;top:39.5rem;left:11.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nmowsnXxzXW4eZ1TVRKmcJUniG3KTM3a { width:8.1875rem;height:2.4375rem;top:41.25rem;left:11.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcwDaOKE3xu7yVW9HAps0D50rvO14kdh { top:4.7109375rem;left:0rem;width:20rem;height:12.875rem;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e8baccd0-a94b-4d6f-b926-c388abe9d007/p303.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QcwDaOKE3xu7yVW9HAps0D50rvO14kdh.adaptive-delivery-prevent-bg, #QcwDaOKE3xu7yVW9HAps0D50rvO14kdh.lazyload, #QcwDaOKE3xu7yVW9HAps0D50rvO14kdh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b2XVrdSir1GkE1Gg4ZBGSSddlo1ceptO { width:8.25rem;height:6.09375rem;top:22.71875rem;left:1.3125rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VLqD1FXEv5ihHm3odh67PU00PZbKnRd1 { width:6.5rem;height:4.875rem;top:25.17578125rem;left:11.84375rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cud2C8nXKwV2KdBfxOfn0kyZgeRttihu { width:6.625rem;height:2.4375rem;top:28.875rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zurMg9LcZ7curZTJaJON1KTVmgdzPOSr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/589b9a85-9e35-4265-b99f-536e4d740b57/Untitled30314.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr.adaptive-delivery-prevent-bg, #zurMg9LcZ7curZTJaJON1KTVmgdzPOSr.lazyload, #zurMg9LcZ7curZTJaJON1KTVmgdzPOSr.lazyloading { background-image: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container { background-color: transparent; background-image: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container > .video-iframe-container { display: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row > .video-iframe-container { display: none; }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .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); }#zurMg9LcZ7curZTJaJON1KTVmgdzPOSr > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2p5r7UIvJxvQMp2dOhUimLTo8PGdfsC { width:20rem;height:12.375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnL5GZTPDZNMhwJEQpDc9PWVlXw11Itl { width:20rem;height:1.29980625rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEXrGb6SFXtkyIXtHkQtgaxMgyOQKsZT { width:20rem;height:4.0625rem;top:16.67480625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxUtMm1TMVPMPgwNQewotXGidMNDAWG7 { width:20rem;height:12.375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRS0CsCfZKQundIoArEDGqhiieNRmOSD { width:20rem;height:1.29980625rem;top:36.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW8emRW8caNzge7LWIFCsmlGIVsMlZ15 { width:20rem;height:2.4375rem;top:37.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfWDyCqR383Rz7qBUKLXRFbbBNtMxDUn { width:20rem;height:12.375rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOfrytXH8IFWcN61Qt86VN39PJVcnHUv { width:20rem;height:1.29980625rem;top:55.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgNzllRFRQHZsr6tzTshm6ATbg9kps0i { width:20rem;height:1.625rem;top:57.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqO4EwoF402ys9TAkSf3VzWs9FkwukCh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1bf6b9b-c58f-4797-9182-eaffc1e0fa5b/SiameseBangtao_Hero_Shot_Hires_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh.adaptive-delivery-prevent-bg, #DqO4EwoF402ys9TAkSf3VzWs9FkwukCh.lazyload, #DqO4EwoF402ys9TAkSf3VzWs9FkwukCh.lazyloading { background-image: none; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container { background-color: transparent; background-image: none; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container > .video-iframe-container { display: none; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row > .video-iframe-container { display: none; }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .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); }#DqO4EwoF402ys9TAkSf3VzWs9FkwukCh > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVELWAmTTcXJKGbKDp8B9SroaTJfeyyv { height:11.25rem;width:20rem;top:1.59375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c93597cb-58a0-49f6-aaac-fe3300bc2ca1/Hires_SiameseStone151.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,56,56,0.67); }#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(59,56,56,0.67); }#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:33.8125rem;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:1.125rem;overflow:hidden;height:2.75rem;line-height:1.2;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #y1wOeOTQmQIKrOvXrsnkGiGCmSLIGt9f {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #AgZD0eKeVapBmPvATkJ17Wp8RZwS6Xxu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #do1fZzp74M5GCBPLw12IApLwnuUVrE7s {  }
 }@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) { #McSvuk42nTdzvtlBIqQgNecZesxe38Om { display:block; }
 }@media only screen and (max-width: 763px) { #kHtFwQL19w45LxpUmV0pRvBHVBcfeky3 { display:block; }
 }@media only screen and (max-width: 763px) { #ru8zu8f15JJRdyss780OMF2f8TXBorZd { display:block; }
 }@media only screen and (max-width: 763px) { #cTPvi23TsMtzvTRLom0guGngPoPcRgcI { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:30.625rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.4000375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH { display:block; }#skuQ5RXCbrcmLywxEQ7Adxl19F9L8hTH > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w38JGawn9Mw1mySzCrmiKFIXq8kd9IsL { width:20rem;height:1.625rem;top:44.8457125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoCnEh97zOiTAd6DKWb6CZTNHUnz7T9L { width:17.625rem;height:0;top:59.4375rem;left:1.125rem;font-size:0.5rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #W62L6HCzMP9R8SXBmsEN9D7s6SWKLrDD { width:13.3123125rem;height:1.625rem;top:0.87429141998294rem;left:3.3425067663193rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9lLpODBp0A4vuCHJdwqN6gzNUJ0T1VH { width:9.8125rem;height:6.4375rem;top:3.4115753173828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGNyLw09aPsiD1hTZaxk5NC5sJxT3VM3 { width:9.8125rem;height:6.4375rem;top:3.4115753173828rem;left:10.187322020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #qph1yxOvbKpCh3E6XIfN80CClFkhTODv { width:9.8125rem;height:6.4375rem;top:10.286575317382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn0K1gKmSZEWKIaMZsFKKNLGv8UHDwIt { width:9.8125rem;height:6.4375rem;top:10.286575317382rem;left:10.187322020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgPqN48hdxdLJU5VnhbEcpxTNTvvBtB { width:9.8125rem;height:6.4375rem;top:17.161582946778rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EECdhm96mc4ZMRa0MGpZqKT3ZiQHyLJX { width:9.8125rem;height:6.4375rem;top:17.161582946778rem;left:10.187322020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nx2u2OnyoDDrIviabC40TD2ulJG18zlT { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;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) { #Mx58AFeeSf1GV1urXmw1AASgR8S86oVI { width:20rem;height:37.5rem;top:9.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdC7rt88FLokN09CcwE8oJdCfubLKG3I { top:3.6860790252686rem;left:0rem;width:20rem;height:12.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #rypAuvzG2C8zMlnlmQbviBTconyHoLDZ { width:17.5rem;height:2.936525rem;top:86.185546875rem;left:1.25rem;font-size:1.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #n6kegeQtFIylHqU1OvnGfQeWV5vnvlEv { display:block; }
 }@media only screen and (max-width: 763px) { #T6gHdFrRMy3lncacuQEx4XxHUBJOv4XH { width:12.5rem;height:1.29980625rem;top:17.6220703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUQzBKMOwwfKozmdVkFM9WUKaSwC0cOr { width:20rem;height:1.0556625rem;top:19.4375rem;left:0rem;font-size:0.8125rem;display:block; }#TUQzBKMOwwfKozmdVkFM9WUKaSwC0cOr li:before{  }
 }@media only screen and (max-width: 763px) { #NT9dsHxZN5w10SJxuAspapTShV2bVQxV { width:16.5rem;height:1.29980625rem;top:21.6845703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpaWAdGKkDhRyW0sFKTcfHGly1qOzq2H { width:20rem;height:13.0546875rem;top:23.5595703125rem;left:0rem;font-size:0.8125rem;display:block; }#dpaWAdGKkDhRyW0sFKTcfHGly1qOzq2H li:before{  }
 }@media only screen and (max-width: 763px) { #H906lUab36fDLpvQqWxcVmwyKGGPRcNo { width:16.5rem;height:1.29980625rem;top:37.9970703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfLJAGABMTS71y8sVfT50S4EsH6h2Fmh { width:18.8125rem;height:6.05859375rem;top:39.921875rem;left:0rem;font-size:0.8125rem;display:block; }#gfLJAGABMTS71y8sVfT50S4EsH6h2Fmh li:before{  }
 }@media only screen and (max-width: 763px) { #mnOTPpLGdPA2IQTZFUsMn92HD7TDml30 { width:16.5rem;height:1.29980625rem;top:47.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0Hy3EHqQzcvhOflKBoSDkce8AdMf7p { width:20rem;height:2.461825rem;top:49.4375rem;left:0rem;font-size:0.8125rem;display:block; }#Tf0Hy3EHqQzcvhOflKBoSDkce8AdMf7p li:before{  }
 }@media only screen and (max-width: 763px) { #ClRKhgs9bvOO4Ntd1hXGmsM4Sxed1XnC { width:16.5rem;height:1.29980625rem;top:53.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQT1JXhWoCKBa5oLIUOJHpomi9nkNF07 { width:17.5rem;height:13.0546875rem;top:55.25rem;left:0rem;font-size:0.8125rem;display:block; }#fQT1JXhWoCKBa5oLIUOJHpomi9nkNF07 li:before{  }
 }@media only screen and (max-width: 763px) { #ouQg9xSK3p3pBvaTKWxp5If8L4OOp6Vx { width:16.5rem;height:1.29980625rem;top:69.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB6UAdAhdbUKTGfV3Tp61RdXybPJvoiK { width:20rem;height:12.4921875rem;top:71.8125rem;left:0rem;font-size:0.8125rem;display:block; }#GB6UAdAhdbUKTGfV3Tp61RdXybPJvoiK li:before{  }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.68733215332031rem;left:0rem;font-size:0.625rem;display:block; }
 }