.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:221,217,232;--color-primary-1:143,130,180;--color-primary-2:30,4,104;--color-primary-3:15,2,52;--color-primary-4:5,1,16;--color-secondary-0:252,233,218;--color-secondary-1:246,181,133;--color-secondary-2:236,107,10;--color-secondary-3:118,54,5;--color-secondary-4:35,16,2;--color-tertiary-0:255,255,255;--color-tertiary-1:215,215,224;--color-tertiary-2:121,122,151;--color-tertiary-3:61,61,76;--color-tertiary-4:12,12,15;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row .container { background-color: transparent; background-image: none; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row .container > .video-iframe-container { display: none; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row > .video-iframe-container { display: none; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .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); }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row .container { border-width: 0; border-radius: 0; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#Pzm028PkEqKgeaZwE79XAwXLS81H0SlN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5605625rem;height:1.2495125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:10.4033203125rem;left:16.71826171875rem;display:block; }
#U2ocBOyC2MxsgxVx1d4Tt6uKdLbAZMJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZE8a4KOCPvZnLfivNidu4FCHBzNBFVum { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9370125rem;width:11.499rem;top:4.02978515625rem;left:24.25048828125rem;overflow:hidden;display:block; }
#QRS924JzopGasI15Wo4KlpPhESnEUXRi { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249025rem;width:20.187rem;top:3.87451171875rem;left:39.0673828125rem;overflow:hidden;display:block; }
#kvWueCnXcGzQS5E232vZuTlOQ8MvEUQO { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8115rem;width:6.061525rem;top:2.09326171875rem;left:1.55712890625rem;overflow:hidden;display:block; }
#LCfSdCtfoNdyvVKoxwSbscmFCFiTb7rd { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:9.8115rem;top:3.49951171875rem;left:10.90869140625rem;overflow:hidden;display:block; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/f70d77af-c524-47b6-a07c-4920e1f0914a/Projektbeznazwy9.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:13.5rem;color:rgba(var(--color-tertiary-0),1);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; }
#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:29.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.0615234375rem;left:0rem;height:5.24706875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.25rem;width:25rem;position:absolute;display:block;z-index:15001;top:21.375rem;left:0rem;display:block; }
#Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.875rem;left:1.875rem;height:2.76269375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { position:relative;display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:20.9375rem;width:25rem;position:absolute;display:block;z-index:15000;top:0rem;left:0rem;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-form-header {  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem #000000 ; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem #000000 ; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-2),1);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:1.5rem;font-weight:700;color:#f2f9ff;width:21.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.2);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.2);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.2);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.2);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20rem;overflow:hidden;font-style:normal;line-height:1.4; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:first-of-type{padding-top:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:last-of-type{padding-bottom:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:1.130859375rem;left:0.62255859375rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);vertical-align:top;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:1.130859375rem;left:0.62255859375rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #TGB7i1WcTqrTpRTW9lpan3C4X9adl2aB { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #QHtFVHAZ4qsQrBimoFTP8UxLkqUvsmFr { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #RasVeh161gVsIToT6XHdZfkSs5gFv6Vr { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp { position:relative;z-index:2; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK { position:relative; }
#LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:30.625rem;height:2.8418rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:35rem;height:1.7871125rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15006;top:7.375rem;left:30.624998092651rem;display:block; }
#uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8748207092288rem;left:30.624998092651rem;height:1.7871125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { display:block;width:18.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.11874961853rem;left:35rem;height:3.575rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15009;top:11.499641418457rem;left:30.624998092651rem;display:block; }
#oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.999465942382rem;left:30.624998092651rem;height:1.7875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:6.9577407836912rem;left:28.871625900269rem;display:block; }
#KeilTuwehFcPfw2aPDiZHoGFSoQCD0iX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15012;top:15.625rem;left:30.625rem;display:block; }
#VPPrs9yHupeLFq6vxmO9za5mDBeKTBEf { display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.125rem;left:30.625rem;height:1.7875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#JlgVhh37pynPXIopxF5TB7I9aeti7TWK { display:block;width:18.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.137498855591rem;left:35rem;height:1.7875rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9eef1;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; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { background-color: transparent; background-image: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .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); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { border-width: 0; border-radius: 0; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.13623046875rem;left:0rem;height:3.41161875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#ZHWrTzhTPFa8aWnMPWHQ63nIMAfJIvky { display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1625003814697rem;left:9rem;height:1.1375rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e9eef1;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; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { background-color: transparent; background-image: none; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container > .video-iframe-container { display: none; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row > .video-iframe-container { display: none; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .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); }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { border-width: 0; border-radius: 0; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#CZwXMqF4NFbQITDfImPt3ln2nVu3fbpG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15000;top:0rem;left:3.75rem;display:block; }
#lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.25rem;height:1.7875rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImJXheOImxCAwQT2HRgazT2ofLDIIIHe { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15001;top:0rem;left:18.75rem;display:block; }
#BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:16.25rem;height:1.7875rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#tc8ZUmsJpfGz0TTMTRWQc7uLK6MoJamh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15002;top:0rem;left:33.75rem;display:block; }
#lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:31.25rem;height:1.7875rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;height:7.5rem;width:7.5rem;position:absolute;display:block;z-index:15003;top:0rem;left:48.75rem;display:block; }
#IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:46.25rem;height:1.7875rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKexDkac7pQ4l90skbqCACpsaNNwNkAW { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:1.71875rem;left:5.46875rem; }
#h8MSkAtMbw7Tsx4Te3bkyVeEbwemDTq5 { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:1.71875rem;left:20.46875rem; }
#ryFaPkXO9OVu6WJstIQT7K8VOKiqDtga { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.71875rem;left:35.46875rem; }
#cqweCNHxd7AzFeWiod1iUCRLXKXnhWcb { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.71875rem;left:50.46875rem; }
#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row .container { background-color: transparent; background-image: none; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row .container > .video-iframe-container { display: none; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row > .video-iframe-container { display: none; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .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); }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row .container { border-width: 0; border-radius: 0; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:block; }#BHwzdpFfmhlF4TzyE9NxDPTGffP617rW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.1875rem;width:19.875rem;top:3.1552734375rem;left:4.125rem;overflow:hidden;display:block; }
#VE0ps0fvBZTEu2NER97aocnd9dRTv9gB { display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:33.625rem;height:3.4125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#XiagWBIIHBQHErzdmJRKr8rHZlk6KSIy { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.7062492370606rem;left:33.6875rem;height:23.458025rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d3d4c;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; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row .container { background-color: transparent; background-image: none; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row .container > .video-iframe-container { display: none; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row > .video-iframe-container { display: none; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .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); }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row .container { border-width: 0; border-radius: 0; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#zZOmFSSa5Xk4bfnon69Dql0AlF23wOi5 { color:#3d3d4c;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.424999237061rem;left:17.78125rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJtXWvvHghFTAQ3yNk7Ew8XOSUGuBWIp { color:#3d3d4c;display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.25rem;left:16.3125rem;height:2.405275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dy9T0E3Tl6vfSO6bAIlUkRJxr5T6VeUQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:20.625rem;width:37.6875rem;top:4.375rem;left:10.6875rem;display:block; }
#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d3d4c;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; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row .container { background-color: transparent; background-image: none; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row .container > .video-iframe-container { display: none; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row > .video-iframe-container { display: none; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .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); }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row .container { border-width: 0; border-radius: 0; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#TAIJ5oSEOlvkpoS5qUutFUD267OtgOkR { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:39.9975625rem;top:5.68505859375rem;left:10.00048828125rem;display:block; }
#O04EiwyHlIFzt8EpK94m0PGb4FidQI8b { color:#ffffff;display:block;width:26.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:16.81201171875rem;height:2.405275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iuz59PEf7UMf3qR69PmX87StHCNk8Zka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/oSb83kcR/BG_template_Money_Ebook_4.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka.adaptive-delivery-prevent-bg, #iuz59PEf7UMf3qR69PmX87StHCNk8Zka.lazyload, #iuz59PEf7UMf3qR69PmX87StHCNk8Zka.lazyloading { background-image: none; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row .container { background-color: transparent; background-image: none; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row .container > .video-iframe-container { display: none; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row > .video-iframe-container { display: none; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .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); }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row .container { border-width: 0; border-radius: 0; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#TfSy2ZAJ7Lcswa39ZepiygMe8THaEU1o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:33.4995rem;top:1.3740234375rem;left:0rem;overflow:hidden;display:block; }
#nbizd5eTpXd7MHDOBdbfaQwRoJ1r4SHd { color:#3d3d4c;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:29.5625rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lCilz97gTkfoD3Z6T0G0JHRVJkayv0ce { color:#3d3d4c;display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:29.5625rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UzTXeRBDUdc4u4cVc52m2uHMKA7cV17M { color:#3d3d4c;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.375rem;left:29.5625rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#id7hrHFvsVGxzW4gQW7zCFFAk8P0rlIy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.268750190735rem;left:29.5625rem;display:block; }
#d5yVZ3Kbp6agZdly9z8qEqrqQ8yxRFuP { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d3d4c;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; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container { background-color: transparent; background-image: none; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container > .video-iframe-container { display: none; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row > .video-iframe-container { display: none; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .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); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container { border-width: 0; border-radius: 0; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#NMB6GlhkyJaPk8Ao22zzEwTTPNC1VJtV { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:22.6245rem;top:0.1875rem;left:33.90087890625rem;overflow:hidden;display:block; }
#Jv3JqAZIlrchA2xKSMIdmaqT3JVvOA4m { display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.5625rem;height:3.4125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-0),1);font-style:normal;display:block; }
#oSbT1a9twIbzVVw4t6pSDlbl6GTw9LaS { display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.5625rem;height:12.41893125rem;color:rgba(var(--color-primary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbcCV4RuebnxyTeCIAmiM1baJzz1C2Bn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:14.0625rem;top:16.93798828125rem;left:3.5625rem;overflow:hidden;display:block; }
#uwqEn5Xlg8T0ckwDlHbabRg0GRfP9G01 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.7480625rem;width:14.8125rem;top:17.28076171875rem;left:44.53564453125rem;overflow:hidden;display:block; }
#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { position:relative;display:block; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { background-color: transparent; background-image: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container > .video-iframe-container { display: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row > .video-iframe-container { display: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .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); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { border-width: 0; border-radius: 0; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f9UEg9X3P5z5IMbmuSPzPaJ1OPrqQDih { display:block;width:34.3110625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.29931640625rem;left:0.68701171875rem;height:2.2749rem;font-style:normal;color:rgba(var(--color-tertiary-3),1);display:block; }
#F4koVkKfAAXX3l00zkTz0dIP0GBewst1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.5625rem;left:43.75rem;display:block; }
#qERqHOw2Gc8z3vkC81Nk7qRJPFvGozK5 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Nw0J7kM9i7btPEIx5Z7SCMGNi2HvnLmL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:3.89453125rem;left:36.3125rem; }
#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d3d4c;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; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row .container { background-color: transparent; background-image: none; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row .container > .video-iframe-container { display: none; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row > .video-iframe-container { display: none; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .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); }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row .container { border-width: 0; border-radius: 0; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-trigger.adaptive-delivery-prevent-bg, #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-trigger.lazyload, #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-trigger.lazyloading { background-image: none; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E { box-sizing:content-box;height:auto;width:53.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.6874961853025rem;left:2.125rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #Blq17uOcKU43zCbJ4a30S3T5rakOWubB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #O40v1ZyM90XPlPfrEasDmiTXp3RVQmmC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #aqXHVq9guOr35f1aV5v2w0MbXOyToHMA { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wMB7MXhTmB5hH3mHf7sfOGTq86tRAZ65 {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #qiKm8b8PlMNFQCHJmWhFSLPLPIno3y5z {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #oSrVTwHElrEHRKmdomWVC3IFJRIwdEdo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #p7uTdJ2nJ8DQNys0xIo8cXFlqOFEbL0z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #KT3wx3LwqhTxzPRs0bxdEFRhtRKEQmIs { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #MCDXhih5NAT6hteLi3iE5JTeHUV1u96b {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #dlSQsKesF8wVZTeJ4F21zO8O04gwdhJy { display:none; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wNfDnsUgTQul6i9bu80UuMmuk8Fp7JcX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #HpIoSP6AmdgNky7HW5TmbFhA0d7xDZkh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #OdikPxkVB8KqKSRlc02qkobelN9BkAnn { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #IeiT8TqHnU9u5I0UIefOQfVnESd7Ndo8 {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #Om1nmKf9vcVXQm4DiMD5MeXV4QlmmTfL { display:none; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #q0tpt5yEJGnMJ4Q7iLcA12sOU6uq7ql3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #T5iIMVZ9hyJH5pHB06GysFCFmUIQsXQq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #a5yqvIEGNTLGUHVk0JVgtPW1KerwXiE7 { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #R39da3LksQ0u8DMXixcKlenBg1iE2k1F {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #pdkR0nGhuZz1ELqrUqedI3hS1CU2tdFf { display:none; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #mxExNTD2TTnVaA3XF7XH7DNE7ywEPRyp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #O8EPaBIWSzZHUfVkAbrE9MZPTfPZ5QNQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #OAxsMF1qDL0M6Cuzgnvbw4Fzi2LekW2K { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #rzkO0ADeWVvFI2rILhssLvbQ8Hwt4J5k {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #AHGDdSZTIR56LB3pesGT2CBKshtSaETW { display:none; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #hT41R4BT7tKaIKn48qJTaCfGCGErOg7E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #ONbozD1TLQx3ZLgutstZgmlVhUVvx0Z4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #ySShdTubWgZUJOysIepWwq4spvOLVHxQ { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #snlRtIXXhKD9wf2sBwymTHKnLRyw4vTE {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #AdOmQrs2uwwT4gAsAQ1xT7RhnQgmkr0s { display:none; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #lBxlyZ3XVtDAcspQrkv6V1Ai8KowI8HH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #mTnDIHhRJQU487N1Bzp1MmwkAm8Vlxzt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #vBmePMIvrU51Qhq3B0DtkSDwth2SNyvt { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #JkslMDTTQAsBWDEWMKI1iqaWqOO3lP0D {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #a5ti80CkVPdSNoGZC7GFMeuUwGTT2cMs { display:none; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #dpte8IZRN7bvPkNP2oc1k20sBfvCBlor { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #qJdIGy4d4ac6fSPRZe2TkRMk14zWmsHJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #SFQfM8mqLX2RTp7Xw3tZ4TrpJPKHq0zo { display:block;position:relative; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #nQo2H5BSKkTPHbdZagp158yuLtkqJ9Ht {  }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wk7VfVKPIEBahqECNemb4F30zeHbgy9T { display:none; }
#axxofFc8StiaTHx9MKePTWqyspddf0TK { display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4770832061767rem;left:2.125rem;height:3.4125rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-0),1);font-style:normal;display:block; }
#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { background-color: transparent; background-image: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container > .video-iframe-container { display: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row > .video-iframe-container { display: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .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); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { border-width: 0; border-radius: 0; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#zexfWdr2P3qZnHTVSJhaBKXhKaA3FbVq { display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.9990234375rem;left:13.78125rem;height:3.56835625rem;color:#3d3d4c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgeLN0WsAFI9pSTGqmrkDSmftSQwf0nd { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8115rem;width:6.061525rem;top:1.375rem;left:1.1875rem;overflow:hidden;display:block; }
#p3FmHp749sDcv3ZqzcZQJwS2b0nvn0XB { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:9.8115rem;top:2.75rem;left:10.5rem;overflow:hidden;display:block; }
#pb4EMXrJX5qnBmmFfqVdHwNGNBLqiKON { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9370125rem;width:11.499rem;top:3.3125rem;left:23.875rem;overflow:hidden;display:block; }
#TMlfp38QHgNdHLVa4CP0so7alsQt54pT { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.249025rem;width:20.187rem;top:3.125rem;left:38.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM { display:block; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzm028PkEqKgeaZwE79XAwXLS81H0SlN { width:26.5rem;height:1.1875rem;top:10.375rem;left:10.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ocBOyC2MxsgxVx1d4Tt6uKdLbAZMJr { display:block; }
 }@media only screen and (max-width: 763px) { #ZE8a4KOCPvZnLfivNidu4FCHBzNBFVum { top:4rem;left:18.12548828125rem;width:11.4375rem;height:2.9213045020219rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRS924JzopGasI15Wo4KlpPhESnEUXRi { top:3.8125rem;left:27.625rem;width:20.125rem;height:3.2390463231287rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvWueCnXcGzQS5E232vZuTlOQ8MvEUQO { top:2.0625rem;left:0rem;width:6rem;height:6.7423626892572rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCfSdCtfoNdyvVKoxwSbscmFCFiTb7rd { top:3.4375rem;left:4.78369140625rem;width:9.75rem;height:3.9739584925852rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:20rem;height:auto;top:-2.5rem;left:0rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:20rem;height:auto;top:-2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #TGB7i1WcTqrTpRTW9lpan3C4X9adl2aB {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #QHtFVHAZ4qsQrBimoFTP8UxLkqUvsmFr {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #RasVeh161gVsIToT6XHdZfkSs5gFv6Vr {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { width:2.8125rem;height:1.75rem;top:8.375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { width:2.8125rem;height:1.75rem;top:11.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { width:3.125rem;height:3.125rem;top:2.25rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeilTuwehFcPfw2aPDiZHoGFSoQCD0iX { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPPrs9yHupeLFq6vxmO9za5mDBeKTBEf { width:2.8125rem;height:1.75rem;top:11.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgVhh37pynPXIopxF5TB7I9aeti7TWK { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:47.75rem;height:3.375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHWrTzhTPFa8aWnMPWHQ63nIMAfJIvky { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF { display:block; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZwXMqF4NFbQITDfImPt3ln2nVu3fbpG { width:7.5rem;height:7.5rem;top:0.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { width:12.5rem;height:1.75rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJXheOImxCAwQT2HRgazT2ofLDIIIHe { width:7.5rem;height:7.5rem;top:0.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { width:12.5rem;height:1.75rem;top:8.5rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8ZUmsJpfGz0TTMTRWQc7uLK6MoJamh { width:7.5rem;height:7.5rem;top:0rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { width:12.5rem;height:1.75rem;top:8.5rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { width:7.5rem;height:7.5rem;top:0rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { width:12.5rem;height:1.75rem;top:8.5rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKexDkac7pQ4l90skbqCACpsaNNwNkAW { width:4.0625rem;height:4.0625rem;top:1.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8MSkAtMbw7Tsx4Te3bkyVeEbwemDTq5 { width:4.0625rem;height:4.0625rem;top:1.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFaPkXO9OVu6WJstIQT7K8VOKiqDtga { width:4.0625rem;height:4.0625rem;top:1.6875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqweCNHxd7AzFeWiod1iUCRLXKXnhWcb { width:4.0625rem;height:4.0625rem;top:1.6875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR { display:block; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHwzdpFfmhlF4TzyE9NxDPTGffP617rW { top:3.125rem;left:1.0625rem;width:19.875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0ps0fvBZTEu2NER97aocnd9dRTv9gB { width:26.25rem;height:3.375rem;top:3.125rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiagWBIIHBQHErzdmJRKr8rHZlk6KSIy { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl { display:block; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZOmFSSa5Xk4bfnon69Dql0AlF23wOi5 { top:12.375rem;left:11.65625rem;width:24.4375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJtXWvvHghFTAQ3yNk7Ew8XOSUGuBWIp { top:7.25rem;left:10.1875rem;width:26.375rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy9T0E3Tl6vfSO6bAIlUkRJxr5T6VeUQ { top:4.375rem;left:4.5625rem;width:37.6875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 { display:block; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAIJ5oSEOlvkpoS5qUutFUD267OtgOkR { top:5.625rem;left:3.87548828125rem;width:39.9375rem;height:22.466212784842rem;display:block; }
 }@media only screen and (max-width: 763px) { #O04EiwyHlIFzt8EpK94m0PGb4FidQI8b { top:0rem;left:10.68701171875rem;width:26.3125rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuz59PEf7UMf3qR69PmX87StHCNk8Zka { display:block; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfSy2ZAJ7Lcswa39ZepiygMe8THaEU1o { width:33.4375rem;height:24.891346326065rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbizd5eTpXd7MHDOBdbfaQwRoJ1r4SHd { width:30.4375rem;height:1.375rem;top:14rem;left:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCilz97gTkfoD3Z6T0G0JHRVJkayv0ce { width:30.4375rem;height:;top:5.5625rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzTXeRBDUdc4u4cVc52m2uHMKA7cV17M { width:30.5rem;height:;top:8.375rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7hrHFvsVGxzW4gQW7zCFFAk8P0rlIy { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5yVZ3Kbp6agZdly9z8qEqrqQ8yxRFuP { display:block; }
 }@media only screen and (max-width: 763px) { #xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT { display:block; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMB6GlhkyJaPk8Ao22zzEwTTPNC1VJtV { top:0.1875rem;left:25.125rem;width:22.5625rem;height:25.991078532122rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv3JqAZIlrchA2xKSMIdmaqT3JVvOA4m { width:36rem;height:3.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSbT1a9twIbzVVw4t6pSDlbl6GTw9LaS { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbcCV4RuebnxyTeCIAmiM1baJzz1C2Bn { top:16.9375rem;left:0rem;width:14.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwqEn5Xlg8T0ckwDlHbabRg0GRfP9G01 { top:17.25rem;left:32.9375rem;width:14.8125rem;height:8.7480625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { display:block; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9UEg9X3P5z5IMbmuSPzPaJ1OPrqQDih { width:27.5rem;height:5.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4koVkKfAAXX3l00zkTz0dIP0GBewst1 { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qERqHOw2Gc8z3vkC81Nk7qRJPFvGozK5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nw0J7kM9i7btPEIx5Z7SCMGNi2HvnLmL { width:3.125rem;height:3.125rem;top:3.875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 { display:block; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E { display:flex;height:auto;width:45.25rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #Blq17uOcKU43zCbJ4a30S3T5rakOWubB {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #O40v1ZyM90XPlPfrEasDmiTXp3RVQmmC {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #aqXHVq9guOr35f1aV5v2w0MbXOyToHMA {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wMB7MXhTmB5hH3mHf7sfOGTq86tRAZ65 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #qiKm8b8PlMNFQCHJmWhFSLPLPIno3y5z {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #oSrVTwHElrEHRKmdomWVC3IFJRIwdEdo {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #p7uTdJ2nJ8DQNys0xIo8cXFlqOFEbL0z {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #KT3wx3LwqhTxzPRs0bxdEFRhtRKEQmIs {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #MCDXhih5NAT6hteLi3iE5JTeHUV1u96b {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #dlSQsKesF8wVZTeJ4F21zO8O04gwdhJy {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wNfDnsUgTQul6i9bu80UuMmuk8Fp7JcX {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #HpIoSP6AmdgNky7HW5TmbFhA0d7xDZkh {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #OdikPxkVB8KqKSRlc02qkobelN9BkAnn {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #IeiT8TqHnU9u5I0UIefOQfVnESd7Ndo8 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #Om1nmKf9vcVXQm4DiMD5MeXV4QlmmTfL {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #q0tpt5yEJGnMJ4Q7iLcA12sOU6uq7ql3 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #T5iIMVZ9hyJH5pHB06GysFCFmUIQsXQq {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #a5yqvIEGNTLGUHVk0JVgtPW1KerwXiE7 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #R39da3LksQ0u8DMXixcKlenBg1iE2k1F {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #pdkR0nGhuZz1ELqrUqedI3hS1CU2tdFf {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #mxExNTD2TTnVaA3XF7XH7DNE7ywEPRyp {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #O8EPaBIWSzZHUfVkAbrE9MZPTfPZ5QNQ {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #OAxsMF1qDL0M6Cuzgnvbw4Fzi2LekW2K {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #rzkO0ADeWVvFI2rILhssLvbQ8Hwt4J5k {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #AHGDdSZTIR56LB3pesGT2CBKshtSaETW {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #hT41R4BT7tKaIKn48qJTaCfGCGErOg7E {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #ONbozD1TLQx3ZLgutstZgmlVhUVvx0Z4 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #ySShdTubWgZUJOysIepWwq4spvOLVHxQ {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #snlRtIXXhKD9wf2sBwymTHKnLRyw4vTE {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #AdOmQrs2uwwT4gAsAQ1xT7RhnQgmkr0s {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #lBxlyZ3XVtDAcspQrkv6V1Ai8KowI8HH {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #mTnDIHhRJQU487N1Bzp1MmwkAm8Vlxzt {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #vBmePMIvrU51Qhq3B0DtkSDwth2SNyvt {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #JkslMDTTQAsBWDEWMKI1iqaWqOO3lP0D {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #a5ti80CkVPdSNoGZC7GFMeuUwGTT2cMs {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #dpte8IZRN7bvPkNP2oc1k20sBfvCBlor {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #qJdIGy4d4ac6fSPRZe2TkRMk14zWmsHJ {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #SFQfM8mqLX2RTp7Xw3tZ4TrpJPKHq0zo {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #nQo2H5BSKkTPHbdZagp158yuLtkqJ9Ht {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wk7VfVKPIEBahqECNemb4F30zeHbgy9T {  }
 }@media only screen and (max-width: 763px) { #axxofFc8StiaTHx9MKePTWqyspddf0TK { width:36rem;height:3.375rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { background-color: transparent; background-image: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container > .video-iframe-container { display: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row > .video-iframe-container { display: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .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); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { border-width: 0; border-radius: 0; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zexfWdr2P3qZnHTVSJhaBKXhKaA3FbVq { width:18.75rem;height:2.875rem;top:11.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgeLN0WsAFI9pSTGqmrkDSmftSQwf0nd { top:1.375rem;left:0rem;width:6rem;height:6.7409397800059rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3FmHp749sDcv3ZqzcZQJwS2b0nvn0XB { top:2.75rem;left:4.375rem;width:9.75rem;height:3.9745408095004rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4EMXrJX5qnBmmFfqVdHwNGNBLqiKON { top:3.3125rem;left:17.75rem;width:11.4375rem;height:2.9216697424998rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlfp38QHgNdHLVa4CP0so7alsQt54pT { top:3.125rem;left:27.625rem;width:20.125rem;height:3.2392769894324rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM { display:block; }#E8VQJ7xKwXDMcXmq2iktXZrk6bsWstIM > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzm028PkEqKgeaZwE79XAwXLS81H0SlN { width:18rem;height:2.6875rem;top:1.6875rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ocBOyC2MxsgxVx1d4Tt6uKdLbAZMJr { display:block; }
 }@media only screen and (max-width: 763px) { #ZE8a4KOCPvZnLfivNidu4FCHBzNBFVum { width:11.4375rem;height:2.9216697424998rem;top:18.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRS924JzopGasI15Wo4KlpPhESnEUXRi { width:20rem;height:3.2191572565788rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvWueCnXcGzQS5E232vZuTlOQ8MvEUQO { width:6rem;height:6.7409397800059rem;top:5.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCfSdCtfoNdyvVKoxwSbscmFCFiTb7rd { width:9.75rem;height:3.9745408095004rem;top:13.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#a996c5;background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:22.875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:18.75rem;height:7.19825rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:18.75rem;height:6.2988125rem;top:10.075000762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oyZTLp9tBx9nCQxUvC0CxextkAz5SzgZ { width:20rem;height:3.75rem;top:19.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz3vSPp0qa1PdnS8nQtwELOEMxlQWnfT { width:17.5rem;height:2.4375rem;top:19.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:20rem;height:18.875rem;top:-0.06298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:17.499rem;height:auto;top:0.67236328125rem;left:0rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:17.499rem;height:auto;top:0.67236328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #TGB7i1WcTqrTpRTW9lpan3C4X9adl2aB {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #QHtFVHAZ4qsQrBimoFTP8UxLkqUvsmFr {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #RasVeh161gVsIToT6XHdZfkSs5gFv6Vr {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #UW3TiNpsDm2D7iGFhhJ7RfAl4IFkVTzN {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #vKmnmoydbSVKXaKtVssoIPHxGoPkZKrp {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #cpwkwE2LqpGBkS1NgbXTLhA5NHfB0P75 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:13.4375rem;height:5.1972625rem;top:20.125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKJCMegDnSqzovTgh7VcM5sAUAJQDQgZ { width:14.6875rem;height:1.4625rem;top:30.5rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8pfWdH2VGz9rSof9qa8vzBNwtTxdie3 { width:2.8125rem;height:2.8125rem;top:26.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0B3nzZKKA5Nqeyy9RK0V8BJenRMp1u { width:2.8125rem;height:1.7875rem;top:26.9375rem;left:8.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhU7kHxIgANpfgbkKtVeXFmSHfaOi9g { width:14.6875rem;height:2.925rem;top:37.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC9gXdEuSu0i1ahg53g15AETf5GqOkKr { width:2.8125rem;height:2.8125rem;top:33.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNqG67osdPs0fFJTaJi9N5VUwRvtTz0c { width:2.8125rem;height:1.7875rem;top:33.6875rem;left:8.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Horhi5ZLaZoSkzNL7i07qvslgIK6mCtT { width:3.75rem;height:3.75rem;top:27.225rem;left:8.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeilTuwehFcPfw2aPDiZHoGFSoQCD0iX { width:2.8125rem;height:2.8125rem;top:41.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPPrs9yHupeLFq6vxmO9za5mDBeKTBEf { width:2.8125rem;height:1.7875rem;top:41.9375rem;left:8.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlgVhh37pynPXIopxF5TB7I9aeti7TWK { width:18.8125rem;height:1.4625rem;top:45.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:18.75rem;height:7.795875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHWrTzhTPFa8aWnMPWHQ63nIMAfJIvky { width:20rem;height:2.2734375rem;top:10.587500572204rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF { display:block; }#KHRdCsPgR2QTsWng6XwZ57H1T9GRXacF > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZwXMqF4NFbQITDfImPt3ln2nVu3fbpG { width:7.5rem;height:7.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVxqLw4aFn7fiecwZ3eXzMspCwtKGwJb { width:10rem;height:1.3rem;top:10rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImJXheOImxCAwQT2HRgazT2ofLDIIIHe { width:7.5rem;height:7.5rem;top:12.55rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtC0UcXC1HMKRBE70dQhMLb2ZsoZ2fww { width:10rem;height:1.3rem;top:21.3rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc8ZUmsJpfGz0TTMTRWQc7uLK6MoJamh { width:7.5rem;height:7.5rem;top:23.85rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS2H1wXzsLIuVS7qoZk1Xph7GLhNRsd { width:10rem;height:1.3rem;top:32.6rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3PcDMzngs3xFx5xAZtg3uTJzXIrELfn { width:7.5rem;height:7.5rem;top:35.15rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdih9wvDuGVK1CuG2ZnC6a8VIiuvbly { width:10rem;height:1.3rem;top:43.9rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKexDkac7pQ4l90skbqCACpsaNNwNkAW { width:4.0625rem;height:4.0625rem;top:2.96875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8MSkAtMbw7Tsx4Te3bkyVeEbwemDTq5 { width:4.0625rem;height:4.0625rem;top:14.26875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFaPkXO9OVu6WJstIQT7K8VOKiqDtga { width:4.0625rem;height:4.0625rem;top:25.56875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqweCNHxd7AzFeWiod1iUCRLXKXnhWcb { width:4.0625rem;height:4.0625rem;top:36.86875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR { display:block; }#ovaX6OLrxAfJ3DmfHAB2tUnWZchdieDR > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHwzdpFfmhlF4TzyE9NxDPTGffP617rW { width:13.2495rem;height:18.8115rem;top:1.7490234375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE0ps0fvBZTEu2NER97aocnd9dRTv9gB { width:20rem;height:2.6rem;top:21.3333125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiagWBIIHBQHErzdmJRKr8rHZlk6KSIy { width:20rem;height:26.21780625rem;top:25.1833125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl { display:block; }#rKDuItJvRHOyPX7sVTs1ISeFgFHwhrzl > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZOmFSSa5Xk4bfnon69Dql0AlF23wOi5 { width:16.4375rem;height:11.0390625rem;top:7.862500190735rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJtXWvvHghFTAQ3yNk7Ew8XOSUGuBWIp { width:20rem;height:2.2rem;top:4.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dy9T0E3Tl6vfSO6bAIlUkRJxr5T6VeUQ { width:19rem;height:18.8125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 { display:block; }#c3QAtXTAxWRoFGW4E9HiM6pKMsKy6XV9 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAIJ5oSEOlvkpoS5qUutFUD267OtgOkR { height:11.25rem;width:19.9995rem;top:8.07275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O04EiwyHlIFzt8EpK94m0PGb4FidQI8b { width:19.9980625rem;height:2.19873125rem;top:1.259765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuz59PEf7UMf3qR69PmX87StHCNk8Zka { display:block; }#iuz59PEf7UMf3qR69PmX87StHCNk8Zka > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfSy2ZAJ7Lcswa39ZepiygMe8THaEU1o { width:19.9375rem;height:14.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbizd5eTpXd7MHDOBdbfaQwRoJ1r4SHd { width:20rem;height:2.7597625rem;top:23.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCilz97gTkfoD3Z6T0G0JHRVJkayv0ce { width:18.75rem;height:2.4375rem;top:17.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzTXeRBDUdc4u4cVc52m2uHMKA7cV17M { width:20rem;height:2.59863125rem;top:19.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7hrHFvsVGxzW4gQW7zCFFAk8P0rlIy { width:16.25rem;height:3.75rem;top:28.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5yVZ3Kbp6agZdly9z8qEqrqQ8yxRFuP { display:block; }
 }@media only screen and (max-width: 763px) { #xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT { display:block; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT { background-color: transparent; background-image: none; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container > .video-iframe-container { display: none; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row > .video-iframe-container { display: none; }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .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); }#xR2HwA4wWtB3R8ZskcW0aDT2gRaIgFPT > .row .container { width:20rem;height:42.1875rem;background-color:#3d3d4c;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMB6GlhkyJaPk8Ao22zzEwTTPNC1VJtV { width:14.0625rem;height:16.2495rem;top:25.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv3JqAZIlrchA2xKSMIdmaqT3JVvOA4m { width:20rem;height:5.1972625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSbT1a9twIbzVVw4t6pSDlbl6GTw9LaS { width:17.875rem;height:13.79881875rem;top:8.2000007629394rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbcCV4RuebnxyTeCIAmiM1baJzz1C2Bn { width:13.437rem;height:9.4365rem;top:17.3232421875rem;left:3.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwqEn5Xlg8T0ckwDlHbabRg0GRfP9G01 { width:7.6875rem;height:4.4370125rem;top:37.625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { display:block; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9UEg9X3P5z5IMbmuSPzPaJ1OPrqQDih { width:18.75rem;height:4.54980625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4koVkKfAAXX3l00zkTz0dIP0GBewst1 { width:14.6875rem;height:3.6875rem;top:7.1124839782712rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qERqHOw2Gc8z3vkC81Nk7qRJPFvGozK5 { display:block; }
 }@media only screen and (max-width: 763px) { #Nw0J7kM9i7btPEIx5Z7SCMGNi2HvnLmL { width:2.5rem;height:2.5rem;top:7.05rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 { display:block; }#emrJSeoTmDuS1VsbQR7xmzbGGo5bQ0e2 > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E { display:flex;height:40.625rem;width:17.5rem;top:7.7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #Blq17uOcKU43zCbJ4a30S3T5rakOWubB {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #O40v1ZyM90XPlPfrEasDmiTXp3RVQmmC {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #aqXHVq9guOr35f1aV5v2w0MbXOyToHMA {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wMB7MXhTmB5hH3mHf7sfOGTq86tRAZ65 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #qiKm8b8PlMNFQCHJmWhFSLPLPIno3y5z {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #oSrVTwHElrEHRKmdomWVC3IFJRIwdEdo {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #p7uTdJ2nJ8DQNys0xIo8cXFlqOFEbL0z {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #KT3wx3LwqhTxzPRs0bxdEFRhtRKEQmIs {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #MCDXhih5NAT6hteLi3iE5JTeHUV1u96b {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #dlSQsKesF8wVZTeJ4F21zO8O04gwdhJy {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wNfDnsUgTQul6i9bu80UuMmuk8Fp7JcX {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #HpIoSP6AmdgNky7HW5TmbFhA0d7xDZkh {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #OdikPxkVB8KqKSRlc02qkobelN9BkAnn {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #IeiT8TqHnU9u5I0UIefOQfVnESd7Ndo8 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #Om1nmKf9vcVXQm4DiMD5MeXV4QlmmTfL {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #q0tpt5yEJGnMJ4Q7iLcA12sOU6uq7ql3 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #T5iIMVZ9hyJH5pHB06GysFCFmUIQsXQq {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #a5yqvIEGNTLGUHVk0JVgtPW1KerwXiE7 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #R39da3LksQ0u8DMXixcKlenBg1iE2k1F {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #pdkR0nGhuZz1ELqrUqedI3hS1CU2tdFf {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #mxExNTD2TTnVaA3XF7XH7DNE7ywEPRyp {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #O8EPaBIWSzZHUfVkAbrE9MZPTfPZ5QNQ {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #OAxsMF1qDL0M6Cuzgnvbw4Fzi2LekW2K {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #rzkO0ADeWVvFI2rILhssLvbQ8Hwt4J5k {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #AHGDdSZTIR56LB3pesGT2CBKshtSaETW {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #hT41R4BT7tKaIKn48qJTaCfGCGErOg7E {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #ONbozD1TLQx3ZLgutstZgmlVhUVvx0Z4 {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #ySShdTubWgZUJOysIepWwq4spvOLVHxQ {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #snlRtIXXhKD9wf2sBwymTHKnLRyw4vTE {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #AdOmQrs2uwwT4gAsAQ1xT7RhnQgmkr0s {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #lBxlyZ3XVtDAcspQrkv6V1Ai8KowI8HH {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #mTnDIHhRJQU487N1Bzp1MmwkAm8Vlxzt {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #vBmePMIvrU51Qhq3B0DtkSDwth2SNyvt {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #JkslMDTTQAsBWDEWMKI1iqaWqOO3lP0D {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #a5ti80CkVPdSNoGZC7GFMeuUwGTT2cMs {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #dpte8IZRN7bvPkNP2oc1k20sBfvCBlor {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #qJdIGy4d4ac6fSPRZe2TkRMk14zWmsHJ {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #SFQfM8mqLX2RTp7Xw3tZ4TrpJPKHq0zo {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #nQo2H5BSKkTPHbdZagp158yuLtkqJ9Ht {  }
 }@media only screen and (max-width: 763px) { #XRX39uNJ0t4rXpLb1VeROy3pz9hlz46E #wk7VfVKPIEBahqECNemb4F30zeHbgy9T {  }
 }@media only screen and (max-width: 763px) { #axxofFc8StiaTHx9MKePTWqyspddf0TK { width:20rem;height:5.1972625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { background-color: transparent; background-image: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container > .video-iframe-container { display: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row > .video-iframe-container { display: none; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .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); }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { border-width: 0; border-radius: 0; }#ppJz6BLbtlfB4mI5ou3THmEII7mGkaZp > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zexfWdr2P3qZnHTVSJhaBKXhKaA3FbVq { width:19.9995rem;height:5.3525375rem;top:30.74853515625rem;left:0.00146484375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgeLN0WsAFI9pSTGqmrkDSmftSQwf0nd { width:6rem;height:6.73975rem;top:3.5625rem;left:6.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3FmHp749sDcv3ZqzcZQJwS2b0nvn0XB { width:9.75rem;height:3.97411875rem;top:13.3740234375rem;left:5.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4EMXrJX5qnBmmFfqVdHwNGNBLqiKON { width:11.4375rem;height:2.9209rem;top:20.3115234375rem;left:4.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlfp38QHgNdHLVa4CP0so7alsQt54pT { width:19.9995rem;height:3.2182625rem;top:25.06201171875rem;left:0rem;display:block; }
 }