.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { position:relative;display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { background-color: transparent; background-image: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container > .video-iframe-container { display: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row > .video-iframe-container { display: none; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .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); }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { border-width: 0; border-radius: 0; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .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; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { 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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6405becc-a57b-47ed-a4da-cf465b3c6ad0/edm02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#TRTIIoTW2t5Htv8mWdFNtEW2eaOLpvov { 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:11.5625rem;width:12.8125rem;top:3.875rem;left:8.75rem;overflow:hidden;display:block; }
#AO1UxZLgGop0ZBb6R6eyGSSA3q4fLxni { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.375rem;height:1.70625rem;display:block; }
#mUUT7CWsPizpNwyRg07wo5ckL5wr2ZwO { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.375rem;left:8.375rem;height:3.575rem;font-style:normal;display:block; }
#iGiyrvBPlnJ9uSdnSTAdwvqo4pxKalS8 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.125rem;left:8rem;height:2.35546875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TTTxaV6B2yxub4bmmwCy030Df0MS4hHe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3d3d3d, #000000);background-image: -moz-linear-gradient(180deg, #3d3d3d, #000000);background-image: -ms-linear-gradient(180deg, #3d3d3d, #000000);background-image: -o-linear-gradient(180deg, #3d3d3d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#000000' );";background-image: linear-gradient(180deg, #3d3d3d, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.625rem;left:4.0625rem;display:block; }
#wb0P9EQEQRrOhtwC0iiyqXzs2Hh3c4w1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viq4G3hm7VqIHRG1iTqdzW6zD04fwVqF { box-sizing:content-box;height:0.125rem;width:20.0625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:20.3310546875rem;left:5.4375rem;display:block; }
#pmI5oo5JiTMSvQEA3Ln6vo2cHoRhI0re { box-sizing:content-box;height:0.125rem;width:20.0625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:23.9609375rem;left:5.4375rem;display:block; }
#svKHrI9IVSmTse5r9t8alunThzdZsWqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2ec705c-ee22-4648-8e07-82a1e5c597b8/bg02.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; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL.adaptive-delivery-prevent-bg, #svKHrI9IVSmTse5r9t8alunThzdZsWqL.lazyload, #svKHrI9IVSmTse5r9t8alunThzdZsWqL.lazyloading { background-image: none; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row .container { background-color: transparent; background-image: none; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.55); }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row .container > .video-iframe-container { display: none; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.55); }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row > .video-iframe-container { display: none; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .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); }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row .container { border-width: 0; border-radius: 0; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL::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; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#VFFa52Mnn23KWb9PnoqTeMHsNbPNRTfk { color:#000000;display:block;width:23.999rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:25.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysggtQotEidniTDulWpG2dB41cT1UJJ4 { box-sizing:content-box;height:33.875rem;width:36.1875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.6875rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 1rem rgba(0,0,0,0.25) ;display:block; }
#THSinTXBTwhF4323JFlWXccNfPdlwEpJ { box-sizing:content-box;height:23.25rem;width:36.1875rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:12.6875rem;left:0.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ueVpIxTLt6ZC01yHPKZN1QUSzJBL0Ows { box-sizing:content-box;height:21.6875rem;width:36.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6bc38be-d7b8-40c8-a332-1b88cf7243e8/39_openhaus_thumbnail_7324.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.5rem;left:0.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ueVpIxTLt6ZC01yHPKZN1QUSzJBL0Ows.adaptive-delivery-prevent-bg, #ueVpIxTLt6ZC01yHPKZN1QUSzJBL0Ows.lazyload, #ueVpIxTLt6ZC01yHPKZN1QUSzJBL0Ows.lazyloading { background-image: none; }
#mEW6eQ9fvBV4qgoCkFmhbkdZhq7xxAKm { position:absolute;display:block;z-index:15009;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.6875rem;width:18.0625rem;top:33.1875rem;left:0.5rem;overflow:hidden;display:block; }
#WPcWqJFT2WK8iSndTqBzy5wkrCwgDcQL { 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:15098;opacity:1;top:39.0625rem;left:3.3125rem; }
#JCa75iZhIPeMflXfPXNhewMJtFn3htTx { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:39.3125rem;left:5.8125rem;height:1.3rem;display:block; }
#w5TVGiskfZtvq3gzp5paWZ4mq1glqVpN { 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:15099;opacity:1;top:38.875rem;left:14.8125rem; }
#oHFfN9LZ7x0iaBPvCIUUX62l34OvH1i4 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:39.3125rem;left:17.375rem;height:1.3rem;display:block; }
#pPhiobd7ykXT1mN4iVfheyL8l4VSbLHb { 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:15100;opacity:1;top:39rem;left:26.625rem; }
#e84IWnh8MvHJ8tGNVOP6VEvMTceTcNCS { color:#000000;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:39.3125rem;left:29.125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#F9447TT2eN1RmeX0FU2klVaOv6uGAk5u { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:34.5rem;left:3.625rem;height:2.35625rem;font-style:normal;display:block; }
#v9UIGNCLdlN6vrdrfghxNdKt6XKKWeaP { color:#76bc43;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:42.875rem;left:7.3125rem;height:1.4625rem;display:block; }
#FrTAwfWfyOJn1Bsxl4fr7K3USJSg2SMh { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:42.3125rem;left:12.6875rem;height:2.51855625rem;font-style:normal;display:block; }
#x8RQ1zXx1WgtPi5JszTg4LtHvhLArXXQ { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42.875rem;left:16.3125rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fmzo5Vez8v8crtaPNOPBN7X0a1gmZG9x { color:#000000;display:block;width:3.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:20.75rem;left:3.25rem;display:none; }
#sgTExAfdTaN9DvQNAeCUn0lh2Ti42y1X { color:#000000;display:block;width:3.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:20.75rem;left:8.375rem;display:none; }
#RtkmnsbPPxubmIm9ag7q5h4S4m7AiPVq { color:#000000;display:block;width:3.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:23.5625rem;left:8.375rem;display:none; }
#VvOfDxNNZyJ0qvtB99DtHZHrM0MJuxel { box-sizing:content-box;height:33.875rem;width:36.1875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:12.6875rem;left:38.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 1rem rgba(0,0,0,0.25) ;display:block; }
#HddIIRu0xfg1XeRfSl6k73S4Gymudv6p { box-sizing:content-box;height:23.25rem;width:36.1875rem;position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;top:12.6875rem;left:38.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Wg6oIkvakcZ0QKtzFHbmXVSTAkPRwayW { box-sizing:content-box;height:21.6875rem;width:36.1875rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7ba7bb3-67c2-4632-bce4-e5712411a83e/49_openhaus_thumbnail_498.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.5rem;left:38.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Wg6oIkvakcZ0QKtzFHbmXVSTAkPRwayW.adaptive-delivery-prevent-bg, #Wg6oIkvakcZ0QKtzFHbmXVSTAkPRwayW.lazyload, #Wg6oIkvakcZ0QKtzFHbmXVSTAkPRwayW.lazyloading { background-image: none; }
#qx810m0tR784nZraxTPTx3h50DogQfsd { position:absolute;display:block;z-index:15023;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.6875rem;width:18.0625rem;top:33.1875rem;left:37.9375rem;overflow:hidden;display:block; }
#TFNXMJNeBqXTTJaXqyBpivgmKZk1hcaD { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:34.5rem;left:41.0625rem;height:2.35625rem;font-style:normal;display:block; }
#fmbrGBGHcKU0CroT0esvdwpRoQaF9BJU { 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:15112;opacity:1;top:39.0625rem;left:40.75rem; }
#t6NZ2g6hKwwzE3RMOi0NfhO4H8sur7v5 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:39.3125rem;left:43.25rem;height:1.3rem;display:block; }
#mVwDM7ztERQ3XV8XWRDNDfdVviNT6Itc { 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:15113;opacity:1;top:38.875rem;left:52.25rem; }
#emTmZtW8gRDBEeQLPqGKf4skq8zhBHEV { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:39.3125rem;left:54.8125rem;height:1.3rem;display:block; }
#C8UeaqrulkAEWQneu44bLW93LirhWKBF { 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:15114;opacity:1;top:39rem;left:64.0625rem; }
#DTo1ghpDKV9nrsZ3TUsk3Dme9A8aExlp { color:#000000;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:39.3125rem;left:66.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#OZeGJa2IBmxocg4gxuwlxgZT7mKUXTTa { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:42.375rem;left:49.8125rem;height:2.51875rem;font-style:normal;display:block; }
#sUQyo8nHrTH8JJP8AomquNfdKd5P920I { color:#76bc43;display:block;width:5.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:42.9375rem;left:43.8125rem;height:1.4625rem;display:block; }
#vVlPihUS56KrUJt0KWQyT4AKpESKSaLl { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:42.9375rem;left:54.1875rem;height:1.7875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aA7XS2Fldcu4KZhxTsT5X3uhbeagMipF { box-sizing:content-box;height:33.875rem;width:36.1875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.875rem;left:1.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 1rem rgba(0,0,0,0.25) ;display:none; }
#e7iyuruOg8iAfVB8kwzhWSLPxSud98Db { box-sizing:content-box;height:23.25rem;width:36.1875rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:12.875rem;left:1.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#MEHXWJlGLRnQszntcK9tgEJ1krNAVDue { box-sizing:content-box;height:21.6875rem;width:36.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:13.6875rem;left:1.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#yAaLk37cRuLOiZPzAuvObI01OhH5xGLK { position:absolute;display:block;z-index:15009;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.6875rem;width:18.0625rem;top:33.375rem;left:0.9375rem;overflow:hidden;display:none; }
#ngCyP8f8mzrm5FVJ2fJuAmoLb0LFayy3 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:34.666015625rem;left:4.0625rem;height:2.35546875rem;font-style:normal;display:none; }
#LZ36UFg8AVXFDEpsVGEqvxyDRJUdCK9g { 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:15098;opacity:1;top:39.25rem;left:3.75rem;display:none; }
#WT0cJwU2TC1nIUM8kGmunkw4GXf1VgwI { 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:15099;opacity:1;top:39.0625rem;left:15.25rem;display:none; }
#HrI9Jup3Nzo1VHWUUA3epeD232PBJAhH { 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:15100;opacity:1;top:39.1875rem;left:27.0625rem;display:none; }
#l4LaZuPyqwGiTNOw0yfmxIJ76kDqrQ9C { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:33.375rem;left:10.875rem;display:none; }
#rHomaN7Ms9COQx54zU9vzlNtlZFzlETv { color:#000000;display:block;width:3.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:43.5625rem;left:9.0625rem;display:none; }
#DUIsNsrzkcwE9WcQCTgyetc9CANfoAr6 { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:43.5625rem;left:14.75rem;display:none; }
#ZtJUJtMaWzm38KC3zFVqEu6gONTNzUMU { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:42.5rem;left:13.75rem;height:2.51855625rem;font-style:normal;display:none; }
#ekk33nkOkxtq0L0G45sIVOMDwDR67Dci { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.0625rem;left:16.75rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#oVTEUrerb3aJbyPBt4e70g9xbVS3C2gv { color:#76bc43;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:43.0625rem;left:7.75rem;height:1.4619125rem;display:none; }
#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e930aebb-ca89-4d6b-920e-efa4d798286a/thebasebukitcondogallery01.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS.adaptive-delivery-prevent-bg, #dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS.lazyload, #dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS.lazyloading { background-image: none; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row .container { background-color: transparent; background-image: none; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.02); }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row .container > .video-iframe-container { display: none; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.02); }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row > .video-iframe-container { display: none; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .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); }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row .container { border-width: 0; border-radius: 0; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS::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; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#R4SkF4Pd40PUu2xQ7Hg0zQBVt0C1hoiq { box-sizing:content-box;height:37.4375rem;width:29.3125rem;position:absolute;display:block;z-index:15000;background-color:#76bc43;background-image:none;top:0rem;left:45.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:0rem;display:block; }
#DamIfX8r4eKn0s3ywlm6d7PFPTQyeXca { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:54.125rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#LPGnO1ffmlBcee7c0AwMVVRhGk7oXaaT { box-sizing:content-box;height:3rem;width:24.75rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:9.5rem;left:48rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#uyDBlkJKeaqZTM7b07g8qZGc8CKI2ZCA { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.125rem;left:47.0625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPP4TIQpTKrII0km85vnmtHR7ZmWV1Li { box-sizing:content-box;height:0.1875rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;top:14.3125rem;left:51.625rem;display:block; }
#Au4zVa7mOGWIO4xxIMe6fDPN3fEw4SsX { color:#000000;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:49.75rem;height:3.41015625rem;display:block; }
#dCRtOhU83CllaVUcLBRIZbKnvFiVRtni { color:#000000;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5625rem;left:49.75rem;height:2.2734375rem;display:block; }
#A45x7DrBHIxzQJMgxNBL99OKHsL7p2bH { color:#000000;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24rem;left:49.75rem;height:2.2734375rem;display:block; }
#Zy6sGgmwSzURx3GkGzrHPwePbpQtVIls { color:#000000;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:49.75rem;height:3.41015625rem;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee54352f-16b9-4cc6-b93a-2316c97e4a75/bg0202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(118,188,67,0.39); }#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(118,188,67,0.39); }#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:37.75rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#000000;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f4f4f4;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;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:#111111;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f4f4f4;background-image:none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0rem solid #ffffff;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:#111111;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3c3c3c, #000000);background-image: -moz-linear-gradient(180deg, #3c3c3c, #000000);background-image: -ms-linear-gradient(180deg, #3c3c3c, #000000);background-image: -o-linear-gradient(180deg, #3c3c3c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #3c3c3c, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:#ffffff;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:4.8125rem;left:47.312501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:#ffffff;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:4.8125rem;left:47.312501907349rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.8125rem;left:50.625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:5.25rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:20.8125rem;left:5.25rem;height:6rem;font-style:normal;display:block; }
#s6HnwiJ3kP2ZcOlB5Q1L7GuV4gtG3gS3 { box-sizing:content-box;height:2.875rem;width:22.9375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:30.4375rem;left:47.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0rem;display:block; }
#fnu7gaXM7SGS3pikWA2dCIEQqaiKxDGM { box-sizing:content-box;height:1.3125rem;width:22.9375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:4.4375rem;left:47.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row .container { background-color: transparent; background-image: none; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row .container > .video-iframe-container { display: none; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row > .video-iframe-container { display: block; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .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); }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row .container { border-width: 0; border-radius: 0; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2ec705c-ee22-4648-8e07-82a1e5c597b8/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB.adaptive-delivery-prevent-bg, #PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB.lazyload, #PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB.lazyloading { background-image: none; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row .container { background-color: transparent; background-image: none; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row .container > .video-iframe-container { display: none; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row > .video-iframe-container { display: none; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .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); }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row .container { border-width: 0; border-radius: 0; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB::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; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#L3dHLGSardx4TrhtPWcuhJzTGLIIJezZ { color:#76bc43;display:block;width:18.249rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:28.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhXLQtQF8hiDUmgTiHfeTohxp6mL4tnv { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#76bc43;background-image:none;top:12rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rS5O5XBk38z3u9QJfnw5xq56yyTgICoW { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/212543b8-3943-4b24-9159-d784a9515e9f/THE_BASE_Bukit_Phuket_Lobby__CoWorking_Space__Entertainment_Room_openhaus.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#rS5O5XBk38z3u9QJfnw5xq56yyTgICoW.adaptive-delivery-prevent-bg, #rS5O5XBk38z3u9QJfnw5xq56yyTgICoW.lazyload, #rS5O5XBk38z3u9QJfnw5xq56yyTgICoW.lazyloading { background-image: none; }
#klpl56FVJ131dD8MA90lHmHISXbHnZNo { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:23.625rem;left:1.3125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#VxIbK2xVDlxtHeT0eITKQdwgIewEF2lb { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15010;background-color:#76bc43;background-image:none;top:12rem;left:18.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Tqa0GlgtilruQK7iJ46mPL6A9UMrtA4t { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66a533cb-734e-4509-8a6e-b1391ca5e897/thebasebukitccondogallery07.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:19.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#Tqa0GlgtilruQK7iJ46mPL6A9UMrtA4t.adaptive-delivery-prevent-bg, #Tqa0GlgtilruQK7iJ46mPL6A9UMrtA4t.lazyload, #Tqa0GlgtilruQK7iJ46mPL6A9UMrtA4t.lazyloading { background-image: none; }
#CT761kDHrkfs7U6r0dd9e7tUJTrR2fPI { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:23.625rem;left:20.25rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#Gwp0KVtMgKWdhRamoILBA5XnfX0OF8NO { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gkGBrnOikgwhKmTeycZnDqzDFlNzx3hB { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.6875rem;left:22rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FqAbGL7eTtN72nUqS57sdTMWS6vBoqx2 { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15014;background-color:#76bc43;background-image:none;top:12rem;left:37.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QWDVuFn5beewr0gizCW6esAesciI8K7L { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f28684b-cf10-4f9d-91cb-5f70cb02cb86/thebasebukitcondoherobannermobile1080x108003.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:38.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#QWDVuFn5beewr0gizCW6esAesciI8K7L.adaptive-delivery-prevent-bg, #QWDVuFn5beewr0gizCW6esAesciI8K7L.lazyload, #QWDVuFn5beewr0gizCW6esAesciI8K7L.lazyloading { background-image: none; }
#IQAW7WIM366XGKtnefxBlSmUJLm0TqB7 { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:23.625rem;left:39.25rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#mo9gU5lnRtvvAhrLyZ6V9PhTLBl61n6J { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:24rem;left:41rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#IsztxyvKzELun9tEtoVtEkNiVZLEdyT0 { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15018;background-color:#76bc43;background-image:none;top:12rem;left:56.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#EwPOQ991awV75laMdRuoTvEyD8OP7frJ { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/520ce68f-bd24-4eee-8ab9-f3793ad7f110/thebasebukitcondoherobannermobile1080x108002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.5rem;left:57.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#EwPOQ991awV75laMdRuoTvEyD8OP7frJ.adaptive-delivery-prevent-bg, #EwPOQ991awV75laMdRuoTvEyD8OP7frJ.lazyload, #EwPOQ991awV75laMdRuoTvEyD8OP7frJ.lazyloading { background-image: none; }
#aH4TJAwRRs0luotGTLlbakVclsvIBWVW { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;top:23.625rem;left:58.1875rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#me8bdX8yTD2iIxFp9SNXEFpSw8mMM1Z0 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6875rem;left:59.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JiaRyMVp2mmdwkSouvDbrv5wd3m62sO8 { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15022;background-color:#76bc43;background-image:none;top:30.9375rem;left:9.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wCKHfn2WmPZ1N45CyTvI1xfiiEs3215r { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3c3f0266-432a-405d-9726-ccd626702d98/thebasebukitccondogallery10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.4375rem;left:10.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#wCKHfn2WmPZ1N45CyTvI1xfiiEs3215r.adaptive-delivery-prevent-bg, #wCKHfn2WmPZ1N45CyTvI1xfiiEs3215r.lazyload, #wCKHfn2WmPZ1N45CyTvI1xfiiEs3215r.lazyloading { background-image: none; }
#J8AcNqavkUinNIgf15wiSmqKItTp51AT { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15026;background-color:#76bc43;background-image:none;top:30.9375rem;left:28.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FToLabPzM6GWwharckd9yq0kBd8UUTzB { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/16b2da16-17cc-4aee-938f-f1dcbdb991c8/thebasebukitcondogallery07.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.4375rem;left:29.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#FToLabPzM6GWwharckd9yq0kBd8UUTzB.adaptive-delivery-prevent-bg, #FToLabPzM6GWwharckd9yq0kBd8UUTzB.lazyload, #FToLabPzM6GWwharckd9yq0kBd8UUTzB.lazyloading { background-image: none; }
#qb3UvBlcsB4QhSSFpRzWLI2BMySphmGK { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15024;background-color:#000000;background-image:none;top:42.5625rem;left:10.8125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#TZScTxxGXnIWqgDJv825sZI6vbx6BM8q { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:42.5625rem;left:29.8125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#Pv0fFHuQ3xSo4Uk45amfbEPEcslp7P5G { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:42.9375rem;left:12.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#tQl9T5dPQRoIr602gJyaKUOk0mmeMpgA { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:43.6875rem;left:31.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#U4aQQvkfDr1Da2TkyyzkIKSFN94bJRko { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15030;background-color:#76bc43;background-image:none;top:30.9375rem;left:47.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#ntifrpn0nJrcFon8Z0bKtRmQdT9yA1DS { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e1dcb330-ef47-41f1-87d8-d1b61d2e3480/thebasebukitcondogallery09.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.4375rem;left:48rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#ntifrpn0nJrcFon8Z0bKtRmQdT9yA1DS.adaptive-delivery-prevent-bg, #ntifrpn0nJrcFon8Z0bKtRmQdT9yA1DS.lazyload, #ntifrpn0nJrcFon8Z0bKtRmQdT9yA1DS.lazyloading { background-image: none; }
#GdX4ktCXauGSermtHDQRP1Tf4nqX8Jtk { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;top:42.5625rem;left:48.75rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block; }
#zvxT1y4dMDgXOE5zshgzHvgNActoVzHD { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:43.6875rem;left:50.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vuxsGrgz2phsQH85LpBzA8H6ZHA8mFKx { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:12rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#TmODl5fevcxaR3Nz4EUvixwhxCvBD3v0 { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.5rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#kDB5OXeNEw5A2rK3oHouhPqeBv9H5od6 { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:23.625rem;left:1.3125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#y2uEhTO3cda9OhIvw5scvd4PMHFie2Db { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:3.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#b5yZAkWIalKyXgAzXW4gr0DT9Afh2cd3 { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:12rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#ti3uUgy1mPuZWGn3laWLHJqbFLMmt5tM { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.5rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#kB27wJLt9I6fMDX2Bl5o6e1LK7K9yQRz { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:23.625rem;left:1.3125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#JDwOLq8BLEFDyFhQT4A57VQBPhF3FUSx { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:3.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#VkWopBZ8BtAzrPd7ohrD7iEWANMXQeKc { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:12rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#m40EEKckLZBoi5F7b4MuaTCIQmkVXdCO { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.5rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#AxTWL9huHPJ9l2nAW0SSVaxQCUAEJ52y { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:23.625rem;left:1.3125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#LOTodOlntvo3xkFSTV9NdCO55fZgAP55 { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:3.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#FCxuWNoQzBXbpUKhQhq1UHKE81MMvJl5 { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:12rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#zITwyD9a1fFK7vPOawfCwmtflPcuEG3w { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.5rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#dlhEZkAaPX02URJm2TqmNI6D298oHOmV { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:12rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#S3eSwEGtAtziiwFsgPoX0vTRiOgH6AuA { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.5rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#sHiAAtTX6Lp3kSg38pPEXW1kfD6xRO3l { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:23.625rem;left:1.3125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#HxnCGuNimgRcpuz4GC9ZoTKxfTmIaacU { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:23.625rem;left:1.3125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#adAVbKA6Xrk6K1qoRTpfEaJQV8kXDTvz { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:3.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#zqh2H7H13LWIzEznTCRRppXCukBl3NfK { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:3.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#BIhPvyOmI3MDk2VRQFbZU8f01KuWKyTb { box-sizing:content-box;height:13.125rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:12rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#giIHUXCUlxzRn6xi0TF2WCmsSZvZTkZv { box-sizing:content-box;height:12.125rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.5rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#CK8GxcJ2oVSEgLoOPH1yfIuO8LMJFCHq { box-sizing:content-box;height:3.3125rem;width:15.5rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:23.625rem;left:1.3125rem;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:none; }
#TJ7pRtPqtDgOrWCPhr5eF1MSKUmrVZHS { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24rem;left:3.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row .container { background-color: transparent; background-image: none; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row .container > .video-iframe-container { display: none; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row > .video-iframe-container { display: none; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .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); }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row .container { border-width: 0; border-radius: 0; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row .container { font-size:0.875rem;font-family:arial;height:88.0625rem;width:75rem;position:relative;display:block; }#g6lRt8dZn83sPN6JMgwAshIzyagCM2KA { color:#76bc43;display:block;width:18.249rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:28.3740234375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { position:absolute;display:block;z-index:15081;height:31.25rem;width:75rem;top:10.6865234375rem;left:0rem;display:block; }
#OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#CeeqTezzMCmCoTOQv0EXXSuZSDI2XAV5 { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15082;background-color:#76bc43;background-image:none;top:47rem;left:9.125rem;display:block; }
#o3ETlCtwO5RIoUEJvKZ1cocx9uIhUgtX { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:#76bc43;background-image:none;top:47rem;left:24.75rem;display:block; }
#RvqKDZZWEkyT0v0neTLp0F9WfeAhNEQC { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15084;background-color:#76bc43;background-image:none;top:47rem;left:40.9375rem;display:block; }
#K6q2IoaMAMVFTFmo3od4hZzKDfTvOP5O { box-sizing:content-box;height:8.8125rem;width:8.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:#76bc43;background-image:none;top:47rem;left:57.125rem;display:block; }
#GhD7H4gMSwgTNHi7wASBioivP050PTR1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:48.6865234375rem;left:11.84375rem; }
#mrTmp9VLwcbo6KZTrUaHz6Gmc1BgQsT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:48.6865234375rem;left:27.46875rem; }
#gT8TpluWdvI5Ci987d12bOBFO3KGNfE0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:47.9365234375rem;left:59.09375rem; }
#e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:48.6865234375rem;left:43.65625rem; }
#ebNvPMTS00fTubDoMivxAz7GIGQF7eFv { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:52.6875rem;left:10.96875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ennODwTda3QIy7p2WU1TlfzxzHfTUwux { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:52.6875rem;left:26.59375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTxS9u9FO1vxFPxi3TM3qi3TushacAkZ { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:52.6875rem;left:42.78125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izRa6zT3s9cTfewsFNcQeknzyXzvqQF0 { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:52.6875rem;left:58.96875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcohaQR7qO959mGsAE4Xmup8aJWHM4kH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:57.25rem;left:7.28125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#z9sLQby0fJklOqUeBPA8ywhRgPxb5C8V { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:57.25rem;left:22.90625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#frc1dkQ4wZzkB02xbKe08WMntxcUtnE4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:57.25rem;left:39.65625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#LaEAVWda6U9HU7bcXp6cU2azi0UKFVzL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:57.25rem;left:55.28125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#R6JlnZgABfVvDvC3DG4ixEkToivCt28L { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:64rem;left:2.125rem;height:2.03125rem;font-style:normal;display:block; }
#ukQTIlDzW23ctziXd9c0tdvFIIuS9ktn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:64rem;left:27.5rem;height:2.03125rem;font-style:normal;display:block; }
#LAZnwA3Hv4PLm8TO1hsvgG6MsWToAgKZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:64rem;left:57rem;height:2.03125rem;font-style:normal;display:block; }
#ulLrH7TnaNpETeQWmInrErzAVPZATfAp { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15119;line-height:1.8;letter-spacing:0;top:67.8125rem;left:2.125rem;height:4.048825rem;font-style:normal;display:block; }
#fAI03klBDZ498pwJGN2dm8SztUnrpcHt { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15120;line-height:1.8;letter-spacing:0;top:67.8125rem;left:12.875rem;height:4.048825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VQ01oz1FDUUfdXo0l4g1Xriz0XTtyxJF { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15120;line-height:1.4;letter-spacing:0;top:67.8125rem;left:27.5rem;height:3.1484375rem;font-style:normal;display:block; }
#Uwl0LXTpIWmPsAJQUs7W8wM1bORwlEDT { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15121;line-height:1.4;letter-spacing:0;top:72.0625rem;left:27.5rem;height:3.1484375rem;font-style:normal;display:block; }
#usdSdfHiTmiy3IAndtG5zurquGHUaIRg { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15121;line-height:1.8;letter-spacing:0;top:67.8125rem;left:42rem;height:2.025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZIXgaqwRGTk8gNZddTNPvWFMLJ4CLkaC { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15122;line-height:1.8;letter-spacing:0;top:71.875rem;left:42rem;height:2.025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#skDHd6E1bkgW3eAEI0zfhgTpbwlJ8cef { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15121;line-height:1.4;letter-spacing:0;top:67.8125rem;left:57rem;height:3.1484375rem;font-style:normal;display:block; }
#b9ykVlxhWZmtSJJ9Q6us6a4A3HHFRnzQ { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15122;line-height:1.4;letter-spacing:0;top:71.875rem;left:57rem;height:3.1484375rem;font-style:normal;display:block; }
#aWwuMSW3T6cihxNbiJlLBCpaUFUBUola { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15122;line-height:1.8;letter-spacing:0;top:67.8125rem;left:66.8125rem;height:2.025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IRQOWGyaZzBRyOu1x67afG9CoRgre7XT { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15123;line-height:1.8;letter-spacing:0;top:71.875rem;left:66.8125rem;height:2.025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #d0d0d0);background-image: -moz-linear-gradient(180deg, #ffffff, #d0d0d0);background-image: -ms-linear-gradient(180deg, #ffffff, #d0d0d0);background-image: -o-linear-gradient(180deg, #ffffff, #d0d0d0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0' );";background-image: linear-gradient(180deg, #ffffff, #d0d0d0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;box-sizing:border-box;color:#5eac25;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:80.2490234375rem;left:26.375rem;display:block; }
#byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1LVt5OTI7fhgh3QVpUtZopFOkvpBJwT { box-sizing:content-box;height:8.5rem;width:0.125rem;position:absolute;display:block;z-index:15124;background-color:#e3e3e3;background-image:none;top:65.63671875rem;left:23.4375rem;display:block; }
#reJrTPSOXxTNPs1ywRX2gy5SgmlShE4U { box-sizing:content-box;height:8.5rem;width:0.125rem;position:absolute;display:block;z-index:15125;background-color:#e3e3e3;background-image:none;top:65.625rem;left:52.71875rem;display:block; }
#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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.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) { #HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRTIIoTW2t5Htv8mWdFNtEW2eaOLpvov { top:3.875rem;left:0rem;width:12.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO1UxZLgGop0ZBb6R6eyGSSA3q4fLxni { top:18.5rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUUT7CWsPizpNwyRg07wo5ckL5wr2ZwO { top:20.375rem;left:0rem;width:17.0625rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGiyrvBPlnJ9uSdnSTAdwvqo4pxKalS8 { top:24.125rem;left:0rem;width:14.9375rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTxaV6B2yxub4bmmwCy030Df0MS4hHe { width:24.25rem;height:3.4375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb0P9EQEQRrOhtwC0iiyqXzs2Hh3c4w1 { display:block; }
 }@media only screen and (max-width: 763px) { #viq4G3hm7VqIHRG1iTqdzW6zD04fwVqF { top:20.3125rem;left:0rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmI5oo5JiTMSvQEA3Ln6vo2cHoRhI0re { top:23.9375rem;left:0rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svKHrI9IVSmTse5r9t8alunThzdZsWqL { display:block; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFFa52Mnn23KWb9PnoqTeMHsNbPNRTfk { top:4.5625rem;left:11.875rem;width:23.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysggtQotEidniTDulWpG2dB41cT1UJJ4 { top:12.6875rem;left:0rem;width:36.1875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSinTXBTwhF4323JFlWXccNfPdlwEpJ { top:12.6875rem;left:0rem;width:36.1875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVpIxTLt6ZC01yHPKZN1QUSzJBL0Ows { top:13.5rem;left:0rem;width:36.1875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEW6eQ9fvBV4qgoCkFmhbkdZhq7xxAKm { top:33.1875rem;left:0rem;width:18.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPcWqJFT2WK8iSndTqBzy5wkrCwgDcQL { top:39.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCa75iZhIPeMflXfPXNhewMJtFn3htTx { top:39.3125rem;left:0rem;width:6.3125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5TVGiskfZtvq3gzp5paWZ4mq1glqVpN { top:38.875rem;left:1.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHFfN9LZ7x0iaBPvCIUUX62l34OvH1i4 { top:39.3125rem;left:3.75rem;width:6.8125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPhiobd7ykXT1mN4iVfheyL8l4VSbLHb { top:39rem;left:13rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84IWnh8MvHJ8tGNVOP6VEvMTceTcNCS { top:39.3125rem;left:15.5rem;width:6rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9447TT2eN1RmeX0FU2klVaOv6uGAk5u { top:34.5rem;left:0rem;width:16.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UIGNCLdlN6vrdrfghxNdKt6XKKWeaP { top:42.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrTAwfWfyOJn1Bsxl4fr7K3USJSg2SMh { top:42.3125rem;left:0rem;width:16rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8RQ1zXx1WgtPi5JszTg4LtHvhLArXXQ { top:42.875rem;left:2.6875rem;width:14.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmzo5Vez8v8crtaPNOPBN7X0a1gmZG9x { top:20.75rem;left:0rem;width:3.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgTExAfdTaN9DvQNAeCUn0lh2Ti42y1X { top:20.75rem;left:0rem;width:3.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtkmnsbPPxubmIm9ag7q5h4S4m7AiPVq { top:23.5625rem;left:0rem;width:3.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvOfDxNNZyJ0qvtB99DtHZHrM0MJuxel { top:12.6875rem;left:11.5625rem;width:36.1875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HddIIRu0xfg1XeRfSl6k73S4Gymudv6p { top:12.6875rem;left:11.5625rem;width:36.1875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg6oIkvakcZ0QKtzFHbmXVSTAkPRwayW { top:13.5rem;left:11.5625rem;width:36.1875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx810m0tR784nZraxTPTx3h50DogQfsd { top:33.1875rem;left:24.3125rem;width:18.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNXMJNeBqXTTJaXqyBpivgmKZk1hcaD { top:34.5rem;left:27.4375rem;width:16.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmbrGBGHcKU0CroT0esvdwpRoQaF9BJU { top:39.0625rem;left:27.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6NZ2g6hKwwzE3RMOi0NfhO4H8sur7v5 { top:39.3125rem;left:29.625rem;width:6.3125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVwDM7ztERQ3XV8XWRDNDfdVviNT6Itc { top:38.875rem;left:38.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTmZtW8gRDBEeQLPqGKf4skq8zhBHEV { top:39.3125rem;left:40.9375rem;width:6.8125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8UeaqrulkAEWQneu44bLW93LirhWKBF { top:39rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTo1ghpDKV9nrsZ3TUsk3Dme9A8aExlp { top:39.3125rem;left:41.75rem;width:6rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZeGJa2IBmxocg4gxuwlxgZT7mKUXTTa { top:42.375rem;left:31.75rem;width:16rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUQyo8nHrTH8JJP8AomquNfdKd5P920I { top:42.9375rem;left:30.1875rem;width:5.375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVlPihUS56KrUJt0KWQyT4AKpESKSaLl { top:42.9375rem;left:32.8125rem;width:14.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA7XS2Fldcu4KZhxTsT5X3uhbeagMipF { top:12.875rem;left:0rem;width:36.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7iyuruOg8iAfVB8kwzhWSLPxSud98Db { top:12.875rem;left:0rem;width:36.1875rem;height:23.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEHXWJlGLRnQszntcK9tgEJ1krNAVDue { top:13.6875rem;left:0rem;width:36.1875rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAaLk37cRuLOiZPzAuvObI01OhH5xGLK { top:33.375rem;left:0rem;width:18.0625rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngCyP8f8mzrm5FVJ2fJuAmoLb0LFayy3 { top:40.1875rem;left:0rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ36UFg8AVXFDEpsVGEqvxyDRJUdCK9g { top:39.25rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT0cJwU2TC1nIUM8kGmunkw4GXf1VgwI { top:39.0625rem;left:1.625rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrI9Jup3Nzo1VHWUUA3epeD232PBJAhH { top:39.1875rem;left:13.4375rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4LaZuPyqwGiTNOw0yfmxIJ76kDqrQ9C { top:33.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHomaN7Ms9COQx54zU9vzlNtlZFzlETv { top:43.5625rem;left:0rem;width:3.25rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUIsNsrzkcwE9WcQCTgyetc9CANfoAr6 { top:43.5625rem;left:1.125rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtJUJtMaWzm38KC3zFVqEu6gONTNzUMU { top:45.625rem;left:0rem;width:7.3125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekk33nkOkxtq0L0G45sIVOMDwDR67Dci { top:45.875rem;left:0rem;width:5.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVTEUrerb3aJbyPBt4e70g9xbVS3C2gv { top:43.0625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS { display:block; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4SkF4Pd40PUu2xQ7Hg0zQBVt0C1hoiq { top:0rem;left:18.4375rem;width:29.3125rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DamIfX8r4eKn0s3ywlm6d7PFPTQyeXca { top:2.3125rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPGnO1ffmlBcee7c0AwMVVRhGk7oXaaT { top:9.5rem;left:23rem;width:24.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyDBlkJKeaqZTM7b07g8qZGc8CKI2ZCA { top:10.125rem;left:21.1875rem;width:26.5625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPP4TIQpTKrII0km85vnmtHR7ZmWV1Li { top:14.3125rem;left:30.25rem;width:17.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au4zVa7mOGWIO4xxIMe6fDPN3fEw4SsX { top:16.1875rem;left:25.625rem;width:22.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCRtOhU83CllaVUcLBRIZbKnvFiVRtni { top:20.5625rem;left:25.625rem;width:22.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A45x7DrBHIxzQJMgxNBL99OKHsL7p2bH { top:24rem;left:25.625rem;width:22.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy6sGgmwSzURx3GkGzrHPwePbpQtVIls { top:27.5rem;left:25.625rem;width:22.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:4.8125rem;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:4.8125rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:29.8125rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:10.9375rem;left:0rem;width:28.3125rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:20.8125rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6HnwiJ3kP2ZcOlB5Q1L7GuV4gtG3gS3 { top:30.4375rem;left:24.8125rem;width:22.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnu7gaXM7SGS3pikWA2dCIEQqaiKxDGM { top:4.4375rem;left:24.8125rem;width:22.9375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB { display:block; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB { display:block; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3dHLGSardx4TrhtPWcuhJzTGLIIJezZ { top:3.6875rem;left:14.75rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXLQtQF8hiDUmgTiHfeTohxp6mL4tnv { top:12rem;left:0rem;width:18.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS5O5XBk38z3u9QJfnw5xq56yyTgICoW { top:12.5rem;left:0rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klpl56FVJ131dD8MA90lHmHISXbHnZNo { top:23.625rem;left:0rem;width:15.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxIbK2xVDlxtHeT0eITKQdwgIewEF2lb { top:12rem;left:5.3125rem;width:18.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqa0GlgtilruQK7iJ46mPL6A9UMrtA4t { top:12.5rem;left:5.875rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT761kDHrkfs7U6r0dd9e7tUJTrR2fPI { top:23.625rem;left:6.625rem;width:15.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwp0KVtMgKWdhRamoILBA5XnfX0OF8NO { top:24.6875rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkGBrnOikgwhKmTeycZnDqzDFlNzx3hB { top:24.6875rem;left:8.375rem;width:12.0625rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqAbGL7eTtN72nUqS57sdTMWS6vBoqx2 { top:12rem;left:24.3125rem;width:18.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWDVuFn5beewr0gizCW6esAesciI8K7L { top:12.5rem;left:24.875rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQAW7WIM366XGKtnefxBlSmUJLm0TqB7 { top:23.625rem;left:25.625rem;width:15.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo9gU5lnRtvvAhrLyZ6V9PhTLBl61n6J { top:24rem;left:27.375rem;width:12.0625rem;height:2.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsztxyvKzELun9tEtoVtEkNiVZLEdyT0 { top:12rem;left:29.625rem;width:18.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwPOQ991awV75laMdRuoTvEyD8OP7frJ { top:12.5rem;left:30.6875rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH4TJAwRRs0luotGTLlbakVclsvIBWVW { top:23.625rem;left:32.25rem;width:15.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8bdX8yTD2iIxFp9SNXEFpSw8mMM1Z0 { top:24.6875rem;left:35.6875rem;width:12.0625rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiaRyMVp2mmdwkSouvDbrv5wd3m62sO8 { top:30.9375rem;left:0rem;width:18.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKHfn2WmPZ1N45CyTvI1xfiiEs3215r { top:31.4375rem;left:0rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8AcNqavkUinNIgf15wiSmqKItTp51AT { top:30.9375rem;left:14.875rem;width:18.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FToLabPzM6GWwharckd9yq0kBd8UUTzB { top:31.4375rem;left:15.4375rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb3UvBlcsB4QhSSFpRzWLI2BMySphmGK { top:42.5625rem;left:0rem;width:15.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZScTxxGXnIWqgDJv825sZI6vbx6BM8q { top:42.5625rem;left:16.1875rem;width:15.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv0fFHuQ3xSo4Uk45amfbEPEcslp7P5G { top:42.9375rem;left:0rem;width:12.0625rem;height:2.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQl9T5dPQRoIr602gJyaKUOk0mmeMpgA { top:43.6875rem;left:17.9375rem;width:12.0625rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4aQQvkfDr1Da2TkyyzkIKSFN94bJRko { top:30.9375rem;left:29.625rem;width:18.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntifrpn0nJrcFon8Z0bKtRmQdT9yA1DS { top:31.4375rem;left:30.6875rem;width:17.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdX4ktCXauGSermtHDQRP1Tf4nqX8Jtk { top:42.5625rem;left:32.25rem;width:15.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvxT1y4dMDgXOE5zshgzHvgNActoVzHD { top:43.6875rem;left:35.6875rem;width:12.0625rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuxsGrgz2phsQH85LpBzA8H6ZHA8mFKx { top:12rem;left:0rem;width:18.125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmODl5fevcxaR3Nz4EUvixwhxCvBD3v0 { top:12.5rem;left:0rem;width:17.0625rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDB5OXeNEw5A2rK3oHouhPqeBv9H5od6 { top:23.625rem;left:0rem;width:15.5rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2uEhTO3cda9OhIvw5scvd4PMHFie2Db { top:10.4375rem;left:0rem;width:8.625rem;height:0.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5yZAkWIalKyXgAzXW4gr0DT9Afh2cd3 { top:12rem;left:0rem;width:18.125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ti3uUgy1mPuZWGn3laWLHJqbFLMmt5tM { top:12.5rem;left:0rem;width:17.0625rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kB27wJLt9I6fMDX2Bl5o6e1LK7K9yQRz { top:23.625rem;left:0rem;width:15.5rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDwOLq8BLEFDyFhQT4A57VQBPhF3FUSx { top:19.5rem;left:0rem;width:8.625rem;height:0.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkWopBZ8BtAzrPd7ohrD7iEWANMXQeKc { top:12rem;left:0rem;width:18.125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m40EEKckLZBoi5F7b4MuaTCIQmkVXdCO { top:12.5rem;left:0rem;width:17.0625rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxTWL9huHPJ9l2nAW0SSVaxQCUAEJ52y { top:23.625rem;left:0rem;width:15.5rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOTodOlntvo3xkFSTV9NdCO55fZgAP55 { top:19.5rem;left:0rem;width:8.625rem;height:0.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCxuWNoQzBXbpUKhQhq1UHKE81MMvJl5 { top:12rem;left:0rem;width:18.125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zITwyD9a1fFK7vPOawfCwmtflPcuEG3w { top:12.5rem;left:0rem;width:17.0625rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlhEZkAaPX02URJm2TqmNI6D298oHOmV { top:12rem;left:0rem;width:18.125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3eSwEGtAtziiwFsgPoX0vTRiOgH6AuA { top:12.5rem;left:0rem;width:17.0625rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHiAAtTX6Lp3kSg38pPEXW1kfD6xRO3l { top:23.625rem;left:0rem;width:15.5rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxnCGuNimgRcpuz4GC9ZoTKxfTmIaacU { top:23.625rem;left:0rem;width:15.5rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #adAVbKA6Xrk6K1qoRTpfEaJQV8kXDTvz { top:24rem;left:0rem;width:12.0625rem;height:2.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqh2H7H13LWIzEznTCRRppXCukBl3NfK { top:28.5625rem;left:0rem;width:8.625rem;height:0.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIhPvyOmI3MDk2VRQFbZU8f01KuWKyTb { top:12rem;left:0rem;width:18.125rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #giIHUXCUlxzRn6xi0TF2WCmsSZvZTkZv { top:12.5rem;left:0rem;width:17.0625rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CK8GxcJ2oVSEgLoOPH1yfIuO8LMJFCHq { top:23.625rem;left:0rem;width:15.5rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJ7pRtPqtDgOrWCPhr5eF1MSKUmrVZHS { top:37.75rem;left:0rem;width:8.625rem;height:0.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVzsFg0A3kgechryk8cRE5tQFit6P2Tm { display:block; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6lRt8dZn83sPN6JMgwAshIzyagCM2KA { top:3.5625rem;left:14.7490234375rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { top:10.625rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { display:none; }
 }@media only screen and (max-width: 763px) { #CeeqTezzMCmCoTOQv0EXXSuZSDI2XAV5 { top:47rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ETlCtwO5RIoUEJvKZ1cocx9uIhUgtX { top:47rem;left:11.125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvqKDZZWEkyT0v0neTLp0F9WfeAhNEQC { top:47rem;left:27.3125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6q2IoaMAMVFTFmo3od4hZzKDfTvOP5O { top:47rem;left:38.9375rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhD7H4gMSwgTNHi7wASBioivP050PTR1 { top:48.625rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTmp9VLwcbo6KZTrUaHz6Gmc1BgQsT6 { top:48.625rem;left:13.84375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT8TpluWdvI5Ci987d12bOBFO3KGNfE0 { top:47.875rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { top:48.625rem;left:30.03125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebNvPMTS00fTubDoMivxAz7GIGQF7eFv { top:52.6875rem;left:0rem;width:5.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ennODwTda3QIy7p2WU1TlfzxzHfTUwux { top:52.6875rem;left:12.96875rem;width:5.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxS9u9FO1vxFPxi3TM3qi3TushacAkZ { top:52.6875rem;left:29.15625rem;width:5.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izRa6zT3s9cTfewsFNcQeknzyXzvqQF0 { top:52.6875rem;left:42.625rem;width:5.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcohaQR7qO959mGsAE4Xmup8aJWHM4kH { top:57.25rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9sLQby0fJklOqUeBPA8ywhRgPxb5C8V { top:57.25rem;left:9.28125rem;width:12.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frc1dkQ4wZzkB02xbKe08WMntxcUtnE4 { top:57.25rem;left:26.03125rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaEAVWda6U9HU7bcXp6cU2azi0UKFVzL { top:57.25rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6JlnZgABfVvDvC3DG4ixEkToivCt28L { top:64rem;left:0rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukQTIlDzW23ctziXd9c0tdvFIIuS9ktn { top:64rem;left:13.875rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAZnwA3Hv4PLm8TO1hsvgG6MsWToAgKZ { top:64rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulLrH7TnaNpETeQWmInrErzAVPZATfAp { top:67.8125rem;left:0rem;width:9.75rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAI03klBDZ498pwJGN2dm8SztUnrpcHt { top:67.8125rem;left:0rem;width:6.125rem;height:4rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ01oz1FDUUfdXo0l4g1Xriz0XTtyxJF { top:67.8125rem;left:13.875rem;width:9.75rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl0LXTpIWmPsAJQUs7W8wM1bORwlEDT { top:72.0625rem;left:13.875rem;width:15.375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdSdfHiTmiy3IAndtG5zurquGHUaIRg { top:67.8125rem;left:28.375rem;width:6.125rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIXgaqwRGTk8gNZddTNPvWFMLJ4CLkaC { top:71.875rem;left:28.375rem;width:6.125rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skDHd6E1bkgW3eAEI0zfhgTpbwlJ8cef { top:67.8125rem;left:38rem;width:9.75rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9ykVlxhWZmtSJJ9Q6us6a4A3HHFRnzQ { top:71.875rem;left:38rem;width:9.75rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWwuMSW3T6cihxNbiJlLBCpaUFUBUola { top:67.8125rem;left:41.625rem;width:6.125rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRQOWGyaZzBRyOu1x67afG9CoRgre7XT { top:71.875rem;left:41.625rem;width:6.125rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { width:22.25rem;height:3.625rem;top:80.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block; }
 }@media only screen and (max-width: 763px) { #T1LVt5OTI7fhgh3QVpUtZopFOkvpBJwT { top:65.625rem;left:9.8125rem;width:0.125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reJrTPSOXxTNPs1ywRX2gy5SgmlShE4U { top:65.625rem;left:39.09375rem;width:0.125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z { display:block; }#HIOiE2CH4yxsN13atV7Z2oGDyJ50184Z > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4QwRN08nIDy9tpfVW6VdPnmFKFTvXtd { 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.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edb55773-ea61-4759-b31e-cb60c3002dbf/herophone03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRTIIoTW2t5Htv8mWdFNtEW2eaOLpvov { width:9.75rem;height:8.625rem;top:1.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO1UxZLgGop0ZBb6R6eyGSSA3q4fLxni { width:12.5rem;height:1.29980625rem;top:12.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUUT7CWsPizpNwyRg07wo5ckL5wr2ZwO { width:10rem;height:2.03125rem;top:11.75rem;left:4.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGiyrvBPlnJ9uSdnSTAdwvqo4pxKalS8 { width:7.125rem;height:1.3808625rem;top:12.0625rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTxaV6B2yxub4bmmwCy030Df0MS4hHe { width:15.9375rem;height:2.625rem;top:15.75rem;left:2.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb0P9EQEQRrOhtwC0iiyqXzs2Hh3c4w1 { display:block; }
 }@media only screen and (max-width: 763px) { #viq4G3hm7VqIHRG1iTqdzW6zD04fwVqF { width:20rem;height:0.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmI5oo5JiTMSvQEA3Ln6vo2cHoRhI0re { width:20rem;height:0.125rem;top:14.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svKHrI9IVSmTse5r9t8alunThzdZsWqL { display:block; }#svKHrI9IVSmTse5r9t8alunThzdZsWqL > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFFa52Mnn23KWb9PnoqTeMHsNbPNRTfk { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysggtQotEidniTDulWpG2dB41cT1UJJ4 { width:19.125rem;height:21.125rem;top:4.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSinTXBTwhF4323JFlWXccNfPdlwEpJ { width:19.125rem;height:14.25rem;top:4.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVpIxTLt6ZC01yHPKZN1QUSzJBL0Ows { width:19.125rem;height:13.3125rem;top:4.90625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEW6eQ9fvBV4qgoCkFmhbkdZhq7xxAKm { width:9.8125rem;height:2.5rem;top:16.849609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPcWqJFT2WK8iSndTqBzy5wkrCwgDcQL { display:flex;width:1.5rem;height:1.5rem;top:20.54296875rem;left:1.25rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #JCa75iZhIPeMflXfPXNhewMJtFn3htTx { width:6.3125rem;height:auto;top:39.3125rem;left:6.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w5TVGiskfZtvq3gzp5paWZ4mq1glqVpN { display:flex;width:1.5rem;height:1.5rem;top:20.54296875rem;left:7.0625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #oHFfN9LZ7x0iaBPvCIUUX62l34OvH1i4 { width:6.8125rem;height:auto;top:39.3125rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pPhiobd7ykXT1mN4iVfheyL8l4VSbLHb { display:flex;width:1.5rem;height:1.5rem;top:20.54296875rem;left:12.875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #e84IWnh8MvHJ8tGNVOP6VEvMTceTcNCS { width:6rem;height:auto;top:39.3125rem;left:7rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F9447TT2eN1RmeX0FU2klVaOv6uGAk5u { width:8.8125rem;height:1.625rem;top:17.4375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9UIGNCLdlN6vrdrfghxNdKt6XKKWeaP { width:3.375rem;height:0.89355625rem;top:23.25rem;left:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrTAwfWfyOJn1Bsxl4fr7K3USJSg2SMh { width:7.3125rem;height:1.625rem;top:22.875rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8RQ1zXx1WgtPi5JszTg4LtHvhLArXXQ { width:5.8125rem;height:1.29980625rem;top:23.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmzo5Vez8v8crtaPNOPBN7X0a1gmZG9x { top:20.8046875rem;left:3.28125rem;width:3.25rem;height:0.9746125rem;z-index:15104;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTExAfdTaN9DvQNAeCUn0lh2Ti42y1X { top:20.8046875rem;left:9.0625rem;width:3.25rem;height:0.9746125rem;z-index:15105;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtkmnsbPPxubmIm9ag7q5h4S4m7AiPVq { top:20.8046875rem;left:14.625rem;width:4.4375rem;height:0.9746125rem;z-index:15106;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvOfDxNNZyJ0qvtB99DtHZHrM0MJuxel { width:20rem;height:33.875rem;top:26.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HddIIRu0xfg1XeRfSl6k73S4Gymudv6p { width:20rem;height:23.25rem;top:26.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wg6oIkvakcZ0QKtzFHbmXVSTAkPRwayW { width:20rem;height:21.6875rem;top:27.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx810m0tR784nZraxTPTx3h50DogQfsd { width:18.0625rem;height:4.6875rem;top:47.3125rem;left:-0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFNXMJNeBqXTTJaXqyBpivgmKZk1hcaD { width:16.125rem;height:0;top:48.625rem;left:2.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmbrGBGHcKU0CroT0esvdwpRoQaF9BJU { display:flex;width:1.875rem;height:1.875rem;top:53.1875rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6NZ2g6hKwwzE3RMOi0NfhO4H8sur7v5 { width:6.3125rem;height:0;top:53.4375rem;left:4.875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mVwDM7ztERQ3XV8XWRDNDfdVviNT6Itc { display:flex;width:1.875rem;height:1.875rem;top:53rem;left:13.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #emTmZtW8gRDBEeQLPqGKf4skq8zhBHEV { width:6.8125rem;height:0;top:53.4375rem;left:13.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C8UeaqrulkAEWQneu44bLW93LirhWKBF { display:flex;width:1.875rem;height:1.875rem;top:53.125rem;left:18.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTo1ghpDKV9nrsZ3TUsk3Dme9A8aExlp { width:6rem;height:0;top:53.4375rem;left:14rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OZeGJa2IBmxocg4gxuwlxgZT7mKUXTTa { width:16rem;height:0;top:56.5rem;left:4rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUQyo8nHrTH8JJP8AomquNfdKd5P920I { width:5.375rem;height:0;top:57.0625rem;left:5.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVlPihUS56KrUJt0KWQyT4AKpESKSaLl { width:14.9375rem;height:0;top:57.0625rem;left:5.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA7XS2Fldcu4KZhxTsT5X3uhbeagMipF { width:19.125rem;height:21.125rem;top:27.1875rem;left:0.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #e7iyuruOg8iAfVB8kwzhWSLPxSud98Db { width:19.125rem;height:14.25rem;top:27.1875rem;left:0.5625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #MEHXWJlGLRnQszntcK9tgEJ1krNAVDue { width:19.125rem;height:13.3125rem;top:27.6875rem;left:0.5625rem;z-index:15022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7ba7bb3-67c2-4632-bce4-e5712411a83e/49_openhaus_thumbnail_498.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MEHXWJlGLRnQszntcK9tgEJ1krNAVDue.adaptive-delivery-prevent-bg, #MEHXWJlGLRnQszntcK9tgEJ1krNAVDue.lazyload, #MEHXWJlGLRnQszntcK9tgEJ1krNAVDue.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yAaLk37cRuLOiZPzAuvObI01OhH5xGLK { width:9.8125rem;height:2.5rem;top:39.625rem;left:0.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ngCyP8f8mzrm5FVJ2fJuAmoLb0LFayy3 { width:8.8125rem;height:1.625rem;top:40.1875rem;left:1.125rem;font-size:1.25rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #LZ36UFg8AVXFDEpsVGEqvxyDRJUdCK9g { display:flex;width:1.5rem;height:1.5rem;top:43.3125rem;left:1.375rem;font-size:1rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #WT0cJwU2TC1nIUM8kGmunkw4GXf1VgwI { display:flex;width:1.5rem;height:1.5rem;top:43.3125rem;left:7.1875rem;font-size:1rem;z-index:15113; }
 }@media only screen and (max-width: 763px) { #HrI9Jup3Nzo1VHWUUA3epeD232PBJAhH { display:flex;width:1.5rem;height:1.5rem;top:43.3125rem;left:13rem;font-size:1rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #l4LaZuPyqwGiTNOw0yfmxIJ76kDqrQ9C { top:43.5625rem;left:3.4375rem;width:3.25rem;height:0.9746125rem;z-index:15118;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHomaN7Ms9COQx54zU9vzlNtlZFzlETv { top:43.5625rem;left:9.0625rem;width:3.25rem;height:0.9746125rem;z-index:15119;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUIsNsrzkcwE9WcQCTgyetc9CANfoAr6 { top:43.5625rem;left:14.75rem;width:4.4375rem;height:0.9746125rem;z-index:15120;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtJUJtMaWzm38KC3zFVqEu6gONTNzUMU { width:7.3125rem;height:1.625rem;top:45.625rem;left:5.375rem;font-size:1.25rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #ekk33nkOkxtq0L0G45sIVOMDwDR67Dci { width:5.8125rem;height:1.29980625rem;top:45.875rem;left:12.625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #oVTEUrerb3aJbyPBt4e70g9xbVS3C2gv { width:3.375rem;height:0.89355625rem;top:46rem;left:1.8125rem;font-size:0.6875rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS { display:block; }#dv0wPxPTuMV7SLRG9LUAI43JNnXHFXWS > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4SkF4Pd40PUu2xQ7Hg0zQBVt0C1hoiq { width:17.5rem;height:25.6875rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DamIfX8r4eKn0s3ywlm6d7PFPTQyeXca { width:12.5rem;height:3.5996125rem;top:1.3125rem;left:3.75rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LPGnO1ffmlBcee7c0AwMVVRhGk7oXaaT { width:15.8125rem;height:1.8125rem;top:5.611328125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyDBlkJKeaqZTM7b07g8qZGc8CKI2ZCA { width:20rem;height:1.21875rem;top:5.873046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPP4TIQpTKrII0km85vnmtHR7ZmWV1Li { width:10.125rem;height:0.1875rem;top:8.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au4zVa7mOGWIO4xxIMe6fDPN3fEw4SsX { width:15rem;height:2.4375rem;top:10.4375rem;left:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCRtOhU83CllaVUcLBRIZbKnvFiVRtni { width:15.125rem;height:1.625rem;top:13.5rem;left:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A45x7DrBHIxzQJMgxNBL99OKHsL7p2bH { width:15.125rem;height:1.625rem;top:15.75rem;left:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy6sGgmwSzURx3GkGzrHPwePbpQtVIls { width:15.125rem;height:2.4375rem;top:18.125rem;left:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee54352f-16b9-4cc6-b93a-2316c97e4a75/bg0202.png");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(118,188,67,0.36); }#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(118,188,67,0.36); }#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:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem; }
#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:5.875rem;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:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.94921875rem;top:28.375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.4625rem;top:1.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6HnwiJ3kP2ZcOlB5Q1L7GuV4gtG3gS3 { width:20rem;height:2.875rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnu7gaXM7SGS3pikWA2dCIEQqaiKxDGM { width:20rem;height:1.1875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB { display:none; }#BAhTEdmzrZvsuIWwIf9rsfn6JD8PU3bB > .row .container { width:20rem;height:15.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB { display:block; }#PQ6wb4e51DpJlQcP2K3LwhwQMVscCyuB > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3dHLGSardx4TrhtPWcuhJzTGLIIJezZ { width:18.1875rem;height:1.7871125rem;top:1.25rem;left:0.875rem;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PhXLQtQF8hiDUmgTiHfeTohxp6mL4tnv { width:9.8125rem;height:7rem;top:4.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS5O5XBk38z3u9QJfnw5xq56yyTgICoW { width:9.25rem;height:6.4375rem;top:4.380859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klpl56FVJ131dD8MA90lHmHISXbHnZNo { width:7.5625rem;height:1.6875rem;top:10.162109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxIbK2xVDlxtHeT0eITKQdwgIewEF2lb { width:18.125rem;height:13.125rem;top:13.099609375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tqa0GlgtilruQK7iJ46mPL6A9UMrtA4t { width:17.0625rem;height:12.125rem;top:13.599609375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT761kDHrkfs7U6r0dd9e7tUJTrR2fPI { width:15.5rem;height:2.25rem;top:24.724609375rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gwp0KVtMgKWdhRamoILBA5XnfX0OF8NO { width:8.625rem;height:0.568359375rem;top:10.75rem;left:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkGBrnOikgwhKmTeycZnDqzDFlNzx3hB { width:12.0625rem;height:auto;top:24.6875rem;left:3.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqAbGL7eTtN72nUqS57sdTMWS6vBoqx2 { width:18.125rem;height:13.125rem;top:12rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWDVuFn5beewr0gizCW6esAesciI8K7L { width:17.0625rem;height:12.125rem;top:12.5rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQAW7WIM366XGKtnefxBlSmUJLm0TqB7 { width:15.5rem;height:3.3125rem;top:23.625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mo9gU5lnRtvvAhrLyZ6V9PhTLBl61n6J { width:12.0625rem;height:auto;top:24rem;left:3.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsztxyvKzELun9tEtoVtEkNiVZLEdyT0 { width:18.125rem;height:13.125rem;top:12rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwPOQ991awV75laMdRuoTvEyD8OP7frJ { width:17.0625rem;height:12.125rem;top:12.5rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH4TJAwRRs0luotGTLlbakVclsvIBWVW { width:15.5rem;height:3.3125rem;top:23.625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #me8bdX8yTD2iIxFp9SNXEFpSw8mMM1Z0 { width:12.0625rem;height:auto;top:24.6875rem;left:3.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiaRyMVp2mmdwkSouvDbrv5wd3m62sO8 { width:18.125rem;height:13.125rem;top:30.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCKHfn2WmPZ1N45CyTvI1xfiiEs3215r { width:17.0625rem;height:12.125rem;top:31.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8AcNqavkUinNIgf15wiSmqKItTp51AT { width:18.125rem;height:13.125rem;top:30.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FToLabPzM6GWwharckd9yq0kBd8UUTzB { width:17.0625rem;height:12.125rem;top:31.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qb3UvBlcsB4QhSSFpRzWLI2BMySphmGK { width:15.5rem;height:3.3125rem;top:42.5625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZScTxxGXnIWqgDJv825sZI6vbx6BM8q { width:15.5rem;height:3.3125rem;top:42.5625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pv0fFHuQ3xSo4Uk45amfbEPEcslp7P5G { width:12.0625rem;height:auto;top:42.9375rem;left:3.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQl9T5dPQRoIr602gJyaKUOk0mmeMpgA { width:12.0625rem;height:auto;top:43.6875rem;left:3.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4aQQvkfDr1Da2TkyyzkIKSFN94bJRko { width:18.125rem;height:13.125rem;top:30.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntifrpn0nJrcFon8Z0bKtRmQdT9yA1DS { width:17.0625rem;height:12.125rem;top:31.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GdX4ktCXauGSermtHDQRP1Tf4nqX8Jtk { width:15.5rem;height:3.3125rem;top:42.5625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvxT1y4dMDgXOE5zshgzHvgNActoVzHD { width:12.0625rem;height:auto;top:43.6875rem;left:3.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuxsGrgz2phsQH85LpBzA8H6ZHA8mFKx { width:9.8125rem;height:7rem;top:4.125rem;left:10.1875rem;z-index:15011;background-color:#76bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TmODl5fevcxaR3Nz4EUvixwhxCvBD3v0 { width:9.25rem;height:6.4375rem;top:4.375rem;left:10.4375rem;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/66a533cb-734e-4509-8a6e-b1391ca5e897/thebasebukitccondogallery07.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TmODl5fevcxaR3Nz4EUvixwhxCvBD3v0.adaptive-delivery-prevent-bg, #TmODl5fevcxaR3Nz4EUvixwhxCvBD3v0.lazyload, #TmODl5fevcxaR3Nz4EUvixwhxCvBD3v0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kDB5OXeNEw5A2rK3oHouhPqeBv9H5od6 { width:7.5625rem;height:1.6875rem;top:10.1875rem;left:11.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #y2uEhTO3cda9OhIvw5scvd4PMHFie2Db { width:8.625rem;height:0.568359375rem;top:10.75rem;left:10.8125rem;font-size:0.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #b5yZAkWIalKyXgAzXW4gr0DT9Afh2cd3 { width:9.8125rem;height:7rem;top:13.1875rem;left:0rem;z-index:15015;background-color:#76bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ti3uUgy1mPuZWGn3laWLHJqbFLMmt5tM { width:9.25rem;height:6.4375rem;top:13.4375rem;left:0.25rem;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f28684b-cf10-4f9d-91cb-5f70cb02cb86/thebasebukitcondoherobannermobile1080x108003.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ti3uUgy1mPuZWGn3laWLHJqbFLMmt5tM.adaptive-delivery-prevent-bg, #ti3uUgy1mPuZWGn3laWLHJqbFLMmt5tM.lazyload, #ti3uUgy1mPuZWGn3laWLHJqbFLMmt5tM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kB27wJLt9I6fMDX2Bl5o6e1LK7K9yQRz { width:7.5625rem;height:1.6875rem;top:19.25rem;left:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #JDwOLq8BLEFDyFhQT4A57VQBPhF3FUSx { width:8.625rem;height:0.568359375rem;top:19.8125rem;left:0.625rem;font-size:0.4375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #VkWopBZ8BtAzrPd7ohrD7iEWANMXQeKc { width:9.8125rem;height:7rem;top:13.1875rem;left:10.1875rem;z-index:15019;background-color:#76bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m40EEKckLZBoi5F7b4MuaTCIQmkVXdCO { width:9.25rem;height:6.4375rem;top:13.4375rem;left:10.4375rem;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/520ce68f-bd24-4eee-8ab9-f3793ad7f110/thebasebukitcondoherobannermobile1080x108002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m40EEKckLZBoi5F7b4MuaTCIQmkVXdCO.adaptive-delivery-prevent-bg, #m40EEKckLZBoi5F7b4MuaTCIQmkVXdCO.lazyload, #m40EEKckLZBoi5F7b4MuaTCIQmkVXdCO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AxTWL9huHPJ9l2nAW0SSVaxQCUAEJ52y { width:7.5625rem;height:1.6875rem;top:19.25rem;left:11.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #LOTodOlntvo3xkFSTV9NdCO55fZgAP55 { width:8.625rem;height:0.568359375rem;top:19.8125rem;left:10.8125rem;font-size:0.4375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #FCxuWNoQzBXbpUKhQhq1UHKE81MMvJl5 { width:9.8125rem;height:7rem;top:22.25rem;left:0rem;z-index:15023;background-color:#76bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zITwyD9a1fFK7vPOawfCwmtflPcuEG3w { width:9.25rem;height:6.4375rem;top:22.5rem;left:0.25rem;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/37332f17-0d33-46e7-94e0-4054662442fa/thebasebukitcondogallery08.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zITwyD9a1fFK7vPOawfCwmtflPcuEG3w.adaptive-delivery-prevent-bg, #zITwyD9a1fFK7vPOawfCwmtflPcuEG3w.lazyload, #zITwyD9a1fFK7vPOawfCwmtflPcuEG3w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dlhEZkAaPX02URJm2TqmNI6D298oHOmV { width:9.8125rem;height:7rem;top:22.25rem;left:10.1875rem;z-index:15027;background-color:#76bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S3eSwEGtAtziiwFsgPoX0vTRiOgH6AuA { width:9.25rem;height:6.4375rem;top:22.5rem;left:10.4375rem;z-index:15028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/16b2da16-17cc-4aee-938f-f1dcbdb991c8/thebasebukitcondogallery07.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S3eSwEGtAtziiwFsgPoX0vTRiOgH6AuA.adaptive-delivery-prevent-bg, #S3eSwEGtAtziiwFsgPoX0vTRiOgH6AuA.lazyload, #S3eSwEGtAtziiwFsgPoX0vTRiOgH6AuA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sHiAAtTX6Lp3kSg38pPEXW1kfD6xRO3l { width:7.5625rem;height:1.6875rem;top:28.3125rem;left:1.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #HxnCGuNimgRcpuz4GC9ZoTKxfTmIaacU { width:7.5625rem;height:1.6875rem;top:28.3125rem;left:11.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #adAVbKA6Xrk6K1qoRTpfEaJQV8kXDTvz { width:8.625rem;height:1.13671875rem;top:28.5625rem;left:0.625rem;font-size:0.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #zqh2H7H13LWIzEznTCRRppXCukBl3NfK { width:8.625rem;height:0.568359375rem;top:28.875rem;left:10.8125rem;font-size:0.4375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #BIhPvyOmI3MDk2VRQFbZU8f01KuWKyTb { width:9.8125rem;height:7rem;top:31.4375rem;left:5.125rem;z-index:15031;background-color:#76bc43;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #giIHUXCUlxzRn6xi0TF2WCmsSZvZTkZv { width:9.25rem;height:6.4375rem;top:31.6875rem;left:5.375rem;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e1dcb330-ef47-41f1-87d8-d1b61d2e3480/thebasebukitcondogallery09.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#giIHUXCUlxzRn6xi0TF2WCmsSZvZTkZv.adaptive-delivery-prevent-bg, #giIHUXCUlxzRn6xi0TF2WCmsSZvZTkZv.lazyload, #giIHUXCUlxzRn6xi0TF2WCmsSZvZTkZv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CK8GxcJ2oVSEgLoOPH1yfIuO8LMJFCHq { width:7.5625rem;height:1.6875rem;top:37.5rem;left:6.25rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #TJ7pRtPqtDgOrWCPhr5eF1MSKUmrVZHS { width:8.625rem;height:0.568359375rem;top:38.0625rem;left:5.75rem;font-size:0.4375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #UVzsFg0A3kgechryk8cRE5tQFit6P2Tm { display:block; }#UVzsFg0A3kgechryk8cRE5tQFit6P2Tm > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6lRt8dZn83sPN6JMgwAshIzyagCM2KA { width:18.1875rem;height:1.7871125rem;top:1.25rem;left:0.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swCqybO2DLAeE7Ahl2WiSQVDyrGlJcXq { width:20rem;height:31.25rem;top:71.661929394531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OuTTiJJGOw0onsXDzl99i4h2DaD3Ze1I { top:4.41015625rem;left:0rem;width:20rem;height:12.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #CeeqTezzMCmCoTOQv0EXXSuZSDI2XAV5 { width:5.5rem;height:5.5rem;top:19.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ETlCtwO5RIoUEJvKZ1cocx9uIhUgtX { width:5.5rem;height:5.5rem;top:19.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvqKDZZWEkyT0v0neTLp0F9WfeAhNEQC { width:5.5rem;height:5.5rem;top:29.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6q2IoaMAMVFTFmo3od4hZzKDfTvOP5O { width:5.5rem;height:5.5rem;top:29.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhD7H4gMSwgTNHi7wASBioivP050PTR1 { display:flex;width:2rem;height:2rem;top:19.8876953125rem;left:4.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mrTmp9VLwcbo6KZTrUaHz6Gmc1BgQsT6 { display:flex;width:2rem;height:2rem;top:19.8876953125rem;left:13.4375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #gT8TpluWdvI5Ci987d12bOBFO3KGNfE0 { display:flex;width:3.1875rem;height:3.1875rem;top:29.21875rem;left:12.84375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #e6LtkTlKzO9TwMHUISKeNR7Aoi2K4O15 { display:flex;width:2rem;height:2rem;top:29.9375rem;left:4.5625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ebNvPMTS00fTubDoMivxAz7GIGQF7eFv { width:5.125rem;height:1.13671875rem;top:22.75rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ennODwTda3QIy7p2WU1TlfzxzHfTUwux { width:5.125rem;height:1.13671875rem;top:22.75rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxS9u9FO1vxFPxi3TM3qi3TushacAkZ { width:5.125rem;height:1.13671875rem;top:32.53125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izRa6zT3s9cTfewsFNcQeknzyXzvqQF0 { width:5.125rem;height:1.13671875rem;top:32.53125rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcohaQR7qO959mGsAE4Xmup8aJWHM4kH { width:8.5rem;height:1.0556625rem;top:25.359375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9sLQby0fJklOqUeBPA8ywhRgPxb5C8V { width:9.1875rem;height:2.111325rem;top:25.375rem;left:9.84375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frc1dkQ4wZzkB02xbKe08WMntxcUtnE4 { width:8.4375rem;height:1.0556625rem;top:35.4228515625rem;left:1.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaEAVWda6U9HU7bcXp6cU2azi0UKFVzL { width:4.875rem;height:1.0556625rem;top:35.4228515625rem;left:12rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6JlnZgABfVvDvC3DG4ixEkToivCt28L { width:12.5rem;height:1.3808625rem;top:38.5rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukQTIlDzW23ctziXd9c0tdvFIIuS9ktn { width:12.5rem;height:1.3808625rem;top:44.8125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAZnwA3Hv4PLm8TO1hsvgG6MsWToAgKZ { width:12.5rem;height:1.3808625rem;top:53.125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulLrH7TnaNpETeQWmInrErzAVPZATfAp { width:9.75rem;height:2.699225rem;top:40.3125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAI03klBDZ498pwJGN2dm8SztUnrpcHt { width:6.125rem;height:2.699225rem;top:40.3125rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ01oz1FDUUfdXo0l4g1Xriz0XTtyxJF { width:8.3125rem;height:2.0996125rem;top:46.5rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl0LXTpIWmPsAJQUs7W8wM1bORwlEDT { width:10.875rem;height:2.0996125rem;top:49.3125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdSdfHiTmiy3IAndtG5zurquGHUaIRg { width:6.125rem;height:1.3496125rem;top:46.5rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIXgaqwRGTk8gNZddTNPvWFMLJ4CLkaC { width:6.125rem;height:1.3496125rem;top:49.3125rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skDHd6E1bkgW3eAEI0zfhgTpbwlJ8cef { width:7.4375rem;height:2.0996125rem;top:54.9375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9ykVlxhWZmtSJJ9Q6us6a4A3HHFRnzQ { width:9.75rem;height:1.04980625rem;top:58rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWwuMSW3T6cihxNbiJlLBCpaUFUBUola { width:6.125rem;height:1.3496125rem;top:54.9375rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRQOWGyaZzBRyOu1x67afG9CoRgre7XT { width:6.125rem;height:1.3496125rem;top:58rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q07R9tSZZ8noJwWDuMiO2sznGxniQdtX { width:18.125rem;height:3rem;top:61.375rem;left:0.9375rem;font-size:0.9375rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byXgU7rI8K1AtK0ik5g8sZLvTqiC70mV { display:block; }
 }@media only screen and (max-width: 763px) { #T1LVt5OTI7fhgh3QVpUtZopFOkvpBJwT { width:0.125rem;height:8.5rem;top:60.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #reJrTPSOXxTNPs1ywRX2gy5SgmlShE4U { width:0.125rem;height:8.5rem;top:60.5996125rem;left:9.9375rem;display:none; }
 }@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.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }