.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:241,253,218;--color-primary-1:214,248,144;--color-primary-2:187,243,70;--color-primary-3:172,220,76;--color-primary-4:37,49,14;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#7e9385;background-image:url("https://images.assets-landingi.com/uc/31f1f575-a01f-46d4-a435-877476ba44ba/StephanieAdielebackground.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0.0625rem solid #37604c;border-left:0.0625rem solid #37604c;border-right:0.0625rem solid #37604c;border-bottom:0.0625rem solid #37604c;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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:66.4625rem;width:75rem;overflow:visible;position:relative;display:block; }#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-form-header {  }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:24.5rem;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; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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.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:24.5rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:24.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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:24.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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:#37604c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:24.5rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: none;font-style:normal; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:23.3125rem;overflow:hidden;font-style:normal;float:none; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-container:first-of-type{padding-top:0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-container:last-of-type{padding-bottom:0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.4742183685303rem;top:43.642968177796rem;z-index:15014;position:absolute; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5rem;display:block;vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .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; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A {display:block;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5.4742183685303rem;top:43.642968177796rem;z-index:15014;position:absolute; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #eOzzTl9MTGvbkPLg59VGQGc0g0JgIJTs { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #W0xAfTuKf0HP2nbNZTGdD2Gp1uKMvpGC { position:relative;display:none; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #v7rxFigkcNxISz1X4O4GvK1Voz3bgidE { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #ondntd3JaNB8N98xRTXfcNKWFrIXQ2F3 { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #x1GLWPcQopuZ0DcuHksEMBbIrRW6SPdZ { position:relative;display:none; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #KtZLTCVe9yuSSGzah9PvAo42ESGF3FSG { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #HXPbBbs1p8BzsfQVQNTfdrEHi62lZhnq { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #xoUDNBXiSysHM3QHtuDb0ziTIogZlof9 { position:relative;display:none; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #BbvgGH48s0TVBBN0lpuwed2QBCH23Ls3 { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #zNAqs27imV0BZ66ltdutJNJXu84o4XdN { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #RTk6SqTnny8LbeBZ3ceEnq5u9LlJuofZ { position:relative;z-index:2; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #mfrrp3AlXBlT74eTLFoiz0ZHrn7AZG7R { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #iO9hVElzKOJhKA5GcHtUPbDOyyEn1enm { position:relative; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #FSbCIkyHHqdyeG934PKc5qee233dhN8M { position:relative; }
#ogoR4IV7IhIopPCXZge9iC6v3rBpelSW { box-sizing:content-box;height:24.9375rem;width:25.0625rem;position:absolute;display:block;z-index:15015;background-color:#748c79;background-image:url("https://images.assets-landingi.com/uc/d7b01213-49c3-433b-906e-3ba5c5a54405/StephanieAdiele.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-secondary-3),1);border-left:0.3125rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-3),1);top:6.3109375946225rem;left:6.1437501907349rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }#ogoR4IV7IhIopPCXZge9iC6v3rBpelSW.adaptive-delivery-prevent-bg, #ogoR4IV7IhIopPCXZge9iC6v3rBpelSW.lazyload, #ogoR4IV7IhIopPCXZge9iC6v3rBpelSW.lazyloading { background-image: none; }
#PQzWrwqgFTuN1168SE6h2VMGZ9TOQi7A { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:32.575000762939rem;left:6.785937309265rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2fHwkTa0dcd9sh7wN8bE9KmMS8MfuRf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:36.312500953674rem;left:10.910937309265rem;height:1.54375rem;font-style:normal;display:block; }
#DFEJNImuINbfPOU5cyIiGRcUX7mesdpW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:39.130469322204rem;left:6.942187309265rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#Q0sIuqgrNHEUn4G85NRdwsz8VRFBAQOt { box-sizing:content-box;height:59.9375rem;width:37.25rem;position:absolute;display:block;z-index:15013;background-color:#37604c;background-image:url("https://images.assets-landingi.com/uc/09f7be67-83d8-4bde-b06a-b6c4b33808e9/Background.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.375rem solid #37604c;border-left:0.375rem solid #37604c;border-right:0.375rem solid #37604c;border-bottom:0.375rem solid #37604c;top:3.4374999515713rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#Q0sIuqgrNHEUn4G85NRdwsz8VRFBAQOt.adaptive-delivery-prevent-bg, #Q0sIuqgrNHEUn4G85NRdwsz8VRFBAQOt.lazyload, #Q0sIuqgrNHEUn4G85NRdwsz8VRFBAQOt.lazyloading { background-image: none; }
#iply3Xf61Q57HTZOVNs03V3LFF25NwQ1 { box-sizing:content-box;height:41.625rem;width:25.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.33);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.129687499255rem;left:6.2242193222046rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9e3bb;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; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row .container { background-color: transparent; background-image: none; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row .container > .video-iframe-container { display: none; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row > .video-iframe-container { display: none; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .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); }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row .container { border-width: 0; border-radius: 0; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#v2M7Gr5uvVmbfvLRwB753nTEOxGvVwJn { color:rgba(var(--color-tertiary-4),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1242187023163rem;left:8.280468940735rem;height:2.4375rem;display:block; }
#ZRUkTUSS6kHbCeA5cTG3TDLPCwkN90Cy { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:9.4375rem;left:17.499218940735rem;display:block; }
#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e4e88;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; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row .container { background-color: transparent; background-image: none; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row .container > .video-iframe-container { display: none; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row > .video-iframe-container { display: none; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .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); }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row .container { border-width: 0; border-radius: 0; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#BaaCFL2sk4XXSLFdgBMa27dQCOIGmA6h { color:rgba(var(--color-tertiary-1),1);display:block;width:59.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:7.530468940735rem;height:2.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#W8sh7KSX2e2rhGJPChzz3ThSiNh7XstW { 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:15004;opacity:1;top:7.5rem;left:36.812500953674rem; }
#hH4UXbAQ35a0lMehlTb5TfrBXlpK9PMt { 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:15005;opacity:1;top:7.5rem;left:30.937500953674rem; }
#ZOunmE4Hp2XSkWwE3bmcsLny6Jrpsa0y { 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:15006;opacity:1;top:7.5rem;left:42.312500953674rem; }
#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9e3bb;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; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row .container { background-color: transparent; background-image: none; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row .container > .video-iframe-container { display: none; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row > .video-iframe-container { display: none; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .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); }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row .container { border-width: 0; border-radius: 0; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#gpVOTa8kWb03h3f6xgrnmQ68AIaqOvo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #a9e3bb, #bfcfca);background-image: -moz-linear-gradient(top, #a9e3bb, #bfcfca);background-image: -ms-linear-gradient(top, #a9e3bb, #bfcfca);background-image: -o-linear-gradient(top, #a9e3bb, #bfcfca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e3bb', endColorstr='#bfcfca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e3bb', endColorstr='#bfcfca' );";background-image: linear-gradient(to bottom, #a9e3bb, #bfcfca);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; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row .container { background-color: transparent; background-image: none; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row .container > .video-iframe-container { display: none; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row > .video-iframe-container { display: none; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .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); }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row .container { border-width: 0; border-radius: 0; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#CKK2CrT2tNU3Jg9w9CUGabbNSKKgeP8d { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:0.9375rem;display:block; }
#niBh8mKnXFBMPrZTmoNXMFWcvcTdlKeB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.75rem;left:3.21875rem;height:4.875rem;font-style:normal;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;display:block; }
#qdDTwHanTGvP5xchFH2ZXQ02I0I9dT0N { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.75rem;left:22.59375rem;height:4.875rem;font-style:normal;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;display:block; }
#VeuQcWKm2LtKkaCN9dN59nF78Pb0WzCG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.75rem;left:39.75rem;height:;font-style:normal;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;display:block; }
#ENcpTVvU8amSFqOySlUlxt1XJanb3u5v { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.75rem;left:59.1875rem;height:;font-style:normal;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;display:block; }
#yoT5cNKfIXTRHz4XUO5Ehqh7J7O1Ns4C { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:19.71875rem;display:block; }
#gW7TLLkkItVK9AtUOpTxRE879ePFZPU9 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:38.46875rem;display:block; }
#uL93rWTrSbpLpPeXXvoseZd1MmrTf87v { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:16.4375rem;top:2.3125rem;left:57.21875rem;display:block; }
#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e4e88;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; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row .container { background-color: transparent; background-image: none; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row .container > .video-iframe-container { display: none; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row > .video-iframe-container { display: none; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .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); }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row .container { border-width: 0; border-radius: 0; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#pDno9lFTTSlGaqioq5tDR2FdS3qu1naM { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRLLqOBzDyVLNHXeMZ57HVEVH69AbvuJ { 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:15004;opacity:1;top:5.5rem;left:36.1875rem; }
#oxgGibtdcX9oqaOJRWaMoU7uUsZiwKkJ { 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:15005;opacity:1;top:5.5rem;left:30.875rem; }
#ikhJ3is5LGmLltEdmpo8wzvyImHFW3Bg { 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:15006;opacity:1;top:5.5rem;left:41.625rem; }
#XWBKxanzdewTEBKys0EKTTEeCusQqsSr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9e3bb;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; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container { background-color: transparent; background-image: none; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container > .video-iframe-container { display: none; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row > .video-iframe-container { display: none; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .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); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container { border-width: 0; border-radius: 0; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#QQ4tLttgmuPKs5W7wn0dCnMTId50W3Tt { position:absolute;display:block;z-index:15016;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:19.4375rem;width:23.6875rem;top:1.375rem;left:0.625rem;overflow:hidden;display:block; }
#NayTfsqHFXCuJo1ObbsbLrDryBS00pTZ { color:rgba(0,0,0,0.5);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:9.1875rem;left:2.875rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#RZvUXnIa1t5trMLSUB7aApTI0nEdSJpH { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.875rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJdIe69BWT7DAxgH334N8eTGWGuuH7Ml { box-sizing:content-box;color:#efc100;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:block;z-index:15023;top:3.4375rem;left:7.8125rem;display:block; }
#hDECXep7BHfEcbbb2BhyCdBAzbZNTn1v { box-sizing:content-box;color:#efc100;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:block;z-index:15024;top:3.4375rem;left:9.6875rem;display:block; }
#b7yFELF4lwBeC6bgJbsHXTJ8LCQ3MQTK { box-sizing:content-box;color:#efc100;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:block;z-index:15025;top:3.4375rem;left:11.5625rem;display:block; }
#LDxrlISbTwtXe4FsqyxN8EINLrssbaRZ { box-sizing:content-box;color:#efc100;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:block;z-index:15026;top:3.4375rem;left:13.4375rem;display:block; }
#Alfkc6ov1r2B9czupdXHwqvspnnhPnTP { box-sizing:content-box;color:#efc100;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:block;z-index:15027;top:3.4375rem;left:15.3125rem;display:block; }
#gJ6BaaAaV1lNDu2zWFXlnsTZ0p7WUFtQ { position:absolute;display:block;z-index:15017;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:19.4375rem;width:23.6875rem;top:1.5625rem;left:25.625rem;overflow:hidden;display:block; }
#xWqOcrWs9C512xNfL89rLITDTE70KQ8d { position:absolute;display:block;z-index:15018;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:19.4375rem;width:23.6875rem;top:1.5625rem;left:50.625rem;overflow:hidden;display:block; }
#u3VdDdELTbVX4SgqioZ7VCbvuK2NDOTy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.9375rem;left:27.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SggAPO4Hmqi9ePpyaLx9yKTKyMAqD2pT { color:rgba(0,0,0,0.5);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:9.1875rem;left:27.5625rem;height:2.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FSz9he7e0t6iy5eVP7eNRfk4IxWS7a7l { box-sizing:content-box;color:#efc100;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:block;z-index:15017;top:3.4375rem;left:32.8125rem;display:block; }
#FiuO3kfFoNBZg7WxcHQmF78tZbc39TfP { box-sizing:content-box;color:#efc100;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:block;z-index:15018;top:3.4375rem;left:34.6875rem;display:block; }
#DqsTEhUpwqQmx6va3uRUSeOk0mxCPscu { box-sizing:content-box;color:#efc100;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:block;z-index:15019;top:3.4375rem;left:36.5625rem;display:block; }
#hXQutFugE45KXHeskMvuRhhFFHqkMZgO { box-sizing:content-box;color:#efc100;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:block;z-index:15020;top:3.4375rem;left:38.4375rem;display:block; }
#c9cTdzST2JMorkPrqbTvOobWfaZA439Z { box-sizing:content-box;color:#efc100;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:block;z-index:15021;top:3.4375rem;left:40.3125rem;display:block; }
#OmdwpnZLoM4cw6ewnFV3ZpPqveJdkt88 { box-sizing:content-box;color:#efc100;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:block;z-index:15022;top:3.4375rem;left:57.8125rem;display:block; }
#euHTUrTxITKvf905sMKudERh6Xd6ot18 { box-sizing:content-box;color:#efc100;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:block;z-index:15023;top:3.4375rem;left:59.6875rem;display:block; }
#kMaaIWelyHUqLaHdFCK7WJtcNnzPU9wT { box-sizing:content-box;color:#efc100;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:block;z-index:15024;top:3.4375rem;left:61.5625rem;display:block; }
#Ocyy2EnOqbPqRmq5wCwxAUERFybTe8AT { box-sizing:content-box;color:#efc100;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:block;z-index:15025;top:3.4375rem;left:63.4375rem;display:block; }
#fK9X0WahtZQo9K9WydGzp7eKqMDpvot4 { box-sizing:content-box;color:#efc100;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:block;z-index:15026;top:3.4375rem;left:65.3125rem;display:block; }
#IdAw2r0BAw2U6gBD8TbJoILd7IkaLRST { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:5.875rem;left:52.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0WqLGU5N1Gz3sZwRKRwta2roHrwExTx { color:rgba(0,0,0,0.5);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:9.1875rem;left:53.5625rem;height:5.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WeB131Tm1nt3QSPWFASz9XN7s3lfTaUh { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.375rem;width:10.375rem;top:19.996871948243rem;left:3.5609369277954rem;overflow:hidden;display:block; }
#XMHNNcdleXEEBpbbRem1hWflAteaeZTv { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.375rem;width:10.375rem;top:19.99609375rem;left:28.562500953674rem;overflow:hidden;display:block; }
#ytoDJbVAAsBkmPCsSZmc7ToiP6fLGxwX { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.375rem;width:10.375rem;top:19.99609375rem;left:53.562500953674rem;overflow:hidden;display:block; }
#UWdTTKnKe7LFP68bUd5ozMikASQc80rE { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:24.37109375rem;left:13.935156822204rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oczdCazcLql3hZpTmalekXHVQswCaOfO { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:24.452344894409rem;left:40.050000190735rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LcXDbTMGfFuJ7QzPfufIfFeMCA2zGNSE { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:24.452344894409rem;left:65.050004005431rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { 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/f4a4693f-3d4a-441d-b7c2-2fc0350d2093/Darkgreenoffice.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq.adaptive-delivery-prevent-bg, #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq.lazyload, #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq.lazyloading { background-image: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { background-color: transparent; background-image: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .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); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { border-width: 0; border-radius: 0; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { font-size:0.875rem;font-family:arial;height:126.5rem;width:75rem;position:relative;display:block; }#hvXBCT5WVrRSs1GTTrz6w5GCzpPs4dH1 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4960938692093rem;left:5.28125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { color:rgba(var(--color-tertiary-4),0.7);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:10.899219155312rem;left:16.749218940735rem;height:97.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2IfLVaSqMFflAArWIqde91qXq0kJBT8 { position:absolute;display:block;z-index:15007;background-color:rgba(55,96,76,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.18671875rem;width:8.75rem;top:8.061718940735rem;left:33.125000953674rem;display:block; }
#P2eJ63QCcBg0zhylvWdL4RIuwMW36VdW { color:rgba(0,0,0,0.7);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:117.39999961853rem;left:18.561718940735rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTZxudrS9f09nVeU5ynPKrtN3FuftNh0 { background-color:#37604c;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:rgba(var(--color-tertiary-0),1);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:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:112.66250038147rem;left:25.906250953674rem;display:block; }
#a53ewEc5G9gqEp3TI9n0isdBkzTSPsAX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEo0a5LvfIiM2TFKELE0dwU8uguxCggK { position:absolute;display:block;z-index:15001;background-color:rgba(169,227,187,0.88);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:121.0625rem;width:64.4375rem;top:1.4609375rem;left:5.03125rem;display:block; }
#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e4e88;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; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row .container { background-color: transparent; background-image: none; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row .container > .video-iframe-container { display: none; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row > .video-iframe-container { display: none; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .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); }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row .container { border-width: 0; border-radius: 0; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#yTBKsd29LAqI3yQuVmbZctP5AoylC9Uv { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHGfAfSszpNfG6r3Wggk45K9e2FNwLRn { 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:15004;opacity:1;top:5.5rem;left:36.1875rem; }
#TqM0RFTBlFp1b9vNxFQD9tVPJIqIINdL { 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:15005;opacity:1;top:5.5rem;left:30.875rem; }
#V8T8ywU431Tfc6ACPgIKNyBUHG9TgeBT { 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:15006;opacity:1;top:5.5rem;left:41.625rem; }
#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9e3bb;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; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row .container { background-color: transparent; background-image: none; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row .container > .video-iframe-container { display: none; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row > .video-iframe-container { display: none; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .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); }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row .container { border-width: 0; border-radius: 0; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#aX3v5AKpbiVM6xrP2wB60WGt44dNOq7b { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1.78125rem;left:1.5625rem;display:block; }
#INdDWiV7mikv8DH6d44WCdI7iuMT9O1T { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.90625rem;left:10.84375rem; }
#vb1Xg2VgCaDu8AXslaAtFfCE0Ri8rVNr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:3.125rem;height:3.25rem;font-style:normal;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;display:block; }
#ONPT6grGnqx7deHv058EsdFEKKAMFdMT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:11.75rem;left:3.65625rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cEHGEryBsuvo8pdlnXT96pGMlsamydfv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1.78125rem;left:26.5625rem;display:block; }
#ttDyxNynTfw5w79CZ7BdeDf4E2BZZOTQ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1.78125rem;left:51.5625rem;display:block; }
#gQVkVdhiQessspe7oTsTC6SPqByfyqLp { 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:15033;opacity:1;top:2.96875rem;left:60.9375rem; }
#Ia2L21QmJ20bmdEcmCTGFrC28FFCsr2N { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.875rem;left:30.931248664856rem;height:3.25rem;font-style:normal;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;display:block; }
#nz6cuOBplGU2dfC7F4OEEOgJJLx541sE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.59375rem;height:1.625rem;font-style:normal;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;display:block; }
#Bq8EMyUHxmgHvLwC8ifryeiZ1re14gRQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:11.75rem;left:29.1875rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FLTnZmEzqNCZQfzES6b7aDRENbPJZ0Of { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.75rem;left:53.65625rem;height:4.725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUtDbqODOLm5fLBG6U4uk86DcDWbHx9l { 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:15032;opacity:1;top:2.96875rem;left:35.9375rem; }
#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9e3bb;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; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row .container { background-color: transparent; background-image: none; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row .container > .video-iframe-container { display: none; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row > .video-iframe-container { display: none; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .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); }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row .container { border-width: 0; border-radius: 0; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#Tx8MPJVnFzruLqqV6FzqxovU3nn72ezl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1rem;left:1.5625rem;display:block; }
#ToIsOJnr3JbMa9IeTvMMm5bzUAeTfKWH { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.34375rem;left:10.874218940735rem; }
#prUdN2TvEFM6D9pDUT7bpuMZNc9Wl2a9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.375rem;left:6.0617189407349rem;height:3.25rem;font-style:normal;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;display:block; }
#WWgQ0KhpLwUscyFTm9HgQ8MaBPRTrG3U { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:11.746875762939rem;left:3.84375rem;height:4.725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aEgCuBxizLOiwq6DfmTVR1QBEmRwzZ2Q { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1rem;left:26.5625rem;display:block; }
#IvETfTgt3kCBAPI4IJsFq9J1RAz9v8N0 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-1),1);border-left:0.1875rem solid rgba(var(--color-secondary-1),1);border-right:0.1875rem solid rgba(var(--color-secondary-1),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.875rem;width:21.5rem;top:1rem;left:51.5625rem;display:block; }
#ebdopqB8zQL6sQ3AhTh5cTECFK33BhpM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.125000953674rem;height:3.25rem;font-style:normal;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;display:block; }
#EIngGhX3TXJX2IK9EbMdKATD7vA7oIUq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.375rem;left:54.593750953674rem;height:3.25rem;font-style:normal;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;display:block; }
#s5SCOdIo07p44gL5KGmrmfcP8pnJf3CR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:11.746875762939rem;left:28.718750953674rem;height:4.725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFaPO5E43wqC1MU3RF0LeCUJXtc2wJbo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.746875762939rem;left:53.250000953674rem;height:4.725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5erBafoEv06HrK0vw9TP8Byn9glwdAv { 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:15032;opacity:1;top:2.40625rem;left:35.937500953674rem; }
#HeNdqhNyNTe8pziDltyLPktIlfn1tugq { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.34375rem;left:60.875000953674rem; }
#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H { background-color:rgba(var(--color-secondary-0),0.98);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; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container { background-color: transparent; background-image: none; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container > .video-iframe-container { display: none; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row > .video-iframe-container { display: none; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .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); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container { border-width: 0; border-radius: 0; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;overflow:visible;position:relative;display:block; }#G3OFrDJKMlEBeSuShcrSEQ9nlpyPNGQm { color:#37604c;display:block;width:33.125rem;position:absolute;font-family:"marck script";font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7343759536743rem;left:2.0554685592651rem;height:12.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ry0VBsNVCmErKQA1OibmQ5OvNMAy6PkT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:10.405468940735rem;left:5.3046875rem;height:14.4375rem;font-style:normal;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;display:block; }
#FZ9qFuiZ37ghKPwEIuOAHwJ772DkRvM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.904689788818rem;left:7.866406440735rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-form-header {  }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:25.1875rem;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; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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.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:25.1875rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-text {padding-top: 0; padding-bottom: 0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:25.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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:25.1875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-select {padding-top: 0; padding-bottom: 0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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:#37604c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:25.1875rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: none;font-style:normal; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:1.125rem;text-align:center;text-align-last:center; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-container:first-of-type{padding-top:0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-container:last-of-type{padding-bottom:0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:4.7734375rem;top:26.59218788147rem;z-index:15015;position:absolute; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .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; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO {display:block;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:4.7734375rem;top:26.59218788147rem;z-index:15015;position:absolute; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #aWr6B5aMknDMvDZ4M1J1STaEl2Jt2FDF { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #icUD88IbunmyFrm3IgiLrMiexwamdzDh { position:relative;display:none; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #Fi2u1DShe5zXiMRnF6hProBVJDKZPi0R { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #S5TAp5LpNCWla8Z4t1npdHNrduO1ZO0J { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #ubneS13XdiZKUFMLpRDx1ZUW5iBBpNS3 { position:relative;display:none; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #NPLJu1VaydCD6XsgDsz7Q5KAH3t60CVW { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #v3mAiVZrAzLWWPwL4qksRBXomhZPREvq { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #xstzoSyX2xrD152gS3iDK6D3TI2DIf88 { position:relative;display:none; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #c2zQpWClfhWPOZOBmDy7QtF239KuwnaJ { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #lIdh9B8hZdAHk6BJTf3sh6JlhLvZS3oR { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #QZHNmVchixApdX0K0OMc1eEEKgkhCnm5 { position:relative;z-index:2; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #S6eUlBBlgscza8lfTrJ5p71vVVklkAfg { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #OoqEXAR1y8RO2wGeR3BLfW4wHzHFLP5O { position:relative; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO #uzDWy4xFTXNfwheiokwqb1K3i2GOBxFJ { position:relative; }
#yRI31ookgHb9yskTPJnwXqHzKZLuqJoE { box-sizing:content-box;height:46.25rem;width:37.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/d7b01213-49c3-433b-906e-3ba5c5a54405/StephanieAdiele.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:0rem;left:37.687500953674rem;display:block; }#yRI31ookgHb9yskTPJnwXqHzKZLuqJoE.adaptive-delivery-prevent-bg, #yRI31ookgHb9yskTPJnwXqHzKZLuqJoE.lazyload, #yRI31ookgHb9yskTPJnwXqHzKZLuqJoE.lazyloading { background-image: none; }
#vtWuUG0SAACTTDOacfaHCvEPKFkIVpDf { color:#37604c;display:block;width:33.125rem;position:absolute;font-family:georgia;font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5468759536743rem;left:2.0546875rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxSA12AHbFKEAL3X54ck32yncrHpUXEy { 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:15017;opacity:1;top:13.9375rem;left:3.03515625rem; }
#qgLhideWn3OqG80O6GFpBMP1kNnzdIal { 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:15018;opacity:1;top:19.5625rem;left:3.03515625rem; }
#Qz5nWsCE8AK6F9vhfKsfoTpTf3Penz8T { 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:15017;opacity:1;top:13.9375rem;left:3.03515625rem;display:none; }
#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e4e88;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; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container { background-color: transparent; background-image: none; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container > .video-iframe-container { display: none; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row > .video-iframe-container { display: none; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .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); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container { border-width: 0; border-radius: 0; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#sC74Tn5tXD3F4NIUbo26I4VqdmzgepHd { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.13671875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnZTedEFfsA5eTbJoIcZTGdgep6uDTWQ { z-index:15002;top:2.28125rem;left:25rem;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:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;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; }
#Wnql4XPwvr5oXSW4EmHZo0NQUM4eaMlt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kC9IyHfAL26U3snTJD2BFeJ2UOttUEpo { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.13720703125rem;left:52.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-regular-label { display:block;width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-checkbox-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A  { width:24.5rem;height:13.8125rem;top:43.625rem;left:0rem; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A {display:block;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A { width:24.5rem;height:13.8125rem;top:43.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #eOzzTl9MTGvbkPLg59VGQGc0g0JgIJTs {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #W0xAfTuKf0HP2nbNZTGdD2Gp1uKMvpGC { display:block; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #v7rxFigkcNxISz1X4O4GvK1Voz3bgidE {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #ondntd3JaNB8N98xRTXfcNKWFrIXQ2F3 {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #x1GLWPcQopuZ0DcuHksEMBbIrRW6SPdZ { display:block; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #KtZLTCVe9yuSSGzah9PvAo42ESGF3FSG {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #HXPbBbs1p8BzsfQVQNTfdrEHi62lZhnq {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #xoUDNBXiSysHM3QHtuDb0ziTIogZlof9 { display:block; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #BbvgGH48s0TVBBN0lpuwed2QBCH23Ls3 {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #zNAqs27imV0BZ66ltdutJNJXu84o4XdN {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #RTk6SqTnny8LbeBZ3ceEnq5u9LlJuofZ { z-index:2; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #mfrrp3AlXBlT74eTLFoiz0ZHrn7AZG7R {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #iO9hVElzKOJhKA5GcHtUPbDOyyEn1enm {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #FSbCIkyHHqdyeG934PKc5qee233dhN8M {  }
 }@media only screen and (max-width: 763px) { #ogoR4IV7IhIopPCXZge9iC6v3rBpelSW { top:6.25rem;left:0rem;width:25.0625rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQzWrwqgFTuN1168SE6h2VMGZ9TOQi7A { top:32.5625rem;left:0rem;width:24.375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fHwkTa0dcd9sh7wN8bE9KmMS8MfuRf { top:36.3125rem;left:0rem;width:17.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFEJNImuINbfPOU5cyIiGRcUX7mesdpW { top:39.125rem;left:0rem;width:24.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sIuqgrNHEUn4G85NRdwsz8VRFBAQOt { top:3.375rem;left:0rem;width:37.25rem;height:59.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iply3Xf61Q57HTZOVNs03V3LFF25NwQ1 { top:19.125rem;left:0rem;width:25.5rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 { display:block; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2M7Gr5uvVmbfvLRwB753nTEOxGvVwJn { top:3.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRUkTUSS6kHbCeA5cTG3TDLPCwkN90Cy { top:9.4375rem;left:3.8742189407349rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK { display:block; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaaCFL2sk4XXSLFdgBMa27dQCOIGmA6h { width:47.75rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8sh7KSX2e2rhGJPChzz3ThSiNh7XstW { top:7.5rem;left:23.187500953674rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH4UXbAQ35a0lMehlTb5TfrBXlpK9PMt { top:7.5rem;left:17.312500953674rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOunmE4Hp2XSkWwE3bmcsLny6Jrpsa0y { top:7.5rem;left:28.687500953674rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw { display:block; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpVOTa8kWb03h3f6xgrnmQ68AIaqOvo6 { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi { display:block; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKK2CrT2tNU3Jg9w9CUGabbNSKKgeP8d { width:16.4375rem;height:9.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niBh8mKnXFBMPrZTmoNXMFWcvcTdlKeB { width:12.3125rem;height:4.875rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdDTwHanTGvP5xchFH2ZXQ02I0I9dT0N { width:11.0625rem;height:4.875rem;top:4.75rem;left:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeuQcWKm2LtKkaCN9dN59nF78Pb0WzCG { width:14.25rem;height:;top:4.75rem;left:21.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcpTVvU8amSFqOySlUlxt1XJanb3u5v { width:12.875rem;height:;top:4.75rem;left:34.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoT5cNKfIXTRHz4XUO5Ehqh7J7O1Ns4C { width:16.4375rem;height:9.375rem;top:2.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW7TLLkkItVK9AtUOpTxRE879ePFZPU9 { width:16.4375rem;height:9.375rem;top:2.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL93rWTrSbpLpPeXXvoseZd1MmrTf87v { width:16.4375rem;height:9.375rem;top:2.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS { display:block; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDno9lFTTSlGaqioq5tDR2FdS3qu1naM { width:47.75rem;height:2.875rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRLLqOBzDyVLNHXeMZ57HVEVH69AbvuJ { top:5.5rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxgGibtdcX9oqaOJRWaMoU7uUsZiwKkJ { top:5.5rem;left:17.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikhJ3is5LGmLltEdmpo8wzvyImHFW3Bg { top:5.5rem;left:28rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWBKxanzdewTEBKys0EKTTEeCusQqsSr { display:block; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ4tLttgmuPKs5W7wn0dCnMTId50W3Tt { width:23.6875rem;height:19.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NayTfsqHFXCuJo1ObbsbLrDryBS00pTZ { width:19.4375rem;height:9.1875rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZvUXnIa1t5trMLSUB7aApTI0nEdSJpH { width:20rem;height:1.625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJdIe69BWT7DAxgH334N8eTGWGuuH7Ml { width:1.875rem;height:1.875rem;top:3.4375rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDECXep7BHfEcbbb2BhyCdBAzbZNTn1v { width:1.875rem;height:1.875rem;top:3.4375rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7yFELF4lwBeC6bgJbsHXTJ8LCQ3MQTK { width:1.875rem;height:1.875rem;top:3.4375rem;left:7rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDxrlISbTwtXe4FsqyxN8EINLrssbaRZ { width:1.875rem;height:1.875rem;top:3.4375rem;left:8.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alfkc6ov1r2B9czupdXHwqvspnnhPnTP { width:1.875rem;height:1.875rem;top:3.4375rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6BaaAaV1lNDu2zWFXlnsTZ0p7WUFtQ { width:23.6875rem;height:19.4375rem;top:1.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWqOcrWs9C512xNfL89rLITDTE70KQ8d { width:23.6875rem;height:19.4375rem;top:1.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3VdDdELTbVX4SgqioZ7VCbvuK2NDOTy { width:20rem;height:1.625rem;top:5.9375rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SggAPO4Hmqi9ePpyaLx9yKTKyMAqD2pT { width:19.8125rem;height:3.9375rem;top:9.1875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSz9he7e0t6iy5eVP7eNRfk4IxWS7a7l { width:1.875rem;height:1.875rem;top:3.4375rem;left:19.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuO3kfFoNBZg7WxcHQmF78tZbc39TfP { width:1.875rem;height:1.875rem;top:3.4375rem;left:21rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsTEhUpwqQmx6va3uRUSeOk0mxCPscu { width:1.875rem;height:1.875rem;top:3.4375rem;left:22.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXQutFugE45KXHeskMvuRhhFFHqkMZgO { width:1.875rem;height:1.875rem;top:3.4375rem;left:24.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9cTdzST2JMorkPrqbTvOobWfaZA439Z { width:1.875rem;height:1.875rem;top:3.4375rem;left:26.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmdwpnZLoM4cw6ewnFV3ZpPqveJdkt88 { width:1.875rem;height:1.875rem;top:3.4375rem;left:35rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHTUrTxITKvf905sMKudERh6Xd6ot18 { width:1.875rem;height:1.875rem;top:3.4375rem;left:36.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMaaIWelyHUqLaHdFCK7WJtcNnzPU9wT { width:1.875rem;height:1.875rem;top:3.4375rem;left:38.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocyy2EnOqbPqRmq5wCwxAUERFybTe8AT { width:1.875rem;height:1.875rem;top:3.4375rem;left:40.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK9X0WahtZQo9K9WydGzp7eKqMDpvot4 { width:1.875rem;height:1.875rem;top:3.4375rem;left:42.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdAw2r0BAw2U6gBD8TbJoILd7IkaLRST { width:20rem;height:1.625rem;top:5.875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0WqLGU5N1Gz3sZwRKRwta2roHrwExTx { width:17.875rem;height:6.5625rem;top:9.1875rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeB131Tm1nt3QSPWFASz9XN7s3lfTaUh { top:19.9375rem;left:0rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHNNcdleXEEBpbbRem1hWflAteaeZTv { top:19.9375rem;left:15.875rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoDJbVAAsBkmPCsSZmc7ToiP6fLGxwX { top:19.9375rem;left:31.75rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdTTKnKe7LFP68bUd5ozMikASQc80rE { width:9.3125rem;height:1.4375rem;top:24.3125rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oczdCazcLql3hZpTmalekXHVQswCaOfO { width:9.3125rem;height:1.4375rem;top:24.4375rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcXDbTMGfFuJ7QzPfufIfFeMCA2zGNSE { width:9.3125rem;height:1.4375rem;top:24.4375rem;left:38.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvXBCT5WVrRSs1GTTrz6w5GCzpPs4dH1 { width:47.75rem;height:2.5625rem;top:4.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { width:41.5rem;height:98.9375rem;top:10.875rem;left:3.1242189407349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2IfLVaSqMFflAArWIqde91qXq0kJBT8 { width:8.75rem;height:0.125rem;top:8rem;left:19.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2eJ63QCcBg0zhylvWdL4RIuwMW36VdW { top:117.375rem;left:4.9367189407349rem;width:37.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZxudrS9f09nVeU5ynPKrtN3FuftNh0 { width:23.1875rem;height:3.4375rem;top:112.625rem;left:12.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53ewEc5G9gqEp3TI9n0isdBkzTSPsAX { display:block; }
 }@media only screen and (max-width: 763px) { #yEo0a5LvfIiM2TFKELE0dwU8uguxCggK { width:47.25rem;height:121.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 { display:block; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTBKsd29LAqI3yQuVmbZctP5AoylC9Uv { width:47.75rem;height:2.875rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHGfAfSszpNfG6r3Wggk45K9e2FNwLRn { top:5.5rem;left:22.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqM0RFTBlFp1b9vNxFQD9tVPJIqIINdL { top:5.5rem;left:17.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8T8ywU431Tfc6ACPgIKNyBUHG9TgeBT { top:5.5rem;left:28rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX { display:block; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX3v5AKpbiVM6xrP2wB60WGt44dNOq7b { width:21.5rem;height:17.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INdDWiV7mikv8DH6d44WCdI7iuMT9O1T { top:2.875rem;left:6.28125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb1Xg2VgCaDu8AXslaAtFfCE0Ri8rVNr { width:18.75rem;height:3.25rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONPT6grGnqx7deHv058EsdFEKKAMFdMT { width:17.6875rem;height:6.25rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEHGEryBsuvo8pdlnXT96pGMlsamydfv { width:21.5rem;height:17.875rem;top:1.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyxNynTfw5w79CZ7BdeDf4E2BZZOTQ { width:21.5rem;height:17.875rem;top:1.75rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQVkVdhiQessspe7oTsTC6SPqByfyqLp { top:2.9375rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2L21QmJ20bmdEcmCTGFrC28FFCsr2N { width:13.0625rem;height:3.25rem;top:6.875rem;left:17.243748664856rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz6cuOBplGU2dfC7F4OEEOgJJLx541sE { width:15.8125rem;height:3.25rem;top:6.875rem;left:31.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq8EMyUHxmgHvLwC8ifryeiZ1re14gRQ { width:16.625rem;height:4.6875rem;top:11.75rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTnZmEzqNCZQfzES6b7aDRENbPJZ0Of { width:17.6875rem;height:4.6875rem;top:11.75rem;left:29.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUtDbqODOLm5fLBG6U4uk86DcDWbHx9l { top:2.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG { display:block; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx8MPJVnFzruLqqV6FzqxovU3nn72ezl { width:21.5rem;height:17.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToIsOJnr3JbMa9IeTvMMm5bzUAeTfKWH { top:2.3125rem;left:6.311718940735rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prUdN2TvEFM6D9pDUT7bpuMZNc9Wl2a9 { width:12.875rem;height:3.25rem;top:6.375rem;left:1.4992189407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWgQ0KhpLwUscyFTm9HgQ8MaBPRTrG3U { width:17.3125rem;height:4.6875rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEgCuBxizLOiwq6DfmTVR1QBEmRwzZ2Q { width:21.5rem;height:17.875rem;top:1rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvETfTgt3kCBAPI4IJsFq9J1RAz9v8N0 { width:21.5rem;height:17.875rem;top:1rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdopqB8zQL6sQ3AhTh5cTECFK33BhpM { width:18.75rem;height:3.25rem;top:6.375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIngGhX3TXJX2IK9EbMdKATD7vA7oIUq { width:15.8125rem;height:3.25rem;top:6.375rem;left:31.781250953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5SCOdIo07p44gL5KGmrmfcP8pnJf3CR { width:17.5625rem;height:4.6875rem;top:11.6875rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFaPO5E43wqC1MU3RF0LeCUJXtc2wJbo { width:18.5rem;height:4.6875rem;top:11.6875rem;left:29.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5erBafoEv06HrK0vw9TP8Byn9glwdAv { top:2.375rem;left:22.250000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeNdqhNyNTe8pziDltyLPktIlfn1tugq { top:2.3125rem;left:38.062500953674rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H { display:block; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3OFrDJKMlEBeSuShcrSEQ9nlpyPNGQm { width:33.125rem;height:8.4375rem;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry0VBsNVCmErKQA1OibmQ5OvNMAy6PkT { width:26.625rem;height:14.4375rem;top:10.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ9qFuiZ37ghKPwEIuOAHwJ772DkRvM5 { top:42.875rem;left:0rem;width:21.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-regular-label { display:block;width:25.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-text { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-text {padding-top: 0; padding-bottom: 0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-textarea { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-select { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-select {padding-top: 0; padding-bottom: 0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-button { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-checkbox-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO  { width:25.1875rem;height:13.8125rem;top:26.5625rem;left:0rem; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .radio-container { width:25.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO {display:block;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO { width:25.1875rem;height:13.8125rem;top:26.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #aWr6B5aMknDMvDZ4M1J1STaEl2Jt2FDF {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #icUD88IbunmyFrm3IgiLrMiexwamdzDh { display:block; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #Fi2u1DShe5zXiMRnF6hProBVJDKZPi0R {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #S5TAp5LpNCWla8Z4t1npdHNrduO1ZO0J {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #ubneS13XdiZKUFMLpRDx1ZUW5iBBpNS3 { display:block; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #NPLJu1VaydCD6XsgDsz7Q5KAH3t60CVW {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #v3mAiVZrAzLWWPwL4qksRBXomhZPREvq {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #xstzoSyX2xrD152gS3iDK6D3TI2DIf88 { display:block; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #c2zQpWClfhWPOZOBmDy7QtF239KuwnaJ {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #lIdh9B8hZdAHk6BJTf3sh6JlhLvZS3oR {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #QZHNmVchixApdX0K0OMc1eEEKgkhCnm5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #S6eUlBBlgscza8lfTrJ5p71vVVklkAfg {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #OoqEXAR1y8RO2wGeR3BLfW4wHzHFLP5O {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #uzDWy4xFTXNfwheiokwqb1K3i2GOBxFJ {  }
 }@media only screen and (max-width: 763px) { #yRI31ookgHb9yskTPJnwXqHzKZLuqJoE { top:0rem;left:10.4375rem;width:37.3125rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtWuUG0SAACTTDOacfaHCvEPKFkIVpDf { width:33.125rem;height:6.625rem;top:5.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxSA12AHbFKEAL3X54ck32yncrHpUXEy { top:13.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgLhideWn3OqG80O6GFpBMP1kNnzdIal { top:19.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz5nWsCE8AK6F9vhfKsfoTpTf3Penz8T { top:13.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c { display:block; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC74Tn5tXD3F4NIUbo26I4VqdmzgepHd { top:2.125rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnZTedEFfsA5eTbJoIcZTGdgep6uDTWQ { top:2.25rem;left:6.75rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnql4XPwvr5oXSW4EmHZo0NQUM4eaMlt { display:block; }
 }@media only screen and (max-width: 763px) { #kC9IyHfAL26U3snTJD2BFeJ2UOttUEpo { top:2.125rem;left:26.875rem;width:20.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31f1f575-a01f-46d4-a435-877476ba44ba/StephanieAdielebackground.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-regular-label { display:block;width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-text { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-text {padding-top: 0; padding-bottom: 0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-textarea { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-select { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-select {padding-top: 0; padding-bottom: 0;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A  { width:15.0625rem;height:auto;top:34.567187499255rem;left:1.2179687619209rem; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A .radio-container { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A {display:block;}#LxEEyZexWBOksvqR4uW6hMCAICr5zD4A { width:15.0625rem;height:auto;top:34.567187499255rem;left:1.2179687619209rem; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #eOzzTl9MTGvbkPLg59VGQGc0g0JgIJTs {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #W0xAfTuKf0HP2nbNZTGdD2Gp1uKMvpGC { display:none; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #v7rxFigkcNxISz1X4O4GvK1Voz3bgidE {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #ondntd3JaNB8N98xRTXfcNKWFrIXQ2F3 {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #x1GLWPcQopuZ0DcuHksEMBbIrRW6SPdZ { display:none; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #KtZLTCVe9yuSSGzah9PvAo42ESGF3FSG {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #HXPbBbs1p8BzsfQVQNTfdrEHi62lZhnq {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #xoUDNBXiSysHM3QHtuDb0ziTIogZlof9 { display:none; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #BbvgGH48s0TVBBN0lpuwed2QBCH23Ls3 {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #zNAqs27imV0BZ66ltdutJNJXu84o4XdN {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #RTk6SqTnny8LbeBZ3ceEnq5u9LlJuofZ { z-index:2; }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #mfrrp3AlXBlT74eTLFoiz0ZHrn7AZG7R {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #iO9hVElzKOJhKA5GcHtUPbDOyyEn1enm {  }
 }@media only screen and (max-width: 763px) { #LxEEyZexWBOksvqR4uW6hMCAICr5zD4A #FSbCIkyHHqdyeG934PKc5qee233dhN8M {  }
 }@media only screen and (max-width: 763px) { #ogoR4IV7IhIopPCXZge9iC6v3rBpelSW { width:16.125rem;height:15.875rem;top:3.4609382152558rem;left:1.6375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQzWrwqgFTuN1168SE6h2VMGZ9TOQi7A { width:20rem;height:3.7375rem;top:20.787499617785rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2fHwkTa0dcd9sh7wN8bE9KmMS8MfuRf { width:16.25rem;height:1.54375rem;top:25.300000380724rem;left:1.8750000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFEJNImuINbfPOU5cyIiGRcUX7mesdpW { width:18.75rem;height:6.5rem;top:28.067187499255rem;left:0.62421876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sIuqgrNHEUn4G85NRdwsz8VRFBAQOt { width:19.25rem;height:50.375rem;top:1.2492191307247rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iply3Xf61Q57HTZOVNs03V3LFF25NwQ1 { width:19.1875rem;height:50.1875rem;top:1.6929687969387rem;left:0.40546876192093rem;z-index:15013;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 { display:block; }#FbAe4Gc3L4Qdh0WrkupZQNPHE1dPG7i2 > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2M7Gr5uvVmbfvLRwB753nTEOxGvVwJn { width:19.375rem;height:5.85rem;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) { #ZRUkTUSS6kHbCeA5cTG3TDLPCwkN90Cy { height:11.25rem;width:20rem;top:8.9375004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK { display:block; }#GNdqUF2U7QLXDpSkBEsrizsTwlNxvnJK > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaaCFL2sk4XXSLFdgBMa27dQCOIGmA6h { width:18.8125rem;height:2.7625rem;top:1.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W8sh7KSX2e2rhGJPChzz3ThSiNh7XstW { display:flex;width:1.875rem;height:1.875rem;top:5.2625007629394rem;left:4.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #hH4UXbAQ35a0lMehlTb5TfrBXlpK9PMt { display:flex;width:1.875rem;height:1.875rem;top:5.2625rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZOunmE4Hp2XSkWwE3bmcsLny6Jrpsa0y { display:flex;width:1.875rem;height:1.875rem;top:5.2625007629394rem;left:13.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw { display:block; }#THwwSG3oDgZ9OzCrsWvkdeHkc5UcsRyw > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpVOTa8kWb03h3f6xgrnmQ68AIaqOvo6 { width:15.9375rem;height:3.85rem;top:1.25rem;left:2rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi { display:block; }#tI5Fy6usqWMgTiTo6SvMhTdfbXLZsmJi > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKK2CrT2tNU3Jg9w9CUGabbNSKKgeP8d { width:16.25rem;height:7.5rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niBh8mKnXFBMPrZTmoNXMFWcvcTdlKeB { width:11.5rem;height:4.725rem;top:2.7867183685302rem;left:4.2500000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qdDTwHanTGvP5xchFH2ZXQ02I0I9dT0N { width:12.1875rem;height:2.925rem;top:12.737499713898rem;left:3.9062500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeuQcWKm2LtKkaCN9dN59nF78Pb0WzCG { width:13.25rem;height:4.3875rem;top:21.056250095367rem;left:3.3750000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENcpTVvU8amSFqOySlUlxt1XJanb3u5v { width:12.875rem;height:4.3875rem;top:30.106251239777rem;left:3.5625000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoT5cNKfIXTRHz4XUO5Ehqh7J7O1Ns4C { width:16.4375rem;height:7.5rem;top:10.3rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW7TLLkkItVK9AtUOpTxRE879ePFZPU9 { width:16.4375rem;height:7.5rem;top:19.35rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL93rWTrSbpLpPeXXvoseZd1MmrTf87v { width:16.4375rem;height:7.5rem;top:28.4rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS { display:block; }#i6SWDPZ5QVeBSbBMukhIOzDM05RW1ZgS > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDno9lFTTSlGaqioq5tDR2FdS3qu1naM { width:20rem;height:1.8375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PRLLqOBzDyVLNHXeMZ57HVEVH69AbvuJ { display:flex;width:1.875rem;height:1.875rem;top:4.3367195129394rem;left:4.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oxgGibtdcX9oqaOJRWaMoU7uUsZiwKkJ { display:flex;width:1.875rem;height:1.875rem;top:4.3375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ikhJ3is5LGmLltEdmpo8wzvyImHFW3Bg { display:flex;width:1.875rem;height:1.875rem;top:4.3367195129394rem;left:13.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XWBKxanzdewTEBKys0EKTTEeCusQqsSr { background-color:#ddfff7;background-image:none;display:block; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container { background-color: transparent; background-image: none; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container > .video-iframe-container { display: none; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row > .video-iframe-container { display: none; }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .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); }#XWBKxanzdewTEBKys0EKTTEeCusQqsSr > .row .container { width:20rem;height:93rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ4tLttgmuPKs5W7wn0dCnMTId50W3Tt { width:20rem;height:22.0625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NayTfsqHFXCuJo1ObbsbLrDryBS00pTZ { width:17.0625rem;height:10.5rem;top:9.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZvUXnIa1t5trMLSUB7aApTI0nEdSJpH { width:20rem;height:1.3rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OJdIe69BWT7DAxgH334N8eTGWGuuH7Ml { width:1.875rem;height:1.875rem;top:3.3117179870606rem;left:5.4117189049721rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDECXep7BHfEcbbb2BhyCdBAzbZNTn1v { width:1.875rem;height:1.875rem;top:3.3125rem;left:7.2374997735025rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7yFELF4lwBeC6bgJbsHXTJ8LCQ3MQTK { width:1.875rem;height:1.875rem;top:3.3125rem;left:9.0625005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDxrlISbTwtXe4FsqyxN8EINLrssbaRZ { width:1.875rem;height:1.875rem;top:3.3125rem;left:10.937500536442rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alfkc6ov1r2B9czupdXHwqvspnnhPnTP { width:1.875rem;height:1.875rem;top:3.3101564645768rem;left:12.812500536442rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6BaaAaV1lNDu2zWFXlnsTZ0p7WUFtQ { width:20rem;height:15.25rem;top:36.093750953674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xWqOcrWs9C512xNfL89rLITDTE70KQ8d { width:20rem;height:15.875rem;top:64.106248855594rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u3VdDdELTbVX4SgqioZ7VCbvuK2NDOTy { width:20rem;height:1.3rem;top:40.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #SggAPO4Hmqi9ePpyaLx9yKTKyMAqD2pT { width:16.625rem;height:3.675rem;top:43.71875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FSz9he7e0t6iy5eVP7eNRfk4IxWS7a7l { width:1.875rem;height:1.875rem;top:37.96875rem;left:7.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuO3kfFoNBZg7WxcHQmF78tZbc39TfP { width:1.875rem;height:1.875rem;top:37.96875rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsTEhUpwqQmx6va3uRUSeOk0mxCPscu { width:1.875rem;height:1.875rem;top:37.96875rem;left:10.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXQutFugE45KXHeskMvuRhhFFHqkMZgO { width:1.875rem;height:1.875rem;top:37.96875rem;left:12.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9cTdzST2JMorkPrqbTvOobWfaZA439Z { width:1.875rem;height:1.875rem;top:37.968750476837rem;left:5.3625002503395rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmdwpnZLoM4cw6ewnFV3ZpPqveJdkt88 { width:1.875rem;height:1.875rem;top:66.306249618531rem;left:7.2374997735025rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euHTUrTxITKvf905sMKudERh6Xd6ot18 { width:1.875rem;height:1.875rem;top:66.306249618531rem;left:9.0625005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMaaIWelyHUqLaHdFCK7WJtcNnzPU9wT { width:1.875rem;height:1.875rem;top:66.306249618531rem;left:10.937500536442rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocyy2EnOqbPqRmq5wCwxAUERFybTe8AT { width:1.875rem;height:1.875rem;top:66.306249618531rem;left:12.812500536442rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK9X0WahtZQo9K9WydGzp7eKqMDpvot4 { width:1.875rem;height:1.875rem;top:66.306249618531rem;left:5.3625002503395rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdAw2r0BAw2U6gBD8TbJoILd7IkaLRST { width:20rem;height:1.3rem;top:68.768749237062rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:700;font-style:normal;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #C0WqLGU5N1Gz3sZwRKRwta2roHrwExTx { width:17.3125rem;height:4.9rem;top:71.693748474119rem;left:1.3437500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WeB131Tm1nt3QSPWFASz9XN7s3lfTaUh { width:7.8125rem;height:7.8125rem;top:24.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHNNcdleXEEBpbbRem1hWflAteaeZTv { width:7.8125rem;height:7.8125rem;top:52.59375rem;left:6.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytoDJbVAAsBkmPCsSZmc7ToiP6fLGxwX { width:7.8125rem;height:7.8125rem;top:81.518749237062rem;left:6.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdTTKnKe7LFP68bUd5ozMikASQc80rE { width:8.4375rem;height:1.21875rem;top:33.625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#014f61;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oczdCazcLql3hZpTmalekXHVQswCaOfO { width:9.3125rem;height:1.3rem;top:61.34375rem;left:5.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LcXDbTMGfFuJ7QzPfufIfFeMCA2zGNSE { width:7.25rem;height:1.3rem;top:90.331249237062rem;left:6.3750000596044rem;text-align:center;text-align-last:center;font-size:1rem;color:#014f61;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq { background-color:rgba(234,241,226,0.56);background-image:url("https://images.assets-landingi.com/uc/ac7be563-319a-4919-b4fe-73ccbb17e347/lightgreenoffice.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq.adaptive-delivery-prevent-bg, #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq.lazyload, #PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq.lazyloading { background-image: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { background-color: transparent; background-image: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row > .video-iframe-container { display: none; }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .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); }#PV70NVT6HSEB7fUsxbsDsqGmShis4Kfq > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvXBCT5WVrRSs1GTTrz6w5GCzpPs4dH1 { width:19.5625rem;height:5.85rem;top:3.0624998090789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FQDgoZOnpIFBiV6iF3SSXSQB69s6Ud8L { width:19.4375rem;height:93.1875rem;top:11.962500572204rem;left:0.24921876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E2IfLVaSqMFflAArWIqde91qXq0kJBT8 { width:9.375rem;height:0.125rem;top:10.125781059265rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2eJ63QCcBg0zhylvWdL4RIuwMW36VdW { width:20rem;height:5.2rem;top:111.65156555176rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTZxudrS9f09nVeU5ynPKrtN3FuftNh0 { width:19rem;height:3.4375rem;top:106.8515625rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53ewEc5G9gqEp3TI9n0isdBkzTSPsAX { display:block; }
 }@media only screen and (max-width: 763px) { #yEo0a5LvfIiM2TFKELE0dwU8uguxCggK { width:19.6875rem;height:117.4375rem;top:1.1640622615814rem;left:0.07421875rem;background-color:rgba(169,227,187,0.84);background-image:none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.1875rem solid #e3e3e3;border-left:0.1875rem solid #e3e3e3;border-right:0.1875rem solid #e3e3e3;border-bottom:0.1875rem solid #e3e3e3;display:block; }
 }@media only screen and (max-width: 763px) { #fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 { display:block; }#fs35zIK61bUrb6P6t4CflO7sOMJPo0b3 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTBKsd29LAqI3yQuVmbZctP5AoylC9Uv { width:20rem;height:1.8375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kHGfAfSszpNfG6r3Wggk45K9e2FNwLRn { display:flex;width:1.875rem;height:1.875rem;top:4.3375000953674rem;left:4.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TqM0RFTBlFp1b9vNxFQD9tVPJIqIINdL { display:flex;width:1.875rem;height:1.875rem;top:4.3375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #V8T8ywU431Tfc6ACPgIKNyBUHG9TgeBT { display:flex;width:1.875rem;height:1.875rem;top:4.3375000953674rem;left:13.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX { display:block; }#bWNGUSOBFQizTauyp8zh1KUsTHxN5PKX > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX3v5AKpbiVM6xrP2wB60WGt44dNOq7b { width:18.4375rem;height:15.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INdDWiV7mikv8DH6d44WCdI7iuMT9O1T { display:flex;width:2.5rem;height:2.5rem;top:2.375rem;left:8.7500005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vb1Xg2VgCaDu8AXslaAtFfCE0Ri8rVNr { width:14.6875rem;height:2.925rem;top:6.28125rem;left:2.6562500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONPT6grGnqx7deHv058EsdFEKKAMFdMT { width:15.9375rem;height:6rem;top:10.156250953674rem;left:2.0312500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cEHGEryBsuvo8pdlnXT96pGMlsamydfv { width:18.4375rem;height:15.625rem;top:18.46875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttDyxNynTfw5w79CZ7BdeDf4E2BZZOTQ { width:18.125rem;height:15.625rem;top:35.64375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQVkVdhiQessspe7oTsTC6SPqByfyqLp { display:flex;width:2.5rem;height:2.5rem;top:36.831249952316rem;left:8.7500005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Ia2L21QmJ20bmdEcmCTGFrC28FFCsr2N { width:16.625rem;height:1.4625rem;top:23.500000715256rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz6cuOBplGU2dfC7F4OEEOgJJLx541sE { width:13.9375rem;height:1.4625rem;top:40.487500190735rem;left:3.0312500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq8EMyUHxmgHvLwC8ifryeiZ1re14gRQ { width:14.125rem;height:4.2rem;top:27.062500715256rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FLTnZmEzqNCZQfzES6b7aDRENbPJZ0Of { width:15.3125rem;height:4.2rem;top:44.175000190735rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AUtDbqODOLm5fLBG6U4uk86DcDWbHx9l { display:flex;width:2.5rem;height:2.5rem;top:19.656250953674rem;left:8.7500005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG { display:block; }#uW7uZoIGpPTzV3QTSG4DqQBXf1VngUZG > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx8MPJVnFzruLqqV6FzqxovU3nn72ezl { width:18.4375rem;height:15.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToIsOJnr3JbMa9IeTvMMm5bzUAeTfKWH { display:flex;width:2.5rem;height:2.5rem;top:2.4062507748604rem;left:8.7500005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #prUdN2TvEFM6D9pDUT7bpuMZNc9Wl2a9 { width:14.6875rem;height:2.925rem;top:6.125rem;left:2.6562500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWgQ0KhpLwUscyFTm9HgQ8MaBPRTrG3U { width:15.9375rem;height:4.5rem;top:10.62109375rem;left:2.0312500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aEgCuBxizLOiwq6DfmTVR1QBEmRwzZ2Q { width:18.4375rem;height:15.625rem;top:18.425rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvETfTgt3kCBAPI4IJsFq9J1RAz9v8N0 { width:18.125rem;height:15.625rem;top:35.6rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdopqB8zQL6sQ3AhTh5cTECFK33BhpM { width:16.625rem;height:2.925rem;top:23.049999713897rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIngGhX3TXJX2IK9EbMdKATD7vA7oIUq { width:13.9375rem;height:2.925rem;top:40.475002288818rem;left:3.0312500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5SCOdIo07p44gL5KGmrmfcP8pnJf3CR { width:15.6875rem;height:4.2rem;top:27.296875476837rem;left:2.1562500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EFaPO5E43wqC1MU3RF0LeCUJXtc2wJbo { width:16.375rem;height:4.2rem;top:44.909376144409rem;left:1.8125000596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #X5erBafoEv06HrK0vw9TP8Byn9glwdAv { display:flex;width:2.5rem;height:2.5rem;top:19.487499237061rem;left:8.7500005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HeNdqhNyNTe8pziDltyLPktIlfn1tugq { display:flex;width:2.5rem;height:2.5rem;top:36.881250858307rem;left:8.7500005364419rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container { background-color: transparent; background-image: none; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container > .video-iframe-container { display: none; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row > .video-iframe-container { display: none; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .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); }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container { border-width: 0; border-radius: 0; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFhDcWVRkIZkOHt5i5qfQFv8ksgnou1H > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3OFrDJKMlEBeSuShcrSEQ9nlpyPNGQm { width:16.9375rem;height:6.75rem;top:50.609375953674rem;left:1.5312500596046rem;text-align:center;text-align-last:center;font-size:2.5rem;font-weight:400;font-style:normal;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Ry0VBsNVCmErKQA1OibmQ5OvNMAy6PkT { width:17.8125rem;height:11.6875rem;top:58.684375762939rem;left:1.0929687619209rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FZ9qFuiZ37ghKPwEIuOAHwJ772DkRvM5 { width:20rem;height:1.1375rem;top:88.260937690738rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-text {padding-top: 0; padding-bottom: 0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-select {padding-top: 0; padding-bottom: 0;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO  { width:17.5rem;height:auto;top:71.162469863894rem;left:0rem; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#K1B83pbqCErzA3A6zxR6JToIniPczTbO {display:block;}#K1B83pbqCErzA3A6zxR6JToIniPczTbO { width:17.5rem;height:auto;top:71.162469863894rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #aWr6B5aMknDMvDZ4M1J1STaEl2Jt2FDF {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #icUD88IbunmyFrm3IgiLrMiexwamdzDh { display:none; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #Fi2u1DShe5zXiMRnF6hProBVJDKZPi0R {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #S5TAp5LpNCWla8Z4t1npdHNrduO1ZO0J {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #ubneS13XdiZKUFMLpRDx1ZUW5iBBpNS3 { display:none; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #NPLJu1VaydCD6XsgDsz7Q5KAH3t60CVW {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #v3mAiVZrAzLWWPwL4qksRBXomhZPREvq {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #xstzoSyX2xrD152gS3iDK6D3TI2DIf88 { display:none; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #c2zQpWClfhWPOZOBmDy7QtF239KuwnaJ {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #lIdh9B8hZdAHk6BJTf3sh6JlhLvZS3oR {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #QZHNmVchixApdX0K0OMc1eEEKgkhCnm5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #S6eUlBBlgscza8lfTrJ5p71vVVklkAfg {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #OoqEXAR1y8RO2wGeR3BLfW4wHzHFLP5O {  }
 }@media only screen and (max-width: 763px) { #K1B83pbqCErzA3A6zxR6JToIniPczTbO #uzDWy4xFTXNfwheiokwqb1K3i2GOBxFJ {  }
 }@media only screen and (max-width: 763px) { #yRI31ookgHb9yskTPJnwXqHzKZLuqJoE { width:20rem;height:47rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtWuUG0SAACTTDOacfaHCvEPKFkIVpDf { width:20rem;height:4.875rem;top:55.149219512939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IxSA12AHbFKEAL3X54ck32yncrHpUXEy { display:flex;width:1.3125rem;height:1.3125rem;top:62.198438644409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qgLhideWn3OqG80O6GFpBMP1kNnzdIal { display:flex;width:3.125rem;height:3.125rem;top:83.83593940735rem;left:15.830468714237rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #Qz5nWsCE8AK6F9vhfKsfoTpTf3Penz8T { display:flex;width:1.3125rem;height:1.3125rem;top:66.760938644406rem;left:0rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c { background-color:#9e4e88;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container { background-color: transparent; background-image: none; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container > .video-iframe-container { display: none; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row > .video-iframe-container { display: none; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .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); }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container { border-width: 0; border-radius: 0; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xz6TdGSqsoQz5NEdh5n5n0RR5GAUE28c > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC74Tn5tXD3F4NIUbo26I4VqdmzgepHd { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnZTedEFfsA5eTbJoIcZTGdgep6uDTWQ { top:4.775rem;left:0rem;width:20rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnql4XPwvr5oXSW4EmHZo0NQUM4eaMlt { display:block; }
 }@media only screen and (max-width: 763px) { #kC9IyHfAL26U3snTJD2BFeJ2UOttUEpo { width:18.375rem;height:2.275rem;top:8.3375rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }