.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:10.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:20.9375rem;left:32.75rem;height:1.2744125rem;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.3740234375rem;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, #00765e);background-image: -moz-linear-gradient(180deg, #00a887, #00765e);background-image: -ms-linear-gradient(180deg, #00a887, #00765e);background-image: -o-linear-gradient(180deg, #00a887, #00765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a887', endColorstr='#00765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a887', endColorstr='#00765e' );";background-image: linear-gradient(180deg, #00a887, #00765e);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.125rem;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.25rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.4);background-image:none;top:24.5625rem;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:#00c8a1;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:26.0615234375rem;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.6865234375rem;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.0625rem;left:31.1875rem; }
#qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.4365234375rem;left:20.5625rem;height:2.69965rem;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:74.1875rem;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; }
#gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { box-sizing:content-box;height:5.125rem;width:36.25rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:34.375rem;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; }
#wfDdSugVeRfwp4SLoi8TMOJecq4uJrUT { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:36.25rem;left:27.0625rem;height:1.54296875rem;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:37.75rem;left:27.875rem;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.9375rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:35rem;left:29.25rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0ab51467-e8da-44bf-8a95-fdf6e6e36f90/BeliveBauhinia.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.21875rem;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; }#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:37.5625rem;left:7.8125rem;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:37.25rem;left:7.3125rem; }
#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:37.5625rem;left:6.3125rem;height:1.21875rem;display:block; }
#eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:35.125rem;left:1.25rem;height:1.7871125rem;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:37.125rem;left:4.375rem; }
#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:37.5625rem;left:3.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:37.3125rem;left:1.25rem; }
#GcmiChTpPMaO9Fb8RSyF56JSunamJLge { box-sizing:content-box;height:5.125rem;width:36.25rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;top:65.125rem;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:68.0625rem;left:1.25rem; }
#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:68.3125rem;left:3.3125rem;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:67.875rem;left:4.375rem; }
#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:68.3125rem;left:6.375rem;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:68rem;left:7.25rem; }
#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:68.3125rem;left:7.75rem;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.375rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:65.875rem;left:1.25rem;height:1.7871125rem;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.1875rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:67rem;left:27.0625rem;height:1.54296875rem;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:68.5rem;left:27.875rem;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.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:65.75rem;left:29.1875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9bb3e3bf-dde3-4f12-b2df-4a540f8063e2/GARDENIAweb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42rem;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:36.25rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:65.125rem;left:38.75rem;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:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0cbb91cb-943e-4ced-bc7c-67aaf8e960c4/BELIVECANNALILLY1e1677430067707.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42rem;left:38.75rem;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.375rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:65.875rem;left:40rem;height:1.7871125rem;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:67.875rem;left:43rem; }
#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:68.3125rem;left:41.9375rem;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:68.0625rem;left:40rem; }
#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:68.3125rem;left:46.5rem;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:68rem;left:45.9375rem; }
#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:68.3125rem;left:45.0625rem;height:1.21875rem;display:block; }
#uJ2aUZCcTypL6XyrETuVlKNGdVRF8UTI { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:67rem;left:65.8125rem;height:1.54296875rem;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:68.5rem;left:66.625rem;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.9375rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:65.75rem;left:67.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#UeomDLZPnKfzFvVBzpQhp1BFF6iAZGtD { 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:none; }
#yDPt2IATioGePufpQGMRlIAxvsWpLkIo { 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;display:none; }
#nRuKZbUZUxqn6wDUbK1nCpol6pkkgxXK { 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.875rem;height:1.21875rem;display:none; }
#ChG070keS67vTnlG5epg4A9is4xJF1gT { 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;display:none; }
#NI79Qk1scz8q2Z5a58Mdm1PXiSvq39Bg { 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:none; }
#V3vpXqe5FTT0xc3s7cppKBKtS0Mk6DwR { 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:none; }
#E5UTSDXUrxTe7hoVVblI2o0LFKfnsyyU { 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;display:none; }
#FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk { 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:none; }#FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk.adaptive-delivery-prevent-bg, #FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk.lazyload, #FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk.lazyloading { background-image: none; }
#ktD46rBXhiqMTVOE85v3BWKqRWKD3gt2 { 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:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#CTXyeGHITx2kEMr90hynF58SW58uwXmR { 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:none; }
#bVAferJA3fS9SHSvTC5lUbiXSy4eJaR5 { 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:none; }
#XJnVZ23nEZ5zsdF6rqRezw82T8yW1Qqi { 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:none; }
#rShpZTNDpgBMrIMQObJQMmmWr5MQ67Te { box-sizing:content-box;height:5.125rem;width:36.25rem;position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;top:34.375rem;left:38.75rem;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; }
#CZc2QA2CM3SznfdynFWlxWGLc60pNyxl { 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:37.3125rem;left:40rem; }
#RHi3JDZoIlS3REJGhpf2EobtbE4p7mGC { 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:37.5625rem;left:42rem;height:1.21875rem;display:block; }
#FubtE44cy5yKIlGUhSpLo5vkyDZvN72i { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:35.125rem;left:40rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#houysac05oCHWCUsNFNrxbURoNwd73w4 { 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:37.125rem;left:43.0625rem; }
#LuqKA1ciH0puOGVf3zFwKcVi4JX5eSx6 { 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:37.5625rem;left:45.0625rem;height:1.21875rem;display:block; }
#Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T { box-sizing:content-box;height:23.125rem;width:36.25rem;position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1558357-595a-4725-8988-4e6901c81f12/BELIVEPLUMERIA1e1677429541780.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.25rem;left:38.75rem;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; }#Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.adaptive-delivery-prevent-bg, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyload, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyloading { background-image: none; }
#XpAT7LdfgvVvsdW7o2BOIVPxl1UrzJ7e { 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:37.25rem;left:46rem; }
#GK0A0gtJ7uyb2wCcy2yMpzWc64C3o1T6 { color:#111111;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:37.5625rem;left:46.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#q1RcDPsoQNRqEWUbOvJuzywS2TNZa236 { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:36.25rem;left:65.8125rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hLEBm0R8igTnlvrdTozwk7lzE7opEu80 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:37.75rem;left:66.625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#PaDF3KbIIzrMK2KIwx1s7vwpnKKANKeo { color:#00a887;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:35rem;left:67.9375rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#isss363VbIcFkV9rTNoyh8geZOezayO0 { 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:none; }
#rOGTZfwm6C6EOheEztP8ovRsOcDC3WQN { 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;display:none; }
#PGnipyDPThowJFeBFwEvuAlfwUQQxoPw { 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.875rem;height:1.21875rem;display:none; }
#m70NenOmvbSHgHy0K9xW8BPb5k08xbLo { 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:none; }
#WvNv6xruG943KGtaTviOWGlPDBe5bsw5 { 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;display:none; }
#gFXkyT89moemz4To9NxVm0TEFoCCUmBd { 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:none; }
#kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI { 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:none; }#kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI.adaptive-delivery-prevent-bg, #kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI.lazyload, #kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI.lazyloading { background-image: none; }
#Ls50lTAlAApTeTBGBLk95iLnUAVJBACS { 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;display:none; }
#VD4AT3qgULmh7sAtddwlLwfy5VfUBy4u { 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:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#BV7Hd5Je4RiOpPTpKyDCfQJa2h50l9gR { 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:none; }
#MtWHCpMJQgvr2JSd5pi7l5HinBKGatrZ { 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:none; }
#wsRGDKFJkdl7g6yRUmqlzzsZCbhPUkTv { 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:none; }
#H3gIr9bciLKdT7yWw1Vot4G3o3vXa0OG { 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:none; }
#TRwIEMZTTVeiOlKBu3r1RBrgUhaXSkrR { 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;display:none; }
#StTGpIRCCB02XT1zOG3MxXTJSPTG3bNq { 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.875rem;height:1.21875rem;display:none; }
#Plp8I2pNwUA9Mhq2zOTkaIDX4qHPOAe3 { 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:none; }
#cmSXVmbb2BGDWGiudJbM6QgHIbZecIo0 { 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;display:none; }
#q3kTkOI5sndTbSNKRgBpU7gLTkyp7A4T { 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:none; }
#xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG { 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:none; }#xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG.adaptive-delivery-prevent-bg, #xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG.lazyload, #xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG.lazyloading { background-image: none; }
#UXetRCvkAHfBxOJNTAbPoSX6EaqVLMrQ { 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;display:none; }
#JntCrKhDaRXpdT8Shy7CkToslOoHKvTU { 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:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#R4EThi81dtKwCn5dJdtJrBIVMXMOcZW5 { 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:none; }
#rJdgFcOAhwxK52EFgbL8EvDNZw1oT6qr { 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:none; }
#eAnHEwWJPwJFbko4PH30Ifp7eD2KFWst { 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;display:none; }
#T6picVxTia31MbrbpLJc218s98kV9nyw { 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.875rem;height:1.21875rem;display:none; }
#tDqJJVzIehOLQ7ZbAgVqnXUxfBwqnGpi { 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;display:none; }
#FlDcLy4S9EATgT54kCEhg2FluBFa82lX { 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:none; }
#Vvtq3tQq09XTyZHFOyleVEcTTE4P3Tl8 { 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;display:none; }
#TwaSVmllkwT2P81zd8QDJC7s2kloLkAm { 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:7.498046875rem;height:1.21875rem;text-align:right;text-align-last:right;display:none; }
#DsgMD0w5zKCTds6TMeoiHlERJIqVtdDC { 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:none; }
#DEiPBb7AHiZki0oVhonKz8TRFnThcqg5 { 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:none; }
#OU39Gkx5f5qaeAcLltHW25TspDUziaQo { 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:none; }
#as9MuXJi84xe5OUuKJV89TydPUM23uUV { 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:none; }
#OD2DUEWMWCz4r41MeyM4sudSRD5zssqE { 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:none; }
#HOCspb4foxP46AwZhNlUwAlAm4u42pqi { 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:none; }
#hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7 { 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:none; }#hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7.adaptive-delivery-prevent-bg, #hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7.lazyload, #hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7.lazyloading { background-image: none; }
#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.2); }#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.2); }#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:8.6875rem;left:1.875rem;height:2.92535rem;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:11.875rem;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:8.6875rem;left:27.5rem;height:2.92535rem;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.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.875rem;left:27.5rem;height:3.8984375rem;font-style:normal;display:block; }
#tSTdEKKkSftVOtZWrM35EoA1MnpW69kT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.6494140625rem;left:19.09375rem; }
#fLHi5s3W9EN2U0MPTr6GtgFzNuMH33zq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.6494140625rem;left:44.65625rem; }
#OTx6iszJwTnuWQCEFvPa7GiC23N0J9uo { 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:none; }
#gTtKr1FAkmRg6sTwdNEbKCQhcDVIAWfS { 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:none; }
#bvkuMlTrLaPlLHphqkHDLeXSlQmrIKvC { 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:11.875rem;left:1.875rem;height:1.94921875rem;font-style:normal;display:none; }
#Ndqp5CKpQum04g2elWGT2AuxbGnaODkF { 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:8.6875rem;left:1.875rem;height:2.92480625rem;font-style:normal;display:none; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,168,135,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:32.1875rem;width:75rem;position:relative;display:block; }#a5nZlxbsEDVGgcdSFsFSwwWKFhsRL72B { color:#00a887;display:block;width:67.8125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1LMxmGBRtqVGVwvN7JROoVMBokSc7tW { color:#000000;display:block;width:67.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.59375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqV0BmDvif0yyGFXOamHKxVTVtetceET { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5625rem;left:0rem;display:block; }
#uGrNJRp1z6a6n9mrGRT7ObbWvzAt2Kqy { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15002;background-color:#00a887;background-image:none;top:14.5rem;left:0.9375rem;display:block; }
#hulZxSNyc221tcTBMnV0N4ieovgVSTpF { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.375rem;left:6.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HZBZ4SsixMXT6DBeWAendeSxlTiiv7RG { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.5rem;left:6.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rdaZOUFmG9eA96gDL5cdwRK90BpJb6Wi { 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:15010;opacity:1;top:15.4375rem;left:1.875rem; }
#yUwTprzrXXHcFUprd12dM9M8a5k1AwkT { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5625rem;left:0rem;display:none; }
#s3XWTn8H0diNc1LegZeCSRIUxrlFKUzU { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15002;background-color:#00a887;background-image:none;top:14.5rem;left:0.9375rem;display:none; }
#tFTFEhn1RykvZklBlLdAPmxOovdnNFgT { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.375rem;left:6.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Xtiiu8aG9s3vNXlKxa6WAxH5yKT5bFTJ { 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:15010;opacity:1;top:15.4375rem;left:1.875rem;display:none; }
#SzBSmBD8D9wOgRT102mT1dp2JNJx2tot { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.5rem;left:6.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kmhTCPedkOa0U2zJHSWHTTlZ70F4OFBA { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5625rem;left:0rem;display:none; }
#ho4MnQ4cpoS4AZDJgMAnFVp0imqBN0PI { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15002;background-color:#00a887;background-image:none;top:14.5rem;left:0.9375rem;display:none; }
#lt68KomLKgM95P20Gf6e4nlpnDwIu2q1 { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.375rem;left:6.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ip1WJ6EwuTrf2T2uwaPqdfTS7BoBJ24t { 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:15010;opacity:1;top:15.4375rem;left:1.875rem;display:none; }
#N9oXSib270WQTkxvLxOZBl8lrTJDwB8i { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.5rem;left:6.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LI5WoR0LH6IzDy7MC9VFQ5S7lwZqWIQV { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5625rem;left:0rem;display:none; }
#T2HIzQyxttFf3RZaydmI0dxQ3Hmgb8E8 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15002;background-color:#00a887;background-image:none;top:14.5rem;left:0.9375rem;display:none; }
#uT4BCbHpm1mxtH2HqDHgpNeqVZZsEGCT { 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:15010;opacity:1;top:15.4375rem;left:1.875rem;display:none; }
#EtPy3qCQPlqGJ9ebSaWnGHSk0PpSNXxF { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.375rem;left:6.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GD3Cr4rcnmaVhf2COaNa3S5rSPMWfabT { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.5rem;left:6.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eIsc1DGo3ThCMKUwbzXrrZtNXJymwLW0 { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5625rem;left:0rem;display:none; }
#NJW3ZFiCmDduTn9AyKdAUytIwAkQctBw { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15002;background-color:#00a887;background-image:none;top:14.5rem;left:0.9375rem;display:none; }
#UQhPsTVgmqm74BoDyOuTbzfe8oo6hbbp { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.375rem;left:6.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#c8xCZQeOwbTgEODkyBZmnEgk6zOa81EI { 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:15010;opacity:1;top:15.4375rem;left:1.875rem;display:none; }
#PrRW0fHmAvrE1u1ooETWW3fvwkWiSq0Q { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.5rem;left:6.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VlEKUqGbRAnINdDGn7ULx0ilLJgrlNWv { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.5625rem;left:0rem;display:none; }
#OrOkpgtFU8isQGgikXr83XzsBRmfc8K0 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15002;background-color:#00a887;background-image:none;top:14.5rem;left:0.9375rem;display:none; }
#ChPQMGvQKMOnP4nPwQKInMKNFax2WyCS { 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:15010;opacity:1;top:15.4375rem;left:1.875rem;display:none; }
#JevCT7mNtoVyH9Ufp0Jnl8xxcXzErQhS { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.375rem;left:6.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IafJrIVOR1qqbT21DuD5ynnAGDDzre6P { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.5rem;left:6.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yzMpy7E7rlrrlb3h3oehK2enxOQNMwXl { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:13.5625rem;left:25.625rem;display:block; }
#uMy1kNh3ZMmRM31C5rO5KrX3ahWxPRQc { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:16.375rem;left:32.1875rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eW75X37q5TbRnaeGbnSkIe4U1iExtCch { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15007;background-color:#00a887;background-image:none;top:14.5rem;left:26.5625rem;display:block; }
#LromaCp87v637JRbHTFNSlrBTGwx2WTt { 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:15015;opacity:1;top:15.4375rem;left:27.5625rem; }
#GIUGAsyrl9MwiyIdE4HLp0wIRh6IWQAo { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:14.5rem;left:32.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uVK8qpdtiHzlD7g7NwKLuCqNT28wNw0T { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:13.5625rem;left:51.25rem;display:block; }
#lAJMw5ZSVXChT57HG0WlTg90tqzZ19FB { color:#222222;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:16.375rem;left:57.8125rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axLcxBBill6hcAdby20CQQG700qJLxrg { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:14.5rem;left:57.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e470EcED6mD8aTd2eBTvMT5hSnPl8V36 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15012;background-color:#00a887;background-image:none;top:14.5rem;left:52.1875rem;display:block; }
#bdKai7eyFdtcm9pcHUJTJ3t6f3yQ3wT5 { 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:15020;opacity:1;top:15.5rem;left:53.1875rem; }
#z8c6Kzh1NCiUwP416a1oPIDw7L7NFNIm { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:21.6875rem;left:0rem;display:block; }
#DKvkhLMVhTlidDB1ZPbdu2lFTLEiSSGx { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15017;background-color:#00a887;background-image:none;top:22.625rem;left:0.9375rem;display:block; }
#LniRwbcVbsn1b89OxdPnWQqMBbvGq2vC { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:24.5rem;left:6.5625rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2VyDlesPtfNyRnwTDx49VO9pgOmaLAg { 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:15025;opacity:1;top:23.5625rem;left:1.875rem; }
#IAv473LphFdqKt9q0QARrUvknh8Ic85D { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:22.625rem;left:6.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LdTd5olqct7p7E1dZdxWTEAxUlUooxBm { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:21.6875rem;left:25.625rem;display:block; }
#J7TNPSmflXLOtoTNX9ZQtVWsO99ap9ut { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15022;background-color:#00a887;background-image:none;top:22.625rem;left:26.5625rem;display:block; }
#XnHZQeEepQJCwNKr7xeDssvpDVcimdZH { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:23.4375rem;left:27.375rem; }
#EIPmethUHLbD7ubgsiTLoeyRNRiwuoro { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:24.5rem;left:32.1875rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IqvzrhfMlu5d0ZnmgcKM3rpdbT5bo4On { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:22.625rem;left:32.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDtTJZKuC7rkIQiicOq9wDpBaxQ4BJ7S { box-sizing:content-box;height:6.25rem;width:23.75rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:21.6875rem;left:51.25rem;display:block; }
#mwPSUJsJfgcLPDV8FBZxAhh7vSJwu2nR { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15027;background-color:#00a887;background-image:none;top:22.625rem;left:52.1875rem;display:block; }
#dtiyKgE1imkv67n8G9WQ6LpFEXVf40Bf { 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:15035;opacity:1;top:23.5625rem;left:53.125rem; }
#ThFQTVNR5EbZVb3vJOxuBFQn7EWSeIsd { color:#222222;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:24.5rem;left:57.8125rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTf9KslAdLUQPlBieLb0EwBOoqF7M88J { color:#00a887;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:22.625rem;left:57.8125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#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:#00a887;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.0625rem;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/160987ff-2b73-428f-8363-ceeecabb33ff/3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:28.1845703125rem;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/53eb2d66-4714-4cee-a82e-5fec60ab60be/1.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/a887b92d-b543-4d62-a018-1824e9f2743a/4.jpg");background-position:bottom 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/c2cd0433-d541-4f9f-83bb-56311c78b770/5.jpg");background-position:bottom 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/2dd2c601-6e0f-4e31-8caf-1f4c9a13f8ca/2.jpg");background-position:center !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/140c11e3-19f3-4b3a-8899-41b96754f06f/6.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/a2baea4d-68a5-4042-a852-9a9617e35a9c/7.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/f11da7bd-937d-4750-a99b-43d2be74bfa3/8.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; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00a887;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; }#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, #008669, #003f32);background-image: -moz-linear-gradient(180deg, #008669, #003f32);background-image: -ms-linear-gradient(180deg, #008669, #003f32);background-image: -o-linear-gradient(180deg, #008669, #003f32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008669', endColorstr='#003f32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008669', endColorstr='#003f32' );";background-image: linear-gradient(180deg, #008669, #003f32);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8110046386719rem;left:47.967668533325rem; }
#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.8110046386719rem;left:47.967668533325rem; }
#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:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { 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; }#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:78.125rem;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:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.96875rem;height:4.0625rem;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.1865234375rem;left:0.9375rem;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.1865234375rem;left:19.810546875rem;height:5.25rem;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.1865234375rem;left:57.25rem;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.185546875rem;left:32.123046875rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { color:#ffffff;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15091;line-height:2;letter-spacing:0;top:61.060546875rem;left:69.375rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WHn8v0bv7EFegI07zNXmJ3fA5cThZ1MB { color:#00c7a0;display:block;width:61.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:51.2470703125rem;left:6.5625rem;height:2.4375rem;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:58.2470703125rem;left:18.75rem;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, #00a887, #00765e);background-image: -moz-linear-gradient(180deg, #00a887, #00765e);background-image: -ms-linear-gradient(180deg, #00a887, #00765e);background-image: -o-linear-gradient(180deg, #00a887, #00765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a887', endColorstr='#00765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a887', endColorstr='#00765e' );";background-image: linear-gradient(180deg, #00a887, #00765e);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.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:70.9990234375rem;left:25.9375rem;display:block; }
#P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbNIDvWBarWwbCwz4bb2XqdL0ei7xgOM { color:#ffffff;display:block;width:59.4993125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15085;line-height:1.5;letter-spacing:0;top:54.0595703125rem;left:7.748046875rem;height:1.875rem;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.185546875rem;left:13.3740234375rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { color:#00c7a0;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.810546875rem;left:0.9375rem;height:2.00086875rem;font-style:normal;display:block; }
#WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { color:#00c7a0;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.8095703125rem;left:19.6875rem;height:2.00086875rem;font-style:normal;display:block; }
#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:58.2470703125rem;left:37.5rem;display:block; }
#u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { color:#00c7a0;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.8095703125rem;left:57.0634765625rem;height:2.00086875rem;font-style:normal;display:block; }
#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:61.1875rem;left:38.5rem;height:7rem;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:61.1875rem;left:50.875rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { color:#00c7a0;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:58.8125rem;left:38.5rem;height:2.00086875rem;font-style:normal;display:block; }
#vEsgrzpiwQvy73Rm5QOUbq8LFnTBgW9s { position:absolute;display:block;z-index:15111;height:38.75rem;width:75rem;top:10.625rem;left:0rem;display:block; }
#ashLeqlPmoCDeMom37goX3aW68dZpPQ2 { box-sizing:content-box;height:8.75rem;width:0.0625rem;position:absolute;display:block;z-index:15098;background-color:rgba(255,255,255,0.2);background-image:none;top:58.2470703125rem;left:56.25rem;display:block; }
#cl6ZNuJq6T7pby7tWyOlDpgewtD1iwGJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:58.748046875rem;left:16.15625rem; }
#dxvTm0CmPMgri5SDGWi7xSInAuI9RN1T { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:58.685546875rem;left:34.78125rem; }
#tZdVdXHQxvFSswpLzVVWZzyVqFwiNaQt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:58.748046875rem;left:53.59375rem; }
#ZlXizLU9TMKi45FsABf9gcglQxWeH5Un { 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:15115;opacity:1;top:58.435546875rem;left:72.28125rem; }
#qJoXWRWzfOZ4rMZDWfeTft7DtTC4KTTg { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#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.13671875rem;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:20.9375rem;left:19.125rem;width:10.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:25.375rem;left:19.7490234375rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.5rem;top:29.125rem;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.5625rem;left:12.25rem;width:23.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:25.6875rem;left:12.4365234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:25.75rem;left:27.0615234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:21.0625rem;left:17.5625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qibdS4ko9n1TLX5S7mKeIoge3EvCBNoU { top:17.375rem;left:6.9375rem;width:33.875rem;height:2.6875rem;font-size:2.25rem;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) { #gRxJuV1xZD7PAfdA2GNV29Awz4miqQtO { top:34.375rem;left:0rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfDdSugVeRfwp4SLoi8TMOJecq4uJrUT { top:36.25rem;left:13.4375rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #we8ud9yvH0b86kRwZ6zk7PahhtAVhVwx { top:37.75rem;left:14.25rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpAO1SuxpVha38Sn1dxt0cuFTAPvdbdG { top:35rem;left:15.625rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdCxuKzGeESdemc0Tx68BDHinaZlUzf { top:11.1875rem;left:0rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw2LrRTDQFeNeHDtmHyd4gAGa9XuhL0C { top:37.5625rem;left:0rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh3IxpPd77ODnyXx5qvTXqupHTIkfvL1 { top:37.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATOdm0nEKeL2suAQ7xlUgzAgauyTFgdH { top:37.5625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfVgbQwlnyXx9yWQTv8ZtpKuXg5gmow { top:35.125rem;left:0rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6NR6zoDbfrUe4rCAzq0n5bTRBCcEKJ { top:37.125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFaPqIzTc9Ggrv5NRGco3rBQeOWNo3d { top:37.5625rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4sAlGd93QemnrF50xDn1TbcKW5bJSuw { top:37.3125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmiChTpPMaO9Fb8RSyF56JSunamJLge { top:65.125rem;left:0rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l508ITtKguWKLc8wx3qFz6f3TEEEADVi { top:68.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9amKLTTFUPgnZW88tGXt1CeeMXpAunG { top:68.3125rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgglyo2LAtt8KPT8d7wCkukvfKdyRmit { top:67.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFH7yFWN81UMqhUpMJv1h7yomamwFSMO { top:68.3125rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhm2phlXomtrEKpHFokapoPZadqV4xMi { top:68rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7M3TdidaJbZHPUMDKkMpi0ruLJXq8MU { top:68.3125rem;left:0rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTLUZsp6sIFMDMKbobJquvJPqDgLx8rz { top:65.875rem;left:0rem;width:12.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPWA7syR76G1pqlanbCSC7aiPyOM6Wy2 { top:67rem;left:13.4375rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB0U7uk0IUcxKdLC0V9fPhOPWhuh3ms2 { top:68.5rem;left:14.25rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1aMS8DMemkuAmmmRJx2zEC9fsV9xq0 { top:65.75rem;left:15.5625rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQeLVEktQ0ap8AZEEcfnUXJLzxcllpwH { top:42rem;left:0rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B10P1UHTv5MQnKfbBIkOwU7aoJ8oeVJM { top:65.125rem;left:11.5rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avJc0URKlcv9uIsqsENcLtWOfwT4oifV { top:42rem;left:11.5rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1M9egIDxXCHeWxztm7U7RF57G1gLFpO { top:65.875rem;left:26.375rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4TNHKHmHgoDRssk1JJ36phpQesFkm6 { top:67.875rem;left:29.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZsIMk2mf35Uviuc0TfPBHB7GJcHToly { top:68.3125rem;left:28.3125rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py84MzWDPSOvg0ED78HiiDyO0OM3Towh { top:68.0625rem;left:26.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyEc8HI6EUFevFIJOJpKUl01t9P6W35e { top:68.3125rem;left:32.875rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPo88uXVdrrhtfZqELvV9n4wTt3TNx1V { top:68rem;left:32.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUeKoHFIJDn8OqAyNeyetzdpSIV82NDB { top:68.3125rem;left:31.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ2aUZCcTypL6XyrETuVlKNGdVRF8UTI { top:67rem;left:39.8125rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpsdaWKeiiyT2XWTEb19CbKx5t911a9 { top:68.5rem;left:40.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNM7ML9SMH3zKiiG8WPAhcKMahX2FnyI { top:65.75rem;left:42rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeomDLZPnKfzFvVBzpQhp1BFF6iAZGtD { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDPt2IATioGePufpQGMRlIAxvsWpLkIo { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRuKZbUZUxqn6wDUbK1nCpol6pkkgxXK { top:30.0625rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChG070keS67vTnlG5epg4A9is4xJF1gT { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI79Qk1scz8q2Z5a58Mdm1PXiSvq39Bg { top:36.9375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3vpXqe5FTT0xc3s7cppKBKtS0Mk6DwR { top:34.75rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5UTSDXUrxTe7hoVVblI2o0LFKfnsyyU { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktD46rBXhiqMTVOE85v3BWKqRWKD3gt2 { top:36.9375rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTXyeGHITx2kEMr90hynF58SW58uwXmR { top:35.75rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVAferJA3fS9SHSvTC5lUbiXSy4eJaR5 { top:37rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJnVZ23nEZ5zsdF6rqRezw82T8yW1Qqi { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rShpZTNDpgBMrIMQObJQMmmWr5MQ67Te { top:34.375rem;left:11.5rem;width:36.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZc2QA2CM3SznfdynFWlxWGLc60pNyxl { top:37.3125rem;left:26.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHi3JDZoIlS3REJGhpf2EobtbE4p7mGC { top:37.5625rem;left:28.375rem;width:1.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FubtE44cy5yKIlGUhSpLo5vkyDZvN72i { top:35.125rem;left:26.375rem;width:11.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #houysac05oCHWCUsNFNrxbURoNwd73w4 { top:37.125rem;left:29.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuqKA1ciH0puOGVf3zFwKcVi4JX5eSx6 { top:37.5625rem;left:31.4375rem;width:1.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T { top:11.25rem;left:11.5rem;width:36.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpAT7LdfgvVvsdW7o2BOIVPxl1UrzJ7e { top:37.25rem;left:32.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK0A0gtJ7uyb2wCcy2yMpzWc64C3o1T6 { top:37.5625rem;left:32.5rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1RcDPsoQNRqEWUbOvJuzywS2TNZa236 { top:36.25rem;left:39.8125rem;width:7.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLEBm0R8igTnlvrdTozwk7lzE7opEu80 { top:37.75rem;left:40.625rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaDF3KbIIzrMK2KIwx1s7vwpnKKANKeo { top:35rem;left:42rem;width:5.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isss363VbIcFkV9rTNoyh8geZOezayO0 { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOGTZfwm6C6EOheEztP8ovRsOcDC3WQN { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGnipyDPThowJFeBFwEvuAlfwUQQxoPw { top:30.0625rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m70NenOmvbSHgHy0K9xW8BPb5k08xbLo { top:52.5625rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvNv6xruG943KGtaTviOWGlPDBe5bsw5 { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFXkyT89moemz4To9NxVm0TEFoCCUmBd { top:54.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ls50lTAlAApTeTBGBLk95iLnUAVJBACS { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VD4AT3qgULmh7sAtddwlLwfy5VfUBy4u { top:54.75rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BV7Hd5Je4RiOpPTpKyDCfQJa2h50l9gR { top:53.5625rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtWHCpMJQgvr2JSd5pi7l5HinBKGatrZ { top:54.8125rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsRGDKFJkdl7g6yRUmqlzzsZCbhPUkTv { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3gIr9bciLKdT7yWw1Vot4G3o3vXa0OG { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRwIEMZTTVeiOlKBu3r1RBrgUhaXSkrR { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #StTGpIRCCB02XT1zOG3MxXTJSPTG3bNq { top:90.375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Plp8I2pNwUA9Mhq2zOTkaIDX4qHPOAe3 { top:88.1875rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmSXVmbb2BGDWGiudJbM6QgHIbZecIo0 { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3kTkOI5sndTbSNKRgBpU7gLTkyp7A4T { top:90.375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXetRCvkAHfBxOJNTAbPoSX6EaqVLMrQ { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JntCrKhDaRXpdT8Shy7CkToslOoHKvTU { top:90.375rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4EThi81dtKwCn5dJdtJrBIVMXMOcZW5 { top:89.1875rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJdgFcOAhwxK52EFgbL8EvDNZw1oT6qr { top:26.875rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eAnHEwWJPwJFbko4PH30Ifp7eD2KFWst { top:29.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6picVxTia31MbrbpLJc218s98kV9nyw { top:30.0625rem;left:0rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDqJJVzIehOLQ7ZbAgVqnXUxfBwqnGpi { top:29.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlDcLy4S9EATgT54kCEhg2FluBFa82lX { top:72.5625rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vvtq3tQq09XTyZHFOyleVEcTTE4P3Tl8 { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwaSVmllkwT2P81zd8QDJC7s2kloLkAm { top:72.5625rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsgMD0w5zKCTds6TMeoiHlERJIqVtdDC { top:72.625rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEiPBb7AHiZki0oVhonKz8TRFnThcqg5 { top:90.4375rem;left:0rem;width:7rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OU39Gkx5f5qaeAcLltHW25TspDUziaQo { top:71.375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #as9MuXJi84xe5OUuKJV89TydPUM23uUV { top:70.375rem;left:0rem;width:12.0625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OD2DUEWMWCz4r41MeyM4sudSRD5zssqE { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOCspb4foxP46AwZhNlUwAlAm4u42pqi { top:27.5rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7 { top:11.25rem;left:0rem;width:24.375rem;height:15.5625rem;display:none; }
 }@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:8.6875rem;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:11.875rem;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:8.6875rem;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:11.875rem;left:13.875rem;width:11.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSTdEKKkSftVOtZWrM35EoA1MnpW69kT { top:8.625rem;left:5.46875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLHi5s3W9EN2U0MPTr6GtgFzNuMH33zq { top:8.625rem;left:31.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTx6iszJwTnuWQCEFvPa7GiC23N0J9uo { top:6.875rem;left:0rem;width:23.75rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTtKr1FAkmRg6sTwdNEbKCQhcDVIAWfS { top:16.5rem;left:0rem;width:18.1875rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvkuMlTrLaPlLHphqkHDLeXSlQmrIKvC { top:14.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ndqp5CKpQum04g2elWGT2AuxbGnaODkF { top:12.1875rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@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) { #a5nZlxbsEDVGgcdSFsFSwwWKFhsRL72B { top:3.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LMxmGBRtqVGVwvN7JROoVMBokSc7tW { top:7.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqV0BmDvif0yyGFXOamHKxVTVtetceET { top:13.5625rem;left:0rem;width:23.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGrNJRp1z6a6n9mrGRT7ObbWvzAt2Kqy { top:14.5rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulZxSNyc221tcTBMnV0N4ieovgVSTpF { top:16.375rem;left:0rem;width:14.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBZ4SsixMXT6DBeWAendeSxlTiiv7RG { top:14.5rem;left:0rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdaZOUFmG9eA96gDL5cdwRK90BpJb6Wi { top:15.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUwTprzrXXHcFUprd12dM9M8a5k1AwkT { top:13.5625rem;left:0rem;width:23.75rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3XWTn8H0diNc1LegZeCSRIUxrlFKUzU { top:14.5rem;left:0rem;width:4.375rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFTFEhn1RykvZklBlLdAPmxOovdnNFgT { top:15.3125rem;left:0rem;width:15rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xtiiu8aG9s3vNXlKxa6WAxH5yKT5bFTJ { top:15.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzBSmBD8D9wOgRT102mT1dp2JNJx2tot { top:13.875rem;left:0rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmhTCPedkOa0U2zJHSWHTTlZ70F4OFBA { top:13.5625rem;left:0rem;width:23.75rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ho4MnQ4cpoS4AZDJgMAnFVp0imqBN0PI { top:14.5rem;left:0rem;width:4.375rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lt68KomLKgM95P20Gf6e4nlpnDwIu2q1 { top:20.9375rem;left:0rem;width:15rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip1WJ6EwuTrf2T2uwaPqdfTS7BoBJ24t { top:15.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9oXSib270WQTkxvLxOZBl8lrTJDwB8i { top:19.5rem;left:0rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LI5WoR0LH6IzDy7MC9VFQ5S7lwZqWIQV { top:13.5625rem;left:0rem;width:23.75rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2HIzQyxttFf3RZaydmI0dxQ3Hmgb8E8 { top:14.5rem;left:0rem;width:4.375rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uT4BCbHpm1mxtH2HqDHgpNeqVZZsEGCT { top:15.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtPy3qCQPlqGJ9ebSaWnGHSk0PpSNXxF { top:32.1875rem;left:0rem;width:15rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GD3Cr4rcnmaVhf2COaNa3S5rSPMWfabT { top:30.75rem;left:0rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIsc1DGo3ThCMKUwbzXrrZtNXJymwLW0 { top:13.5625rem;left:0rem;width:23.75rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJW3ZFiCmDduTn9AyKdAUytIwAkQctBw { top:14.5rem;left:0rem;width:4.375rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQhPsTVgmqm74BoDyOuTbzfe8oo6hbbp { top:26.5625rem;left:0rem;width:15rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8xCZQeOwbTgEODkyBZmnEgk6zOa81EI { top:15.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrRW0fHmAvrE1u1ooETWW3fvwkWiSq0Q { top:25.125rem;left:0rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlEKUqGbRAnINdDGn7ULx0ilLJgrlNWv { top:13.5625rem;left:0rem;width:23.75rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrOkpgtFU8isQGgikXr83XzsBRmfc8K0 { top:14.5rem;left:0rem;width:4.375rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChPQMGvQKMOnP4nPwQKInMKNFax2WyCS { top:15.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JevCT7mNtoVyH9Ufp0Jnl8xxcXzErQhS { top:37.8125rem;left:0rem;width:15rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IafJrIVOR1qqbT21DuD5ynnAGDDzre6P { top:36.375rem;left:0rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzMpy7E7rlrrlb3h3oehK2enxOQNMwXl { top:13.5625rem;left:12rem;width:23.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMy1kNh3ZMmRM31C5rO5KrX3ahWxPRQc { top:16.375rem;left:18.5625rem;width:14.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW75X37q5TbRnaeGbnSkIe4U1iExtCch { top:14.5rem;left:12.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LromaCp87v637JRbHTFNSlrBTGwx2WTt { top:15.4375rem;left:13.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIUGAsyrl9MwiyIdE4HLp0wIRh6IWQAo { top:14.5rem;left:18.5625rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVK8qpdtiHzlD7g7NwKLuCqNT28wNw0T { top:13.5625rem;left:24rem;width:23.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAJMw5ZSVXChT57HG0WlTg90tqzZ19FB { top:16.375rem;left:33.4375rem;width:13.25rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axLcxBBill6hcAdby20CQQG700qJLxrg { top:14.5rem;left:33.4375rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e470EcED6mD8aTd2eBTvMT5hSnPl8V36 { top:14.5rem;left:38.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdKai7eyFdtcm9pcHUJTJ3t6f3yQ3wT5 { top:15.5rem;left:39.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8c6Kzh1NCiUwP416a1oPIDw7L7NFNIm { top:21.6875rem;left:0rem;width:23.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKvkhLMVhTlidDB1ZPbdu2lFTLEiSSGx { top:22.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LniRwbcVbsn1b89OxdPnWQqMBbvGq2vC { top:24.5rem;left:0rem;width:14.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2VyDlesPtfNyRnwTDx49VO9pgOmaLAg { top:23.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAv473LphFdqKt9q0QARrUvknh8Ic85D { top:22.625rem;left:0rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdTd5olqct7p7E1dZdxWTEAxUlUooxBm { top:21.6875rem;left:12rem;width:23.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TNPSmflXLOtoTNX9ZQtVWsO99ap9ut { top:22.625rem;left:12.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnHZQeEepQJCwNKr7xeDssvpDVcimdZH { top:23.4375rem;left:13.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIPmethUHLbD7ubgsiTLoeyRNRiwuoro { top:24.5rem;left:18.5625rem;width:14.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqvzrhfMlu5d0ZnmgcKM3rpdbT5bo4On { top:22.625rem;left:18.5625rem;width:14.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDtTJZKuC7rkIQiicOq9wDpBaxQ4BJ7S { top:21.6875rem;left:24rem;width:23.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwPSUJsJfgcLPDV8FBZxAhh7vSJwu2nR { top:22.625rem;left:38.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtiyKgE1imkv67n8G9WQ6LpFEXVf40Bf { top:23.5625rem;left:39.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThFQTVNR5EbZVb3vJOxuBFQn7EWSeIsd { top:24.5rem;left:33.4375rem;width:14.3125rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTf9KslAdLUQPlBieLb0EwBOoqF7M88J { top:22.625rem;left:33.4375rem;width:14.3125rem;height:1.5rem;font-size:1rem;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.75rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;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) { #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) { #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.75rem;left:4.34375rem;width:39.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW6BwkPZ15KtZLe7ZamhIy9zaTSw6NIp { top:61.125rem;left:0rem;width:16.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THq95qkuosuxAiafZhmCl6oAL6HL12Mt { top:61.125rem;left:6.185546875rem;width:16.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl2iWE05FTquTmn1ItqJyGukr8pyKnn4 { top:61.125rem;left:31.3125rem;width:16.4375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKDr4WtK1KsubhkIFhG6ch1M4ktKbbHn { top:61.125rem;left:18.498046875rem;width:4.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXgTtgFtf9HEDycACHWrOnqXMJmWCMCf { top:61rem;left:43.0625rem;width:4.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHn8v0bv7EFegI07zNXmJ3fA5cThZ1MB { top:51.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvKZnsDF7TcsEAztvT2II4fo5FCLfp5T { top:58.1875rem;left:5.125rem;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:70.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #mbNIDvWBarWwbCwz4bb2XqdL0ei7xgOM { top:54rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmZiptoT7srAITnT2FKOu4T4gWStFinK { top:61.125rem;left:0rem;width:4.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { top:58.75rem;left:0rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { top:58.75rem;left:6.0625rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { top:58.1875rem;left:23.875rem;width:0.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { top:58.75rem;left:31.3125rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { top:61.1875rem;left:24.875rem;width:16.4375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBDqAKmvn8NhoDFCzsZHn8nXeAwE0RzI { top:61.1875rem;left:37.25rem;width:4.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { top:58.8125rem;left:24.875rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEsgrzpiwQvy73Rm5QOUbq8LFnTBgW9s { top:10.625rem;left:0rem;width:47.75rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ashLeqlPmoCDeMom37goX3aW68dZpPQ2 { top:58.1875rem;left:42.625rem;width:0.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl6ZNuJq6T7pby7tWyOlDpgewtD1iwGJ { top:58.6875rem;left:2.53125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxvTm0CmPMgri5SDGWi7xSInAuI9RN1T { top:58.625rem;left:21.15625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZdVdXHQxvFSswpLzVVWZzyVqFwiNaQt { top:58.6875rem;left:39.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlXizLU9TMKi45FsABf9gcglQxWeH5Un { top:58.375rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoXWRWzfOZ4rMZDWfeTft7DtTC4KTTg { display:none; }
 }@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:75.9375rem;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) { #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) { #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:65.125rem;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:23.125rem;top:42rem;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:65.875rem;left:4.25rem;font-size:1.375rem;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:67.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZsIMk2mf35Uviuc0TfPBHB7GJcHToly { width:1.375rem;height:auto;top:68.3125rem;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:68.0625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyEc8HI6EUFevFIJOJpKUl01t9P6W35e { width:5.75rem;height:auto;top:68.3125rem;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:68rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUeKoHFIJDn8OqAyNeyetzdpSIV82NDB { width:1.3125rem;height:auto;top:68.3125rem;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:67rem;left:6rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iHpsdaWKeiiyT2XWTEb19CbKx5t911a9 { width:7.125rem;height:auto;top:68.5rem;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:65.75rem;left:7.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UeomDLZPnKfzFvVBzpQhp1BFF6iAZGtD { 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;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #yDPt2IATioGePufpQGMRlIAxvsWpLkIo { display:flex;width:1.25rem;height:1.25rem;top:19.0625rem;left:0.9375rem;font-size:0.875rem;z-index:15098; }
 }@media only screen and (max-width: 763px) { #nRuKZbUZUxqn6wDUbK1nCpol6pkkgxXK { width:1.31214375rem;height:1.13671875rem;top:19.125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #ChG070keS67vTnlG5epg4A9is4xJF1gT { display:flex;width:1.25rem;height:1.25rem;top:18.9375rem;left:3.5625rem;font-size:0.875rem;z-index:15099; }
 }@media only screen and (max-width: 763px) { #NI79Qk1scz8q2Z5a58Mdm1PXiSvq39Bg { width:1.25rem;height:1.13671875rem;top:19.125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #V3vpXqe5FTT0xc3s7cppKBKtS0Mk6DwR { width:12.0625rem;height:1.29980625rem;top:16.9375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #E5UTSDXUrxTe7hoVVblI2o0LFKfnsyyU { display:flex;width:1.25rem;height:1.25rem;top:19rem;left:6.25rem;font-size:0.875rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk { width:20rem;height:12.8125rem;top:3.5rem;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/6bc793b6-0f58-4df9-ab71-c73ba8c0a5f6/BeliveBauhinia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15038;display:block; }#FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk.adaptive-delivery-prevent-bg, #FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk.lazyload, #FWRuUBwqciTSO9nXC5ZoBshgfTnN5xTk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ktD46rBXhiqMTVOE85v3BWKqRWKD3gt2 { width:5.75rem;height:1.13671875rem;top:19.125rem;left:6.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #CTXyeGHITx2kEMr90hynF58SW58uwXmR { width:7.9368125rem;height:1.29980625rem;top:17.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #bVAferJA3fS9SHSvTC5lUbiXSy4eJaR5 { width:7.0623125rem;height:1.0556625rem;top:19.1875rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #XJnVZ23nEZ5zsdF6rqRezw82T8yW1Qqi { width:5.7492875rem;height:0.9746125rem;top:16.8125rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #rShpZTNDpgBMrIMQObJQMmmWr5MQ67Te { width:20rem;height:5.125rem;top:34.375rem;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) { #CZc2QA2CM3SznfdynFWlxWGLc60pNyxl { display:flex;width:1.625rem;height:1.625rem;top:37.3125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHi3JDZoIlS3REJGhpf2EobtbE4p7mGC { width:1.375rem;height:auto;top:37.5625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FubtE44cy5yKIlGUhSpLo5vkyDZvN72i { width:11.4375rem;height:auto;top:35.125rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #houysac05oCHWCUsNFNrxbURoNwd73w4 { display:flex;width:1.625rem;height:1.625rem;top:37.125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuqKA1ciH0puOGVf3zFwKcVi4JX5eSx6 { width:1.3125rem;height:auto;top:37.5625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T { width:20rem;height:23.125rem;top:11.25rem;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; }#Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.adaptive-delivery-prevent-bg, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyload, #Kl66WiFxDpvTQLU7IHHDUzOqfHtSpu0T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XpAT7LdfgvVvsdW7o2BOIVPxl1UrzJ7e { display:flex;width:1.625rem;height:1.625rem;top:37.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GK0A0gtJ7uyb2wCcy2yMpzWc64C3o1T6 { width:5.75rem;height:auto;top:37.5625rem;left:7.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q1RcDPsoQNRqEWUbOvJuzywS2TNZa236 { width:7.9375rem;height:auto;top:36.25rem;left:6rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hLEBm0R8igTnlvrdTozwk7lzE7opEu80 { width:7.125rem;height:auto;top:37.75rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #PaDF3KbIIzrMK2KIwx1s7vwpnKKANKeo { width:5.75rem;height:auto;top:35rem;left:7.125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #isss363VbIcFkV9rTNoyh8geZOezayO0 { width:20rem;height:4.375rem;top:34.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #rOGTZfwm6C6EOheEztP8ovRsOcDC3WQN { display:flex;width:1.25rem;height:1.25rem;top:36.875rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #PGnipyDPThowJFeBFwEvuAlfwUQQxoPw { width:1.31214375rem;height:1.13671875rem;top:36.9375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #m70NenOmvbSHgHy0K9xW8BPb5k08xbLo { width:12.0625rem;height:1.29980625rem;top:34.75rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #WvNv6xruG943KGtaTviOWGlPDBe5bsw5 { display:flex;width:1.25rem;height:1.25rem;top:36.75rem;left:3.5625rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #gFXkyT89moemz4To9NxVm0TEFoCCUmBd { width:1.25rem;height:1.13671875rem;top:36.9375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI { width:20rem;height:12.8125rem;top:21.3125rem;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/b1558357-595a-4725-8988-4e6901c81f12/BELIVEPLUMERIA1e1677429541780.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15050;display:block; }#kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI.adaptive-delivery-prevent-bg, #kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI.lazyload, #kxQ5SCi8NV2wC8JtKBOrtWvOvvPPbDfI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ls50lTAlAApTeTBGBLk95iLnUAVJBACS { display:flex;width:1.25rem;height:1.25rem;top:36.8125rem;left:6.25rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #VD4AT3qgULmh7sAtddwlLwfy5VfUBy4u { width:5.75rem;height:1.13671875rem;top:36.9375rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #BV7Hd5Je4RiOpPTpKyDCfQJa2h50l9gR { width:7.9368125rem;height:1.29980625rem;top:35.75rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #MtWHCpMJQgvr2JSd5pi7l5HinBKGatrZ { width:7.0623125rem;height:1.0556625rem;top:37rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #wsRGDKFJkdl7g6yRUmqlzzsZCbhPUkTv { width:5.7492875rem;height:0.9746125rem;top:34.625rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #H3gIr9bciLKdT7yWw1Vot4G3o3vXa0OG { width:20rem;height:4.375rem;top:69.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #TRwIEMZTTVeiOlKBu3r1RBrgUhaXSkrR { display:flex;width:1.25rem;height:1.25rem;top:72.5rem;left:0.9375rem;font-size:0.875rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #StTGpIRCCB02XT1zOG3MxXTJSPTG3bNq { width:1.31214375rem;height:1.13671875rem;top:72.5625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #Plp8I2pNwUA9Mhq2zOTkaIDX4qHPOAe3 { width:12.0625rem;height:1.29980625rem;top:70.375rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #cmSXVmbb2BGDWGiudJbM6QgHIbZecIo0 { display:flex;width:1.25rem;height:1.25rem;top:72.375rem;left:3.5625rem;font-size:0.875rem;z-index:15135; }
 }@media only screen and (max-width: 763px) { #q3kTkOI5sndTbSNKRgBpU7gLTkyp7A4T { width:1.25rem;height:1.13671875rem;top:72.5625rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG { width:20rem;height:12.8125rem;top:56.9375rem;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/0cbb91cb-943e-4ced-bc7c-67aaf8e960c4/BELIVECANNALILLY1e1677430067707.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15074;display:block; }#xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG.adaptive-delivery-prevent-bg, #xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG.lazyload, #xmMxMG1GUxJdHA8Tx0PZ3VFVRtnRVPzG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UXetRCvkAHfBxOJNTAbPoSX6EaqVLMrQ { display:flex;width:1.25rem;height:1.25rem;top:72.4375rem;left:6.25rem;font-size:0.875rem;z-index:15136; }
 }@media only screen and (max-width: 763px) { #JntCrKhDaRXpdT8Shy7CkToslOoHKvTU { width:5.75rem;height:1.13671875rem;top:72.5625rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #R4EThi81dtKwCn5dJdtJrBIVMXMOcZW5 { width:7.9368125rem;height:1.29980625rem;top:71.375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #rJdgFcOAhwxK52EFgbL8EvDNZw1oT6qr { width:20rem;height:4.375rem;top:51.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #eAnHEwWJPwJFbko4PH30Ifp7eD2KFWst { display:flex;width:1.25rem;height:1.25rem;top:54.6875rem;left:0.9375rem;font-size:0.875rem;z-index:15122; }
 }@media only screen and (max-width: 763px) { #T6picVxTia31MbrbpLJc218s98kV9nyw { width:1.31214375rem;height:1.13671875rem;top:54.75rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #tDqJJVzIehOLQ7ZbAgVqnXUxfBwqnGpi { display:flex;width:1.25rem;height:1.25rem;top:54.5625rem;left:3.5625rem;font-size:0.875rem;z-index:15123; }
 }@media only screen and (max-width: 763px) { #FlDcLy4S9EATgT54kCEhg2FluBFa82lX { width:1.25rem;height:1.13671875rem;top:54.75rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #Vvtq3tQq09XTyZHFOyleVEcTTE4P3Tl8 { display:flex;width:1.25rem;height:1.25rem;top:54.625rem;left:6.25rem;font-size:0.875rem;z-index:15124; }
 }@media only screen and (max-width: 763px) { #TwaSVmllkwT2P81zd8QDJC7s2kloLkAm { width:5.75rem;height:1.13671875rem;top:54.75rem;left:6.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #DsgMD0w5zKCTds6TMeoiHlERJIqVtdDC { width:7.0623125rem;height:1.0556625rem;top:54.8125rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #DEiPBb7AHiZki0oVhonKz8TRFnThcqg5 { width:7.0623125rem;height:1.0556625rem;top:72.625rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #OU39Gkx5f5qaeAcLltHW25TspDUziaQo { width:7.9368125rem;height:1.29980625rem;top:53.5625rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #as9MuXJi84xe5OUuKJV89TydPUM23uUV { width:12.0625rem;height:1.29980625rem;top:52.5625rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #OD2DUEWMWCz4r41MeyM4sudSRD5zssqE { width:5.7492875rem;height:0.9746125rem;top:52.4375rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #HOCspb4foxP46AwZhNlUwAlAm4u42pqi { width:5.7492875rem;height:0.9746125rem;top:70.25rem;left:13.375rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7 { width:20rem;height:12.8125rem;top:39.125rem;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/9bb3e3bf-dde3-4f12-b2df-4a540f8063e2/GARDENIAweb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15062;display:block; }#hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7.adaptive-delivery-prevent-bg, #hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7.lazyload, #hHLc3C3BTSGyg4QazwNzMzaTSgHwAAm7.lazyloading { background-image: 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:32.1875rem;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:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ymJlUKfcetoOv6Zq0LZ9ZiZuOuzoik { width:12.5rem;height:4.9482375rem;top:23.5rem;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:8.6875rem;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.6875rem;height:auto;top:11.875rem;left:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSTdEKKkSftVOtZWrM35EoA1MnpW69kT { display:flex;width:1.875rem;height:1.875rem;top:2.3310546875rem;left:17rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fLHi5s3W9EN2U0MPTr6GtgFzNuMH33zq { display:flex;width:1.875rem;height:1.875rem;top:12.375rem;left:17rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #OTx6iszJwTnuWQCEFvPa7GiC23N0J9uo { width:20rem;height:9.375rem;top:11.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gTtKr1FAkmRg6sTwdNEbKCQhcDVIAWfS { width:18.1875rem;height:2.923825rem;top:16.5rem;left:1.25rem;font-size:0.75rem;line-height:1.3;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #bvkuMlTrLaPlLHphqkHDLeXSlQmrIKvC { width:14.75rem;height:1.29980625rem;top:14.125rem;left:1.25rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Ndqp5CKpQum04g2elWGT2AuxbGnaODkF { width:12.5rem;height:1.7871125rem;top:12.1875rem;left:1.25rem;font-size:1.375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(0,168,135,0.1);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:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5nZlxbsEDVGgcdSFsFSwwWKFhsRL72B { width:15.5rem;height:2.5996125rem;top:1.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1LMxmGBRtqVGVwvN7JROoVMBokSc7tW { width:16.9375rem;height:2.2734375rem;top:4.0625rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqV0BmDvif0yyGFXOamHKxVTVtetceET { width:20rem;height:5rem;top:7.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGrNJRp1z6a6n9mrGRT7ObbWvzAt2Kqy { width:3.125rem;height:3.125rem;top:8.3994140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulZxSNyc221tcTBMnV0N4ieovgVSTpF { width:15rem;height:1.798825rem;top:9.7119140625rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBZ4SsixMXT6DBeWAendeSxlTiiv7RG { width:14.3125rem;height:1.19921875rem;top:8.2744140625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdaZOUFmG9eA96gDL5cdwRK90BpJb6Wi { display:flex;width:1.875rem;height:1.875rem;top:9.0244140625rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yUwTprzrXXHcFUprd12dM9M8a5k1AwkT { width:20rem;height:5rem;top:13.0625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #s3XWTn8H0diNc1LegZeCSRIUxrlFKUzU { width:3.125rem;height:3.125rem;top:14rem;left:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tFTFEhn1RykvZklBlLdAPmxOovdnNFgT { width:15rem;height:1.798825rem;top:15.3125rem;left:5rem;font-size:0.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Xtiiu8aG9s3vNXlKxa6WAxH5yKT5bFTJ { display:flex;width:1.75rem;height:1.75rem;top:14.625rem;left:1.625rem;font-size:1.1875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #SzBSmBD8D9wOgRT102mT1dp2JNJx2tot { width:14.3125rem;height:1.19921875rem;top:13.875rem;left:5rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #kmhTCPedkOa0U2zJHSWHTTlZ70F4OFBA { width:20rem;height:5rem;top:18.6875rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ho4MnQ4cpoS4AZDJgMAnFVp0imqBN0PI { width:3.125rem;height:3.125rem;top:19.625rem;left:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #lt68KomLKgM95P20Gf6e4nlpnDwIu2q1 { width:15rem;height:1.798825rem;top:20.9375rem;left:5rem;font-size:0.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Ip1WJ6EwuTrf2T2uwaPqdfTS7BoBJ24t { display:flex;width:1.75rem;height:1.75rem;top:20.3125rem;left:1.625rem;font-size:1.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #N9oXSib270WQTkxvLxOZBl8lrTJDwB8i { width:14.3125rem;height:1.19921875rem;top:19.5rem;left:5rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #LI5WoR0LH6IzDy7MC9VFQ5S7lwZqWIQV { width:20rem;height:5rem;top:29.9375rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #T2HIzQyxttFf3RZaydmI0dxQ3Hmgb8E8 { width:3.125rem;height:3.125rem;top:30.875rem;left:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uT4BCbHpm1mxtH2HqDHgpNeqVZZsEGCT { display:flex;width:2rem;height:2rem;top:31.5rem;left:1.5625rem;font-size:1.375rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #EtPy3qCQPlqGJ9ebSaWnGHSk0PpSNXxF { width:15rem;height:1.798825rem;top:32.1875rem;left:5rem;font-size:0.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #GD3Cr4rcnmaVhf2COaNa3S5rSPMWfabT { width:14.3125rem;height:1.19921875rem;top:30.75rem;left:5rem;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eIsc1DGo3ThCMKUwbzXrrZtNXJymwLW0 { width:20rem;height:5rem;top:24.3125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NJW3ZFiCmDduTn9AyKdAUytIwAkQctBw { width:3.125rem;height:3.125rem;top:25.25rem;left:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #UQhPsTVgmqm74BoDyOuTbzfe8oo6hbbp { width:15rem;height:1.798825rem;top:26.5625rem;left:5rem;font-size:0.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #c8xCZQeOwbTgEODkyBZmnEgk6zOa81EI { display:flex;width:1.875rem;height:1.875rem;top:25.875rem;left:1.5625rem;font-size:1.3125rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #PrRW0fHmAvrE1u1ooETWW3fvwkWiSq0Q { width:14.3125rem;height:1.19921875rem;top:25.125rem;left:5rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #VlEKUqGbRAnINdDGn7ULx0ilLJgrlNWv { width:20rem;height:5rem;top:35.5625rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #OrOkpgtFU8isQGgikXr83XzsBRmfc8K0 { width:3.125rem;height:3.125rem;top:36.5rem;left:0.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ChPQMGvQKMOnP4nPwQKInMKNFax2WyCS { display:flex;width:1.875rem;height:1.875rem;top:37.125rem;left:1.5625rem;font-size:1.3125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #JevCT7mNtoVyH9Ufp0Jnl8xxcXzErQhS { width:15rem;height:1.798825rem;top:37.8125rem;left:5rem;font-size:0.75rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #IafJrIVOR1qqbT21DuD5ynnAGDDzre6P { width:14.3125rem;height:1.19921875rem;top:36.375rem;left:5rem;font-size:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #yzMpy7E7rlrrlb3h3oehK2enxOQNMwXl { width:20rem;height:6.25rem;top:13.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMy1kNh3ZMmRM31C5rO5KrX3ahWxPRQc { width:14.3125rem;height:auto;top:16.375rem;left:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eW75X37q5TbRnaeGbnSkIe4U1iExtCch { width:4.375rem;height:4.375rem;top:14.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LromaCp87v637JRbHTFNSlrBTGwx2WTt { display:flex;width:2.375rem;height:2.375rem;top:15.4375rem;left:8.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GIUGAsyrl9MwiyIdE4HLp0wIRh6IWQAo { width:14.3125rem;height:auto;top:14.5rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVK8qpdtiHzlD7g7NwKLuCqNT28wNw0T { width:20rem;height:6.25rem;top:13.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAJMw5ZSVXChT57HG0WlTg90tqzZ19FB { width:13.25rem;height:auto;top:16.375rem;left:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #axLcxBBill6hcAdby20CQQG700qJLxrg { width:14.3125rem;height:auto;top:14.5rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e470EcED6mD8aTd2eBTvMT5hSnPl8V36 { width:4.375rem;height:4.375rem;top:14.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdKai7eyFdtcm9pcHUJTJ3t6f3yQ3wT5 { display:flex;width:2.375rem;height:2.375rem;top:15.5rem;left:8.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8c6Kzh1NCiUwP416a1oPIDw7L7NFNIm { width:20rem;height:6.25rem;top:41.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKvkhLMVhTlidDB1ZPbdu2lFTLEiSSGx { width:4.375rem;height:4.375rem;top:42.75rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LniRwbcVbsn1b89OxdPnWQqMBbvGq2vC { width:14.3125rem;height:1.798825rem;top:44.625rem;left:5.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2VyDlesPtfNyRnwTDx49VO9pgOmaLAg { display:flex;width:2.5rem;height:2.5rem;top:43.6875rem;left:1.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAv473LphFdqKt9q0QARrUvknh8Ic85D { width:14.3125rem;height:1.19921875rem;top:42.75rem;left:5.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdTd5olqct7p7E1dZdxWTEAxUlUooxBm { width:20rem;height:6.25rem;top:21.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7TNPSmflXLOtoTNX9ZQtVWsO99ap9ut { width:4.375rem;height:4.375rem;top:22.625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnHZQeEepQJCwNKr7xeDssvpDVcimdZH { display:flex;width:2.875rem;height:2.875rem;top:23.4375rem;left:8.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIPmethUHLbD7ubgsiTLoeyRNRiwuoro { width:14.3125rem;height:auto;top:24.5rem;left:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqvzrhfMlu5d0ZnmgcKM3rpdbT5bo4On { width:14.3125rem;height:auto;top:22.625rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDtTJZKuC7rkIQiicOq9wDpBaxQ4BJ7S { width:20rem;height:6.25rem;top:21.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwPSUJsJfgcLPDV8FBZxAhh7vSJwu2nR { width:4.375rem;height:4.375rem;top:22.625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtiyKgE1imkv67n8G9WQ6LpFEXVf40Bf { display:flex;width:2.5rem;height:2.5rem;top:23.5625rem;left:8.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThFQTVNR5EbZVb3vJOxuBFQn7EWSeIsd { width:14.3125rem;height:auto;top:24.5rem;left:2.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTf9KslAdLUQPlBieLb0EwBOoqF7M88J { width:14.3125rem;height:auto;top:22.625rem;left:2.8125rem;font-size:1rem;display:none; }
 }@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) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#00a887;background-image:none;display:block; }#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.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:50rem;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:24.4482421875rem;left:1.0908203125rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #THq95qkuosuxAiafZhmCl6oAL6HL12Mt { width:16.3743125rem;height:3.1494125rem;top:29.935546875rem;left:1.0615234375rem;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:35.4970703125rem;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:29.9326171875rem;left:14.3095703125rem;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:35.49609375rem;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:16.6591796875rem;left:0.873046875rem;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:45.7109375rem;left:0.498046875rem;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) { #mbNIDvWBarWwbCwz4bb2XqdL0ei7xgOM { width:17.9998125rem;height:1.798825rem;top:19.8349609375rem;left:0.998046875rem;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:24.4365234375rem;left:14.4013671875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eAfNJ5V6EnOnD4MoJ1JwBM0qZRZJVyXv { width:16.3743125rem;height:1.57421875rem;top:22.7607421875rem;left:1.0625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #WXHJngwQJOhJ7ECAoJG32qHkkuXXzs72 { width:16.3743125rem;height:1.57421875rem;top:28.25rem;left:1.0615234375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #y9PiG6rzPcuh1yd8gb54gMd3uJTrhJDo { width:0.0625rem;height:8.75rem;top:58.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8xqpWEBzvwwbNQbmsw3oO1Nfrml750g { width:16.375rem;height:1.57421875rem;top:33.8359375rem;left:1.0615234375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #rkaezKUCvgKzk8J1AH2DN0KxUH3MvRee { width:16.3743125rem;height:4.199225rem;top:40.9853515625rem;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:3.14941875rem;top:41rem;left:14.6796875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QCsdmOVu12Hk3CT7czyg9AAw2OJ5noSN { width:16.3743125rem;height:1.57421875rem;top:39.3349609375rem;left:1.0615234375rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #vEsgrzpiwQvy73Rm5QOUbq8LFnTBgW9s { width:20rem;height:11.25rem;top:4.0234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ashLeqlPmoCDeMom37goX3aW68dZpPQ2 { width:0.0625rem;height:8.75rem;top:58.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl6ZNuJq6T7pby7tWyOlDpgewtD1iwGJ { display:flex;width:1.25rem;height:1.25rem;top:22.8857421875rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dxvTm0CmPMgri5SDGWi7xSInAuI9RN1T { display:flex;width:1.25rem;height:1.25rem;top:28.373046875rem;left:17.5263671875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tZdVdXHQxvFSswpLzVVWZzyVqFwiNaQt { display:flex;width:1.25rem;height:1.25rem;top:33.9375rem;left:17.685546875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZlXizLU9TMKi45FsABf9gcglQxWeH5Un { display:flex;width:1.375rem;height:1.375rem;top:39.3603515625rem;left:17.873046875rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qJoXWRWzfOZ4rMZDWfeTft7DtTC4KTTg { top:3.75rem;left:0rem;width:20rem;height:11.25rem;z-index:15116;display:block; }
 }@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; }
 }