.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,238,238;--color-primary-1:192,228,225;--color-primary-2:102,171,172;--color-primary-3:61,103,103;--color-primary-4:0,115,117;--color-secondary-0:255,217,228;--color-secondary-1:255,128,164;--color-secondary-2:255,0,73;--color-secondary-3:128,0,37;--color-secondary-4:38,0,11;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,184;--color-tertiary-2:121,133,137;--color-tertiary-3:73,80,82;--color-tertiary-4:31,51,59;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#cdfde3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(0,0,0,0.8);display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:400;z-index:14997;line-height:1;letter-spacing:0;top:6.75rem;left:4.5rem;height:10rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(0,0,0,0.8);display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.75rem;left:4.5rem;height:11.53125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vNTxciAovL0WzD83FAG46uMuKS6H8XlI { box-sizing:content-box;height:32.625rem;width:25.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/60b8be15-37a8-4bd0-b4fb-db9caa89e420/CarmelinaAyuyang2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.625rem;left:40.724999427796rem;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;display:block; }#vNTxciAovL0WzD83FAG46uMuKS6H8XlI.adaptive-delivery-prevent-bg, #vNTxciAovL0WzD83FAG46uMuKS6H8XlI.lazyload, #vNTxciAovL0WzD83FAG46uMuKS6H8XlI.lazyloading { background-image: none; }
#SNtkZoPN5EaPt26a4Tr1NuizllBe7PLf { color:rgba(0,0,0,0.8);display:block;width:61.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:40.125rem;left:4.5rem;height:2.15625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yfxx6rPx8glDi7yuEpVa4H9Q3hczB9mn { background-color:#e2a9f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.0625rem;left:10.028906822204rem;display:block; }
#vUlu3Pxg7TMTRaTImOGeonTIWqV7JzbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgKk2WNelrDlVszWqX2O7fNXtmZQZPcH { box-sizing:content-box;height:0.1875rem;width:29.5rem;position:absolute;display:block;z-index:15007;background-color:#e2a9f1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.875rem;left:4.5rem;display:block; }
#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/25ec8291-35f2-45e7-acb3-6782ab347c12/CarmelinaAyuyang3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr.adaptive-delivery-prevent-bg, #s3bKqInua6qmHcRMHafftTi9ZMoyFSWr.lazyload, #s3bKqInua6qmHcRMHafftTi9ZMoyFSWr.lazyloading { background-image: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container { background-color: transparent; background-image: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container > .video-iframe-container { display: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row > .video-iframe-container { display: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .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); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container { border-width: 0; border-radius: 0; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#BDwyENi0nl8PVh09KrGvDTKb4vg6CTdb { box-sizing:content-box;height:41rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.53125rem;left:0rem;display:block; }
#De4NhwmFFgcZ6EJ3ZkT80O4x9KLH0cl0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/db8b0633-05f9-402f-b7e8-9ab95e623273/ShannonValente.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.678124904633rem;left:8.1617193222044rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }#De4NhwmFFgcZ6EJ3ZkT80O4x9KLH0cl0.adaptive-delivery-prevent-bg, #De4NhwmFFgcZ6EJ3ZkT80O4x9KLH0cl0.lazyload, #De4NhwmFFgcZ6EJ3ZkT80O4x9KLH0cl0.lazyloading { background-image: none; }
#ThtxTrB3wDaOHvLbkinlU5qvfnJXU2bu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/aa1f5906-0c40-4e1f-a0cb-51d20f31b980/JoeyandRachaelDuzlemic.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.678124904633rem;left:54.661721229553rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }#ThtxTrB3wDaOHvLbkinlU5qvfnJXU2bu.adaptive-delivery-prevent-bg, #ThtxTrB3wDaOHvLbkinlU5qvfnJXU2bu.lazyload, #ThtxTrB3wDaOHvLbkinlU5qvfnJXU2bu.lazyloading { background-image: none; }
#UtVIOBc7smbUQmaVHiEMEyG39LTcXkBz { color:#4b6462;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.378125667572rem;left:8.1617193222044rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xhKSlWPRmBk4iRTnF2pSxObKiMC4BToT { color:#4b6462;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.378125190735rem;left:31.250000953674rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GT53FDsln7oWC8gwv233rVZhd1oBSKGW { color:#4b6462;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.378125667572rem;left:54.661721229553rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STWHDTBQKSzuyl8bSVPbZhDk13IT0DC7 { color:#4b6462;display:block;width:55.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3773436546326rem;left:9.717968940735rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dATSQJTDmHqiUK40yqGich9MzSI2A0T4 { box-sizing:content-box;height:12.5rem;width:19.75rem;position:absolute;display:block;z-index:15007;background-color:#c2d7d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.181250572204rem;left:4.5359373092651rem;display:block; }
#TgSoxTAbGVV0OiWQpQDUQG6DWKczzfRB { box-sizing:content-box;height:12.5rem;width:19.75rem;position:absolute;display:block;z-index:15008;background-color:#c2d7d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.181250572204rem;left:27.625000953674rem;display:block; }
#cNZdAVD6GrJifSb6oFO1rq8bNgwxpEMM { box-sizing:content-box;height:12.5rem;width:19.75rem;position:absolute;display:block;z-index:15009;background-color:#c2d7d2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.181250572204rem;left:51.880467414856rem;display:block; }
#myJWXEyCS2AqcgrzUmD3c7r2qUKl70Ud { color:#658583;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:30.212500572204rem;left:5.6921873092651rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zrR2FDmhn1fc0d8Nq6tptyJWnAWgvyy1 { color:#658583;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:30.868750572204rem;left:28.781250953674rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#xJWxXlsDkB8sgP2sFdJR33y3JIp0PPIg { color:#658583;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:30.868750572204rem;left:53.036717414856rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#CtlWnItLQJ1ks4Q1Wh3qzPGq8GyN6pVG { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f5556f73-bc1d-4ee9-8cc5-e9cd58181b87/Rawan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.42812538147rem;left:31.000000953674rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }#CtlWnItLQJ1ks4Q1Wh3qzPGq8GyN6pVG.adaptive-delivery-prevent-bg, #CtlWnItLQJ1ks4Q1Wh3qzPGq8GyN6pVG.lazyload, #CtlWnItLQJ1ks4Q1Wh3qzPGq8GyN6pVG.lazyloading { background-image: none; }
#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/999e3345-1010-44b1-9888-6867e3dc7621/CarmelinaAyuyang4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU.adaptive-delivery-prevent-bg, #kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU.lazyload, #kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU.lazyloading { background-image: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container { background-color: transparent; background-image: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container > .video-iframe-container { display: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row > .video-iframe-container { display: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .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); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container { border-width: 0; border-radius: 0; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#f5NZGIGIsILaWZM4aMmPLqefmThxUtdC { box-sizing:content-box;height:22.875rem;width:22.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/dae9511f-a26b-4e3b-acc0-ab6bb68e5f58/CarmelinaAyuyang.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9499999880791rem;left:8.0367193222044rem;display:block; }#f5NZGIGIsILaWZM4aMmPLqefmThxUtdC.adaptive-delivery-prevent-bg, #f5NZGIGIsILaWZM4aMmPLqefmThxUtdC.lazyload, #f5NZGIGIsILaWZM4aMmPLqefmThxUtdC.lazyloading { background-image: none; }
#BvKPo6Rw9wTvpIrs8wnUDwEZNiIewGXu { box-sizing:content-box;height:22.875rem;width:22.875rem;position:absolute;display:block;z-index:14999;background-color:#ce6ebc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.199999809265rem;left:10.224219322204rem;display:block; }
#APAw4Tai2rc3oKZu1p394bUbnBfWTSAd { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0320315361023rem;left:40.787499427796rem;height:31.76875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q58WdbibyBRLCVmCFz0e41xBKpSal2cI { box-sizing:content-box;height:37.1875rem;width:33.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.88671875rem;left:38.599999427796rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#xSTtLs1eTcmeCb0eL4eTHzBP6bNRHhTT { background-color:#cdfde3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.998437404632rem;left:10.724219322204rem;display:block; }
#vo0Gk7cTBnFgiZz6L4k2pBTtZ47WI9en { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cdfde3;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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#pUVuu4iHZet2BUo5OOdds68cFwmtfnUw { color:rgba(0,0,0,0.8);display:block;width:26.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:4.2062511444092rem;left:40.121876716614rem;height:9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dDTC26S4IJHHFWDJP6wIzixUN8VJ5qCm { color:rgba(0,0,0,0.8);display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:12.643751144409rem;left:41.778126716614rem;height:7.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mgIStQmZOhOB5Hw8tZ9iOUHviSAJvXWJ { color:rgba(0,0,0,0.8);display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15.625rem;left:9.4960927963256rem;height:2.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dRTH3Tg6vcviFfM5UqpWnaRynnQ91dzc { color:rgba(0,0,0,0.8);display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20rem;left:9.495312690735rem;height:2.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KggmqFoPn9mLRagl8y9gUkVMVydqaqJ5 { color:rgba(0,0,0,0.8);display:block;width:23.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:24.359375rem;left:9.495312690735rem;height:2.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-form-header {  }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:19.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #6c9772;border-left:0.125rem solid #6c9772;border-right:0.125rem solid #6c9772;border-bottom:0.125rem solid #6c9772;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:19.9375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-text {padding-top: 0; padding-bottom: 0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #6c9772;border-left:0.125rem solid #6c9772;border-right:0.125rem solid #6c9772;border-bottom:0.125rem solid #6c9772;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:19.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:19.9375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-select {padding-top: 0; padding-bottom: 0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#c2d7d2;background-image:none;border-top:0.0625rem solid #798589;border-left:0.0625rem solid #798589;border-right:0.3125rem solid #798589;border-bottom:0.3125rem solid #798589;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.5rem;font-weight:bold;color:#475f5a;width:19.9375rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: none; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .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:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:18.6875rem;overflow:hidden;font-style:normal;float:none; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .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; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-container:first-of-type{padding-top:0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-container:last-of-type{padding-bottom:0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:42.340626716614rem;top:20.562499523163rem;z-index:15009;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.9375rem;display:block;vertical-align:top; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs {display:block;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:42.340626716614rem;top:20.562499523163rem;z-index:15009;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #IsLmMJB8ixo0Ms85KJ9L4Fs2UyBILzOE { position:relative; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #Mqg6aH4puRUhHw6VEdftTQnArzIWAgLN { position:relative;display:none; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #VLG70AFigvcNvTWZXhQfK43ui9piCqfT { position:relative; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #W0QLeUTfnAvBlsE7JDliB7F2sGbZrdTA { position:relative; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #fxliUcIBMiFR1Jf39iXgOuN01G3aAx2h { position:relative;display:none; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #G93WTS4PUUHrV6Eg7HzJGUOvWPB5lAyZ { position:relative; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #ytyO4vfp2Z4H6nTgQESus0PTMbLJ2a6K { position:relative; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #k7o57xcLIkqNDBvLBf2TABntVZ7bVJEB { position:relative;z-index:2; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #y65cM0zPbGsg3Vf2tNlH2WUvghSI9C2m { position:relative; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #Eqhr74TGT84LX7FRKgHD4V5pWwoUlS7X { position:relative; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #uNp61eqIDfpZc73V2PKAuSssz5BvXFfv { position:relative; }
#mwg2gswISiT04VFVx1GcL7AuM1QoXPFr { box-sizing:content-box;height:17.0625rem;width:23.0625rem;position:absolute;display:block;z-index:15004;background-color:#6c9773;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.093749523163rem;left:42.028126716614rem;display:block; }
#HrG7qtZDpvATSIeksL69UyknXRxOLcCV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20rem;left:5.43359375rem; }
#axSW78STtQmv4KZ6syUEAuTbR7KbwhLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.640625rem;left:5.43359375rem; }
#F1E0A6KKQIRq6s8nMAfaxe5JIq0cHth9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.374999523163rem;left:5.43359375rem; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ctzZf2o6Wyn77No4sTt76mpSBN3KyrLX { color:#2d2929;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.515625rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#sRqwFnUTlfQ4r1o47mt6BUF3i2tc2E54 { color:#2d2929;display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.296875rem;left:28.531250953674rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#h1w5vt6P9lUKGM9uKT1cisvEwwQuUrC6 { z-index:15002;top:1.96875rem;left:50.000000953674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X9eksxpaTwAShNQrT9Qb2RnTUTOiTEVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:31.625rem;height:10rem;top:6.75rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:30.0625rem;height:11.5rem;top:16.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTxciAovL0WzD83FAG46uMuKS6H8XlI { top:4.625rem;left:22.375rem;width:25.375rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNtkZoPN5EaPt26a4Tr1NuizllBe7PLf { width:47.75rem;height:2.125rem;top:40.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfxx6rPx8glDi7yuEpVa4H9Q3hczB9mn { width:17.5rem;height:3.4375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlu3Pxg7TMTRaTImOGeonTIWqV7JzbU { display:block; }
 }@media only screen and (max-width: 763px) { #IgKk2WNelrDlVszWqX2O7fNXtmZQZPcH { top:34.875rem;left:0rem;width:29.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3bKqInua6qmHcRMHafftTi9ZMoyFSWr { display:block; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDwyENi0nl8PVh09KrGvDTKb4vg6CTdb { top:3.5rem;left:0rem;width:47.75rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #De4NhwmFFgcZ6EJ3ZkT80O4x9KLH0cl0 { top:11.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtxTrB3wDaOHvLbkinlU5qvfnJXU2bu { top:11.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtVIOBc7smbUQmaVHiEMEyG39LTcXkBz { top:25.375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKSlWPRmBk4iRTnF2pSxObKiMC4BToT { top:25.375rem;left:17.625000953674rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT53FDsln7oWC8gwv233rVZhd1oBSKGW { top:25.375rem;left:35.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWHDTBQKSzuyl8bSVPbZhDk13IT0DC7 { top:5.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATSQJTDmHqiUK40yqGich9MzSI2A0T4 { top:28.125rem;left:0rem;width:19.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSoxTAbGVV0OiWQpQDUQG6DWKczzfRB { top:28.125rem;left:14.000000953674rem;width:19.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNZdAVD6GrJifSb6oFO1rq8bNgwxpEMM { top:28.125rem;left:28rem;width:19.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myJWXEyCS2AqcgrzUmD3c7r2qUKl70Ud { top:30.1875rem;left:0rem;width:17.4375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrR2FDmhn1fc0d8Nq6tptyJWnAWgvyy1 { top:30.8125rem;left:15.156250953674rem;width:17.4375rem;height:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJWxXlsDkB8sgP2sFdJR33y3JIp0PPIg { top:30.8125rem;left:30.3125rem;width:17.4375rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlWnItLQJ1ks4Q1Wh3qzPGq8GyN6pVG { top:11.375rem;left:17.375000953674rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU { display:block; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5NZGIGIsILaWZM4aMmPLqefmThxUtdC { top:5.9375rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvKPo6Rw9wTvpIrs8wnUDwEZNiIewGXu { top:8.1875rem;left:0rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APAw4Tai2rc3oKZu1p394bUbnBfWTSAd { top:5rem;left:17.25rem;width:30.5rem;height:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q58WdbibyBRLCVmCFz0e41xBKpSal2cI { top:2.875rem;left:14.25rem;width:33.5rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSTtLs1eTcmeCb0eL4eTHzBP6bNRHhTT { width:17.5rem;height:3.4375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0Gk7cTBnFgiZz6L4k2pBTtZ47WI9en { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUVuu4iHZet2BUo5OOdds68cFwmtfnUw { width:26.875rem;height:9rem;top:4.1875rem;left:20.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDTC26S4IJHHFWDJP6wIzixUN8VJ5qCm { width:23.0625rem;height:7.125rem;top:12.625rem;left:24.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIStQmZOhOB5Hw8tZ9iOUHviSAJvXWJ { width:21.875rem;height:2.8125rem;top:15.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRTH3Tg6vcviFfM5UqpWnaRynnQ91dzc { width:21.875rem;height:2.8125rem;top:20rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KggmqFoPn9mLRagl8y9gUkVMVydqaqJ5 { width:23.25rem;height:2.8125rem;top:24.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-regular-label { display:block;width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-text { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-text {padding-top: 0; padding-bottom: 0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-textarea { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-select { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-select {padding-top: 0; padding-bottom: 0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-button { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs  { width:19.9375rem;height:13.625rem;top:20.5rem;left:25.3125rem; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .radio-container { width:19.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs {display:block;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs { width:19.9375rem;height:13.625rem;top:20.5rem;left:25.3125rem; }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #IsLmMJB8ixo0Ms85KJ9L4Fs2UyBILzOE {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #Mqg6aH4puRUhHw6VEdftTQnArzIWAgLN {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #VLG70AFigvcNvTWZXhQfK43ui9piCqfT {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #W0QLeUTfnAvBlsE7JDliB7F2sGbZrdTA {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #fxliUcIBMiFR1Jf39iXgOuN01G3aAx2h { display:block; }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #G93WTS4PUUHrV6Eg7HzJGUOvWPB5lAyZ {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #ytyO4vfp2Z4H6nTgQESus0PTMbLJ2a6K {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #k7o57xcLIkqNDBvLBf2TABntVZ7bVJEB {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #y65cM0zPbGsg3Vf2tNlH2WUvghSI9C2m {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #Eqhr74TGT84LX7FRKgHD4V5pWwoUlS7X {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #uNp61eqIDfpZc73V2PKAuSssz5BvXFfv {  }
 }@media only screen and (max-width: 763px) { #mwg2gswISiT04VFVx1GcL7AuM1QoXPFr { top:20.0625rem;left:24.6875rem;width:23.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrG7qtZDpvATSIeksL69UyknXRxOLcCV { top:20rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axSW78STtQmv4KZ6syUEAuTbR7KbwhLy { top:15.625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1E0A6KKQIRq6s8nMAfaxe5JIq0cHth9 { top:24.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctzZf2o6Wyn77No4sTt76mpSBN3KyrLX { top:2.5rem;left:0rem;width:25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqwFnUTlfQ4r1o47mt6BUF3i2tc2E54 { top:1.25rem;left:13.8125rem;width:17.9375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1w5vt6P9lUKGM9uKT1cisvEwwQuUrC6 { top:1.9375rem;left:22.625rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9eksxpaTwAShNQrT9Qb2RnTUTOiTEVo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:2.55rem;top:2.5625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:13.875rem;height:5.0625rem;top:5.625rem;left:3.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNTxciAovL0WzD83FAG46uMuKS6H8XlI { width:16.75rem;height:21.6875rem;top:18.25rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNtkZoPN5EaPt26a4Tr1NuizllBe7PLf { width:15.3125rem;height:6.375rem;top:41.4375rem;left:2.3437500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfxx6rPx8glDi7yuEpVa4H9Q3hczB9mn { width:17.5rem;height:3.4375rem;top:12rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlu3Pxg7TMTRaTImOGeonTIWqV7JzbU { display:block; }
 }@media only screen and (max-width: 763px) { #IgKk2WNelrDlVszWqX2O7fNXtmZQZPcH { width:20rem;height:0.1875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3bKqInua6qmHcRMHafftTi9ZMoyFSWr { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/25ec8291-35f2-45e7-acb3-6782ab347c12/CarmelinaAyuyang3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr.adaptive-delivery-prevent-bg, #s3bKqInua6qmHcRMHafftTi9ZMoyFSWr.lazyload, #s3bKqInua6qmHcRMHafftTi9ZMoyFSWr.lazyloading { background-image: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container { background-color: transparent; background-image: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container > .video-iframe-container { display: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row > .video-iframe-container { display: none; }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .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); }#s3bKqInua6qmHcRMHafftTi9ZMoyFSWr > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDwyENi0nl8PVh09KrGvDTKb4vg6CTdb { width:20rem;height:77.75rem;top:4.6875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BDwyENi0nl8PVh09KrGvDTKb4vg6CTdb.adaptive-delivery-prevent-bg, #BDwyENi0nl8PVh09KrGvDTKb4vg6CTdb.lazyload, #BDwyENi0nl8PVh09KrGvDTKb4vg6CTdb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #De4NhwmFFgcZ6EJ3ZkT80O4x9KLH0cl0 { width:10rem;height:10rem;top:12.112501144409rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtxTrB3wDaOHvLbkinlU5qvfnJXU2bu { width:10rem;height:10rem;top:60.175001144409rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtVIOBc7smbUQmaVHiEMEyG39LTcXkBz { width:12.5rem;height:1.86875rem;top:22.3125rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhKSlWPRmBk4iRTnF2pSxObKiMC4BToT { width:12.5rem;height:1.86875rem;top:46.125rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT53FDsln7oWC8gwv233rVZhd1oBSKGW { width:12.5rem;height:1.86875rem;top:70.3125rem;left:3.7500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWHDTBQKSzuyl8bSVPbZhDk13IT0DC7 { width:20rem;height:4.225rem;top:6rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dATSQJTDmHqiUK40yqGich9MzSI2A0T4 { width:20rem;height:8.5625rem;top:24.18124961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgSoxTAbGVV0OiWQpQDUQG6DWKczzfRB { width:20rem;height:8.5625rem;top:47.993751525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNZdAVD6GrJifSb6oFO1rq8bNgwxpEMM { width:20rem;height:8.5625rem;top:72.181251525881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myJWXEyCS2AqcgrzUmD3c7r2qUKl70Ud { width:17.4375rem;height:7.5rem;top:24.71249961853rem;left:1.2812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrR2FDmhn1fc0d8Nq6tptyJWnAWgvyy1 { width:17.4375rem;height:6.75rem;top:48.900001525879rem;left:1.2812500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJWxXlsDkB8sgP2sFdJR33y3JIp0PPIg { width:17.4375rem;height:7.125rem;top:72.900000572206rem;left:1.2812500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlWnItLQJ1ks4Q1Wh3qzPGq8GyN6pVG { width:10.125rem;height:10.125rem;top:36rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/999e3345-1010-44b1-9888-6867e3dc7621/CarmelinaAyuyang4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU.adaptive-delivery-prevent-bg, #kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU.lazyload, #kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU.lazyloading { background-image: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container { background-color: transparent; background-image: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container > .video-iframe-container { display: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row > .video-iframe-container { display: none; }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .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); }#kVZnNo0k6WoJx1t3KHENlh0y1QXqMHqU > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5NZGIGIsILaWZM4aMmPLqefmThxUtdC { width:18.375rem;height:21rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvKPo6Rw9wTvpIrs8wnUDwEZNiIewGXu { width:19.0625rem;height:21.8125rem;top:3.625rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #APAw4Tai2rc3oKZu1p394bUbnBfWTSAd { width:20rem;height:27rem;top:28.78125rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q58WdbibyBRLCVmCFz0e41xBKpSal2cI { width:20rem;height:29.875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSTtLs1eTcmeCb0eL4eTHzBP6bNRHhTT { width:17.5rem;height:3.4375rem;top:58.6875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0Gk7cTBnFgiZz6L4k2pBTtZ47WI9en { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUVuu4iHZet2BUo5OOdds68cFwmtfnUw { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDTC26S4IJHHFWDJP6wIzixUN8VJ5qCm { width:20rem;height:5.25rem;top:8rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgIStQmZOhOB5Hw8tZ9iOUHviSAJvXWJ { width:16.125rem;height:1.875rem;top:35rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dRTH3Tg6vcviFfM5UqpWnaRynnQ91dzc { width:14.75rem;height:1.875rem;top:38.125rem;left:3.7500000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KggmqFoPn9mLRagl8y9gUkVMVydqaqJ5 { width:15.3125rem;height:1.875rem;top:41.25rem;left:3.8750000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-text {padding-top: 0; padding-bottom: 0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-select {padding-top: 0; padding-bottom: 0;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs  { width:17.375rem;height:auto;top:15.317187786102rem;left:0rem; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs {display:block;}#nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs { width:17.375rem;height:auto;top:15.317187786102rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #IsLmMJB8ixo0Ms85KJ9L4Fs2UyBILzOE {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #Mqg6aH4puRUhHw6VEdftTQnArzIWAgLN {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #VLG70AFigvcNvTWZXhQfK43ui9piCqfT {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #W0QLeUTfnAvBlsE7JDliB7F2sGbZrdTA {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #fxliUcIBMiFR1Jf39iXgOuN01G3aAx2h { display:block; }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #G93WTS4PUUHrV6Eg7HzJGUOvWPB5lAyZ {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #ytyO4vfp2Z4H6nTgQESus0PTMbLJ2a6K {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #k7o57xcLIkqNDBvLBf2TABntVZ7bVJEB {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #y65cM0zPbGsg3Vf2tNlH2WUvghSI9C2m {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #Eqhr74TGT84LX7FRKgHD4V5pWwoUlS7X {  }
 }@media only screen and (max-width: 763px) { #nC3oMQnGcAFiAOV6vT7e6bEwPK0qJFQs #uNp61eqIDfpZc73V2PKAuSssz5BvXFfv {  }
 }@media only screen and (max-width: 763px) { #mwg2gswISiT04VFVx1GcL7AuM1QoXPFr { width:20rem;height:18.4375rem;top:14.692968845367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrG7qtZDpvATSIeksL69UyknXRxOLcCV { display:flex;width:1.875rem;height:1.875rem;top:38.125rem;left:0.99921876192094rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #axSW78STtQmv4KZ6syUEAuTbR7KbwhLy { display:flex;width:1.875rem;height:1.875rem;top:35rem;left:0.99921876192094rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #F1E0A6KKQIRq6s8nMAfaxe5JIq0cHth9 { display:flex;width:1.875rem;height:1.875rem;top:41.25rem;left:0.99921876192094rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctzZf2o6Wyn77No4sTt76mpSBN3KyrLX { width:20rem;height:1.1375rem;top:1.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRqwFnUTlfQ4r1o47mt6BUF3i2tc2E54 { width:15.875rem;height:3.4125rem;top:3.5625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1w5vt6P9lUKGM9uKT1cisvEwwQuUrC6 { top:7rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9eksxpaTwAShNQrT9Qb2RnTUTOiTEVo { display:block; }
 }