.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:213,243,255;--color-primary-1:130,219,255;--color-primary-2:47,195,255;--color-primary-3:28,77,161;--color-primary-4:15,61,145;--color-secondary-0:217,248,250;--color-secondary-1:128,231,239;--color-secondary-2:0,207,222;--color-secondary-3:0,104,111;--color-secondary-4:0,31,33;--color-tertiary-0:221,228,241;--color-tertiary-1:142,166,208;--color-tertiary-2:28,77,161;--color-tertiary-3:14,39,81;--color-tertiary-4:4,12,24;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Chalet NY"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/99cc7279-108e-4a7d-b9fe-3fb4b26ffbcd/wavehaikei.svg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container { background-color: transparent; background-image: none; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container > .video-iframe-container { display: none; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row > .video-iframe-container { display: none; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .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); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container { border-width: 0; border-radius: 0; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#EA9TCwLKkkxtoU0ugaShxuCbMnLheqsb { position:absolute;display:block;z-index:15021;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.9370125rem;width:3.18725625rem;top:0.843505859375rem;left:0.687255859375rem;overflow:hidden;display:block; }
#cZbnIoQmqVGKKKd5pmRq1PLnyE35ETBX { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.9375rem;top:1.40576171875rem;left:49.052734375rem;overflow:hidden;display:block; }
#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/391dcd8a-9128-4f0d-9905-c3a3826720cd/section1.png");background-position:top left !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; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z.adaptive-delivery-prevent-bg, #xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z.lazyload, #xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z.lazyloading { background-image: none; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container { background-color: transparent; background-image: none; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container > .video-iframe-container { display: none; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row > .video-iframe-container { display: none; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .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); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container { border-width: 0; border-radius: 0; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:60rem;position:relative;display:block; }#QGS5ZxSn28dRkHmf5sNGkzyeSmLFyrBr { color:rgba(var(--color-tertiary-2),1);display:block;width:28.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:32.7978515625rem;left:3.15576171875rem;height:7.4243125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-form-header {  }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:bold;color:#ffffff;width:18.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:.8; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-text { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.125rem solid #9d9db9;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:18.6875rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;line-height:1.4; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-textarea { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.125rem solid #9d9db9;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:18.6875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;line-height:1.4; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9d9db9;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:18.6875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .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; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-primary-3),1);width:18.6875rem;height:2.875rem;font-family:var(--headlines-font-family);overflow:hidden;line-height:1;text-align:center;text-align-last:center; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 [class*="-text"]:-moz-placeholder { color:#a5a5a5;font-family:var(--headlines-font-family);font-size:0.875rem; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 [class*="-text"]::-moz-placeholder { color:#a5a5a5;font-family:var(--headlines-font-family);font-size:0.875rem; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 [class*="-text"]:-ms-input-placeholder { color:#a5a5a5;font-family:var(--headlines-font-family);font-size:0.875rem; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 [class*="-text"]::-webkit-input-placeholder { color:#a5a5a5;font-family:var(--headlines-font-family);font-size:0.875rem; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .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; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-container { padding-top:1rem;padding-right:0;padding-bottom:0.9375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-container:first-of-type{padding-top:0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-container:last-of-type{padding-bottom:0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5  { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:42.811685562134rem;top:21.364745140076rem;z-index:15023;position:absolute; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:block;vertical-align:top; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:1.0625rem;line-height:1.4;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 {display:block;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:42.811685562134rem;top:21.364745140076rem;z-index:15023;position:absolute; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #SS6BnTNCoHETmcVdI81H1HPOWXbobaC7 { position:relative;display:block;z-index:15000; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #H1L0MJ4zaThN2py43zXXh6OVv3ilkCER { position:relative;display:block;z-index:15000; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #RdEOOu1VBFlzbmnHSfWlBByOXokE94Nr { position:relative; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #Il43UMaRECbQtTxa3Dpqpvs5tsVJ2x4W { position:relative;display:block; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #ZgVnCkVSilP1CJ2mbH19Auzu2hAgytDJ { position:relative; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #q1nKJOHegCdEIs0omxq98SSnZCGn5ZAq { position:relative; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #yq1CraNRh5fk6FyKkVngnqk0KetAWcy8 { position:relative;display:block; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #QrafG6Q1uspcCJrnOAfneo9bQrFmyfNw { position:relative; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #MBGNAgreUuAkuq0cNcJTEcU1T0kNyZ7p { position:relative; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #UvQmpTz5dvivWLWsEyhyVQqEm99zFTdw { position:relative;display:block; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #X9q17DsvJyZBmrBrOhRfhbb02ForGPMm { position:relative; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #eil87MeFrnzWOnXwlGwbJnd1v8O496e3 { position:relative; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #ywioqvEotiyLfmioK7pqcOJpKXoTgMXT { position:relative; }
#nBnTwvF2GIOi71vAuSIcXT5FQvEBwDbH { color:#0e0e0e;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:17.810668945312rem;left:43.812255859375rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#Hxt841reWyEEVtc7GU3nHlA8uNDJ6DNf { box-sizing:content-box;height:8.8125rem;width:32.4375rem;position:absolute;display:block;z-index:15031;background-color:#f2f2f2;background-image:none;top:32rem;left:1.06201171875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#BBWLIFAsVfWrAPbwsFTizJkxhTc2Etgs { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:31.9375rem;top:5.56201171875rem;left:0rem;overflow:hidden;display:block; }
#lpe8v0uti1O0Nz4OwQwt9MK3TaR6yZcF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3109375rem;width:10.1233125rem;top:7.5599365234375rem;left:48.468627929688rem;overflow:hidden;display:block; }
#eyyIUv1sJPRRnFhJ203CpAVdkKsp3UDQ { box-sizing:content-box;height:3.49975625rem;width:3.49975625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#f2f2f2;background-image:none;top:23rem;left:34.875rem;display:block; }
#rrlcRypfL3kT5LlWMV0QubNPIOMkIXr1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374875rem;width:2.374875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23.625rem;left:35.5rem; }
#qe9wa6vsPehy1WJyAxI0eWrdM6WHXVBM { position:absolute;display:block;z-index:15001;height:10rem;width:32.5rem;top:42.138061523438rem;left:1.06201171875rem;display:block; }
#STQTmSBobGIle1bR735VqeS2CpzQ6VTh { background-color:#f2f2f2;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row .container { background-color: transparent; background-image: none; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row .container > .video-iframe-container { display: none; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row > .video-iframe-container { display: none; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .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); }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row .container { border-width: 0; border-radius: 0; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;overflow:visible;position:relative;display:block; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg { background-color:#f2f2f2;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row .container { background-color: transparent; background-image: none; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row .container > .video-iframe-container { display: none; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row > .video-iframe-container { display: none; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .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); }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row .container { border-width: 0; border-radius: 0; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row .container { font-size:0.875rem;font-family:arial;height:92.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#WlPqZEW2Mt4aCQrbTLqym9CRO6c6INLx { position:absolute;display:block;z-index:15000;height:30.375rem;width:60rem;top:-0.35791015625rem;left:-0.2119140625rem;display:block; }
#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row .container { background-color: transparent; background-image: none; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row .container > .video-iframe-container { display: none; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row > .video-iframe-container { display: none; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .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); }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row .container { border-width: 0; border-radius: 0; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row .container { font-size:0.875rem;font-family:arial;height:84.6875rem;width:60rem;position:relative;display:block; }#p2WQdxVnaHRUMPyPayEeo3CPib1kfrBf { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3709d282-cf12-4c80-a9c2-de228e08c788/WhatsAppImage20250623at112207.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:27.625rem;width:19.75rem;top:25.375rem;left:20.1875rem;display:block; }#p2WQdxVnaHRUMPyPayEeo3CPib1kfrBf.adaptive-delivery-prevent-bg, #p2WQdxVnaHRUMPyPayEeo3CPib1kfrBf.lazyload, #p2WQdxVnaHRUMPyPayEeo3CPib1kfrBf.lazyloading { background-image: none; }
#b97DMz1wW8sSZvJtPi3TAU13HOCHRKTk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),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.625rem;width:13.4375rem;top:33.0625rem;left:38.5rem;display:block; }
#AQtlU7ZRFAmQWdezlbTD0wl55afMWgh7 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c78ae5b8-d0f9-4503-a901-ebf638eb4558/21.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:24.625rem;width:39.9375rem;top:0rem;left:0rem;display:block; }#AQtlU7ZRFAmQWdezlbTD0wl55afMWgh7.adaptive-delivery-prevent-bg, #AQtlU7ZRFAmQWdezlbTD0wl55afMWgh7.lazyload, #AQtlU7ZRFAmQWdezlbTD0wl55afMWgh7.lazyloading { background-image: none; }
#pbf4egueD67VNffzqXs8G6LGZAqQfVxR { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5e342f24-a88f-430c-9488-bf50bcad15ff/WhatsAppImage20250623at1122591.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:27.625rem;width:19.75rem;top:25.4375rem;left:0rem;display:block; }#pbf4egueD67VNffzqXs8G6LGZAqQfVxR.adaptive-delivery-prevent-bg, #pbf4egueD67VNffzqXs8G6LGZAqQfVxR.lazyload, #pbf4egueD67VNffzqXs8G6LGZAqQfVxR.lazyloading { background-image: none; }
#VZ1WPd7TwwsJTCkWGkREfwuZkE4nIutm { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:35.8740234375rem;left:42.68701171875rem;height:17.0605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SJTwD3FkvKmGTLpyayTHh94xtonWqOul { position:absolute;display:block;z-index:15015;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.2480625rem;width:17.6850625rem;top:17.53076171875rem;left:42.3134765625rem;overflow:hidden;display:block; }
#PJCXXICk3pr7leTiiMru4bDkZ9oueisr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:78.125rem;left:37.75rem; }
#rPIfIxG3PkH8HQIWJOk2q223Ag9cRK0u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:50.1875rem;left:37.375rem; }
#H7FhHfIAcO98THpsPbfCMGVxRmXIpqJ9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:22.4375rem;left:37.75rem; }
#FoAxM2CGpyNCfXW0GO3c3k2qHe0BcTrF { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bdd4b7d7-8dbf-42ab-8aed-918839df0415/WhatsAppImage20250623at112259.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:27.1875rem;width:39.9375rem;top:53.6875rem;left:0rem;display:block; }#FoAxM2CGpyNCfXW0GO3c3k2qHe0BcTrF.adaptive-delivery-prevent-bg, #FoAxM2CGpyNCfXW0GO3c3k2qHe0BcTrF.lazyload, #FoAxM2CGpyNCfXW0GO3c3k2qHe0BcTrF.lazyloading { background-image: none; }
#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row .container { background-color: transparent; background-image: none; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row .container > .video-iframe-container { display: none; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row > .video-iframe-container { display: none; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .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); }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row .container { border-width: 0; border-radius: 0; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;position:relative;display:block; }#xPOTsCX2WBQQDQAxCiFD2eDuI1kC3PLP { color:rgba(var(--color-tertiary-2),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:6.5625rem;height:2.84399375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wosw2CZ0fQ9ZR4k2TpJW7Iy27g2SLN6h { box-sizing:content-box;height:6.9375rem;width:17.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:5.8125rem;left:1.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#XRNRQrbWK1PnOUhJNdT55vLCoy0yFnOI { color:rgba(var(--color-tertiary-2),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:7.125rem;left:4.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i5at1tRkJx7d5L90AGn3eg9LVoLbNtqe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12435rem;width:2.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.3125rem;left:1.9375rem; }
#DstoAQTKyU53XDs6lX8vcxogb3iOOuT3 { box-sizing:content-box;height:6.9375rem;width:17.25rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:5.875rem;left:21.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#d0WSgi1zWyRE3B3qcXDSr9CXvLRheluW { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.3125rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lrZ3xRpswTR4QtuADrKZ0sOetln9d0c0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12435rem;width:2.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.375rem;left:22.1875rem; }
#w0hAS4Xges7G4Qglmpv8XVewfJ6xzK0o { box-sizing:content-box;height:6.9375rem;width:17.25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:5.875rem;left:41.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
#bAEfCZtsaM8cpoq1ccrVEJ3pLtzrNcnm { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:7rem;left:45.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qFA2wcI94VB1xZppZk5IQlLzIllxPxwW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:8.3125rem;left:42.125rem; }
#cxuEHtoD9UofMI79D2yLlRZMcnA1bK1R { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),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.1875rem;width:7.6875rem;top:2.625rem;left:0rem;display:block; }
#C48CzEokIBL03fuyNIwTkp4w8SJIbM7l { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),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.1875rem;width:7.6875rem;top:2.375rem;left:52.3125rem;display:block; }
#OSQk5HvSpAFKzZUGsTsGc2PVhvKCHtpw { position:absolute;display:block;z-index:15036;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:29.375rem;width:19.1875rem;top:14.4375rem;left:6.5rem;overflow:hidden;display:block; }
#M58B6woaGZ6scMX2TCrKTwyIhOEwDbTM { position:absolute;display:block;z-index:15019;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.25rem;width:17.6875rem;top:21rem;left:0rem;overflow:hidden;display:block; }
#wdR3hSqmIpKxmVmiyoGFeLzMoZQB7LRL { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:29.1875rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ci3kbGirIXwOBDw725NbZdsA2cTSNP5C { color:rgba(var(--color-tertiary-2),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.125rem;left:29.3125rem;height:15.4296875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aWnKZH2dQnPmmhn1tF38pItC0vMqcqTC { background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.25rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:42.5625rem;left:6.9375rem;display:block; }
#ikEsZqFGpGk4NCul6TnP9SNsdua3bQ4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row .container { background-color: transparent; background-image: none; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row .container > .video-iframe-container { display: none; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row > .video-iframe-container { display: none; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .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); }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row .container { border-width: 0; border-radius: 0; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:60rem;position:relative;display:block; }#xqlK0RX6kVrT2JH9UTteL8o1yd91W4Pt { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dc61c8b3-ce7a-4008-ab58-90291ce3a8b8/20250627094811ChatGPTImage14dejunde202515_19_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:27.625rem;width:19.75rem;top:15.5625rem;left:0rem;display:block; }#xqlK0RX6kVrT2JH9UTteL8o1yd91W4Pt.adaptive-delivery-prevent-bg, #xqlK0RX6kVrT2JH9UTteL8o1yd91W4Pt.lazyload, #xqlK0RX6kVrT2JH9UTteL8o1yd91W4Pt.lazyloading { background-image: none; }
#Zlc8H6qLHf3zUzVrGEyyNz4i95T8KIs0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),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.1875rem;width:26.625rem;top:7.8125rem;left:16.6875rem;display:block; }
#PuyZlr0ZlblfwqUnkbyAMLXSVffIMMJG { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/954fef67-2e84-44c3-9915-57bcd1bb4f07/20250627094812ChatGPTImage14dejunde202515_17_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:27.625rem;width:19.75rem;top:45.875rem;left:0rem;display:block; }#PuyZlr0ZlblfwqUnkbyAMLXSVffIMMJG.adaptive-delivery-prevent-bg, #PuyZlr0ZlblfwqUnkbyAMLXSVffIMMJG.lazyload, #PuyZlr0ZlblfwqUnkbyAMLXSVffIMMJG.lazyloading { background-image: none; }
#WXTZMwn7zn8NKKtiGM2TB23qkqEe2ATR { background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(158deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.249rem;height:3.436525rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:80.9365234375rem;left:5.875rem;display:block; }
#HvZMQxdLLSQbfFTMLwq6ID8JripStoik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pN8TmRdD8K3wRbZ99TRS54fWMcP3fE1d { box-sizing:content-box;height:27.75rem;width:19.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:46.4375rem;left:0.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TkHhVU2N0HpWBwTuXcJ2Asino6alXy0x { box-sizing:content-box;height:27.75rem;width:19.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.9375rem;left:0.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TJiPAlvpXcSeEK7JyzTSw7tLinEPP31u { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.75rem;width:30.875rem;top:12.5625rem;left:24.8125rem;overflow:hidden;display:block; }
#NVz6BImk1C4GwpxKF7RPsNL2b8FraRbz { box-sizing:content-box;height:67.8125rem;width:35rem;position:absolute;display:block;z-index:14998;background-color:#231f1f;background-image:none;top:10.9375rem;left:22.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KKPoDecp0vXWQxNLdTmhQgnmhmHBJ1Js { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.75rem;left:12.8125rem;height:6.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABmbgIEdkMbqbDOMMd7AHTmwrtpeM88g { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:8.625rem;width:31.9375rem;top:17.375rem;left:24.8125rem;overflow:hidden;display:block; }
#k6QBs3UIVNliTwPhvMUkAuIHlyE9nowv { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.9375rem;width:31.25rem;top:26.1875rem;left:24.625rem;overflow:hidden;display:block; }
#Hnp4xIhWhhK9g0gJ8vvw93iN83110CKo { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.375rem;width:30.5625rem;top:33.5rem;left:24.75rem;overflow:hidden;display:block; }
#aMBUSMKAldVpRtCTMFImsGLl7EQXcoXg { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.5rem;width:31.25rem;top:46.0625rem;left:24.875rem;overflow:hidden;display:block; }
#RsnMDEv746or47RUB3NPeQ91qO4DOfss { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6rem;width:30.0625rem;top:39.6875rem;left:25.125rem;overflow:hidden;display:block; }
#c1dcxrNPQVXH5KtxzQQFuHu7tCHQwz1F { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.1875rem;width:30.3125rem;top:53.5625rem;left:25rem;overflow:hidden;display:block; }
#RU80WNfqkinmI2cLrLsaI71FBMsSyyvP { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:6.5625rem;width:30.25rem;top:61rem;left:24.875rem;overflow:hidden;display:block; }
#U7QS8l1zTE9HnsFK0A9JPv4uN0sK0bm7 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:8.625rem;width:30.125rem;top:67.6875rem;left:25.125rem;overflow:hidden;display:block; }
#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row .container { background-color: transparent; background-image: none; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row .container > .video-iframe-container { display: none; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row > .video-iframe-container { display: none; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .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); }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row .container { border-width: 0; border-radius: 0; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#Z85prC9TiQpDMBgFDabTrIaevd0aRXeN { position:absolute;display:block;z-index:15022;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:5.37475625rem;width:16.31225rem;top:3rem;left:35.3125rem;overflow:hidden;display:block; }
#mBmLyUSQ5Ovw2P638JXorZ3kfEUFGrQG { color:#ffffff;display:block;width:57.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:24.810791015625rem;left:1.4373779296875rem;height:1.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CQ0IP7TIAcw2Q0Vfs4U8xXFz4W4bIeIV { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:10.3125rem;left:35.3125rem;height:5.99609375rem;text-align:left;text-align-last:left;display:block; }
#wivIpZP9vIsIJVxBGHPNk3B8ezdCpoFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.25rem;left:39.0625rem; }
#wivIpZP9vIsIJVxBGHPNk3B8ezdCpoFm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#l4EedhCTy1SPp6RB3pPlhBm6obeerJJC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.25rem;left:35.625rem; }
#l4EedhCTy1SPp6RB3pPlhBm6obeerJJC > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#LsI4HSTXpTVin807RnK27ooB1sv3T2nZ { position:absolute;display:block;z-index:15025;height:22.5rem;width:28.125rem;top:1.248779296875rem;left:0.9375rem;display:block; }
#wQRKIWQThlsVGTmUEO7qw3bP9EZ01tmQ { position:absolute;display:block;z-index:15049;height:14rem;width:25rem;top:1.248779296875rem;left:0.359619140625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 { display:block; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA9TCwLKkkxtoU0ugaShxuCbMnLheqsb { top:0.8125rem;left:0rem;width:3.125rem;height:2.8796442276959rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZbnIoQmqVGKKKd5pmRq1PLnyE35ETBX { top:1.375rem;left:34.8125rem;width:12.9375rem;height:1.4996892090033rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z { display:block; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGS5ZxSn28dRkHmf5sNGkzyeSmLFyrBr { top:32.75rem;left:0rem;width:28.1875rem;height:7.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-regular-label { width:18.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-text { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-textarea { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-select { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-button { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-checkbox-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5  { width:18.6875rem;height:auto;top:21.3125rem;left:26.5625rem; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .radio-container { width:18.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 {display:block;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 { width:18.6875rem;height:auto;top:21.3125rem;left:26.5625rem; }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #SS6BnTNCoHETmcVdI81H1HPOWXbobaC7 {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #H1L0MJ4zaThN2py43zXXh6OVv3ilkCER {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #RdEOOu1VBFlzbmnHSfWlBByOXokE94Nr {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #Il43UMaRECbQtTxa3Dpqpvs5tsVJ2x4W { display:block; }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #ZgVnCkVSilP1CJ2mbH19Auzu2hAgytDJ {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #q1nKJOHegCdEIs0omxq98SSnZCGn5ZAq {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #yq1CraNRh5fk6FyKkVngnqk0KetAWcy8 {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #QrafG6Q1uspcCJrnOAfneo9bQrFmyfNw {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #MBGNAgreUuAkuq0cNcJTEcU1T0kNyZ7p {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #UvQmpTz5dvivWLWsEyhyVQqEm99zFTdw {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #X9q17DsvJyZBmrBrOhRfhbb02ForGPMm {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #eil87MeFrnzWOnXwlGwbJnd1v8O496e3 {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #ywioqvEotiyLfmioK7pqcOJpKXoTgMXT {  }
 }@media only screen and (max-width: 763px) { #nBnTwvF2GIOi71vAuSIcXT5FQvEBwDbH { top:17.75rem;left:28.6875rem;width:19.0625rem;height:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxt841reWyEEVtc7GU3nHlA8uNDJ6DNf { top:32rem;left:0rem;width:32.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBWLIFAsVfWrAPbwsFTizJkxhTc2Etgs { top:5.5rem;left:0rem;width:31.875rem;height:32.810672686283rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpe8v0uti1O0Nz4OwQwt9MK3TaR6yZcF { top:7.5rem;left:37.6875rem;width:10.0625rem;height:9.2550050780069rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyyIUv1sJPRRnFhJ203CpAVdkKsp3UDQ { top:23rem;left:28.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrlcRypfL3kT5LlWMV0QubNPIOMkIXr1 { top:23.625rem;left:29.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe9wa6vsPehy1WJyAxI0eWrdM6WHXVBM { top:42.125rem;left:0rem;width:32.5rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQTmSBobGIle1bR735VqeS2CpzQ6VTh { display:block; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg { display:block; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPqZEW2Mt4aCQrbTLqym9CRO6c6INLx { top:-0.3125rem;left:0rem;width:47.75rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 { display:block; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2WQdxVnaHRUMPyPayEeo3CPib1kfrBf { top:25.375rem;left:12.0625rem;width:19.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b97DMz1wW8sSZvJtPi3TAU13HOCHRKTk { top:33.0625rem;left:18.375rem;width:13.375rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQtlU7ZRFAmQWdezlbTD0wl55afMWgh7 { top:0rem;left:0rem;width:39.9375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbf4egueD67VNffzqXs8G6LGZAqQfVxR { top:25.4375rem;left:0rem;width:19.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1WPd7TwwsJTCkWGkREfwuZkE4nIutm { width:14.625rem;height:23.875rem;top:35.8125rem;left:32.37451171875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTwD3FkvKmGTLpyayTHh94xtonWqOul { top:17.5rem;left:30rem;width:17.625rem;height:16.192880379275rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCXXICk3pr7leTiiMru4bDkZ9oueisr { top:78.125rem;left:26.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPIfIxG3PkH8HQIWJOk2q223Ag9cRK0u { top:50.1875rem;left:26.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7FhHfIAcO98THpsPbfCMGVxRmXIpqJ9 { top:22.4375rem;left:26.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoAxM2CGpyNCfXW0GO3c3k2qHe0BcTrF { top:53.6875rem;left:0rem;width:39.9375rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqiT74tTa8ubk7qGewBHeTaqqabU6cbm { display:block; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPOTsCX2WBQQDQAxCiFD2eDuI1kC3PLP { width:46.75rem;height:2.8125rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wosw2CZ0fQ9ZR4k2TpJW7Iy27g2SLN6h { top:5.8125rem;left:0rem;width:17.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNRQrbWK1PnOUhJNdT55vLCoy0yFnOI { top:7.125rem;left:2.74951171875rem;width:12.9375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5at1tRkJx7d5L90AGn3eg9LVoLbNtqe { top:8.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DstoAQTKyU53XDs6lX8vcxogb3iOOuT3 { top:5.875rem;left:14.375rem;width:17.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0WSgi1zWyRE3B3qcXDSr9CXvLRheluW { top:7.0625rem;left:18.25rem;width:13.5rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrZ3xRpswTR4QtuADrKZ0sOetln9d0c0 { top:8.375rem;left:16rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hAS4Xges7G4Qglmpv8XVewfJ6xzK0o { top:5.875rem;left:30.25rem;width:17.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAEfCZtsaM8cpoq1ccrVEJ3pLtzrNcnm { top:7rem;left:34.8125rem;width:12.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFA2wcI94VB1xZppZk5IQlLzIllxPxwW { top:8.3125rem;left:31.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxuEHtoD9UofMI79D2yLlRZMcnA1bK1R { top:2.625rem;left:0rem;width:7.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C48CzEokIBL03fuyNIwTkp4w8SJIbM7l { top:2.375rem;left:39.9375rem;width:7.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQk5HvSpAFKzZUGsTsGc2PVhvKCHtpw { top:14.4375rem;left:0rem;width:19.125rem;height:29.279199077513rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58B6woaGZ6scMX2TCrKTwyIhOEwDbTM { top:21rem;left:0rem;width:17.625rem;height:16.192310138659rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdR3hSqmIpKxmVmiyoGFeLzMoZQB7LRL { width:24.75rem;height:2.3125rem;top:17.8125rem;left:6.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci3kbGirIXwOBDw725NbZdsA2cTSNP5C { width:25.75rem;height:20.0625rem;top:20.125rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWnKZH2dQnPmmhn1tF38pItC0vMqcqTC { width:46.75rem;height:3.375rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikEsZqFGpGk4NCul6TnP9SNsdua3bQ4t { display:block; }
 }@media only screen and (max-width: 763px) { #oydG3wui5gbzS8uJoyVLmX3a6HvVxczt { display:block; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqlK0RX6kVrT2JH9UTteL8o1yd91W4Pt { top:15.5625rem;left:0rem;width:19.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlc8H6qLHf3zUzVrGEyyNz4i95T8KIs0 { top:7.8125rem;left:0rem;width:26.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuyZlr0ZlblfwqUnkbyAMLXSVffIMMJG { top:45.875rem;left:0rem;width:19.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTZMwn7zn8NKKtiGM2TB23qkqEe2ATR { width:46.75rem;height:3.375rem;top:80.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvZMQxdLLSQbfFTMLwq6ID8JripStoik { display:block; }
 }@media only screen and (max-width: 763px) { #pN8TmRdD8K3wRbZ99TRS54fWMcP3fE1d { top:46.4375rem;left:0rem;width:19.6875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkHhVU2N0HpWBwTuXcJ2Asino6alXy0x { top:15.9375rem;left:0rem;width:19.6875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiPAlvpXcSeEK7JyzTSw7tLinEPP31u { top:12.5625rem;left:0.875rem;width:30.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVz6BImk1C4GwpxKF7RPsNL2b8FraRbz { top:10.9375rem;left:0rem;width:35rem;height:67.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKPoDecp0vXWQxNLdTmhQgnmhmHBJ1Js { width:34.3125rem;height:6.125rem;top:0.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABmbgIEdkMbqbDOMMd7AHTmwrtpeM88g { top:17.375rem;left:0rem;width:31.9375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6QBs3UIVNliTwPhvMUkAuIHlyE9nowv { top:26.1875rem;left:0.5rem;width:31.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnp4xIhWhhK9g0gJ8vvw93iN83110CKo { top:33.5rem;left:1.1875rem;width:30.5625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMBUSMKAldVpRtCTMFImsGLl7EQXcoXg { top:46.0625rem;left:0.5rem;width:31.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsnMDEv746or47RUB3NPeQ91qO4DOfss { top:39.6875rem;left:1.6875rem;width:30.0625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1dcxrNPQVXH5KtxzQQFuHu7tCHQwz1F { top:53.5625rem;left:1.4375rem;width:30.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU80WNfqkinmI2cLrLsaI71FBMsSyyvP { top:61rem;left:1.5rem;width:30.25rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7QS8l1zTE9HnsFK0A9JPv4uN0sK0bm7 { top:67.6875rem;left:1.625rem;width:30.125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy { display:block; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z85prC9TiQpDMBgFDabTrIaevd0aRXeN { top:3rem;left:29.1875rem;width:16.25rem;height:5.3542453715766rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBmLyUSQ5Ovw2P638JXorZ3kfEUFGrQG { top:24.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ0IP7TIAcw2Q0Vfs4U8xXFz4W4bIeIV { top:10.3125rem;left:29.187255859375rem;width:16.5rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wivIpZP9vIsIJVxBGHPNk3B8ezdCpoFm { top:18.25rem;left:32.9375rem;width:2.5rem;height:2.5rem;display:block; }
#wivIpZP9vIsIJVxBGHPNk3B8ezdCpoFm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #l4EedhCTy1SPp6RB3pPlhBm6obeerJJC { top:18.25rem;left:29.5rem;width:2.5rem;height:2.5rem;display:block; }
#l4EedhCTy1SPp6RB3pPlhBm6obeerJJC > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #LsI4HSTXpTVin807RnK27ooB1sv3T2nZ { top:1.1875rem;left:0rem;width:28.125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRKIWQThlsVGTmUEO7qw3bP9EZ01tmQ { top:1.1875rem;left:0rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 { background-color:#00cfde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container { background-color: transparent; background-image: none; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container > .video-iframe-container { display: none; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row > .video-iframe-container { display: none; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .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); }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container { border-width: 0; border-radius: 0; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2wWfTNNIaV0FlFtDy3DtymC3S31TtK2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA9TCwLKkkxtoU0ugaShxuCbMnLheqsb { width:3.1875rem;height:2.936525rem;top:1.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZbnIoQmqVGKKKd5pmRq1PLnyE35ETBX { width:12.9375rem;height:1.499025rem;top:2.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container { background-color: transparent; background-image: none; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container > .video-iframe-container { display: none; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row > .video-iframe-container { display: none; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .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); }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container { border-width: 0; border-radius: 0; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdNePFrc2vSxdRd7g52EuetXOFBcTs6Z > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGS5ZxSn28dRkHmf5sNGkzyeSmLFyrBr { width:17.8125rem;height:4.94934375rem;top:1.685791015625rem;left:1.0927734375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5  { width:17.49975rem;height:auto;top:30.68815612793rem;left:0rem;z-index:15037; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 {display:block;}#aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 { width:17.49975rem;height:auto;top:30.68815612793rem;left:0rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #SS6BnTNCoHETmcVdI81H1HPOWXbobaC7 {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #H1L0MJ4zaThN2py43zXXh6OVv3ilkCER {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #RdEOOu1VBFlzbmnHSfWlBByOXokE94Nr {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #Il43UMaRECbQtTxa3Dpqpvs5tsVJ2x4W { display:block; }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #ZgVnCkVSilP1CJ2mbH19Auzu2hAgytDJ {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #q1nKJOHegCdEIs0omxq98SSnZCGn5ZAq {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #yq1CraNRh5fk6FyKkVngnqk0KetAWcy8 {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #QrafG6Q1uspcCJrnOAfneo9bQrFmyfNw {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #MBGNAgreUuAkuq0cNcJTEcU1T0kNyZ7p {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #UvQmpTz5dvivWLWsEyhyVQqEm99zFTdw {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #X9q17DsvJyZBmrBrOhRfhbb02ForGPMm {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #eil87MeFrnzWOnXwlGwbJnd1v8O496e3 {  }
 }@media only screen and (max-width: 763px) { #aE5UUafsH3dokTMvAtDEepKyA5ln3xw5 #ywioqvEotiyLfmioK7pqcOJpKXoTgMXT {  }
 }@media only screen and (max-width: 763px) { #nBnTwvF2GIOi71vAuSIcXT5FQvEBwDbH { width:13.93725rem;height:1.92448125rem;top:11.07861328125rem;left:3.03076171875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hxt841reWyEEVtc7GU3nHlA8uNDJ6DNf { width:19.9995rem;height:8.8125rem;top:18.8203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBWLIFAsVfWrAPbwsFTizJkxhTc2Etgs { width:19.9995rem;height:20.5869375rem;top:14.623046875rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #lpe8v0uti1O0Nz4OwQwt9MK3TaR6yZcF { width:2.8125rem;height:2.5620125rem;top:7.928466796875rem;left:8.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyyIUv1sJPRRnFhJ203CpAVdkKsp3UDQ { width:3.43725625rem;height:3.43725625rem;top:52.91428125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrlcRypfL3kT5LlWMV0QubNPIOMkIXr1 { display:flex;width:2.31225625rem;height:2.31225625rem;top:53.53976953125rem;left:8.874755859375rem; }
 }@media only screen and (max-width: 763px) { #qe9wa6vsPehy1WJyAxI0eWrdM6WHXVBM { width:20rem;height:10rem;top:62.436851501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQTmSBobGIle1bR735VqeS2CpzQ6VTh { display:block; }#STQTmSBobGIle1bR735VqeS2CpzQ6VTh > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg { display:block; }#gJTmPBoQDbN0PzWnfZkgfgARyBSJlzZg > .row .container { width:20rem;height:168.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPqZEW2Mt4aCQrbTLqym9CRO6c6INLx { width:19.9995rem;height:30.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 { display:block; }#Uw30EeH8ASLlDl0cTkUHdP5yz8blqPu2 > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2WQdxVnaHRUMPyPayEeo3CPib1kfrBf { width:12.374375rem;height:17.124375rem;top:43.606771469116rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b97DMz1wW8sSZvJtPi3TAU13HOCHRKTk { width:13.375rem;height:0.5625rem;top:33.0625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQtlU7ZRFAmQWdezlbTD0wl55afMWgh7 { width:14.5625rem;height:9.9375rem;top:15.748046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbf4egueD67VNffzqXs8G6LGZAqQfVxR { width:12.061875rem;height:16.875rem;top:26.231771469116rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1WPd7TwwsJTCkWGkREfwuZkE4nIutm { width:15.06225rem;height:10.999375rem;top:3.625rem;left:2.46826171875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SJTwD3FkvKmGTLpyayTHh94xtonWqOul { width:3.4375rem;height:3.125rem;top:0rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCXXICk3pr7leTiiMru4bDkZ9oueisr { display:flex;width:5rem;height:5rem;top:65.375rem;left:7.5rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #rPIfIxG3PkH8HQIWJOk2q223Ag9cRK0u { display:flex;width:5rem;height:5rem;top:62rem;left:7.5rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #H7FhHfIAcO98THpsPbfCMGVxRmXIpqJ9 { display:flex;width:5rem;height:5rem;top:54.500002861023rem;left:7.5rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #FoAxM2CGpyNCfXW0GO3c3k2qHe0BcTrF { width:15.125rem;height:9.8125rem;top:61.291017532349rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqiT74tTa8ubk7qGewBHeTaqqabU6cbm { display:block; }#KqiT74tTa8ubk7qGewBHeTaqqabU6cbm > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPOTsCX2WBQQDQAxCiFD2eDuI1kC3PLP { width:18rem;height:4.0625rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wosw2CZ0fQ9ZR4k2TpJW7Iy27g2SLN6h { width:17.25rem;height:6.9375rem;top:6rem;left:1.375rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #XRNRQrbWK1PnOUhJNdT55vLCoy0yFnOI { width:12.9980625rem;height:4.875rem;top:7.3125rem;left:4.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5at1tRkJx7d5L90AGn3eg9LVoLbNtqe { display:flex;width:2.0625rem;height:2.0625rem;top:8.5rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #DstoAQTKyU53XDs6lX8vcxogb3iOOuT3 { width:17.25rem;height:6.9375rem;top:14.5rem;left:1.4375rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #d0WSgi1zWyRE3B3qcXDSr9CXvLRheluW { width:13.4980625rem;height:4.875rem;top:15.6875rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrZ3xRpswTR4QtuADrKZ0sOetln9d0c0 { display:flex;width:2.0625rem;height:2.0625rem;top:17rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #w0hAS4Xges7G4Qglmpv8XVewfJ6xzK0o { width:17.25rem;height:6.9375rem;top:23.0625rem;left:1.375rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #bAEfCZtsaM8cpoq1ccrVEJ3pLtzrNcnm { width:12.8105625rem;height:4.875rem;top:24.1875rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFA2wcI94VB1xZppZk5IQlLzIllxPxwW { display:flex;width:2.374025rem;height:2.374025rem;top:25.5rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #cxuEHtoD9UofMI79D2yLlRZMcnA1bK1R { width:7.6875rem;height:0.1875rem;top:2.625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C48CzEokIBL03fuyNIwTkp4w8SJIbM7l { width:7.6875rem;height:0.1875rem;top:2.375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSQk5HvSpAFKzZUGsTsGc2PVhvKCHtpw { width:19.1855625rem;height:29.375rem;top:67.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58B6woaGZ6scMX2TCrKTwyIhOEwDbTM { width:17.6855625rem;height:16.2480625rem;top:65.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdR3hSqmIpKxmVmiyoGFeLzMoZQB7LRL { width:15.25rem;height:4.19921875rem;top:32.5rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ci3kbGirIXwOBDw725NbZdsA2cTSNP5C { width:18.125rem;height:25.49805625rem;top:38.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aWnKZH2dQnPmmhn1tF38pItC0vMqcqTC { width:18.9980625rem;height:3.436525rem;top:93.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikEsZqFGpGk4NCul6TnP9SNsdua3bQ4t { display:block; }
 }@media only screen and (max-width: 763px) { #oydG3wui5gbzS8uJoyVLmX3a6HvVxczt { display:block; }#oydG3wui5gbzS8uJoyVLmX3a6HvVxczt > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqlK0RX6kVrT2JH9UTteL8o1yd91W4Pt { width:9.625rem;height:13.5625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlc8H6qLHf3zUzVrGEyyNz4i95T8KIs0 { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuyZlr0ZlblfwqUnkbyAMLXSVffIMMJG { width:10.5rem;height:13.5rem;top:8.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTZMwn7zn8NKKtiGM2TB23qkqEe2ATR { width:18.9986875rem;height:3.4362rem;top:69rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvZMQxdLLSQbfFTMLwq6ID8JripStoik { display:block; }
 }@media only screen and (max-width: 763px) { #pN8TmRdD8K3wRbZ99TRS54fWMcP3fE1d { width:1.125rem;height:1.5625rem;top:15.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkHhVU2N0HpWBwTuXcJ2Asino6alXy0x { width:1.25rem;height:0.625rem;top:16.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiPAlvpXcSeEK7JyzTSw7tLinEPP31u { width:18.125rem;height:2.625rem;top:24rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVz6BImk1C4GwpxKF7RPsNL2b8FraRbz { width:20rem;height:44.4375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKPoDecp0vXWQxNLdTmhQgnmhmHBJ1Js { width:18.4375rem;height:5.5683625rem;top:1.25rem;left:0.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ABmbgIEdkMbqbDOMMd7AHTmwrtpeM88g { width:18.8125rem;height:5rem;top:27.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6QBs3UIVNliTwPhvMUkAuIHlyE9nowv { width:18.4375rem;height:4.0625rem;top:33.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnp4xIhWhhK9g0gJ8vvw93iN83110CKo { width:18.5625rem;height:3.875rem;top:38.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMBUSMKAldVpRtCTMFImsGLl7EQXcoXg { width:19.375rem;height:4.5rem;top:46.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsnMDEv746or47RUB3NPeQ91qO4DOfss { width:18.9375rem;height:3.8125rem;top:42.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1dcxrNPQVXH5KtxzQQFuHu7tCHQwz1F { width:18.875rem;height:4.1875rem;top:51.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU80WNfqkinmI2cLrLsaI71FBMsSyyvP { width:18.8125rem;height:4.125rem;top:55.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7QS8l1zTE9HnsFK0A9JPv4uN0sK0bm7 { width:18.6875rem;height:5.3125rem;top:60.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy { display:block; }#cKkKcq3OygeBya0E1bpbd8PUnXcDGLAy > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z85prC9TiQpDMBgFDabTrIaevd0aRXeN { width:11.7495rem;height:3.9375rem;top:21.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBmLyUSQ5Ovw2P638JXorZ3kfEUFGrQG { width:14.9375rem;height:4.669925rem;top:37.875rem;left:2.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CQ0IP7TIAcw2Q0Vfs4U8xXFz4W4bIeIV { width:15.5rem;height:5.99853125rem;top:26.5625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wivIpZP9vIsIJVxBGHPNk3B8ezdCpoFm { display:flex;width:2.499025rem;height:2.499025rem;top:34.375rem;left:10.4375rem; }
#wivIpZP9vIsIJVxBGHPNk3B8ezdCpoFm > img { max-width: 100%;max-height:100%; width:2.499025rem; height:2.499025rem; } }@media only screen and (max-width: 763px) { #l4EedhCTy1SPp6RB3pPlhBm6obeerJJC { display:flex;width:2.499025rem;height:2.499025rem;top:34.375rem;left:7.0625rem; }
#l4EedhCTy1SPp6RB3pPlhBm6obeerJJC > img { max-width: 100%;max-height:100%; width:2.499025rem; height:2.499025rem; } }@media only screen and (max-width: 763px) { #LsI4HSTXpTVin807RnK27ooB1sv3T2nZ { width:20rem;height:18.4375rem;top:1.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQRKIWQThlsVGTmUEO7qw3bP9EZ01tmQ { width:20rem;height:18.1875rem;top:1.62451171875rem;left:0rem;display:block; }
 }