.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:217,224,227;--color-primary-1:129,152,160;--color-primary-2:3,49,65;--color-primary-3:2,25,33;--color-primary-4:0,7,10;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f68dde8f-d3e1-4073-96fd-e0c394a58851/clssurabaya.crop_1598x509_0,291.preview.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO.adaptive-delivery-prevent-bg, #JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO.lazyload, #JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO.lazyloading { background-image: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container { background-color: transparent; background-image: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container > .video-iframe-container { display: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row > .video-iframe-container { display: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .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); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container { border-width: 0; border-radius: 0; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#K0nh5NVU8L6uGPSzkwhrBMQHb4gcTkcG { color:rgba(var(--color-primary-2),1);display:block;width:34.1873125rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(93,105,109,0.5);top:9.1395406723025rem;left:5.6000461578369rem;height:3.8183625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KvPiQfm0fbgKJruQBbMMTy0BZgasxh7X { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.6859817504881rem;left:50.467668533325rem;height:4.7265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f6dx1s7pfq2X1yzaOofCavy37vNKzSK5 { color:#ffa4f7;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.5rem;font-weight:700;z-index:14992;line-height:.5;letter-spacing:0;top:18.5rem;left:4.5rem;height:4.25021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVBxrqzhMfpDZagHJ2WhgZonuy2fHy0t { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(93,105,109,0.5);top:12.957900047303rem;left:5.6000461578369rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8BpxkXz9XA4qdCK8fhmlKOw7EgLwuyh { color:rgba(var(--color-primary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(93,105,109,0.5);top:32.024742126465rem;left:1.435546875rem;height:2.92535rem;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; }
#bHQFJBSCDMvpd7Nel81ua3I9RVUKdfWF { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:27.1245625rem;width:23.4375rem;top:7.0605473518369rem;left:49.373918533325rem;display:block; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-form-header {  }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:19.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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-text {padding-top: 0; padding-bottom: 0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .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;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.1875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-select {padding-top: 0; padding-bottom: 0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .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; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.1875rem;height:3.75rem;font-family:raleway;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18rem;overflow:hidden;font-style:normal;float:none; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .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; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-container:first-of-type{padding-top:0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-container:last-of-type{padding-bottom:0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1873125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.248483657837rem;top:13.412544250488rem;z-index:15009;position:absolute; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.1875rem;display:block;vertical-align:top; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX {display:block;}#QD1vETH32BscR50JsHeHGtraewKV2yxX { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.1873125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.248483657837rem;top:13.412544250488rem;z-index:15009;position:absolute; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #Ry0CUDJluaK6SNgSsc1C6GUC5O6NJpVZ { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #x8KTEZsnnOpegEOcE3QegaNTK6qNzk8M { position:relative;display:none; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #urIRXDc8oKarZ7WMCaM816U4q1le7Dd3 { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #H0GzrbHrdCnvCqgASkBx3BIHi5NaNEVu { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #VbnAhXolU8S6Q7DcbhE3ak5LSGt5rzmw { position:relative;display:none; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #CCAm5VqdvSBo8UAvCoNXeI69xx0glMme { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #HpIZueE8ryck2oWClm6KIc9tLHCDl0sb { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #iZBFs18gXdzPmcvQLQ0skQhVvZTKzvCo { position:relative;display:none; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #brEgUyTdPelG5SbURnH6AWSfPMDHa8eR { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #h7kWtH1hzMMmT60982TWIiTCL1pFX8JG { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #XiRz9qhpF1D6RE6nFTZqt9LVlNtHiery { position:relative;display:none; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #gMAoW9zpiDWrSQod72WLSl9ZTTWRwoWO { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #eHdhKc9kOSyEJa3g0d5fyelnKaNKeP6W { position:relative; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX #ea01wAkN5q80OMhKh2enSpJQ1EocNCpI { position:relative; }
#NC71NOQuJe9Ov5hhKyzDAnAaB1B2tTKG { position:absolute;display:block;z-index:15002;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:8.125rem;width:15.061875rem;top:0rem;left:17.093099594116rem;overflow:hidden;display:block; }
#O8kGcFsGg920ioTnPvZmpa0sFGnh8xwW { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:4.375rem;width:39.124375rem;top:31.299915313721rem;left:1.5625rem;display:block; }
#fSI9NkfZgbrl1UTzWKsBzUvSOo8on4tH { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:14998;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5);top:16.788194656372rem;left:5.6000461578369rem;height:12.9915375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xH8Gei5tBf3ITf0om5Ta7SoCQqi0nvUx { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:6.749125rem;width:33.9995625rem;top:8.6859817504881rem;left:4.1254367828369rem;display:block; }
#eRGRX1rDnIaEvLNhmUGOLaDT7B1HW12m { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.3125rem;font-weight:700;z-index:14999;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5);top:18.499349594116rem;left:16.343317031861rem;height:7.4805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F { position:relative;display:block; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F { background-color: transparent; background-image: none; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row .container > .video-iframe-container { display: none; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row > .video-iframe-container { display: none; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .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); }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F { border-width: 0; border-radius: 0; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(218,202,185,0.96);background-image:none;font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NGILRrzbr2pWTigmQ0qTAvpJ1u6b5KhF { color:rgba(var(--color-primary-2),1);display:block;width:35.25rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:37.5rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmVdSho8BP6LzibXmBwCyOrzprxnokFl { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);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.25rem;width:35rem;top:10.5rem;left:38.75rem;display:block; }
#c2Px1AZg1Darllllz3uGou94iQUM4Rdp { color:rgba(var(--color-primary-2),1);display:block;width:34.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.75rem;left:38.78125rem;height:31.488725rem;text-align:left;text-align-last:left;display:block; }
#eaKoya7Lb2DfJtgxvCiH0CclZKm90oLk { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.7734375rem;left:11.34375rem;display:block; }
#g5Km9e0a6UFrUsBttKIykT8dR5Ne1GFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVNS0CNDvktA28maBA3JoTFiIDa5GV1W { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.9375rem;width:35.5rem;top:12.9375rem;left:0.90625rem;display:block; }
#BG5FWKJP3uh6zevQvmQknZWeAaAneX1c { color:rgba(var(--color-primary-2),1);display:block;width:34.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.75rem;left:38.78125rem;height:31.484375rem;text-align:left;text-align-last:left;display:none; }
#Q52ALezhRFTaExwXhIIZqPVSfEysOGL7 { color:rgba(var(--color-primary-2),1);display:block;width:34.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.75rem;left:38.78125rem;height:31.484375rem;text-align:left;text-align-last:left;display:none; }
#S59CNhLGls1Vi12bSmtH7JlTK4zCnzSx { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.7734375rem;left:11.34375rem;display:none; }
#IiURLGL1JK9LXdeGvsUWXfvF7ZLqRFad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qP9ndQwXzuqqWXRlxzrusK3KKggo04RU { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:20.3125rem;width:20.3125rem;top:12.91250038147rem;left:11.1875rem;overflow:hidden;display:none; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.32421875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:3.125rem;display:block; }
#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.875rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.4375rem;left:2.0625rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:21.875rem;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.71875rem;left:25.53125rem; }
#zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:20.59375rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.92578125rem;left:21.40625rem;height:6.816375rem;text-align:center;text-align-last:center;display:block; }
#tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:40.625rem;display:block; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.9375rem;left:44.625rem; }
#RSKbdePQJ0bPf1KA27JEHPnod88OWXab { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:40.625rem;height:3.4082rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.154296875rem;left:40.625rem;height:6.816375rem;text-align:center;text-align-last:center;display:block; }
#JlTkybakflq0hi8wn0mzGdoFWwckQq2C { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);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:17.1875rem;width:12.5rem;top:6.1875rem;left:59.375rem;display:block; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.3125rem;left:62.6875rem; }
#DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:59.375rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.85546875rem;left:57.6875rem;height:6.816375rem;text-align:center;text-align-last:center;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.0625rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:1.0625rem;overflow:hidden;display:block; }
#IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.0625rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:26.09375rem;overflow:hidden;display:block; }
#ubgzI4AT37skwxflPGqNmN03GLruLm9U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.0625rem;width:22.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:51rem;overflow:hidden;display:block; }
#IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.0625rem;width:22.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.8125rem;left:1.11328125rem;overflow:hidden;display:block; }
#bwlNm5SfSeIvsHsCigVqo9hcaMDQXRvg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.0625rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.8125rem;left:26.09375rem;overflow:hidden;display:block; }
#c5TNUOPg2dkBgpMuRW7V9AbxoJWhiUJP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.0625rem;width:22.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.8125rem;left:51rem;overflow:hidden;display:block; }
#db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.81);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:2.5625rem;width:22.8125rem;top:27.375rem;left:1.0625rem;display:block; }
#PSUcOOShErRggkFDLgaP4ubDK25AN5BL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.9;letter-spacing:0;top:27.375rem;left:1.8125rem;height:2.375rem;font-style:normal;display:block; }
#hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.84375rem;left:26.8125rem;height:1.625rem;font-style:normal;display:block; }
#rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.81);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:2.5625rem;width:22.8125rem;top:27.375rem;left:26.09375rem;display:block; }
#F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:0;letter-spacing:0;top:28.53125rem;left:51.75rem;height:0;font-style:normal;display:block; }
#Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0.81);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:2.5625rem;width:22.8125rem;top:27.375rem;left:51rem;display:block; }
#lWPtH9opkHmm7ehqAflRob1NBztnXg8A { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:50.34375rem;left:1.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0.81);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:2.5625rem;width:22.8125rem;top:49.875rem;left:1.0625rem;display:block; }
#SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:50.34375rem;left:26.8125rem;height:1.625rem;font-style:normal;display:block; }
#fyeZmyVDEfMEgvZHJKftEJEvnOO251AW { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0.81);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:2.5625rem;width:22.8125rem;top:49.875rem;left:26.09375rem;display:block; }
#wcHuTOdp5Z5l62pf7Eeht1krnvT44d4A { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:49.875rem;left:51.3125rem;height:2.125rem;font-style:normal;display:block; }
#EX9594Bq8vt6i3b9phig19ZVp7ekMlLu { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.81);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:2.5625rem;width:22.8125rem;top:49.875rem;left:51rem;display:block; }
#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { background-color: transparent; background-image: none; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container > .video-iframe-container { display: none; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row > .video-iframe-container { display: none; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .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); }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { border-width: 0; border-radius: 0; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#m6fc58WLBzwSAalCS58OCB4GaVRFZ99i { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:15.75rem;left:9.125rem;height:4.80143125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#f3i9XE6dICMJkNwV1Q9q0CKxm8uBEd7l { position:absolute;display:block;z-index:14999;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;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.0625rem;width:19rem;top:9.1875rem;left:7.5rem;display:block; }
#uZemRwgGfe05rAomT245cTlgoIT23OKG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:3.25rem;top:22rem;left:15.375rem;display:block; }
#SC3MALR6n3dap9uTrACllQiBQqAUZTh2 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:23.3125rem;left:8.5625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#usBKf6Ewpdu8we1A5gdCrHcZSJSqx0ly { position:absolute;display:block;z-index:15006;background-color:#dacab9;background-image:none;background-position:top left !important;background-repeat: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:19rem;width:19rem;top:9.1875rem;left:28.125rem;display:block; }
#ytvFfokkTMXAapqqCfM8FGWMFRIWKI6K { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.9375rem;left:29.625rem;height:6.4019375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SfmQhTHo3TBDORwGSicxOHn7gbTnnuQD { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:23.3125rem;left:29.0625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HJM7oNla4MyWO3dl94nFMuS9AP3XpRqx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:3.25rem;top:22rem;left:35.875rem;display:block; }
#FFsTibP21T2q13yfUKm73O5zTw0MZldB { position:absolute;display:block;z-index:15013;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;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.0625rem;width:19rem;top:9.1875rem;left:48.5rem;display:block; }
#u1WU7htSuQqvLrlRF3ReyNq7bh09coTZ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:23.3125rem;left:49.5625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BOletVuMskTUmKmVqVypxQ7yO4F4SRLh { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:16.5625rem;left:50.125rem;height:3.20095625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#v5imhwaIrd2m8o2IeX9lTgAoTBTgJPBH { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.0625rem;width:3.25rem;top:22rem;left:56.375rem;display:block; }
#NMncA2Prg7o4XHy9kw2UUnnibZx3FCd8 { color:#dacab9;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spc5IuvaUbaTq5u4GVCoEnHsPslVP6Jh { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:48.5rem;height:9.99375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yylMR1IlxqSFnUdxoUJkkpXHUFPCPTzJ { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:28.125rem;height:9.99375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QSO2g4N5Fq9IURqoVxuMi1pwWXuyGIHR { color:rgba(var(--color-primary-2),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.5rem;height:9.99375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:30.5625rem;top:2.5rem;left:1.1875rem;overflow:hidden;display:block; }
#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#284d42;display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:33.5625rem;height:2.59874375rem;font-style:normal;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:rgba(var(--color-primary-2),1);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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.1875rem;left:33.5625rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:rgba(var(--color-secondary-2),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.63671875rem;left:33.5625rem;height:1.2999125rem;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.25rem;left:12.0625rem;height:4.89583125rem;font-style:normal;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.5rem;left:45.5rem;height:1.1375rem;font-style:normal;display:block; }
#UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.0625rem;left:43.25rem;height:1.05rem;font-style:normal;display:block; }
#lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.25rem;left:43.25rem; }
#oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { position:absolute;display:block;z-index:15029;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:3.5rem;width:6.4375rem;top:2.6875rem;left:12.0625rem;overflow:hidden;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.087890625rem;left:21.71875rem;height:1.13606875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO { display:block; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0nh5NVU8L6uGPSzkwhrBMQHb4gcTkcG { top:9.125rem;left:0rem;width:34.125rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvPiQfm0fbgKJruQBbMMTy0BZgasxh7X { top:8.625rem;left:26.5rem;width:21.25rem;height:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6dx1s7pfq2X1yzaOofCavy37vNKzSK5 { top:18.5rem;left:0rem;width:33.25rem;height:4.25rem;font-size:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVBxrqzhMfpDZagHJ2WhgZonuy2fHy0t { top:12.9375rem;left:0rem;width:11.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8BpxkXz9XA4qdCK8fhmlKOw7EgLwuyh { top:32rem;left:0rem;width:38.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHQFJBSCDMvpd7Nel81ua3I9RVUKdfWF { top:7rem;left:24.3125rem;width:23.4375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-regular-label { display:block;width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-text { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-text {padding-top: 0; padding-bottom: 0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-textarea { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-select { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-select {padding-top: 0; padding-bottom: 0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-button { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX  { width:19.125rem;height:17.1875rem;top:13.375rem;left:26.125rem; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .radio-container { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX {display:block;}#QD1vETH32BscR50JsHeHGtraewKV2yxX { width:19.125rem;height:17.1875rem;top:13.375rem;left:26.125rem; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #Ry0CUDJluaK6SNgSsc1C6GUC5O6NJpVZ {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #x8KTEZsnnOpegEOcE3QegaNTK6qNzk8M { display:none; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #urIRXDc8oKarZ7WMCaM816U4q1le7Dd3 {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #H0GzrbHrdCnvCqgASkBx3BIHi5NaNEVu {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #VbnAhXolU8S6Q7DcbhE3ak5LSGt5rzmw { display:none; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #CCAm5VqdvSBo8UAvCoNXeI69xx0glMme {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #HpIZueE8ryck2oWClm6KIc9tLHCDl0sb {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #iZBFs18gXdzPmcvQLQ0skQhVvZTKzvCo {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #brEgUyTdPelG5SbURnH6AWSfPMDHa8eR {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #h7kWtH1hzMMmT60982TWIiTCL1pFX8JG {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #XiRz9qhpF1D6RE6nFTZqt9LVlNtHiery {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #gMAoW9zpiDWrSQod72WLSl9ZTTWRwoWO {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #eHdhKc9kOSyEJa3g0d5fyelnKaNKeP6W {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #ea01wAkN5q80OMhKh2enSpJQ1EocNCpI {  }
 }@media only screen and (max-width: 763px) { #NC71NOQuJe9Ov5hhKyzDAnAaB1B2tTKG { top:0rem;left:3.4680995941162rem;width:15rem;height:8.0916220590066rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8kGcFsGg920ioTnPvZmpa0sFGnh8xwW { top:31.25rem;left:0rem;width:39.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSI9NkfZgbrl1UTzWKsBzUvSOo8on4tH { top:16.75rem;left:0rem;width:11.5625rem;height:12.9375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8Gei5tBf3ITf0om5Ta7SoCQqi0nvUx { top:8.625rem;left:0rem;width:33.9375rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRGRX1rDnIaEvLNhmUGOLaDT7B1HW12m { top:18.4375rem;left:2.7183170318604rem;width:20.75rem;height:7.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F { display:block; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGILRrzbr2pWTigmQ0qTAvpJ1u6b5KhF { top:3.3125rem;left:12.5rem;width:35.25rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVdSho8BP6LzibXmBwCyOrzprxnokFl { top:10.5rem;left:12.75rem;width:35rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Px1AZg1Darllllz3uGou94iQUM4Rdp { top:11.75rem;left:12.8125rem;width:34.9375rem;height:34.625rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaKoya7Lb2DfJtgxvCiH0CclZKm90oLk { width:14.8125rem;height:3.5625rem;top:37.75rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5Km9e0a6UFrUsBttKIykT8dR5Ne1GFN { display:block; }
 }@media only screen and (max-width: 763px) { #bVNS0CNDvktA28maBA3JoTFiIDa5GV1W { top:12.9375rem;left:0rem;width:35.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG5FWKJP3uh6zevQvmQknZWeAaAneX1c { top:45.5rem;left:0rem;width:18rem;height:12.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q52ALezhRFTaExwXhIIZqPVSfEysOGL7 { top:6.9375rem;left:0rem;width:18rem;height:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S59CNhLGls1Vi12bSmtH7JlTK4zCnzSx { width:14.8125rem;height:3.5625rem;top:37.75rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiURLGL1JK9LXdeGvsUWXfvF7ZLqRFad { display:block; }
 }@media only screen and (max-width: 763px) { #qP9ndQwXzuqqWXRlxzrusK3KKggo04RU { top:12.875rem;left:0rem;width:20.3125rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { top:6.1875rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:9.875rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:15.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:17.4375rem;left:0rem;width:14.625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { top:6.1875rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:9.6875rem;left:15.3125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { top:15.25rem;left:8.8125rem;width:15.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { top:17.875rem;left:10.4375rem;width:13.4375rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { top:6.1875rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:9.9375rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { top:15.25rem;left:23.3125rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { top:19.125rem;left:23.3125rem;width:12.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { top:6.1875rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:9.3125rem;left:38.84375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { top:15.25rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { top:17.8125rem;left:31.875rem;width:15.875rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:4.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:22.8125rem;height:17.0625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:22.8125rem;height:17.0625rem;top:10.3125rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:22.8125rem;height:17.0625rem;top:10.3125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:22.8125rem;height:17.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwlNm5SfSeIvsHsCigVqo9hcaMDQXRvg { width:22.8125rem;height:17.0625rem;top:32.8125rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TNUOPg2dkBgpMuRW7V9AbxoJWhiUJP { width:22.8125rem;height:17.0625rem;top:32.8125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { top:27.375rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { top:27.375rem;left:0rem;width:12.5rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { top:27.8125rem;left:13.1875rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { top:27.375rem;left:12.46875rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { top:28.5rem;left:35.25rem;width:12.5rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { top:27.375rem;left:24.9375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { top:50.3125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { top:49.875rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { top:50.3125rem;left:13.1875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyeZmyVDEfMEgvZHJKftEJEvnOO251AW { top:49.875rem;left:12.46875rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcHuTOdp5Z5l62pf7Eeht1krnvT44d4A { top:49.875rem;left:34.375rem;width:13.375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX9594Bq8vt6i3b9phig19ZVp7ekMlLu { top:49.875rem;left:24.9375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn { display:block; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6fc58WLBzwSAalCS58OCB4GaVRFZ99i { width:15.75rem;height:4.75rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3i9XE6dICMJkNwV1Q9q0CKxm8uBEd7l { width:19rem;height:19.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZemRwgGfe05rAomT245cTlgoIT23OKG { width:3.25rem;height:0.0625rem;top:22rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3MALR6n3dap9uTrACllQiBQqAUZTh2 { width:16.875rem;height:1.5625rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBKf6Ewpdu8we1A5gdCrHcZSJSqx0ly { width:19rem;height:19rem;top:9.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvFfokkTMXAapqqCfM8FGWMFRIWKI6K { width:15.75rem;height:6.375rem;top:14.9375rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfmQhTHo3TBDORwGSicxOHn7gbTnnuQD { width:16.875rem;height:1.5625rem;top:23.3125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJM7oNla4MyWO3dl94nFMuS9AP3XpRqx { width:3.25rem;height:0.0625rem;top:22rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsTibP21T2q13yfUKm73O5zTw0MZldB { width:19rem;height:19.0625rem;top:9.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1WU7htSuQqvLrlRF3ReyNq7bh09coTZ { width:16.875rem;height:1.5625rem;top:23.3125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOletVuMskTUmKmVqVypxQ7yO4F4SRLh { width:15.75rem;height:3.1875rem;top:16.5625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5imhwaIrd2m8o2IeX9lTgAoTBTgJPBH { width:3.25rem;height:0.0625rem;top:22rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMncA2Prg7o4XHy9kw2UUnnibZx3FCd8 { top:1.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spc5IuvaUbaTq5u4GVCoEnHsPslVP6Jh { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:34.875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yylMR1IlxqSFnUdxoUJkkpXHUFPCPTzJ { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:14.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSO2g4N5Fq9IURqoVxuMi1pwWXuyGIHR { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { top:2.5rem;left:0rem;width:30.5625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:5.1875rem;left:7.0625rem;width:40.6875rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.5rem;height:3.125rem;top:13.1875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:9.625rem;left:7.0625rem;width:40.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:7.25rem;left:0rem;width:23.5625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:7.5rem;left:30.3125rem;width:17.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { top:5.0625rem;left:29.625rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { top:7.25rem;left:29.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { top:2.6875rem;left:0rem;width:6.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.0625rem;left:8.09375rem;width:31.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f93f9445-3849-4172-8cfb-42246c537b9b/423446a81920x9603.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO.adaptive-delivery-prevent-bg, #JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO.lazyload, #JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO.lazyloading { background-image: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container { background-color: transparent; background-image: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container > .video-iframe-container { display: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row > .video-iframe-container { display: none; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .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); }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container { border-width: 0; border-radius: 0; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JL9XVgp4TM0oCkKeu4JWBTp18mwp0rRO > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0nh5NVU8L6uGPSzkwhrBMQHb4gcTkcG { width:16.7480625rem;height:2.03125rem;top:14.414713859558rem;left:1.6254342198372rem;font-size:1.5625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KvPiQfm0fbgKJruQBbMMTy0BZgasxh7X { width:15.625rem;height:5.69444375rem;top:52.125654220581rem;left:2.1875000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6dx1s7pfq2X1yzaOofCavy37vNKzSK5 { width:18.75rem;height:2.96875rem;top:30.912544250488rem;left:0rem;font-size:5.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HVBxrqzhMfpDZagHJ2WhgZonuy2fHy0t { width:13.811875rem;height:1.462675rem;top:16.383464813233rem;left:1.6254342198372rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #T8BpxkXz9XA4qdCK8fhmlKOw7EgLwuyh { width:18.686rem;height:4.38801875rem;top:35.740020751953rem;left:0.65646702051162rem;font-size:1.125rem;z-index:15014;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #bHQFJBSCDMvpd7Nel81ua3I9RVUKdfWF { width:20rem;height:27.1235rem;top:50.874565124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-text {padding-top: 0; padding-bottom: 0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-select {padding-top: 0; padding-bottom: 0;}#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX  { width:15rem;height:auto;top:57.749570846558rem;left:1.2500000596046rem; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QD1vETH32BscR50JsHeHGtraewKV2yxX {display:block;}#QD1vETH32BscR50JsHeHGtraewKV2yxX { width:15rem;height:auto;top:57.749570846558rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #Ry0CUDJluaK6SNgSsc1C6GUC5O6NJpVZ {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #x8KTEZsnnOpegEOcE3QegaNTK6qNzk8M { display:none; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #urIRXDc8oKarZ7WMCaM816U4q1le7Dd3 {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #H0GzrbHrdCnvCqgASkBx3BIHi5NaNEVu {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #VbnAhXolU8S6Q7DcbhE3ak5LSGt5rzmw { display:none; }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #CCAm5VqdvSBo8UAvCoNXeI69xx0glMme {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #HpIZueE8ryck2oWClm6KIc9tLHCDl0sb {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #iZBFs18gXdzPmcvQLQ0skQhVvZTKzvCo {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #brEgUyTdPelG5SbURnH6AWSfPMDHa8eR {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #h7kWtH1hzMMmT60982TWIiTCL1pFX8JG {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #XiRz9qhpF1D6RE6nFTZqt9LVlNtHiery {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #gMAoW9zpiDWrSQod72WLSl9ZTTWRwoWO {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #eHdhKc9kOSyEJa3g0d5fyelnKaNKeP6W {  }
 }@media only screen and (max-width: 763px) { #QD1vETH32BscR50JsHeHGtraewKV2yxX #ea01wAkN5q80OMhKh2enSpJQ1EocNCpI {  }
 }@media only screen and (max-width: 763px) { #NC71NOQuJe9Ov5hhKyzDAnAaB1B2tTKG { width:10.375rem;height:5.5rem;top:1.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8kGcFsGg920ioTnPvZmpa0sFGnh8xwW { width:20rem;height:4.375rem;top:14.039713859558rem;left:0rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fSI9NkfZgbrl1UTzWKsBzUvSOo8on4tH { width:11.5625rem;height:10.5175875rem;top:22.213542938233rem;left:1.6254342198372rem;font-size:3.1875rem;z-index:14989;color:#f8eaf7;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xH8Gei5tBf3ITf0om5Ta7SoCQqi0nvUx { width:20rem;height:6.6873125rem;top:34.58984375rem;left:0rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eRGRX1rDnIaEvLNhmUGOLaDT7B1HW12m { width:8.499375rem;height:3.14995625rem;top:25.896268844604rem;left:9.942491829395rem;font-size:3.5rem;z-index:14989;color:#f8eaf7;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F { display:block; }#ZeMEPH3rP9S69kdvMIzRWBDpR5NXJZ8F > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGILRrzbr2pWTigmQ0qTAvpJ1u6b5KhF { width:18.9375rem;height:2.92535rem;top:1.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmVdSho8BP6LzibXmBwCyOrzprxnokFl { width:20rem;height:0.3125rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Px1AZg1Darllllz3uGou94iQUM4Rdp { width:18rem;height:1.318359375rem;top:40.15625rem;left:2rem;font-size:0.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #eaKoya7Lb2DfJtgxvCiH0CclZKm90oLk { width:12.75rem;height:3.0625rem;top:80.869531631469rem;left:3.625rem;font-size:1.0625rem;background-color:#033141;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #g5Km9e0a6UFrUsBttKIykT8dR5Ne1GFN { display:block; }
 }@media only screen and (max-width: 763px) { #bVNS0CNDvktA28maBA3JoTFiIDa5GV1W { height:11.2314375rem;width:20rem;top:31.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG5FWKJP3uh6zevQvmQknZWeAaAneX1c { width:18rem;height:15.7389375rem;top:46.5419921875rem;left:1rem;font-size:0.75rem;z-index:15006;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Q52ALezhRFTaExwXhIIZqPVSfEysOGL7 { width:18rem;height:11.37151875rem;top:6.9375rem;left:1rem;font-size:0.8125rem;z-index:15006;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #S59CNhLGls1Vi12bSmtH7JlTK4zCnzSx { width:12.75rem;height:3.0625rem;top:20.8076171875rem;left:3.625rem;font-size:1.0625rem;background-color:#033141;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #IiURLGL1JK9LXdeGvsUWXfvF7ZLqRFad { display:block; }
 }@media only screen and (max-width: 763px) { #qP9ndQwXzuqqWXRlxzrusK3KKggo04RU { width:16.125rem;height:16.125rem;top:63.487500190737rem;left:1.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7t8GV7JeKlohghtkuM5GrTKhwAFOvNm { width:12.5rem;height:14.3125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:3.75rem;height:3.75rem;top:10.625rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.13606875rem;top:15.380859375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:6.816375rem;top:16.8115234375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMuGTLVR32uDv8bX2nfCoiR3ZfyL07g { width:12.5rem;height:3.75rem;top:25.0732421875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:3.75rem;height:3.75rem;top:27.125rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #zTtNCw9F5EDL6J8s0kxHZrTHbAuGC5Hc { width:12.5rem;height:3.4082rem;top:31.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJUSBkuA5FZBDQuAGT9sLUDsRCm1NX7M { width:12.5rem;height:7.9525rem;top:34.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8iyvuvOa5fncrMt4b5sK86zpdGdOLO { width:12.5rem;height:14.3125rem;top:42.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:3.75rem;height:3.75rem;top:47.1875rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #RSKbdePQJ0bPf1KA27JEHPnod88OWXab { width:12.5rem;height:3.4082rem;top:52.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6pfeD7vFrE6vh0obCdh9vbl5Qg0LmQ { width:12.5rem;height:6.816375rem;top:56.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTkybakflq0hi8wn0mzGdoFWwckQq2C { width:12.5rem;height:11rem;top:55.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:3.75rem;height:3.75rem;top:66.5rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #DfANsNpw8ktZKRlL8M8salpUfNW9d2Zp { width:12.5rem;height:2.2721375rem;top:71.4775390625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIqyZRwcRw5tPBtQr8lapkyk42oofaWO { width:12.5rem;height:10.224625rem;top:74.2841796875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:2.4375rem;top:2.8994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRZXztdLFGydw0oHkIZPpeTT8ZwlQcU { width:19.125rem;height:14.3125rem;top:6.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUquPKsIMnKx8AmJBltn41qIKSDM9k3Q { width:19.125rem;height:14.3125rem;top:25.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubgzI4AT37skwxflPGqNmN03GLruLm9U { width:19.125rem;height:14.3125rem;top:43.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMB9nvPu42DtaxLRkksBkkVVryrV2SR { width:19.125rem;height:14.3125rem;top:62.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwlNm5SfSeIvsHsCigVqo9hcaMDQXRvg { width:19.125rem;height:14.3125rem;top:80.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TNUOPg2dkBgpMuRW7V9AbxoJWhiUJP { width:19.125rem;height:14.3125rem;top:99.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4tfOAqg42kbhr89gqVnPOqzuI8e4FV { width:19.125rem;height:2.5625rem;top:21.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUcOOShErRggkFDLgaP4ubDK25AN5BL { width:12.5rem;height:2.375rem;top:21.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCn1gCiNi5g2Bkc1ZifgkeJTfoPXQquX { width:15rem;height:1.625rem;top:40rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVWV9zc3LWOrxRXrRnF8y9ZGg755G4Re { width:19.125rem;height:2.5625rem;top:39.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8h1IUvbszyRAWcNP3h1zGXadlR5sUZL { width:12.5rem;height:0;top:59.40625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4gTfmXDG7NMbWLc7rbzSTKaD5pgSH1 { width:19.1875rem;height:2.5625rem;top:58.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPtH9opkHmm7ehqAflRob1NBztnXg8A { width:12.5rem;height:1.625rem;top:77.25rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmqFlTkTgqwtkPlqssmkegmMsFy5NAB { width:19.5rem;height:2.625rem;top:76.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4OqlUlogD5spRikqbRiGBJ2zrP8Rwb { width:12.5rem;height:1.625rem;top:95.71875rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyeZmyVDEfMEgvZHJKftEJEvnOO251AW { width:19.125rem;height:2.5625rem;top:95.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcHuTOdp5Z5l62pf7Eeht1krnvT44d4A { width:13.375rem;height:2.125rem;top:113.9375rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX9594Bq8vt6i3b9phig19ZVp7ekMlLu { width:19.125rem;height:2.5625rem;top:113.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn { display:block; }#dXF0eWRGz1BSTK9zJrsfXlfxTe2L9vmn > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6fc58WLBzwSAalCS58OCB4GaVRFZ99i { width:15.75rem;height:4.80143125rem;top:12.125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3i9XE6dICMJkNwV1Q9q0CKxm8uBEd7l { width:19rem;height:18.6875rem;top:7.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZemRwgGfe05rAomT245cTlgoIT23OKG { width:3.25rem;height:0.0625rem;top:20.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC3MALR6n3dap9uTrACllQiBQqAUZTh2 { width:16.875rem;height:1.600475rem;top:22.3125rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usBKf6Ewpdu8we1A5gdCrHcZSJSqx0ly { width:19rem;height:18.8125rem;top:28.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytvFfokkTMXAapqqCfM8FGWMFRIWKI6K { width:15.75rem;height:6.4019375rem;top:33.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SfmQhTHo3TBDORwGSicxOHn7gbTnnuQD { width:16.875rem;height:1.600475rem;top:43.375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJM7oNla4MyWO3dl94nFMuS9AP3XpRqx { width:3.25rem;height:0.0625rem;top:42.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsTibP21T2q13yfUKm73O5zTw0MZldB { width:19rem;height:18.375rem;top:49.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1WU7htSuQqvLrlRF3ReyNq7bh09coTZ { width:16.875rem;height:1.600475rem;top:64rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOletVuMskTUmKmVqVypxQ7yO4F4SRLh { width:15.75rem;height:3.20095625rem;top:53.75rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5imhwaIrd2m8o2IeX9lTgAoTBTgJPBH { width:3.25rem;height:0.0625rem;top:62.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMncA2Prg7o4XHy9kw2UUnnibZx3FCd8 { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spc5IuvaUbaTq5u4GVCoEnHsPslVP6Jh { width:3.9375rem;height:8.125rem;top:49.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yylMR1IlxqSFnUdxoUJkkpXHUFPCPTzJ { width:3.9375rem;height:8.125rem;top:28.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSO2g4N5Fq9IURqoVxuMi1pwWXuyGIHR { width:3.9375rem;height:8.125rem;top:7.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8e6qLt371TkH1ab0TExtS4sod1Fv8Uh { width:20rem;height:11.042rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:19.1875rem;height:4.875rem;top:13.542rem;left:0.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.75rem;height:3.125rem;top:24.3779296875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:19.3125rem;height:3.9rem;top:18.9794921875rem;left:0.34375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:6.11979375rem;top:7.21875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:15.25rem;height:2.44791875rem;top:16.037109375rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTaQm9LdmbTR0rG77yRtRozFhsGOS60 { width:19.0625rem;height:1.05rem;top:14.384765625rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEHtXD3gZGIxPwMcAk08K4z3VEmgPO4k { width:1.5625rem;height:1.5625rem;top:16.037109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6oRcMb3aEWlbDkRZiMa199mNf2RlVF { width:7.625rem;height:4.125rem;top:1.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:18.875rem;height:1.9487875rem;top:0.962890625rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }