.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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { 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; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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/9984dc2a-758e-4c97-985f-02c50f54597d/Hero.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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.25); }#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.25); }#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:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:21.125rem;left:32.1875rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.4365234375rem;left:33.1865234375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00a887, #00a887);background-image: -moz-linear-gradient(180deg, #00a887, #00a887);background-image: -ms-linear-gradient(180deg, #00a887, #00a887);background-image: -o-linear-gradient(180deg, #00a887, #00a887);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a887', endColorstr='#00a887' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a887', endColorstr='#00a887' );";background-image: linear-gradient(180deg, #00a887, #00a887);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.0625rem;left:25.875rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.4);background-image:none;top:24.625rem;left:25.875rem;border-top:0.125rem solid #00a887;border-left:0.125rem solid #00a887;border-right:0.125rem solid #00a887;border-bottom:0.125rem solid #00a887;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#00a887;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:25.7490234375rem;left:25.8740234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:25.8115234375rem;left:40.4990234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.1875rem;left:30.625rem; }
#qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.7490234375rem;left:20.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVZvBePTlQ33z4mACUk3eah04lW3DGyG { position:absolute;display:block;z-index:15030;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:13.5rem;top:10.125rem;left:30.75rem;overflow:hidden;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#00a887;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;overflow:visible;position:relative;display:block; }#iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { color:#ffffff;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.1865234375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzr0EdLBmEg7OC1ZbsNAiN3T3AFAuuRD { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:26.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:29.8125rem;left:0.9375rem; }
#D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:30.0625rem;left:2.9375rem;height:1.21875rem;display:block; }
#Qwf75unN9XnbD4ySCufXClmT5lECQthI { color:#000000;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:27.5rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:29.625rem;left:4.1875rem; }
#gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:30.0625rem;left:6.0625rem;height:1.21875rem;display:block; }
#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { box-sizing:content-box;height:15.5625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a3f057b-9cd0-4883-8bb1-5ab3e6a4c5ec/BauhiniaNew.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.adaptive-delivery-prevent-bg, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyload, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyloading { background-image: none; }
#goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.75rem;left:7.4375rem; }
#lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:8.998046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:28.75rem;left:15.5625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:30.25rem;left:16.375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { color:#00a887;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:27.5rem;left:17.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:26.875rem;left:25.3115234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#wfDdSugVeRfwp4SLoi8TMOJecq4uJrUT { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:28.75rem;left:40.875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#we8ud9yvH0b86kRwZ6zk7PahhtAVhVwx { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:30.25rem;left:41.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#hpAO1SuxpVha38Sn1dxt0cuFTAPvdbdG { color:#00a887;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:27.5rem;left:43rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/004b5126-bf33-471f-865e-b53e9799af32/BeliveBauhinia.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:25.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.adaptive-delivery-prevent-bg, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyload, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyloading { background-image: none; }
#nw2LrRTDQFeNeHDtmHyd4gAGa9XuhL0C { color:#111111;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:34.3115234375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#xh3IxpPd77ODnyXx5qvTXqupHTIkfvL1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:29.75rem;left:32.75rem; }
#ATOdm0nEKeL2suAQ7xlUgzAgauyTFgdH { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:30.0625rem;left:31.375rem;height:1.21875rem;display:block; }
#eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:27.5rem;left:26.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mp6NR6zoDbfrUe4rCAzq0n5bTRBCcEKJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:29.625rem;left:29.5rem; }
#pZFaPqIzTc9Ggrv5NRGco3rBQeOWNo3d { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:30.0625rem;left:28.25rem;height:1.21875rem;display:block; }
#P4sAlGd93QemnrF50xDn1TbcKW5bJSuw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:29.8125rem;left:26.25rem; }
#JVT12346lBX6E9IPLWtJzLnc9NQVig3c { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:26.8740234375rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:28.7490234375rem;left:66.1865234375rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:30.2490234375rem;left:66.9990234375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { color:#00a887;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:27.4990234375rem;left:68.3115234375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4644680d-6a08-4b4d-9a3e-1c1b361fb5ff/BELIVEPLUMERIA1e1677429541780.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.2490234375rem;left:50.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.adaptive-delivery-prevent-bg, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyload, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyloading { background-image: none; }
#wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:58.4990234375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:29.7490234375rem;left:58.0615234375rem; }
#bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:56.6865234375rem;height:1.21875rem;display:block; }
#aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:27.4990234375rem;left:51.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:29.6240234375rem;left:54.8115234375rem; }
#cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:30.0615234375rem;left:53.5615234375rem;height:1.21875rem;display:block; }
#rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:29.8115234375rem;left:51.5625rem; }
#GcmiChTpPMaO9Fb8RSyF56JSunamJLge { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:48.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#l508ITtKguWKLc8wx3qFz6f3TEEEADVi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:51.5rem;left:0.9375rem; }
#l9amKLTTFUPgnZW88tGXt1CeeMXpAunG { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:51.75rem;left:2.9375rem;height:1.21875rem;display:block; }
#Rgglyo2LAtt8KPT8d7wCkukvfKdyRmit { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:51.3125rem;left:4.1875rem; }
#ZFH7yFWN81UMqhUpMJv1h7yomamwFSMO { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:51.75rem;left:6.0625rem;height:1.21875rem;display:block; }
#Mhm2phlXomtrEKpHFokapoPZadqV4xMi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:51.4375rem;left:7.4375rem; }
#w7M3TdidaJbZHPUMDKkMpi0ruLJXq8MU { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:51.75rem;left:9rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#nTLUZsp6sIFMDMKbobJquvJPqDgLx8rz { color:#000000;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:49.1875rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPWA7syR76G1pqlanbCSC7aiPyOM6Wy2 { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:50.4375rem;left:15.5625rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kB0U7uk0IUcxKdLC0V9fPhOPWhuh3ms2 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:51.9375rem;left:16.375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#ET1aMS8DMemkuAmmmRJx2zEC9fsV9xq0 { color:#00a887;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:49.1875rem;left:17.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb14c399-1bad-473d-83b0-57ebfc2bbd83/Plumeriaplus.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH.adaptive-delivery-prevent-bg, #gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH.lazyload, #gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH.lazyloading { background-image: none; }
#B10P1UHTv5MQnKfbBIkOwU7aoJ8oeVJM { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:48.5625rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#avJc0URKlcv9uIsqsENcLtWOfwT4oifV { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5462ed6-9d1e-4423-b112-4cd248528441/GARDENIAweb.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.9375rem;left:25.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#avJc0URKlcv9uIsqsENcLtWOfwT4oifV.adaptive-delivery-prevent-bg, #avJc0URKlcv9uIsqsENcLtWOfwT4oifV.lazyload, #avJc0URKlcv9uIsqsENcLtWOfwT4oifV.lazyloading { background-image: none; }
#p1M9egIDxXCHeWxztm7U7RF57G1gLFpO { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:49.1875rem;left:26.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FT4TNHKHmHgoDRssk1JJ36phpQesFkm6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:51.3125rem;left:29.5rem; }
#hZsIMk2mf35Uviuc0TfPBHB7GJcHToly { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:51.75rem;left:28.25rem;height:1.21875rem;display:block; }
#Py84MzWDPSOvg0ED78HiiDyO0OM3Towh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:51.5rem;left:26.25rem; }
#XyEc8HI6EUFevFIJOJpKUl01t9P6W35e { color:#111111;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:51.75rem;left:34.3125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#tPo88uXVdrrhtfZqELvV9n4wTt3TNx1V { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:51.4375rem;left:32.75rem; }
#MUeKoHFIJDn8OqAyNeyetzdpSIV82NDB { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:51.75rem;left:31.375rem;height:1.21875rem;display:block; }
#uJ2aUZCcTypL6XyrETuVlKNGdVRF8UTI { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:50.4375rem;left:40.875rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iHpsdaWKeiiyT2XWTEb19CbKx5t911a9 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:51.9375rem;left:41.6875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#HNM7ML9SMH3zKiiG8WPAhcKMahX2FnyI { color:#00a887;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:49.1875rem;left:43rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#QUgsoMHhIQIEpkEQ9uTV9FHadpf9ePGI { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;top:48.5625rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xQRupd3kXBQ4zJrQT537eFBJQXvsZulh { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90ff7ffc-d5c0-40e9-ac7f-fb7d6a6cfa45/BELIVECANNALILLY1e1677430067707.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.9375rem;left:50.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xQRupd3kXBQ4zJrQT537eFBJQXvsZulh.adaptive-delivery-prevent-bg, #xQRupd3kXBQ4zJrQT537eFBJQXvsZulh.lazyload, #xQRupd3kXBQ4zJrQT537eFBJQXvsZulh.lazyloading { background-image: none; }
#cvXDyQOTTIz6Lydfh0EiyIWbmPidg2uH { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:49.1875rem;left:51.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H65ZtQ7gAHfINE7xpPDcs8oCqU7he11M { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:51.5rem;left:51.5625rem; }
#tX7kytClSGcwnzK6EZnC2rHgl5P0xkrW { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:51.75rem;left:56.6875rem;height:1.21875rem;display:block; }
#Svd0xwGARJM3Lwu4yPvpEKmITWFuOEF0 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:51.3125rem;left:54.8125rem; }
#axU7ccmfwSJQZozOK2p6zvdlqH9SIFvb { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:51.75rem;left:53.5625rem;height:1.21875rem;display:block; }
#ukbB9mTzNaF7cqXJAolRi6gbNf2OOJDr { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:51.75rem;left:58.5rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#skOszwWbcGkQJmTgWkd3sUxJJ1bS8sBm { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:51.4375rem;left:58.0625rem; }
#d8JPqnamPQiDOcB8wwok4EUhw7NBgSnc { color:#00a887;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:49.1875rem;left:68.25rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#t29v2er1x7LIn7bgTBCCVrKldNJ8Ghzr { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15148;line-height:1.3;letter-spacing:0;top:50.4375rem;left:66.125rem;height:1.4619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gQkmbF3EuLtMRopHaTAMnTOoV2LGMLeM { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:51.9375rem;left:66.9375rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#015f4d;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; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row .container { background-color: transparent; background-image: none; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row .container > .video-iframe-container { display: none; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row > .video-iframe-container { display: none; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .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); }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row .container { border-width: 0; border-radius: 0; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#RZM26nTApyzAcB7KOyInElP4bNM0AyWI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.1875rem;width:75rem;top:2.65625rem;left:0rem;display:block; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0cc3d525-34c4-42ee-906e-33ed9ad21317/PicAbout2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#i32UQy3HTbRhNKnTk2JNvGkrefPogIxv { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:6.875rem;left:0rem;display:block; }
#vUdVffNIPTrR0WzsinumT9fqg4gdaoQG { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e358b790-b062-465e-a615-eed1683004af/ChatGPTImageAug29202501_53_24PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.875rem;left:51.25rem;display:block; }#vUdVffNIPTrR0WzsinumT9fqg4gdaoQG.adaptive-delivery-prevent-bg, #vUdVffNIPTrR0WzsinumT9fqg4gdaoQG.lazyload, #vUdVffNIPTrR0WzsinumT9fqg4gdaoQG.lazyloading { background-image: none; }
#vUdVffNIPTrR0WzsinumT9fqg4gdaoQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#i2ymJlUKfcetoOv6Zq0LZ9ZiZuOuzoik { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:53rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ICTB1GGUeDdq3JlVGKVHkby8VmawevLb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:1.875rem;height:2.92480625rem;font-style:normal;display:block; }
#Ogf2tJOElBnyKwAdgkX2aX6rcBwrPEUi { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.5rem;left:1.875rem;height:5.19921875rem;display:block; }
#q16DZQ9lEzI9JzUcTPiKg3SVsgWMEhyd { color:#00a887;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:1.875rem;height:1.94921875rem;font-style:normal;display:block; }
#QADULblHvJRzQxtxbp5GhCCFDoEbv7WB { box-sizing:content-box;height:23.75rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:6.875rem;left:25.625rem;display:block; }
#HSnk0KUdUdTsWS760zJ84Q4tlZFZvw5S { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9rem;left:27.5rem;height:2.92480625rem;font-style:normal;display:block; }
#lis9OzWl7BUwBSesnfJe0hBW1Xh7J2OQ { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5rem;left:27.5rem;height:5.19921875rem;display:block; }
#avs4J8MAJCl92DsfixeNQ2zWSRCZKbi6 { color:#00a887;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.1875rem;left:27.5rem;height:3.8984375rem;font-style:normal;display:block; }
#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { position:relative;display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/7aaf5355-c008-4ec7-9e1a-bf8a8f4b6391/BGMain2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b99261, #755c3e);background-image: -moz-linear-gradient(180deg, #b99261, #755c3e);background-image: -ms-linear-gradient(180deg, #b99261, #755c3e);background-image: -o-linear-gradient(180deg, #b99261, #755c3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );";background-image: linear-gradient(180deg, #b99261, #755c3e);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:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#b99261;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(183,144,50,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#0d4641;display:block;width:18.3123125rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.436967119574rem;left:53.655004501343rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ac70de6-73bc-4dd9-bfb9-2ee547f4b7cb/20250529_103155.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:0rem;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19380dca-e317-4421-b0aa-7534e77f7e4f/20250529_093107.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.375rem;left:25.312498092651rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
#J5CyMWxhIEIW9UiO11FVWqfTWXVScTcJ { box-sizing:content-box;height:25.875rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:4.375rem;left:50.624998092651rem;display:block; }
#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/769dadb4-c86f-42c0-a0a7-f5b5b24ee6f8/20250529_151055.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.749465942382rem;left:25.312498092651rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba41ace5-9b33-4406-8158-9b4d40201d3e/20250529_095344.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.749465942382rem;left:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#CxACTifEXH2BJH600N4qNiP7bcuxEfHH { color:#000000;display:block;width:21.3743125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.121981367469rem;left:52.121801376343rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#og2ii5gpOW6G6hghFSdreeAl35fMWrX7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.1875rem;left:0.9375rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#bN8rGXdDwsvshAcrWDV0TGhUvbOUfv7e { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:32.625rem;left:6.1875rem; }
#hZZDy5O54JMpqyiT1pKSpXSOqB3l0Oq7 { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#0d4641;background-image:none;top:31.185190200806rem;left:0rem;display:block; }
#sQJwXRlK275BzRPCpLJEfNEIEcaDXs0A { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:35.1875rem;left:17.6875rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#AAPv3bp1RxhRoKic4gzTak3OvZ1P7HI2 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:32.75rem;left:21.25rem; }
#InJbvQ4EOA4qyb6UBvSZNRJN7HT6OhEU { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(255,255,255,0.3);background-image:none;top:32.3720703125rem;left:14.6875rem;display:block; }
#RaaGFroKXN5115SBJrr0g6ZZoOku8842 { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(255,255,255,0.3);background-image:none;top:32.373046875rem;left:29.875rem;display:block; }
#JprG9w4omyQFnzQ1oTe0mbdSScZSzvGP { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.3);background-image:none;top:32.4375rem;left:45.125rem;display:block; }
#LyhLTxkU5550yafENVcg0DpBU7hu3w6q { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.3);background-image:none;top:32.373046875rem;left:60.25rem;display:block; }
#TUlOom2hTpia6Pz9k49Teu7Hlkbklnzg { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:35.1875rem;left:31.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#MH3Hp4XlQBIlTN3Kl5lUHtuUpHW6WmXw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:35.1875rem;left:61.5625rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#lLaT80ZLZUwePeI2uuTXboCcTNb9SGHH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:35.1875rem;left:46.5rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
#BdCdUTMWxuxrF0CqtnNbK1leedM0UroR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:32.5rem;left:36.4375rem; }
#QQ27pACCaPV6yJ9DSxiZ3OBeu1S2TkSJ { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.5rem;left:51.5625rem; }
#mMiqzNkt8tpIOApoaID8or69tmFmEzuh { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32.5rem;left:66.625rem; }
#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { position:relative;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { background-color: transparent; background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { border-width: 0; border-radius: 0; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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:58.4375rem;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; }#SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { color:#b99261;display:block;width:27.9989375rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.625rem;left:23.498754501342rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fab1746b-64f5-4f80-b2bb-a07699b2aa6d/20250526_165916.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.184836473316rem;left:0rem;display:block; }#Qog05zghdTVHnJToDiAuiIHDwFFBewi1.adaptive-delivery-prevent-bg, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyload, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyloading { background-image: none; }
#VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv { box-sizing:content-box;height:16.875rem;width:37.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b1354a5a-66ea-40c4-903f-fbd4a24c4760/20250529_102213.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.429154481739rem;left:0rem;display:block; }#VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv.adaptive-delivery-prevent-bg, #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv.lazyload, #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv.lazyloading { background-image: none; }
#QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/23e19761-ee6e-4faa-a125-a76f5abad345/20250529_093928_edit.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.1845703125rem;left:25.3740234375rem;display:block; }#QHmJd2TCNhbOwstavE8oqDri1oyuETk7.adaptive-delivery-prevent-bg, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyload, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyloading { background-image: none; }
#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c554cdd-a719-4b41-b4b9-d28517787b40/20250513_142913.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.184836387634rem;left:50.625rem;display:block; }#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.adaptive-delivery-prevent-bg, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyload, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyloading { background-image: none; }
#mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17 { box-sizing:content-box;height:16.875rem;width:37.0625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac2d5638-8447-4efa-a42d-823b3deb7297/20250529_104120.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.429154481739rem;left:38rem;display:block; }#mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17.adaptive-delivery-prevent-bg, #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17.lazyload, #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17.lazyloading { background-image: none; }
#geaqbFF16R4BlraTNn1XUolBatIW738N { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d013fa29-c7dd-4725-b04c-d3fa2a85caae/DSC02100.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.625rem;left:0rem;display:block; }#geaqbFF16R4BlraTNn1XUolBatIW738N.adaptive-delivery-prevent-bg, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyload, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyloading { background-image: none; }
#rTTCddd5cIvRfM45SlF3mwSRk5CGZz33 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ebd37cfe-eae0-4e0d-8491-8a975998a37f/4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.625rem;left:25.375rem;display:block; }#rTTCddd5cIvRfM45SlF3mwSRk5CGZz33.adaptive-delivery-prevent-bg, #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33.lazyload, #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33.lazyloading { background-image: none; }
#JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6cdd065-f917-427f-b91b-89001dbc53fd/P1012294.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.625rem;left:50.625rem;display:block; }#JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT.adaptive-delivery-prevent-bg, #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT.lazyload, #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT.lazyloading { background-image: none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d4641;background-image:url("https://images.assets-landingi.com/uc/7aaf5355-c008-4ec7-9e1a-bf8a8f4b6391/BGMain2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.adaptive-delivery-prevent-bg, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyload, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyloading { background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:86.25rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#b99261;display:block;width:32.6875rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21.155893325806rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hW6BwkPZ15KtZLe7ZamhIy9zaTSw6NIp { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15084;line-height:2;letter-spacing:0;top:61.186950683594rem;left:8.3123226165769rem;height:5.25rem;font-style:normal;display:block; }
#THq95qkuosuxAiafZhmCl6oAL6HL12Mt { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15087;line-height:2;letter-spacing:0;top:61.186950683594rem;left:28.435724258423rem;height:7rem;font-style:normal;display:block; }
#nl2iWE05FTquTmn1ItqJyGukr8pyKnn4 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15090;line-height:2;letter-spacing:0;top:61.186950683594rem;left:48.749998092651rem;height:5.25rem;font-style:normal;display:block; }
#gKDr4WtK1KsubhkIFhG6ch1M4ktKbbHn { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15088;line-height:2;letter-spacing:0;top:61.18607711792rem;left:41.811079025269rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15091;line-height:2;letter-spacing:0;top:61.123046875rem;left:62.31178855896rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WHn8v0bv7EFegI07zNXmJ3fA5cThZ1MB { color:#b99261;display:block;width:61.875rem;position:absolute;font-family:marcellus;font-size:1.75rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:51.0595703125rem;left:6.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvKZnsDF7TcsEAztvT2II4fo5FCLfp5T { box-sizing:content-box;height:8.75rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(255,255,255,0.2);background-image:none;top:59.122333526611rem;left:27.247869491577rem;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b99261, #755c3e);background-image: -moz-linear-gradient(180deg, #b99261, #755c3e);background-image: -ms-linear-gradient(180deg, #b99261, #755c3e);background-image: -o-linear-gradient(180deg, #b99261, #755c3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );";background-image: linear-gradient(180deg, #b99261, #755c3e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:78.749286651612rem;left:25.935724258423rem;display:block; }
#P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { box-sizing:content-box;height:38.75rem;width:75rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;top:9.9767475128175rem;left:0rem;display:block; }
#NdLwbgioROa3U2sS1i4RiyZLUgEQgNb4 { position:absolute;display:block;z-index:15099;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:36.625rem;width:64rem;top:11.037819385529rem;left:5.4989337921142rem;overflow:hidden;display:block; }
#mbNIDvWBarWwbCwz4bb2XqdL0ei7xgOM { color:#ffffff;display:block;width:59.4993125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15085;line-height:1.5;letter-spacing:0;top:54.372867584229rem;left:7.7485790252688rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmZiptoT7srAITnT2FKOu4T4gWStFinK { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15089;line-height:2;letter-spacing:0;top:61.18607711792rem;left:21.498579025269rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { color:#b99261;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15085;line-height:2;letter-spacing:0;top:58.81107711792rem;left:8.3123226165769rem;height:2rem;font-style:normal;display:block; }
#bnggAFo13oqQEGvqh3CoA2Hi2DpvVagW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:58.992366790771rem;left:24.491655349731rem; }
#WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { color:#b99261;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15086;line-height:2;letter-spacing:0;top:58.810371398926rem;left:28.4375rem;height:2rem;font-style:normal;display:block; }
#qLOw8Dmv47dVzk4SQLOfSLNVLvQwKLUq { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:59.117008209229rem;left:44.615587234497rem; }
#y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { box-sizing:content-box;height:8.75rem;width:0.0625rem;position:absolute;display:block;z-index:15097;background-color:rgba(255,255,255,0.2);background-image:none;top:59.122333526611rem;left:47.562139511108rem;display:block; }
#u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { color:#b99261;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15087;line-height:2;letter-spacing:0;top:58.810367584229rem;left:48.75rem;height:2rem;font-style:normal;display:block; }
#EnMxKKbJb0mt3nVLUZ4eHzKF1oCQ4dx1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:59.054153442382rem;left:64.9905872345rem; }
#rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15093;line-height:2;letter-spacing:0;top:71.3125rem;left:18.5rem;height:3.5rem;font-style:normal;display:block; }
#dBDqAKmvn8NhoDFCzsZHn8nXeAwE0RzI { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15098;line-height:2;letter-spacing:0;top:71.3125rem;left:31.6875rem;height:3.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mVKV6r9wnKHXFsGunatp3wTO9TIPZ0B9 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15096;line-height:2;letter-spacing:0;top:71.3125rem;left:38.625rem;height:3.5rem;font-style:normal;display:block; }
#WJU6npBNvnAygNTScWsXGJSb3EaxXDnr { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15105;background-color:rgba(255,255,255,0.2);background-image:none;top:69.061786651612rem;left:37.436964035034rem;display:block; }
#QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { color:#b99261;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15094;line-height:2;letter-spacing:0;top:68.9375rem;left:18.5rem;height:2rem;font-style:normal;display:block; }
#BpqHJTAPgs8B8tyaShbEAGimMn6JBwpN { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:69.125rem;left:34.6875rem; }
#oGKEbJsOPdAasy4ef7EI7D4dOktmOtn6 { color:#b99261;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15095;line-height:2;letter-spacing:0;top:68.9375rem;left:38.625rem;height:2rem;font-style:normal;display:block; }
#olWJVhoptGgnDkr9ZByu13mC84hS29SD { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15097;line-height:2;letter-spacing:0;top:71.3125rem;left:52rem;height:3.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v810bsXrhcNkKO9u8NvsKMxVHaud4WnM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:69.0625rem;left:54.8125rem; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { 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.13725rem;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) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:21.125rem;left:18.5625rem;width:12.25rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:25.375rem;left:19.5615234375rem;width:9.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.125rem;top:29.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:24.625rem;left:12.25rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:25.6875rem;left:12.2490234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:25.75rem;left:26.8740234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:21.1875rem;left:17rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { top:17.6875rem;left:6.9375rem;width:33.875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVZvBePTlQ33z4mACUk3eah04lW3DGyG { top:10.125rem;left:17.125rem;width:13.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { top:3.75rem;left:9.5615234375rem;width:27.9375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzr0EdLBmEg7OC1ZbsNAiN3T3AFAuuRD { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { top:30.0625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwf75unN9XnbD4ySCufXClmT5lECQthI { top:27.5rem;left:0rem;width:12.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { top:30.0625rem;left:0rem;width:1.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { top:30rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { top:28.75rem;left:1.9375rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { top:30.25rem;left:2.75rem;width:7.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { top:26.875rem;left:11.6865234375rem;width:24.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfDdSugVeRfwp4SLoi8TMOJecq4uJrUT { top:28.75rem;left:27.25rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we8ud9yvH0b86kRwZ6zk7PahhtAVhVwx { top:30.25rem;left:28.0625rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpAO1SuxpVha38Sn1dxt0cuFTAPvdbdG { top:27.5rem;left:29.375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { top:11.25rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw2LrRTDQFeNeHDtmHyd4gAGa9XuhL0C { top:30rem;left:20.6865234375rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh3IxpPd77ODnyXx5qvTXqupHTIkfvL1 { top:29.75rem;left:19.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATOdm0nEKeL2suAQ7xlUgzAgauyTFgdH { top:30.0625rem;left:17.75rem;width:1.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { top:27.5rem;left:12.625rem;width:11.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6NR6zoDbfrUe4rCAzq0n5bTRBCcEKJ { top:29.625rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFaPqIzTc9Ggrv5NRGco3rBQeOWNo3d { top:30.0625rem;left:14.625rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4sAlGd93QemnrF50xDn1TbcKW5bJSuw { top:29.8125rem;left:12.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { top:26.8125rem;left:23.375rem;width:24.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { top:28.6875rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { top:30.1875rem;left:40.6875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { top:27.4375rem;left:42rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt { top:11.1875rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { top:30rem;left:40.9375rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { top:29.6875rem;left:44.4365234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { top:30rem;left:43.0615234375rem;width:1.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { top:27.4375rem;left:37.1875rem;width:10.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { top:29.5625rem;left:41.1865234375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { top:30rem;left:39.9365234375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { top:29.75rem;left:37.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmiChTpPMaO9Fb8RSyF56JSunamJLge { top:48.5625rem;left:0rem;width:24.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l508ITtKguWKLc8wx3qFz6f3TEEEADVi { top:51.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9amKLTTFUPgnZW88tGXt1CeeMXpAunG { top:51.75rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgglyo2LAtt8KPT8d7wCkukvfKdyRmit { top:51.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFH7yFWN81UMqhUpMJv1h7yomamwFSMO { top:51.75rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhm2phlXomtrEKpHFokapoPZadqV4xMi { top:51.4375rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7M3TdidaJbZHPUMDKkMpi0ruLJXq8MU { top:51.75rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTLUZsp6sIFMDMKbobJquvJPqDgLx8rz { top:49.1875rem;left:0rem;width:12.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPWA7syR76G1pqlanbCSC7aiPyOM6Wy2 { top:50.4375rem;left:1.9375rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB0U7uk0IUcxKdLC0V9fPhOPWhuh3ms2 { top:51.9375rem;left:2.75rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1aMS8DMemkuAmmmRJx2zEC9fsV9xq0 { top:49.1875rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH { top:32.9375rem;left:0rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B10P1UHTv5MQnKfbBIkOwU7aoJ8oeVJM { top:48.5625rem;left:11.6875rem;width:24.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avJc0URKlcv9uIsqsENcLtWOfwT4oifV { top:32.9375rem;left:11.6875rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1M9egIDxXCHeWxztm7U7RF57G1gLFpO { top:49.1875rem;left:12.625rem;width:11.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4TNHKHmHgoDRssk1JJ36phpQesFkm6 { top:51.3125rem;left:15.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZsIMk2mf35Uviuc0TfPBHB7GJcHToly { top:51.75rem;left:14.625rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py84MzWDPSOvg0ED78HiiDyO0OM3Towh { top:51.5rem;left:12.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyEc8HI6EUFevFIJOJpKUl01t9P6W35e { top:51.75rem;left:20.6875rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPo88uXVdrrhtfZqELvV9n4wTt3TNx1V { top:51.4375rem;left:19.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUeKoHFIJDn8OqAyNeyetzdpSIV82NDB { top:51.75rem;left:17.75rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ2aUZCcTypL6XyrETuVlKNGdVRF8UTI { top:50.4375rem;left:27.25rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpsdaWKeiiyT2XWTEb19CbKx5t911a9 { top:51.9375rem;left:28.0625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNM7ML9SMH3zKiiG8WPAhcKMahX2FnyI { top:49.1875rem;left:29.375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUgsoMHhIQIEpkEQ9uTV9FHadpf9ePGI { top:48.5625rem;left:23.375rem;width:24.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRupd3kXBQ4zJrQT537eFBJQXvsZulh { top:32.9375rem;left:23.375rem;width:24.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvXDyQOTTIz6Lydfh0EiyIWbmPidg2uH { top:49.1875rem;left:37.1875rem;width:10.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H65ZtQ7gAHfINE7xpPDcs8oCqU7he11M { top:51.5rem;left:37.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX7kytClSGcwnzK6EZnC2rHgl5P0xkrW { top:51.75rem;left:43.0625rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svd0xwGARJM3Lwu4yPvpEKmITWFuOEF0 { top:51.3125rem;left:41.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axU7ccmfwSJQZozOK2p6zvdlqH9SIFvb { top:51.75rem;left:39.9375rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbB9mTzNaF7cqXJAolRi6gbNf2OOJDr { top:51.75rem;left:40.9375rem;width:6.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skOszwWbcGkQJmTgWkd3sUxJJ1bS8sBm { top:51.4375rem;left:44.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8JPqnamPQiDOcB8wwok4EUhw7NBgSnc { top:49.1875rem;left:42rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29v2er1x7LIn7bgTBCCVrKldNJ8Ghzr { top:50.4375rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQkmbF3EuLtMRopHaTAMnTOoV2LGMLeM { top:51.9375rem;left:40.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh { display:block; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZM26nTApyzAcB7KOyInElP4bNM0AyWI { top:2.625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i32UQy3HTbRhNKnTk2JNvGkrefPogIxv { top:6.875rem;left:0rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUdVffNIPTrR0WzsinumT9fqg4gdaoQG { top:6.875rem;left:24rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ymJlUKfcetoOv6Zq0LZ9ZiZuOuzoik { top:14.25rem;left:35.25rem;width:12.5rem;height:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTB1GGUeDdq3JlVGKVHkby8VmawevLb { top:9rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf2tJOElBnyKwAdgkX2aX6rcBwrPEUi { top:23.5rem;left:0rem;width:19.3125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q16DZQ9lEzI9JzUcTPiKg3SVsgWMEhyd { top:12.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QADULblHvJRzQxtxbp5GhCCFDoEbv7WB { top:6.875rem;left:12rem;width:23.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSnk0KUdUdTsWS760zJ84Q4tlZFZvw5S { top:9rem;left:13.875rem;width:12.5rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lis9OzWl7BUwBSesnfJe0hBW1Xh7J2OQ { top:23.5rem;left:13.875rem;width:19.3125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avs4J8MAJCl92DsfixeNQ2zWSRCZKbi6 { top:12.1875rem;left:13.875rem;width:11.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { display:none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:11.375rem;left:29.5rem;width:18.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { top:4.375rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { top:4.375rem;left:11.687498092651rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CyMWxhIEIW9UiO11FVWqfTWXVScTcJ { top:4.375rem;left:23.375rem;width:24.375rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:17.6875rem;left:11.687498092651rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:17.6875rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxACTifEXH2BJH600N4qNiP7bcuxEfHH { top:17.0625rem;left:26.4375rem;width:21.3125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #og2ii5gpOW6G6hghFSdreeAl35fMWrX7 { top:35.1875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN8rGXdDwsvshAcrWDV0TGhUvbOUfv7e { top:32.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZDy5O54JMpqyiT1pKSpXSOqB3l0Oq7 { top:31.125rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJwXRlK275BzRPCpLJEfNEIEcaDXs0A { top:35.1875rem;left:4.0625rem;width:9.125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAPv3bp1RxhRoKic4gzTak3OvZ1P7HI2 { top:32.75rem;left:7.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #InJbvQ4EOA4qyb6UBvSZNRJN7HT6OhEU { top:32.3125rem;left:1.0625rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaaGFroKXN5115SBJrr0g6ZZoOku8842 { top:32.3125rem;left:16.25rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JprG9w4omyQFnzQ1oTe0mbdSScZSzvGP { top:32.4375rem;left:31.5rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyhLTxkU5550yafENVcg0DpBU7hu3w6q { top:32.3125rem;left:46.625rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlOom2hTpia6Pz9k49Teu7Hlkbklnzg { top:35.1875rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Hp4XlQBIlTN3Kl5lUHtuUpHW6WmXw { top:35.1875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLaT80ZLZUwePeI2uuTXboCcTNb9SGHH { top:35.1875rem;left:32.875rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdCdUTMWxuxrF0CqtnNbK1leedM0UroR { top:32.5rem;left:22.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ27pACCaPV6yJ9DSxiZ3OBeu1S2TkSJ { top:32.5rem;left:37.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMiqzNkt8tpIOApoaID8or69tmFmEzuh { top:32.5rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { top:3.625rem;left:9.8737545013425rem;width:27.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { top:28.125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv { top:10.375rem;left:0rem;width:37.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { top:28.125rem;left:11.7490234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { top:28.125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17 { top:10.375rem;left:10.6875rem;width:37.0625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { top:41.625rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33 { top:41.625rem;left:11.75rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT { top:41.625rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.5625rem;left:7.5308933258056rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6BwkPZ15KtZLe7ZamhIy9zaTSw6NIp { top:61.125rem;left:0rem;width:16.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THq95qkuosuxAiafZhmCl6oAL6HL12Mt { top:61.125rem;left:14.810724258423rem;width:16.375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl2iWE05FTquTmn1ItqJyGukr8pyKnn4 { top:61.125rem;left:31.375rem;width:16.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKDr4WtK1KsubhkIFhG6ch1M4ktKbbHn { top:61.125rem;left:28.186079025269rem;width:4.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { top:61.0625rem;left:43.375rem;width:4.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHn8v0bv7EFegI07zNXmJ3fA5cThZ1MB { top:51rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvKZnsDF7TcsEAztvT2II4fo5FCLfp5T { top:59.0625rem;left:13.622869491577rem;width:0.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:23.125rem;height:3.125rem;top:78.6875rem;left:12.310724258423rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { top:9.9375rem;left:0rem;width:47.75rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdLwbgioROa3U2sS1i4RiyZLUgEQgNb4 { top:11rem;left:0rem;width:47.75rem;height:27.32568359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbNIDvWBarWwbCwz4bb2XqdL0ei7xgOM { top:54.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmZiptoT7srAITnT2FKOu4T4gWStFinK { top:61.125rem;left:7.8735790252688rem;width:4.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { top:58.75rem;left:0rem;width:16.375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnggAFo13oqQEGvqh3CoA2Hi2DpvVagW { top:58.9375rem;left:10.866655349731rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { top:58.8125rem;left:14.8125rem;width:16.375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLOw8Dmv47dVzk4SQLOfSLNVLvQwKLUq { top:59.0625rem;left:30.990587234497rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { top:59.0625rem;left:33.937139511108rem;width:0.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { top:58.75rem;left:31.375rem;width:16.375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMxKKbJb0mt3nVLUZ4eHzKF1oCQ4dx1 { top:59rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { top:71.25rem;left:4.8746433258057rem;width:16.375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDqAKmvn8NhoDFCzsZHn8nXeAwE0RzI { top:71.3125rem;left:18.0625rem;width:4.4375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVKV6r9wnKHXFsGunatp3wTO9TIPZ0B9 { top:71.3125rem;left:25rem;width:16.375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJU6npBNvnAygNTScWsXGJSb3EaxXDnr { top:69rem;left:23.811964035034rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { top:68.9375rem;left:4.875rem;width:16.375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpqHJTAPgs8B8tyaShbEAGimMn6JBwpN { top:69.125rem;left:21.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGKEbJsOPdAasy4ef7EI7D4dOktmOtn6 { top:68.9375rem;left:25rem;width:16.375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWJVhoptGgnDkr9ZByu13mC84hS29SD { top:71.3125rem;left:38.375rem;width:4.4375rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v810bsXrhcNkKO9u8NvsKMxVHaud4WnM { top:69.0625rem;left:41.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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/9984dc2a-758e-4c97-985f-02c50f54597d/Hero.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.4); }#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.4); }#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:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:9.125rem;height:0.8994125rem;top:6rem;left:6.1875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:8.625rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:11.1875rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:7.875rem;left:1.25rem;background-color:rgba(17,17,17,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:8.75rem;left:1.875rem;font-size:0.8125rem;color:#00caa3;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:8.8125rem;left:12.75rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:5.9990234375rem;left:4.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { width:20rem;height:1.19921875rem;top:4.1875rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XVZvBePTlQ33z4mACUk3eah04lW3DGyG { width:5.6875rem;height:2.0625rem;top:1.125rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#00a887;background-image:none;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { width:18.1855625rem;height:1.625rem;top:0.9375rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzr0EdLBmEg7OC1ZbsNAiN3T3AFAuuRD { width:20rem;height:4.375rem;top:16.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { display:flex;width:1.25rem;height:1.25rem;top:19.0625rem;left:0.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { width:1.31214375rem;height:1.13671875rem;top:19.1875rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qwf75unN9XnbD4ySCufXClmT5lECQthI { width:12.0625rem;height:1.29980625rem;top:16.9375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { display:flex;width:1.25rem;height:1.25rem;top:18.9375rem;left:3.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { width:1.25rem;height:1.13671875rem;top:19.1875rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { width:20rem;height:12.8125rem;top:3.4970703125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/6a3f057b-9cd0-4883-8bb1-5ab3e6a4c5ec/BauhiniaNew.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.adaptive-delivery-prevent-bg, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyload, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { display:flex;width:1.25rem;height:1.25rem;top:19rem;left:6.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { width:5.75rem;height:1.13671875rem;top:19.1875rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { width:7.9368125rem;height:1.29980625rem;top:17.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { width:7.0623125rem;height:1.0556625rem;top:19.1875rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { width:5.7492875rem;height:0.9746125rem;top:16.8125rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { width:20rem;height:5.0625rem;top:91.185190200806rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfDdSugVeRfwp4SLoi8TMOJecq4uJrUT { width:7.9368125rem;height:0;top:93.060190200806rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #we8ud9yvH0b86kRwZ6zk7PahhtAVhVwx { width:7.0623125rem;height:0;top:94.559656143187rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hpAO1SuxpVha38Sn1dxt0cuFTAPvdbdG { width:5.7492875rem;height:0;top:91.810190200806rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { width:20rem;height:15.625rem;top:61.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.adaptive-delivery-prevent-bg, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyload, #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nw2LrRTDQFeNeHDtmHyd4gAGa9XuhL0C { width:4.562325rem;height:0;top:94.372335433963rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xh3IxpPd77ODnyXx5qvTXqupHTIkfvL1 { display:flex;width:1.5625rem;height:1.5625rem;top:94.059835433963rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATOdm0nEKeL2suAQ7xlUgzAgauyTFgdH { width:1.25rem;height:0;top:94.185365676881rem;left:6.0624984502793rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { width:5.499825rem;height:0;top:91.810190200806rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mp6NR6zoDbfrUe4rCAzq0n5bTRBCcEKJ { display:flex;width:1.5625rem;height:1.5625rem;top:93.934656143187rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZFaPqIzTc9Ggrv5NRGco3rBQeOWNo3d { width:1.31214375rem;height:0;top:94.185365676881rem;left:2.9375003576279rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P4sAlGd93QemnrF50xDn1TbcKW5bJSuw { display:flex;width:1.5625rem;height:1.5625rem;top:93.935010910031rem;left:0.93820989131925rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { width:20rem;height:5.0625rem;top:97.497335433963rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt { width:20rem;height:15.625rem;top:78.8125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.adaptive-delivery-prevent-bg, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyload, #kvSwoLFevJ8HLQdk1fleMNlfBTOSbLdt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcmiChTpPMaO9Fb8RSyF56JSunamJLge { width:20rem;height:5.125rem;top:74.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l508ITtKguWKLc8wx3qFz6f3TEEEADVi { display:flex;width:1.625rem;height:1.625rem;top:77.8125rem;left:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9amKLTTFUPgnZW88tGXt1CeeMXpAunG { width:1.375rem;height:1.13671875rem;top:78.0625rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Rgglyo2LAtt8KPT8d7wCkukvfKdyRmit { display:flex;width:1.625rem;height:1.625rem;top:77.625rem;left:4.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFH7yFWN81UMqhUpMJv1h7yomamwFSMO { width:1.3125rem;height:1.13671875rem;top:78.0625rem;left:6.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mhm2phlXomtrEKpHFokapoPZadqV4xMi { display:flex;width:1.625rem;height:1.625rem;top:77.75rem;left:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7M3TdidaJbZHPUMDKkMpi0ruLJXq8MU { width:5.625rem;height:1.13671875rem;top:78.0625rem;left:9rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nTLUZsp6sIFMDMKbobJquvJPqDgLx8rz { width:12.625rem;height:1.625rem;top:75.5rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oPWA7syR76G1pqlanbCSC7aiPyOM6Wy2 { width:7.9375rem;height:1.29980625rem;top:76.75rem;left:12.0625rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #kB0U7uk0IUcxKdLC0V9fPhOPWhuh3ms2 { width:7.125rem;height:1.13671875rem;top:78.25rem;left:12.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ET1aMS8DMemkuAmmmRJx2zEC9fsV9xq0 { width:5.75rem;height:1.13671875rem;top:75.5rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH { width:20rem;height:15.625rem;top:58rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH.adaptive-delivery-prevent-bg, #gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH.lazyload, #gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B10P1UHTv5MQnKfbBIkOwU7aoJ8oeVJM { width:20rem;height:5.125rem;top:48.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #avJc0URKlcv9uIsqsENcLtWOfwT4oifV { width:20rem;height:15.625rem;top:32.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#avJc0URKlcv9uIsqsENcLtWOfwT4oifV.adaptive-delivery-prevent-bg, #avJc0URKlcv9uIsqsENcLtWOfwT4oifV.lazyload, #avJc0URKlcv9uIsqsENcLtWOfwT4oifV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p1M9egIDxXCHeWxztm7U7RF57G1gLFpO { width:11.4375rem;height:auto;top:49.1875rem;left:4.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FT4TNHKHmHgoDRssk1JJ36phpQesFkm6 { display:flex;width:1.625rem;height:1.625rem;top:51.3125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZsIMk2mf35Uviuc0TfPBHB7GJcHToly { width:1.375rem;height:auto;top:51.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Py84MzWDPSOvg0ED78HiiDyO0OM3Towh { display:flex;width:1.625rem;height:1.625rem;top:51.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyEc8HI6EUFevFIJOJpKUl01t9P6W35e { width:5.75rem;height:auto;top:51.75rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tPo88uXVdrrhtfZqELvV9n4wTt3TNx1V { display:flex;width:1.625rem;height:1.625rem;top:51.4375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUeKoHFIJDn8OqAyNeyetzdpSIV82NDB { width:1.3125rem;height:auto;top:51.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uJ2aUZCcTypL6XyrETuVlKNGdVRF8UTI { width:7.9375rem;height:auto;top:50.4375rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iHpsdaWKeiiyT2XWTEb19CbKx5t911a9 { width:7.125rem;height:auto;top:51.9375rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #HNM7ML9SMH3zKiiG8WPAhcKMahX2FnyI { width:5.75rem;height:auto;top:49.1875rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QUgsoMHhIQIEpkEQ9uTV9FHadpf9ePGI { width:20rem;height:5.125rem;top:48.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQRupd3kXBQ4zJrQT537eFBJQXvsZulh { width:20rem;height:15.625rem;top:32.9375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/73aa8e9e-91ad-4b9c-bc8a-7b3b4336d6d2/u1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#xQRupd3kXBQ4zJrQT537eFBJQXvsZulh.adaptive-delivery-prevent-bg, #xQRupd3kXBQ4zJrQT537eFBJQXvsZulh.lazyload, #xQRupd3kXBQ4zJrQT537eFBJQXvsZulh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cvXDyQOTTIz6Lydfh0EiyIWbmPidg2uH { width:10.5625rem;height:auto;top:49.1875rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #H65ZtQ7gAHfINE7xpPDcs8oCqU7he11M { display:flex;width:1.625rem;height:1.625rem;top:51.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tX7kytClSGcwnzK6EZnC2rHgl5P0xkrW { width:1.3125rem;height:auto;top:51.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Svd0xwGARJM3Lwu4yPvpEKmITWFuOEF0 { display:flex;width:1.625rem;height:1.625rem;top:51.3125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #axU7ccmfwSJQZozOK2p6zvdlqH9SIFvb { width:1.375rem;height:auto;top:51.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ukbB9mTzNaF7cqXJAolRi6gbNf2OOJDr { width:6.8125rem;height:auto;top:51.75rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #skOszwWbcGkQJmTgWkd3sUxJJ1bS8sBm { display:flex;width:1.625rem;height:1.625rem;top:51.4375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8JPqnamPQiDOcB8wwok4EUhw7NBgSnc { width:5.75rem;height:auto;top:49.1875rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #t29v2er1x7LIn7bgTBCCVrKldNJ8Ghzr { width:7.9375rem;height:auto;top:50.4375rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gQkmbF3EuLtMRopHaTAMnTOoV2LGMLeM { width:7.125rem;height:auto;top:51.9375rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh { display:block; }#MpmRvoaSxZ6riMPygDqIJi0ZKVyRAovh > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZM26nTApyzAcB7KOyInElP4bNM0AyWI { height:11.25rem;width:20rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0cc3d525-34c4-42ee-906e-33ed9ad21317/PicAbout2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i32UQy3HTbRhNKnTk2JNvGkrefPogIxv { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUdVffNIPTrR0WzsinumT9fqg4gdaoQG { width:20rem;height:9.375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ymJlUKfcetoOv6Zq0LZ9ZiZuOuzoik { width:12.5rem;height:4.9482375rem;top:28.525390625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICTB1GGUeDdq3JlVGKVHkby8VmawevLb { width:12.5rem;height:1.7871125rem;top:2.1875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf2tJOElBnyKwAdgkX2aX6rcBwrPEUi { width:18.1875rem;height:2.923825rem;top:6.5rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q16DZQ9lEzI9JzUcTPiKg3SVsgWMEhyd { width:12.5rem;height:1.29980625rem;top:4.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QADULblHvJRzQxtxbp5GhCCFDoEbv7WB { width:20rem;height:23.75rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSnk0KUdUdTsWS760zJ84Q4tlZFZvw5S { width:12.5rem;height:auto;top:9rem;left:3.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lis9OzWl7BUwBSesnfJe0hBW1Xh7J2OQ { width:19.3125rem;height:auto;top:23.5rem;left:0.3125rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #avs4J8MAJCl92DsfixeNQ2zWSRCZKbi6 { width:11.3125rem;height:auto;top:12.1875rem;left:4.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { background-color:#0d4641;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { background-color: transparent; background-image: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { height:11.1869375rem;width:20rem;top:1.5926856994629rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/7aaf5355-c008-4ec7-9e1a-bf8a8f4b6391/BGMain2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.198329925537rem;left:1.8749998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.4000375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c79f6e;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:11.937125rem;height:1.625rem;top:1.25rem;left:4.030539393425rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { width:9.6875rem;height:5.625rem;top:3.7317237854004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { width:9.6875rem;height:5.625rem;top:3.7317190170288rem;left:10.312499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CyMWxhIEIW9UiO11FVWqfTWXVScTcJ { width:9.6875rem;height:5.625rem;top:9.9817047119137rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad3dd701-208f-4516-bf72-6bb958cf7de0/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#J5CyMWxhIEIW9UiO11FVWqfTWXVScTcJ.adaptive-delivery-prevent-bg, #J5CyMWxhIEIW9UiO11FVWqfTWXVScTcJ.lazyload, #J5CyMWxhIEIW9UiO11FVWqfTWXVScTcJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:9.9808316230775rem;left:10.312499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:20rem;height:12.5rem;top:100.796890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxACTifEXH2BJH600N4qNiP7bcuxEfHH { width:20rem;height:3.296875rem;top:16.919387817382rem;left:0rem;font-size:0.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #og2ii5gpOW6G6hghFSdreeAl35fMWrX7 { width:6.25rem;height:0.89355625rem;top:24.311965942382rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN8rGXdDwsvshAcrWDV0TGhUvbOUfv7e { display:flex;width:1.75rem;height:1.75rem;top:22.090728759766rem;left:2.749467253685rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #hZZDy5O54JMpqyiT1pKSpXSOqB3l0Oq7 { width:20rem;height:9.5rem;top:21.213600158691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJwXRlK275BzRPCpLJEfNEIEcaDXs0A { width:6.25rem;height:0.89355625rem;top:24.331497192382rem;left:6.8749998807906rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAPv3bp1RxhRoKic4gzTak3OvZ1P7HI2 { display:flex;width:1.75rem;height:1.75rem;top:22.151100158691rem;left:9.1246446371081rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #InJbvQ4EOA4qyb6UBvSZNRJN7HT6OhEU { width:0.062144875rem;height:3.75rem;top:24.761189460754rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaaGFroKXN5115SBJrr0g6ZZoOku8842 { width:0;height:3.75rem;top:38.278587341309rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #JprG9w4omyQFnzQ1oTe0mbdSScZSzvGP { width:0;height:3.75rem;top:53.365768591309rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyhLTxkU5550yafENVcg0DpBU7hu3w6q { width:0;height:3.75rem;top:64.702949841306rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUlOom2hTpia6Pz9k49Teu7Hlkbklnzg { width:6.25rem;height:0.89355625rem;top:24.311965942382rem;left:13.124999403954rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Hp4XlQBIlTN3Kl5lUHtuUpHW6WmXw { width:6.25rem;height:0.89355625rem;top:28.6875rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLaT80ZLZUwePeI2uuTXboCcTNb9SGHH { width:6.25rem;height:0.89355625rem;top:28.6875rem;left:2.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdCdUTMWxuxrF0CqtnNbK1leedM0UroR { display:flex;width:2.0625rem;height:2.0625rem;top:21.994850158691rem;left:15.217506766319rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #QQ27pACCaPV6yJ9DSxiZ3OBeu1S2TkSJ { display:flex;width:1.875rem;height:1.875rem;top:26.5rem;left:5.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #mMiqzNkt8tpIOApoaID8or69tmFmEzuh { display:flex;width:1.875rem;height:1.875rem;top:26.5rem;left:13rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { width:6.25rem;height:3.875rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKaWMKKzuaUU1SndLZP17m7GkZ8TWRbv { width:9.6875rem;height:6.1875rem;top:3.7478694915771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { width:6.25rem;height:3.875rem;top:10.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { width:6.25rem;height:3.875rem;top:10.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFKlPkXfN3mAVgoMF8VVrxi4MC99IG17 { width:9.6875rem;height:6.1875rem;top:3.7478775978088rem;left:10.312499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { width:6.25rem;height:3.875rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTCddd5cIvRfM45SlF3mwSRk5CGZz33 { width:6.25rem;height:3.875rem;top:15.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKlzTlFwmMhSTFJdZxBdZzWZG4iIdXpT { width:6.25rem;height:3.875rem;top:15.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6BwkPZ15KtZLe7ZamhIy9zaTSw6NIp { width:16.4373125rem;height:3.1494125rem;top:26.886717319489rem;left:1.0910866260529rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #THq95qkuosuxAiafZhmCl6oAL6HL12Mt { width:16.3743125rem;height:4.19921875rem;top:32.060724258423rem;left:1.0617897510529rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nl2iWE05FTquTmn1ItqJyGukr8pyKnn4 { width:16.3743125rem;height:3.1494125rem;top:38.3095703125rem;left:1.0615234375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gKDr4WtK1KsubhkIFhG6ch1M4ktKbbHn { width:4.4984rem;height:3.1494125rem;top:32.058060646057rem;left:14.310191512108rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { width:4.375rem;height:3.14941875rem;top:38.30859375rem;left:14.4365234375rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WHn8v0bv7EFegI07zNXmJ3fA5cThZ1MB { width:18.2493125rem;height:2.5996125rem;top:17.910155296326rem;left:0.87357950210569rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OvKZnsDF7TcsEAztvT2II4fo5FCLfp5T { width:0.0625rem;height:5rem;top:67.285125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:19rem;height:2.5rem;top:51.524146556854rem;left:0.49893462657929rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { width:20rem;height:13.375rem;top:3.4602279663086rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdLwbgioROa3U2sS1i4RiyZLUgEQgNb4 { width:20rem;height:11.445307083077rem;top:4.5229110717774rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbNIDvWBarWwbCwz4bb2XqdL0ei7xgOM { width:17.9998125rem;height:3.59765625rem;top:21.085759162903rem;left:0.99875700473787rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vmZiptoT7srAITnT2FKOu4T4gWStFinK { width:4.43714375rem;height:3.1494125rem;top:26.87428855896rem;left:14.401632666588rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { width:16.3743125rem;height:1.57493125rem;top:25.324039936066rem;left:1.0625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #bnggAFo13oqQEGvqh3CoA2Hi2DpvVagW { display:flex;width:1.25rem;height:1.25rem;top:25.567817687988rem;left:17.679153800011rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { width:16.3743125rem;height:1.57493125rem;top:30.437854766846rem;left:1.0617897510529rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #qLOw8Dmv47dVzk4SQLOfSLNVLvQwKLUq { display:flex;width:1.5rem;height:1.5rem;top:30.492010116577rem;left:17.372158408165rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { width:0.0625rem;height:8.75rem;top:59.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { width:16.375rem;height:1.57421875rem;top:36.5859375rem;left:1.0615234375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #EnMxKKbJb0mt3nVLUZ4eHzKF1oCQ4dx1 { display:flex;width:1.375rem;height:1.375rem;top:36.6787109375rem;left:17.552734375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { width:16.3743125rem;height:2.1005rem;top:43.673116847872rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dBDqAKmvn8NhoDFCzsZHn8nXeAwE0RzI { width:4.43625625rem;height:2.1005rem;top:43.6875rem;left:14.680397391319rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mVKV6r9wnKHXFsGunatp3wTO9TIPZ0B9 { width:16.3743125rem;height:2.1005rem;top:47.860794067382rem;left:1.0625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WJU6npBNvnAygNTScWsXGJSb3EaxXDnr { width:0.0625rem;height:5.625rem;top:69rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { width:16.3743125rem;height:1.57493125rem;top:41.960581541061rem;left:1.0617897510529rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #BpqHJTAPgs8B8tyaShbEAGimMn6JBwpN { display:flex;width:1.375rem;height:1.375rem;top:42.104934692382rem;left:17.741653800011rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #oGKEbJsOPdAasy4ef7EI7D4dOktmOtn6 { width:16.3743125rem;height:1.57493125rem;top:46.161575317382rem;left:1.0625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #olWJVhoptGgnDkr9ZByu13mC84hS29SD { width:4.43625625rem;height:2.1005rem;top:47.858283042908rem;left:14.680397391319rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v810bsXrhcNkKO9u8NvsKMxVHaud4WnM { display:flex;width:1.375rem;height:1.375rem;top:46.229224205017rem;left:17.742365241051rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }