.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:255,249,226;--color-primary-1:255,204,128;--color-primary-2:255,225,108;--color-primary-3:236,172,46;--color-primary-4:51,45,22;--color-secondary-0:220,233,245;--color-secondary-1:139,194,236;--color-secondary-2:81,143,204;--color-secondary-3:37,115,191;--color-secondary-4:8,76,124;--color-tertiary-0:255,255,255;--color-tertiary-1:133,170,206;--color-tertiary-2:51,113,173;--color-tertiary-3:0,78,152;--color-tertiary-4:31,51,59;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(220,53,53,1);; } #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); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c50c3727-1182-4ae0-a548-5f2c683e6713/LateapplicationswHolandii6.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.adaptive-delivery-prevent-bg, #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.lazyload, #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.lazyloading { background-image: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { background-color: transparent; background-image: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .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); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { border-width: 0; border-radius: 0; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#xpEEL2ArXliMzA4zAi5Zh5xymhESpnPm { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:3.6875rem;left:26.9375rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RskvH8H1FfaDwkFwcbKKIOXFAyCnTEuQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:6.25rem;left:26.9375rem;height:1.68823125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vAJ53OUDBEbUar3dTaSMQ0311iVSNEDP { position:absolute;display:block;z-index:15008;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:11.1875rem;width:35.6875rem;top:14.75rem;left:22.21875rem;overflow:hidden;display:block; }
#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container { background-color: transparent; background-image: none; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container > .video-iframe-container { display: none; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row > .video-iframe-container { display: none; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .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); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container { border-width: 0; border-radius: 0; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2.adaptive-delivery-prevent-bg, #mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2.lazyload, #mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2.lazyloading { background-image: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container { background-color: transparent; background-image: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container > .video-iframe-container { display: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row > .video-iframe-container { display: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .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); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container { border-width: 0; border-radius: 0; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#ieP7Tv6iIRZAVUCuDkegfdso7cPwG7E9 { color:rgba(var(--color-primary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.202392578125rem;left:8.24951171875rem;height:1.21875rem;display:block; }
#KsZOaDg7CfIXEo2IfkHr4SnDWgwFRlaf { color:rgba(var(--color-primary-0),1);display:block;width:13.81225rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.202392578125rem;left:21.85302734375rem;height:1.21875rem;display:block; }
#OHmS31PJ2LUTmHewfQfDutbuNWokb4c8 { color:rgba(var(--color-primary-0),1);display:block;width:10.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.202392578125rem;left:35.6640625rem;height:1.21875rem;display:block; }
#Ua6txr5bxrKsbenGzw0t0xG8ghdnlaEZ { color:rgba(var(--color-primary-0),1);display:block;width:2.9370125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.202392578125rem;left:48.123779296875rem;height:1.21875rem;display:block; }
#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { background-color: transparent; background-image: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .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); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { border-width: 0; border-radius: 0; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv.adaptive-delivery-prevent-bg, #zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv.lazyload, #zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv.lazyloading { background-image: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container { background-color: transparent; background-image: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container > .video-iframe-container { display: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row > .video-iframe-container { display: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .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); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container { border-width: 0; border-radius: 0; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#TSChCemlkcUu1Jbnv3dwcRx8vByOn2Qc { color:rgba(var(--color-primary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:39.25rem;left:26.75rem;height:1.68823125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUeqp3ivv7RTfKwZ8ehnMlnNJAJKA74V { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:34.5625rem;left:26.75rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTeh07nxySHK1MZweQTl61iVvVaobp25 { position:absolute;display:block;z-index:15051;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:12.56225rem;width:12.56225rem;top:31.998901367188rem;left:8.538818359375rem;overflow:hidden;display:block; }
#lv8un85MN5E23PT5vWrRQVKot5xxBVCE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:8.8125rem;top:2.0149745941162rem;left:1.1015625rem;overflow:hidden;display:block; }
#y87AgrLX1O6ZCWrBvVhgAI2bXKUa3S5T { color:rgba(var(--color-primary-0),1);display:block;width:18.3090625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:12.287761688233rem;left:36.668621063233rem;height:1.125rem;text-align:justify;text-align-last:initial;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; }
#wUTGJ2HgCQpa58JgAse0aTJBGBkezDdD { color:rgba(var(--color-primary-0),1);display:block;width:33.249rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:8.1940116882325rem;left:17.6015625rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MpixDGG8fZ4977ZfgVymbTqaTTrfPTPE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:35.1875rem;left:24.1875rem; }
#iKMHNXCwPKz3IpP1ynbPcd6kWHK17ugp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:39.375rem;left:24.375rem; }
#rfzP17cG56NAWaaQCWyGIfmOBV4SOm34 { color:rgba(var(--color-primary-0),1);display:block;width:37.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:3.2649745941162rem;left:14.478515625rem;height:3.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#knIlHIxd71xMaAFrTgXAd9IlzuLT72ri { position:absolute;display:block;z-index:15059;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:11.812125rem;width:17.749625rem;top:16.9375rem;left:7.625rem;overflow:hidden;display:block; }
#ih1Kpc8NkncVhgnaEMWODfNbrDVQqnDe { position:absolute;display:block;z-index:15058;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:12.24975rem;width:18.4375rem;top:18.8125rem;left:22.125rem;overflow:hidden;display:block; }
#vpJbKe9y4WwMTCEGRbtLabF1Z7puNsbb { position:absolute;display:block;z-index:15059;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:10.874625rem;width:16.3745rem;top:17.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row .container { background-color: transparent; background-image: none; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row .container > .video-iframe-container { display: none; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row > .video-iframe-container { display: none; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .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); }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row .container { border-width: 0; border-radius: 0; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:60rem;position:relative;display:block; }#r2Uvq3JKG9MMOD1GkSO23anlix28QlZ0 { color:rgba(var(--color-secondary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:2.2;letter-spacing:0;top:13.42578125rem;left:30.4375rem;height:17.32324375rem;font-style:normal;display:block; }
#tgMrRBORs2K04yRUoLfg6kTciCJvpPTB { color:rgba(var(--color-secondary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30.4375rem;height:7.3125rem;font-style:normal;display:block; }
#FqQdN6oIwX6EM4RKh2uwBWOKUaaOnxna { color:rgba(var(--color-tertiary-3),0.55);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0.6875rem;height:;display:block; }
#TswnTk7prLPUvuintub93m1ZXGhaDGwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:37.5rem;left:30.4375rem; }
#Meu4pW3x21sbzBanUeTVLXonEXLznITX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:40.8125rem;left:30.4375rem; }
#GKh4Ubw3sun2fb09QGfv2mw9lyZtxiZo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:44rem;left:30.4375rem; }
#vrCM9T437TpZbuGroBAVO4Pn8unF2eTn { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:37.5625rem;left:33rem;height:1.29980625rem;display:block; }
#AEtPkAtx6n4PM1F5GpKpminw1hZPp1ca { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:40.8125rem;left:33rem;height:1.29980625rem;display:block; }
#i5OTvuntE0eh8fqdLQT4gcx5mqheqwsn { color:rgba(var(--color-tertiary-3),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:44.0625rem;left:33rem;height:1.29980625rem;display:block; }
#vwZ5bdc0DGuXOqFh3bOT5uSylSbxBPdW { position:absolute;display:block;z-index:15062;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:28.875rem;width:23.0625rem;top:8.6106732487681rem;left:2.20703125rem;overflow:hidden;display:block; }
#SEW1S6ZU2WvrF52fe6IoaCqbXfDwSmTn { color:rgba(var(--color-secondary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:2.2;letter-spacing:0;top:33.583323478699rem;left:31.916667938233rem;height:3.8501rem;font-style:normal;display:block; }
#iKIV8tQ0FM3W21w1IRd33Pa5w34xixki { color:rgba(var(--color-secondary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:2.2;letter-spacing:0;top:40.812501907349rem;left:1.2076816558838rem;height:5.77514375rem;font-style:normal;display:block; }
#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz.adaptive-delivery-prevent-bg, #g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz.lazyload, #g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz.lazyloading { background-image: none; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { background-color: transparent; background-image: none; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container > .video-iframe-container { display: none; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row > .video-iframe-container { display: none; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .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); }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { border-width: 0; border-radius: 0; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#X2Is6kx4RiTVNc3FNhyFPnEPulxa3J7f { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.8619697093964rem;left:6.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.0625rem;top:4.3125rem;left:13rem;display:block; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:rgba(var(--color-secondary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.46875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { color:rgba(var(--color-tertiary-4),0.6);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.46875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#iIuMnTRRFMoFbvQx70ky7XxIguBAKlra { color:rgba(var(--color-tertiary-4),0.6);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.5625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#klSaFTPIuDpGuTCnIp3bOepQoKEdKlKw { 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:30.125rem;width:30.125rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#lAUHvVOIWq5aJD5TRC4eD5MAur95f32a { color:rgba(var(--color-secondary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:21.8212890625rem;left:31.46875rem;height:10.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#a1HGrHNlQctmzpdL3WrsM0Iy8aHVTetW { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.0625rem;top:20.5966796875rem;left:38.375rem;display:block; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:rgba(var(--color-secondary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:8.0625rem;left:31.65625rem;height:10.79880625rem;text-align:justify;text-align-last:initial;display:block; }
#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk.adaptive-delivery-prevent-bg, #As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk.lazyload, #As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk.lazyloading { background-image: none; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row .container { background-color: transparent; background-image: none; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row .container > .video-iframe-container { display: none; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row > .video-iframe-container { display: none; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .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); }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row .container { border-width: 0; border-radius: 0; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#y0nn6Pd9vfIUUw66QpfAQlLareDSt6sg { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.8619697093964rem;left:6.625rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { color:rgba(var(--color-tertiary-3),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:4.375rem;left:8.125rem;height:4.0234375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { color:rgba(var(--color-tertiary-3),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:11.875rem;left:5.34375rem;height:12.598625rem;text-align:justify;text-align-last:initial;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; }
#NbODS0ep8OxztIDhsyM2VqWKcfMFIPHI { box-sizing:content-box;height:30.4375rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:0rem;display:block; }
#NTmJ6E1VZe9tUJ632Jq1t4DfthqGA43B { z-index:15005;top:28.15625rem;left:18.921875rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #084c7c;border-left:0.0625rem solid #084c7c;border-right:0.0625rem solid #084c7c;border-bottom:0.0625rem solid #084c7c;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.15625rem;height:5.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PHkATBEADRTMAeiT1dKs57uTdJ8VxZq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/96e3ca1b-3d54-491a-9ce2-8216a5e40989/LateapplicationswHolandii1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX.adaptive-delivery-prevent-bg, #cfqUFDs1CbxTnStNvtADSLox1JGhF4sX.lazyload, #cfqUFDs1CbxTnStNvtADSLox1JGhF4sX.lazyloading { background-image: none; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row .container { background-color: transparent; background-image: none; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row .container > .video-iframe-container { display: none; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row > .video-iframe-container { display: none; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .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); }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row .container { border-width: 0; border-radius: 0; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#OGNtkphCthkMxzRkkW4DS3Rptt9OHzTz { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.86328125rem;left:0rem;height:3.1499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { background-color: transparent; background-image: none; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container > .video-iframe-container { display: none; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row > .video-iframe-container { display: none; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .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); }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { border-width: 0; border-radius: 0; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#KCzgT1coLydvA0enEPSZWX2eer6KeWqp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#chhoQlBV58i7CGPGMUesSXk2u9CxGA0w { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#NMoCv6VttJ1LFSPDVWhoNLbW5lRmUq87 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.986328125rem;left:1.5625rem;height:16.8974625rem;text-align:left;text-align-last:left;display:block; }
#Wlv1HmgSDkM1lZH1wSG08pOT8AR54zLn { position:absolute;display:block;z-index:15005;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:12rem;width:18.0625rem;top:23.963623046875rem;left:0.8740234375rem;overflow:hidden;display:block; }
#SlEOwDMltT5Xkxl5AWlgS5XfW7at4GE0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.221138000488rem;left:21.435546875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#rVAxUixctao2dGtyhBPyT9fQITKTcRF6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:40.625rem;display:block; }
#leKuyhL3bhhp9vmeP4VOa1ZyrHBkvPJS { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#gGuNsTpRpHRdUJEXWfyN5dHvptRwoLaZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.87456875rem;width:20.061875rem;top:14.747179031372rem;left:20rem;display:block; }
#ryBq1mi5CEyXD00L1v5J4buVzMVmC86m { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0623125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.175565719604rem;left:21.436630249024rem;height:14.2978375rem;text-align:left;text-align-last:left;display:block; }
#yuUXfTlEZBtkwaxe0Iba1D4Ru6Jb2J93 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:41.84375rem;height:15.59765rem;text-align:left;text-align-last:left;display:block; }
#TGvdOlzBfNzy3Bh8aF2SPlG0khJ4QMMM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.6875rem;top:22.869873046875rem;left:40.250244140625rem;overflow:hidden;display:block; }
#Cy8spPitDibSgCEZmgKZfIupD4O42emn { position:absolute;display:block;z-index:15009;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:11.875rem;width:19.875rem;top:1.5615234375rem;left:20rem;overflow:hidden;display:block; }
#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/96e3ca1b-3d54-491a-9ce2-8216a5e40989/LateapplicationswHolandii1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1.adaptive-delivery-prevent-bg, #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1.lazyload, #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1.lazyloading { background-image: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { background-color: transparent; background-image: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container > .video-iframe-container { display: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row > .video-iframe-container { display: none; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .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); }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { border-width: 0; border-radius: 0; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#XG45LP4oQD8o0zy6DoHh0OAuZst6Q9NB { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.86328125rem;left:4.25rem;height:3.1499rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#CTJmgxuAVvgDEny59KQLIvi7qhe4Cr0e { color:rgba(var(--color-secondary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5rem;left:11rem;height:1.29980625rem;font-style:normal;display:block; }
#LI1mEhCikpMyPV2zOSgDPVIAIbnC5N6A { color:rgba(var(--color-secondary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.4384765625rem;left:8.125rem;height:2.53784375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LZcVOxmOqRPw9s7xaV54I7np8qKVAft8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.1875rem;left:8.25rem; }
#NcIlaZOlFpIBIpJ41Rphyu8TJFF6UNbP { color:rgba(var(--color-secondary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.0625rem;left:11rem;height:1.29980625rem;font-style:normal;display:block; }
#HZ9AqgZtPozULcIhploNoVbvPa6Kzpyi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.625rem;left:8.25rem; }
#X35dfwG94pK0trU2a8loTMO6WnbZX90Z { color:rgba(var(--color-secondary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:11rem;height:2.5996125rem;font-style:normal;display:block; }
#y6xOu3I8JtJrhsq3CGNxUaNh8ows3gWL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:11.8125rem;left:8.25rem; }
#qxIT1MAhSvxrc87EX3oT5l6RUiscJM0f { color:rgba(var(--color-secondary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:11rem;height:1.29980625rem;font-style:normal;display:block; }
#whpKKJcW4w1Otca2e2FAF2uGARh8lPnu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.625rem;left:8.25rem; }
#tTiSoUkTfps4GFAnDLqnFEzpScS1H8LT { color:rgba(var(--color-secondary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:11.25rem;height:1.29980625rem;font-style:normal;display:block; }
#mKhVvksLOaEioIePK1dS0Ol9S3s3m1no { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.5rem;left:8.25rem; }
#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG.adaptive-delivery-prevent-bg, #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG.lazyload, #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG.lazyloading { background-image: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { background-color: transparent; background-image: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container > .video-iframe-container { display: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container { display: none; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .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); }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { border-width: 0; border-radius: 0; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#rbJtm8dS9RaCKJnbddPhI975pHPbqq6O { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.8619697093964rem;left:6.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#aoCQIRX3byIUZHbFaPpqyrT1kD61zcCK { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.4374856948853rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#OJ6BlJtKqAe5U9gHQrySmd41MVp85p5q { color:rgba(var(--color-secondary-4),1);display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.125rem;left:6.6875rem;height:9.09863125rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#LvwRldLiUOJTys8uknVbQCxnhQl8qVi8 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:23.5rem;left:0.5625rem;display:block; }
#sS8LaXv42X2sMEppW103lGZPFa5EDgIz { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:23.5rem;left:20.5rem;display:block; }
#pqyk7iV9hiaTWb8hcomOchT5pAQ32E1O { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:23.5rem;left:40.5rem;display:block; }
#WoXg2IBrVirvuHE3fMTosiyrcrR74h5N { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.25rem;left:0.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0ZimkdeuuaUxF41dPvuIDX4gfvy4nJm { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.25rem;left:20.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xS6FyFyuk84gJAORTu4eFppRn79D8W3S { color:rgba(var(--color-secondary-4),1);display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.25rem;left:45.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0THSJIs5Bn9hbddhVb0W0JaeVne4phR { color:rgba(var(--color-secondary-4),1);display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.5rem;left:34.875rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sk9lbX67LTbAzcDVRsBzHVbxw3ktHd4C { color:rgba(var(--color-secondary-4),1);display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.5rem;left:51.4375rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJVUJyTMT9txVKPGUBy9QkLVby3aPXyn { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.0625rem;left:0.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBAEp3BG1P6xGL7n3FVfTh3THN052hqK { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:30.125rem;left:20.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTZaTrIMWgGdlBa7d1V8BA3EPsTOdmrA { color:rgba(var(--color-secondary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:30.125rem;left:40.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcWZZBl9JVcEpVn8vrALbXHAA6o1F7Bd { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:33.6875rem;left:0.5rem;display:block; }
#yMGzUZZ4InkHME9imugn6E989oTEnfS1 { position:absolute;display:block;z-index:15027;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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:33.6875rem;left:40.4375rem;display:block; }
#rLfOMlGtfFBz18TluJbOrOEeTzmabmqI { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:33.6875rem;left:20.4375rem;display:block; }
#FRbLPbTxaf8exJxXTDbVa5h7W1EP4Sck { color:rgba(var(--color-secondary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:2;letter-spacing:0;top:39.125rem;left:9.0625rem;height:12rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pPuNE4TTXsTWPdcFgJDW5tRVrX0WbpaH { color:rgba(var(--color-secondary-4),1);display:block;width:16.8115rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:36.280517578125rem;left:21.593017578125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#b8Tt4Mg9l9O4LwPdk0oNlQNHEtP9cm32 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:39.375rem;left:6.8125rem; }
#ZOUMk64MS4L7IXIKdnRy5HC6t1TxbVSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:41.375rem;left:6.8125rem; }
#iu5uvIce6yzdPBvxofDTgQ9ZW86OFJib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:43.375rem;left:6.8125rem; }
#Vvb4ycFO8NaIsHQHFf49I43FTo7tKhk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.5rem;left:6.8125rem; }
#oAT6oLNB1RLAAwFWMv3g1cxhbSfwMCfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:47.4375rem;left:6.8125rem; }
#wXUbe3MiVW2Ip6OXoAvTWboyW8l6gv6D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:49.4375rem;left:6.8125rem; }
#TBNrFMhBIilebI7LIlg8wTiap0iHEy59 { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:poppins;font-size:7.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/96e3ca1b-3d54-491a-9ce2-8216a5e40989/LateapplicationswHolandii1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn.adaptive-delivery-prevent-bg, #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn.lazyload, #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn.lazyloading { background-image: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { background-color: transparent; background-image: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .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); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { border-width: 0; border-radius: 0; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { font-size:0.875rem;font-family:arial;height:92rem;width:60rem;position:relative;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:7.1875rem;top:19.75rem;left:0rem;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.adaptive-delivery-prevent-bg, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyload, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyloading { background-image: none; }
#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:7.1875rem;top:40.0625rem;left:52.8125rem;display:block; }#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.adaptive-delivery-prevent-bg, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyload, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyloading { background-image: none; }
#X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0625rem;width:47.1875rem;top:22.625rem;left:6.4375rem;display:block; }
#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.311767578125rem;left:8.125rem;height:5.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7VBQaSZ94VeT5Z13ewZ9V0n2Fw4VRZz { color:#ffffff;display:block;width:44.74975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:12.56103515625rem;left:7.623291015625rem;height:7.19925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:14.5625rem;top:54.624633789062rem;left:11.37451171875rem;overflow:hidden;display:block; }
#L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { position:absolute;display:block;z-index:15020;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:21.125rem;width:15.8125rem;top:68.123168945312rem;left:25.936279296875rem;overflow:hidden;display:block; }
#A64baRToMqNKgg1h526uTqInsSWL9FQJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:15.875rem;top:68.123168945312rem;left:41.748657226562rem;overflow:hidden;display:block; }
#FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { position:absolute;display:block;z-index:15032;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:15.7495rem;width:11.687rem;top:54.624633789062rem;left:46.248779296875rem;overflow:hidden;display:block; }
#df6PaPmM7hPw5y7opviFExgOQyDoZn80 { 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:13.49975rem;width:20.3125rem;top:54.624633789062rem;left:25.936279296875rem;overflow:hidden;display:block; }
#I6pfcoZduO5mZz3I8vGHwkPrGynwTT6C { 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:12.5rem;width:16.6875rem;top:76.873779296875rem;left:9.4356797186087rem;overflow:hidden;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:rgba(var(--color-secondary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.999267578125rem;left:11.99951171875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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:transparent;background-image:none;vertical-align:top; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);line-height:1.6;overflow:hidden;height:auto; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:rgba(var(--color-tertiary-3),1);text-align:justify;text-align-last:initial; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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_e6a7c0fec0fa50f61f6155683b7437785fe3ca47.svg");background-size:contain !important; }#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.adaptive-delivery-prevent-bg, #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.lazyload, #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.lazyloading { background-image: none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { box-sizing:content-box;height:auto;width:50.7483125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.061889648438rem;left:4.7491455078125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r { display:none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 { display:none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 { display:none; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:rgba(var(--color-tertiary-3),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:8.56103515625rem;left:5.29931640625rem;height:6.2988125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { color:rgba(var(--color-secondary-4),0.8);display:block;width:49.2485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:16.7099609375rem;left:5.37548828125rem;height:5.3994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uPpbKRBc25izybCRMifgSTww2TAoo5KL { z-index:15004;top:1.6953125rem;left:19.84619140625rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #084c7c;border-left:0.0625rem solid #084c7c;border-right:0.0625rem solid #084c7c;border-bottom:0.0625rem solid #084c7c;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.15675rem;height:5.157225rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e3quyCTXPIE10rWTPELs8TxliB47qvct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;position:relative;display:block; }#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;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:30.125rem;width:45.25rem;top:13.6875rem;left:9.625rem;overflow:hidden;display:block; }
#Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { color:rgba(var(--color-secondary-4),1);display:block;width:20.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.5404052734375rem;left:19.873657226562rem;height:6.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lOLdxx7gwtuDNufZCTFulioPOlnUr70c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:1.8739147186279rem;left:28.998481750488rem; }
#qPAMViqazThei3n0LdNCqDBOBZcEafha { box-sizing:content-box;height:30.1875rem;width:45.3125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:15.5rem;left:11.25rem;display:block; }
#v6fWHId6wz22rN9nncl1CsONJbSgR6zu { box-sizing:content-box;height:30.1875rem;width:45.3125rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:11.25rem;left:7.15625rem;display:block; }
#aTiydITV4oWpWBydPD549dTSmyBlI4pz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz.adaptive-delivery-prevent-bg, #aTiydITV4oWpWBydPD549dTSmyBlI4pz.lazyload, #aTiydITV4oWpWBydPD549dTSmyBlI4pz.lazyloading { background-image: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { background-color: transparent; background-image: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container > .video-iframe-container { display: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container { display: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .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); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { border-width: 0; border-radius: 0; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#qXBN9AJb0dtIa4WXKp504TWoJvG777nb { position:absolute;display:block;z-index:15009;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:4.125rem;width:10.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.4375rem;left:0rem;height:2.44921875rem;font-style:normal;display:block; }
#seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.25rem;left:26.1875rem;height:1.224975rem;font-style:normal;display:block; }
#gcS1tTV130KPsdDcAwRgdbswGpLMbziO { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.3125rem;left:24.125rem;height:1.04980625rem;font-style:normal;display:block; }
#uO1u9AL9evqnqn66huaERpQbDFL2eV1W { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.125rem;left:24.1875rem; }
#yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7rem;left:35.6875rem; }
#ByRHelUQQrhliabdossiQPP77g3dxPlt { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.0625rem;left:24.375rem;display:block; }
#iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.125rem;left:37.625rem;height:1.224975rem;font-style:normal;display:block; }
#Edapt881eLr1PyUXf0qBhqIPfzqqLgup { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:11.0625rem;left:0rem;display:block; }
#QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7rem;left:46.625rem; }
#RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.437rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.636962890625rem;left:48.873291015625rem;height:2.449225rem;font-style:normal;display:block; }
#mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.125rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15.25rem;left:56.0625rem; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.875rem;left:48.1875rem;display:block; }
#XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.875rem;left:51.9375rem;display:block; }
#lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTf50v7v77vEUusoliCHtqAISCfHo7re { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.875rem;left:55.6875rem;display:block; }
#EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.4375rem;left:48.75rem; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.4375rem;left:52.4375rem; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE { display:block; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpEEL2ArXliMzA4zAi5Zh5xymhESpnPm { width:26.25rem;height:2.625rem;top:3.6875rem;left:20.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RskvH8H1FfaDwkFwcbKKIOXFAyCnTEuQ { width:28.4375rem;height:1.6875rem;top:6.25rem;left:19.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJ53OUDBEbUar3dTaSMQ0311iVSNEDP { top:14.75rem;left:12.0625rem;width:35.6875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naaxw3Msb0CIK8wzTArsupvi35dEUA5V { display:block; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 { display:block; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieP7Tv6iIRZAVUCuDkegfdso7cPwG7E9 { top:1.1875rem;left:2.12451171875rem;width:9.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsZOaDg7CfIXEo2IfkHr4SnDWgwFRlaf { top:1.1875rem;left:15.72802734375rem;width:13.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHmS31PJ2LUTmHewfQfDutbuNWokb4c8 { top:1.1875rem;left:29.5390625rem;width:10.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua6txr5bxrKsbenGzw0t0xG8ghdnlaEZ { top:1.1875rem;left:41.998779296875rem;width:2.875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 { display:block; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv { display:block; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSChCemlkcUu1Jbnv3dwcRx8vByOn2Qc { width:24.9375rem;height:1.625rem;top:39.25rem;left:20.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUeqp3ivv7RTfKwZ8ehnMlnNJAJKA74V { width:22.3125rem;height:3.3125rem;top:34.5625rem;left:20.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTeh07nxySHK1MZweQTl61iVvVaobp25 { top:31.9375rem;left:2.413818359375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8un85MN5E23PT5vWrRQVKot5xxBVCE { top:2rem;left:0rem;width:8.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y87AgrLX1O6ZCWrBvVhgAI2bXKUa3S5T { width:18.25rem;height:1.125rem;top:12.25rem;left:29.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUTGJ2HgCQpa58JgAse0aTJBGBkezDdD { width:33.1875rem;height:3.375rem;top:8.1875rem;left:11.4765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpixDGG8fZ4977ZfgVymbTqaTTrfPTPE { top:35.1875rem;left:18.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKMHNXCwPKz3IpP1ynbPcd6kWHK17ugp { top:39.375rem;left:18.25rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfzP17cG56NAWaaQCWyGIfmOBV4SOm34 { width:37.9375rem;height:3.75rem;top:3.25rem;left:8.353515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knIlHIxd71xMaAFrTgXAd9IlzuLT72ri { top:16.9375rem;left:1.5rem;width:17.6875rem;height:11.77078168905rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih1Kpc8NkncVhgnaEMWODfNbrDVQqnDe { top:18.8125rem;left:16rem;width:18.4375rem;height:12.24975rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpJbKe9y4WwMTCEGRbtLabF1Z7puNsbb { top:17.9375rem;left:31.4375rem;width:16.3125rem;height:10.833449590064rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek { display:block; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Uvq3JKG9MMOD1GkSO23anlix28QlZ0 { top:13.375rem;left:22.3125rem;width:25.4375rem;height:19.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgMrRBORs2K04yRUoLfg6kTciCJvpPTB { top:4.5625rem;left:20.875rem;width:26.875rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqQdN6oIwX6EM4RKh2uwBWOKUaaOnxna { top:0rem;left:0rem;width:20.0625rem;height:;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswnTk7prLPUvuintub93m1ZXGhaDGwT { top:37.5rem;left:24.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meu4pW3x21sbzBanUeTVLXonEXLznITX { top:40.8125rem;left:24.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKh4Ubw3sun2fb09QGfv2mw9lyZtxiZo { top:44rem;left:24.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrCM9T437TpZbuGroBAVO4Pn8unF2eTn { top:37.5625rem;left:22.1875rem;width:25.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEtPkAtx6n4PM1F5GpKpminw1hZPp1ca { top:40.8125rem;left:22.1875rem;width:25.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5OTvuntE0eh8fqdLQT4gcx5mqheqwsn { top:44.0625rem;left:22.1875rem;width:25.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZ5bdc0DGuXOqFh3bOT5uSylSbxBPdW { top:8.5625rem;left:0rem;width:23.0625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEW1S6ZU2WvrF52fe6IoaCqbXfDwSmTn { top:33.5625rem;left:22.3125rem;width:25.4375rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIV8tQ0FM3W21w1IRd33Pa5w34xixki { top:40.8125rem;left:0rem;width:25.0625rem;height:5.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz { display:block; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2Is6kx4RiTVNc3FNhyFPnEPulxa3J7f { width:43.75rem;height:;top:1.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:0.125rem;top:4.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:20.5625rem;height:3.25rem;top:1.125rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:24.375rem;height:2rem;top:4.3125rem;left:23.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIuMnTRRFMoFbvQx70ky7XxIguBAKlra { width:8.625rem;height:1.9375rem;top:3.4375rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #klSaFTPIuDpGuTCnIp3bOepQoKEdKlKw { top:8.0625rem;left:0rem;width:30.125rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAUHvVOIWq5aJD5TRC4eD5MAur95f32a { width:27.0625rem;height:14.375rem;top:21.8125rem;left:20.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1HGrHNlQctmzpdL3WrsM0Iy8aHVTetW { width:12.0625rem;height:0.125rem;top:20.5625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:26.6875rem;height:12.5625rem;top:8.0625rem;left:21.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk { display:block; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0nn6Pd9vfIUUw66QpfAQlLareDSt6sg { width:43.75rem;height:;top:1.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { width:43.75rem;height:6rem;top:4.375rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { width:47.75rem;height:14.375rem;top:11.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbODS0ep8OxztIDhsyM2VqWKcfMFIPHI { top:4.375rem;left:0rem;width:47.75rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTmJ6E1VZe9tUJ632Jq1t4DfthqGA43B { top:28.125rem;left:12.796875rem;width:22.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHkATBEADRTMAeiT1dKs57uTdJ8VxZq6 { display:block; }
 }@media only screen and (max-width: 763px) { #cfqUFDs1CbxTnStNvtADSLox1JGhF4sX { display:block; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGNtkphCthkMxzRkkW4DS3Rptt9OHzTz { width:47.75rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb { display:block; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCzgT1coLydvA0enEPSZWX2eer6KeWqp { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhoQlBV58i7CGPGMUesSXk2u9CxGA0w { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMoCv6VttJ1LFSPDVWhoNLbW5lRmUq87 { width:17.1875rem;height:16.875rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlv1HmgSDkM1lZH1wSG08pOT8AR54zLn { width:18.0625rem;height:12rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEOwDMltT5Xkxl5AWlgS5XfW7at4GE0 { width:16rem;height:4.0625rem;top:17.1875rem;left:15.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVAxUixctao2dGtyhBPyT9fQITKTcRF6 { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKuyhL3bhhp9vmeP4VOa1ZyrHBkvPJS { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuNsTpRpHRdUJEXWfyN5dHvptRwoLaZ { width:20rem;height:0.8125rem;top:14.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBq1mi5CEyXD00L1v5J4buVzMVmC86m { width:16rem;height:14.25rem;top:22.125rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuUXfTlEZBtkwaxe0Iba1D4Ru6Jb2J93 { width:16.25rem;height:15.5625rem;top:5.4375rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGvdOlzBfNzy3Bh8aF2SPlG0khJ4QMMM { width:19.6875rem;height:13.125rem;top:22.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8spPitDibSgCEZmgKZfIupD4O42emn { width:19.875rem;height:11.875rem;top:1.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 { display:block; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG45LP4oQD8o0zy6DoHh0OAuZst6Q9NB { width:47.75rem;height:3.125rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTJmgxuAVvgDEny59KQLIvi7qhe4Cr0e { top:5.5rem;left:4.875rem;width:41.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI1mEhCikpMyPV2zOSgDPVIAIbnC5N6A { width:43.75rem;height:;top:1.4375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZcVOxmOqRPw9s7xaV54I7np8qKVAft8 { top:5.1875rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcIlaZOlFpIBIpJ41Rphyu8TJFF6UNbP { top:12.0625rem;left:0.5rem;width:47.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9AqgZtPozULcIhploNoVbvPa6Kzpyi { top:8.625rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35dfwG94pK0trU2a8loTMO6WnbZX90Z { top:8.625rem;left:4.875rem;width:40.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xOu3I8JtJrhsq3CGNxUaNh8ows3gWL { top:11.8125rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxIT1MAhSvxrc87EX3oT5l6RUiscJM0f { top:17.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpKKJcW4w1Otca2e2FAF2uGARh8lPnu { top:14.625rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTiSoUkTfps4GFAnDLqnFEzpScS1H8LT { top:14.9375rem;left:5.125rem;width:41.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKhVvksLOaEioIePK1dS0Ol9S3s3m1no { top:17.5rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG { display:block; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbJtm8dS9RaCKJnbddPhI975pHPbqq6O { width:43.75rem;height:;top:1.8125rem;left:0.499755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoCQIRX3byIUZHbFaPpqyrT1kD61zcCK { width:47.75rem;height:4.0625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6BlJtKqAe5U9gHQrySmd41MVp85p5q { width:46.5625rem;height:10.375rem;top:11.0625rem;left:0.56201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwRldLiUOJTys8uknVbQCxnhQl8qVi8 { width:18.9375rem;height:10.3125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS8LaXv42X2sMEppW103lGZPFa5EDgIz { width:18.9375rem;height:10.3125rem;top:23.5rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqyk7iV9hiaTWb8hcomOchT5pAQ32E1O { width:18.9375rem;height:10.3125rem;top:23.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXg2IBrVirvuHE3fMTosiyrcrR74h5N { width:18.125rem;height:4.875rem;top:24.25rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ZimkdeuuaUxF41dPvuIDX4gfvy4nJm { width:18.125rem;height:4.875rem;top:24.25rem;left:14.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6FyFyuk84gJAORTu4eFppRn79D8W3S { width:8.1875rem;height:4.875rem;top:24.25rem;left:39.5625rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0THSJIs5Bn9hbddhVb0W0JaeVne4phR { width:3.5rem;height:2.3125rem;top:25.5rem;left:28.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9lbX67LTbAzcDVRsBzHVbxw3ktHd4C { width:3.5rem;height:2.3125rem;top:25.5rem;left:44.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVUJyTMT9txVKPGUBy9QkLVby3aPXyn { width:18.125rem;height:2.5625rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBAEp3BG1P6xGL7n3FVfTh3THN052hqK { width:18.125rem;height:2.375rem;top:30.0625rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTZaTrIMWgGdlBa7d1V8BA3EPsTOdmrA { width:18.125rem;height:2.4375rem;top:30.125rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWZZBl9JVcEpVn8vrALbXHAA6o1F7Bd { width:19.0625rem;height:0.1875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGzUZZ4InkHME9imugn6E989oTEnfS1 { width:19.0625rem;height:0.1875rem;top:33.6875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLfOMlGtfFBz18TluJbOrOEeTzmabmqI { width:19.0625rem;height:0.1875rem;top:33.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRbLPbTxaf8exJxXTDbVa5h7W1EP4Sck { width:47.75rem;height:11.9375rem;top:39.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuNE4TTXsTWPdcFgJDW5tRVrX0WbpaH { width:16.75rem;height:1.6875rem;top:36.25rem;left:15.468017578125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Tt4Mg9l9O4LwPdk0oNlQNHEtP9cm32 { top:39.375rem;left:0.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOUMk64MS4L7IXIKdnRy5HC6t1TxbVSI { top:41.375rem;left:0.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu5uvIce6yzdPBvxofDTgQ9ZW86OFJib { top:43.375rem;left:0.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvb4ycFO8NaIsHQHFf49I43FTo7tKhk4 { top:45.5rem;left:0.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAT6oLNB1RLAAwFWMv3g1cxhbSfwMCfd { top:47.4375rem;left:0.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXUbe3MiVW2Ip6OXoAvTWboyW8l6gv6D { top:49.4375rem;left:0.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNrFMhBIilebI7LIlg8wTiap0iHEy59 { width:47.75rem;height:9.6875rem;top:0rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:7.1875rem;height:15rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:7.1875rem;height:15rem;top:40.0625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { width:47.1875rem;height:26.062rem;top:22.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:8.375rem;top:3.25rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VBQaSZ94VeT5Z13ewZ9V0n2Fw4VRZz { width:44.6875rem;height:7.1875rem;top:12.5rem;left:1.498291015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { width:14.5625rem;height:22.25rem;top:54.5625rem;left:5.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { width:15.8125rem;height:21.125rem;top:68.0625rem;left:19.811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64baRToMqNKgg1h526uTqInsSWL9FQJ { width:15.875rem;height:21.3125rem;top:68.0625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { width:11.625rem;height:15.665948275862rem;top:54.5625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df6PaPmM7hPw5y7opviFExgOQyDoZn80 { top:54.5625rem;left:19.811279296875rem;width:20.3125rem;height:13.49975rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6pfcoZduO5mZz3I8vGHwkPrGynwTT6C { top:76.8125rem;left:3.3106797186091rem;width:16.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:2.875rem;top:7.9375rem;left:4rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { display:flex;height:auto;width:27.8125rem;top:14.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:6.25rem;top:8.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { width:47.75rem;height:5.375rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPpbKRBc25izybCRMifgSTww2TAoo5KL { top:1.6875rem;left:13.72119140625rem;width:22.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3quyCTXPIE10rWTPELs8TxliB47qvct { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:45.25rem;height:30.125rem;top:13.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { width:20.1875rem;height:6.6875rem;top:4.5rem;left:13.748657226562rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLdxx7gwtuDNufZCTFulioPOlnUr70c { top:1.8125rem;left:22.873481750488rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAMViqazThei3n0LdNCqDBOBZcEafha { top:15.5rem;left:2.0625rem;width:45.3125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6fWHId6wz22rN9nncl1CsONJbSgR6zu { top:11.25rem;left:1.03125rem;width:45.3125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiydITV4oWpWBydPD549dTSmyBlI4pz { display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXBN9AJb0dtIa4WXKp504TWoJvG777nb { width:10.125rem;height:4.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { top:7.375rem;left:0rem;width:19.8125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { top:7.1875rem;left:20.062133789062rem;width:9.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcS1tTV130KPsdDcAwRgdbswGpLMbziO { top:5.3125rem;left:17.999755859375rem;width:6.3125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1u9AL9evqnqn66huaERpQbDFL2eV1W { top:7.125rem;left:18.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { top:7rem;left:29.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRHelUQQrhliabdossiQPP77g3dxPlt { top:11.0625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { top:7.0625rem;left:31.49951171875rem;width:7.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edapt881eLr1PyUXf0qBhqIPfzqqLgup { top:11.0625rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { top:7rem;left:40.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { top:6.625rem;left:37.375rem;width:10.375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { top:13.125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { top:15.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { width:3rem;height:3rem;top:14.875rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block; }
 }@media only screen and (max-width: 763px) { #ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { width:3rem;height:3rem;top:14.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block; }
 }@media only screen and (max-width: 763px) { #sTf50v7v77vEUusoliCHtqAISCfHo7re { width:3rem;height:3rem;top:14.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { top:15.4375rem;left:42.625rem;width:1.875rem;height:1.875rem;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { top:15.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b1097b4b-b740-4f2b-a295-dc31b348f652/013.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.adaptive-delivery-prevent-bg, #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.lazyload, #aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE.lazyloading { background-image: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { background-color: transparent; background-image: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { display: none; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .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); }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { border-width: 0; border-radius: 0; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGZSTJAJcV4XGAAODZ1SbW8eFU0dn3qE > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpEEL2ArXliMzA4zAi5Zh5xymhESpnPm { width:15.99975rem;height:1.59375rem;top:20.311279296875rem;left:1.998291015625rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RskvH8H1FfaDwkFwcbKKIOXFAyCnTEuQ { width:16.062rem;height:1.03125rem;top:22.623291015625rem;left:1.968994140625rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vAJ53OUDBEbUar3dTaSMQ0311iVSNEDP { width:20rem;height:6.2683125rem;top:34.398193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naaxw3Msb0CIK8wzTArsupvi35dEUA5V { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cd12d7ad-d079-4ab7-86c1-c3c66175d868/OPENDAY_048.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V.adaptive-delivery-prevent-bg, #Naaxw3Msb0CIK8wzTArsupvi35dEUA5V.lazyload, #Naaxw3Msb0CIK8wzTArsupvi35dEUA5V.lazyloading { background-image: none; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container { background-color: transparent; background-image: none; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container > .video-iframe-container { display: none; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row > .video-iframe-container { display: none; }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .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); }#Naaxw3Msb0CIK8wzTArsupvi35dEUA5V > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d53092dc-a6c1-40b1-9c43-eb7806a6531a/OPENDAY_044.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2.adaptive-delivery-prevent-bg, #mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2.lazyload, #mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2.lazyloading { background-image: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container { background-color: transparent; background-image: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container > .video-iframe-container { display: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row > .video-iframe-container { display: none; }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .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); }#mc11CTz0oXZde2wkIXbUJJhhI2t6u8q2 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieP7Tv6iIRZAVUCuDkegfdso7cPwG7E9 { width:9.0625rem;height:0.9746125rem;top:1.0107421875rem;left:1.71630859375rem;font-size:0.75rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #KsZOaDg7CfIXEo2IfkHr4SnDWgwFRlaf { width:8.6853125rem;height:0.9746125rem;top:1.0107421875rem;left:9.9013671875rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OHmS31PJ2LUTmHewfQfDutbuNWokb4c8 { width:8.18725rem;height:0.9746125rem;top:3.04443359375rem;left:1.71630859375rem;font-size:0.75rem;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ua6txr5bxrKsbenGzw0t0xG8ghdnlaEZ { width:2.9370125rem;height:0.89355625rem;top:3.0849609375rem;left:12.7744140625rem;font-size:0.6875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cd12d7ad-d079-4ab7-86c1-c3c66175d868/OPENDAY_048.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086.adaptive-delivery-prevent-bg, #FNMdDilRe9UcskVVN3OF8QzT4Wp0l086.lazyload, #FNMdDilRe9UcskVVN3OF8QzT4Wp0l086.lazyloading { background-image: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { background-color: transparent; background-image: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row > .video-iframe-container { display: none; }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .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); }#FNMdDilRe9UcskVVN3OF8QzT4Wp0l086 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv { background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/67de28bf-31f0-429c-b53c-2ddbb754e5fa/012.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv.adaptive-delivery-prevent-bg, #zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv.lazyload, #zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv.lazyloading { background-image: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container { background-color: transparent; background-image: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container > .video-iframe-container { display: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row > .video-iframe-container { display: none; }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .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); }#zMVqBBQltnfZPQBiy7IA0KJsEoRkMCOv > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSChCemlkcUu1Jbnv3dwcRx8vByOn2Qc { width:13.25rem;height:1.21948125rem;top:58.25rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUeqp3ivv7RTfKwZ8ehnMlnNJAJKA74V { width:13.6875rem;height:2.4375rem;top:60.5625rem;left:3.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTeh07nxySHK1MZweQTl61iVvVaobp25 { width:9.75rem;height:9.75rem;top:48.123779296875rem;left:4.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8un85MN5E23PT5vWrRQVKot5xxBVCE { width:6.5rem;height:2.75rem;top:1.6875rem;left:0.912109375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y87AgrLX1O6ZCWrBvVhgAI2bXKUa3S5T { width:10.6860625rem;height:1.125rem;top:15.8740234375rem;left:5.888671875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUTGJ2HgCQpa58JgAse0aTJBGBkezDdD { width:13.125rem;height:4.5rem;top:10.62255859375rem;left:5.59326171875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MpixDGG8fZ4977ZfgVymbTqaTTrfPTPE { display:flex;width:1rem;height:1rem;top:60.5625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #iKMHNXCwPKz3IpP1ynbPcd6kWHK17ugp { display:flex;width:0.875rem;height:0.875rem;top:58.4375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #rfzP17cG56NAWaaQCWyGIfmOBV4SOm34 { width:14.4983125rem;height:3.9375rem;top:5.748291015625rem;left:3.24951171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #knIlHIxd71xMaAFrTgXAd9IlzuLT72ri { width:15rem;height:9.87425rem;top:18.922119140625rem;left:0.911865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih1Kpc8NkncVhgnaEMWODfNbrDVQqnDe { width:15.6860625rem;height:10.3735625rem;top:28.71826171875rem;left:4.312744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpJbKe9y4WwMTCEGRbtLabF1Z7puNsbb { width:14.4983125rem;height:9.6228125rem;top:38.577880859375rem;left:0.911865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek { display:block; }#q5LxGT7RkA8kJJ5HfzRaTTTdsXO0M2ek > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Uvq3JKG9MMOD1GkSO23anlix28QlZ0 { width:17.1875rem;height:19.792925rem;top:33.33935546875rem;left:1.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgMrRBORs2K04yRUoLfg6kTciCJvpPTB { width:16.5rem;height:4.38574375rem;top:27.95263671875rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqQdN6oIwX6EM4RKh2uwBWOKUaaOnxna { width:5.9375rem;height:5.11865rem;top:0.412109375rem;left:0.625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TswnTk7prLPUvuintub93m1ZXGhaDGwT { display:flex;width:1.37329375rem;height:1.37329375rem;top:58.84765625rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #Meu4pW3x21sbzBanUeTVLXonEXLznITX { display:flex;width:1.37329375rem;height:1.37329375rem;top:61.658935546875rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #GKh4Ubw3sun2fb09QGfv2mw9lyZtxiZo { display:flex;width:1.37329375rem;height:1.37329375rem;top:64.10888671875rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #vrCM9T437TpZbuGroBAVO4Pn8unF2eTn { width:13.8733125rem;height:1.94921875rem;top:58.560791015625rem;left:4.107666015625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEtPkAtx6n4PM1F5GpKpminw1hZPp1ca { width:9.1858125rem;height:1.94921875rem;top:61.658935546875rem;left:4.183349609375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5OTvuntE0eh8fqdLQT4gcx5mqheqwsn { width:11.687rem;height:0.9746125rem;top:64.307861328125rem;left:4.1552734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZ5bdc0DGuXOqFh3bOT5uSylSbxBPdW { width:17.375rem;height:21.75rem;top:4.95263671875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEW1S6ZU2WvrF52fe6IoaCqbXfDwSmTn { width:17rem;height:3.8501rem;top:54.788818359375rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIV8tQ0FM3W21w1IRd33Pa5w34xixki { width:17.3108125rem;height:5.5rem;top:68.321533203125rem;left:1.343994140625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz { display:block; }#g6WbnAA6Uedcm0JFKhaDF7yUPJZitsXz > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2Is6kx4RiTVNc3FNhyFPnEPulxa3J7f { width:15.75rem;height:1.75rem;top:1.375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:13.5625rem;height:3.9375rem;top:10.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:1.94970625rem;top:22.61328125rem;left:1.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:17.1875rem;height:1.13769375rem;top:24.5625rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIuMnTRRFMoFbvQx70ky7XxIguBAKlra { width:7.5625rem;height:1.29980625rem;top:17.76220703125rem;left:8.5rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #klSaFTPIuDpGuTCnIp3bOepQoKEdKlKw { width:20rem;height:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAUHvVOIWq5aJD5TRC4eD5MAur95f32a { width:16rem;height:13.496125rem;top:39.625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1HGrHNlQctmzpdL3WrsM0Iy8aHVTetW { width:12.0625rem;height:0.125rem;top:38.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:15.5rem;height:12.1464875rem;top:26.9375rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk { display:block; }#As5mmGTT2wvhoqAlhsCE51Rd7HRymnSk > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0nn6Pd9vfIUUw66QpfAQlLareDSt6sg { width:15.75rem;height:3.5rem;top:1.375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { width:18.3125rem;height:7.871125rem;top:2.92333984375rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { width:16.6865rem;height:37.125rem;top:14.21923828125rem;left:1.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NbODS0ep8OxztIDhsyM2VqWKcfMFIPHI { width:20rem;height:30.4375rem;top:23.593746185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTmJ6E1VZe9tUJ632Jq1t4DfthqGA43B { top:54.5927734375rem;left:2.84375rem;width:14.3125rem;height:3.8125rem;z-index:15050;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHkATBEADRTMAeiT1dKs57uTdJ8VxZq6 { display:block; }
 }@media only screen and (max-width: 763px) { #cfqUFDs1CbxTnStNvtADSLox1JGhF4sX { display:block; }#cfqUFDs1CbxTnStNvtADSLox1JGhF4sX > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGNtkphCthkMxzRkkW4DS3Rptt9OHzTz { width:18.5rem;height:3.5rem;top:0.96875rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb { display:block; }#Txxm9xeO4XSTwpQMB3gLgo03FWoMeUsb > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCzgT1coLydvA0enEPSZWX2eer6KeWqp { width:20rem;height:0.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhoQlBV58i7CGPGMUesSXk2u9CxGA0w { width:17.24975rem;height:4.0625rem;top:17.35107421875rem;left:1.3739013671875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMoCv6VttJ1LFSPDVWhoNLbW5lRmUq87 { width:17.24975rem;height:16.8974625rem;top:21.37451171875rem;left:1.3739013671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlv1HmgSDkM1lZH1wSG08pOT8AR54zLn { width:20rem;height:13.3125rem;top:1.2302350427351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEOwDMltT5Xkxl5AWlgS5XfW7at4GE0 { width:17.25rem;height:4.0625rem;top:53.625rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVAxUixctao2dGtyhBPyT9fQITKTcRF6 { width:20rem;height:0.87456875rem;top:52.817928314209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leKuyhL3bhhp9vmeP4VOa1ZyrHBkvPJS { width:17.25rem;height:4.0625rem;top:87.5rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGuNsTpRpHRdUJEXWfyN5dHvptRwoLaZ { width:20rem;height:0.875rem;top:86.009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBq1mi5CEyXD00L1v5J4buVzMVmC86m { width:16.0625rem;height:14.2978375rem;top:58.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuUXfTlEZBtkwaxe0Iba1D4Ru6Jb2J93 { width:16.0625rem;height:15.59765rem;top:93rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGvdOlzBfNzy3Bh8aF2SPlG0khJ4QMMM { width:20rem;height:13.3125rem;top:72.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy8spPitDibSgCEZmgKZfIupD4O42emn { width:20rem;height:11.9375rem;top:39.669799804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 { display:block; }#U2zdTTOO7gWxr6o4TU62vb38yfwiTUG1 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG45LP4oQD8o0zy6DoHh0OAuZst6Q9NB { width:15.7495rem;height:3.5rem;top:1.21826171875rem;left:2.1240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTJmgxuAVvgDEny59KQLIvi7qhe4Cr0e { width:15.3125rem;height:3.8994125rem;top:2.8125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI1mEhCikpMyPV2zOSgDPVIAIbnC5N6A { width:16.499625rem;height:1.75rem;top:1.624755859375rem;left:1.7486572265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZcVOxmOqRPw9s7xaV54I7np8qKVAft8 { display:flex;width:1.875rem;height:1.875rem;top:3.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #NcIlaZOlFpIBIpJ41Rphyu8TJFF6UNbP { width:15.0625rem;height:5.19921875rem;top:17.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9AqgZtPozULcIhploNoVbvPa6Kzpyi { display:flex;width:1.875rem;height:1.875rem;top:10.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #X35dfwG94pK0trU2a8loTMO6WnbZX90Z { width:15.3125rem;height:6.499rem;top:9.125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xOu3I8JtJrhsq3CGNxUaNh8ows3gWL { display:flex;width:1.875rem;height:1.875rem;top:17.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #qxIT1MAhSvxrc87EX3oT5l6RUiscJM0f { width:14.5625rem;height:5.19921875rem;top:31.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whpKKJcW4w1Otca2e2FAF2uGARh8lPnu { display:flex;width:1.875rem;height:1.875rem;top:25.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #tTiSoUkTfps4GFAnDLqnFEzpScS1H8LT { width:15.5rem;height:3.8994125rem;top:24.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKhVvksLOaEioIePK1dS0Ol9S3s3m1no { display:flex;width:1.875rem;height:1.875rem;top:31.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG { display:block; }#Lc9k4RFsLsmyMFeumidU0x9ExwdGmgBG > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbJtm8dS9RaCKJnbddPhI975pHPbqq6O { width:15.75rem;height:1.75rem;top:1.375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoCQIRX3byIUZHbFaPpqyrT1kD61zcCK { width:20rem;height:2.4375rem;top:2.9998779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ6BlJtKqAe5U9gHQrySmd41MVp85p5q { width:20rem;height:20.71875rem;top:8.1866455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvwRldLiUOJTys8uknVbQCxnhQl8qVi8 { width:18.9375rem;height:10.3125rem;top:32.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS8LaXv42X2sMEppW103lGZPFa5EDgIz { width:18.9375rem;height:10.3125rem;top:45.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqyk7iV9hiaTWb8hcomOchT5pAQ32E1O { width:18.9375rem;height:10.3125rem;top:57.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoXg2IBrVirvuHE3fMTosiyrcrR74h5N { width:18.125rem;height:5.36230625rem;top:33.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0ZimkdeuuaUxF41dPvuIDX4gfvy4nJm { width:18.125rem;height:5.36230625rem;top:46.5625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6FyFyuk84gJAORTu4eFppRn79D8W3S { width:8.1875rem;height:5.36230625rem;top:58.6875rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0THSJIs5Bn9hbddhVb0W0JaeVne4phR { width:3.49975625rem;height:2.35611875rem;top:48.0625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk9lbX67LTbAzcDVRsBzHVbxw3ktHd4C { width:3.5rem;height:2.35611875rem;top:60.25rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVUJyTMT9txVKPGUBy9QkLVby3aPXyn { width:18.125rem;height:2.5996125rem;top:39.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBAEp3BG1P6xGL7n3FVfTh3THN052hqK { width:17.87475rem;height:2.5996125rem;top:52.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTZaTrIMWgGdlBa7d1V8BA3EPsTOdmrA { width:18.125rem;height:2.5996125rem;top:64.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWZZBl9JVcEpVn8vrALbXHAA6o1F7Bd { width:19.0625rem;height:0.1875rem;top:42.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMGzUZZ4InkHME9imugn6E989oTEnfS1 { width:19.0625rem;height:0.1875rem;top:68.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLfOMlGtfFBz18TluJbOrOEeTzmabmqI { width:19.0625rem;height:0.1875rem;top:56.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRbLPbTxaf8exJxXTDbVa5h7W1EP4Sck { width:15.8125rem;height:26.25rem;top:77.5rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuNE4TTXsTWPdcFgJDW5tRVrX0WbpaH { width:15.06225rem;height:1.70605625rem;top:73.56201171875rem;left:2.4676513671875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Tt4Mg9l9O4LwPdk0oNlQNHEtP9cm32 { display:flex;width:1.375rem;height:1.375rem;top:77.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ZOUMk64MS4L7IXIKdnRy5HC6t1TxbVSI { display:flex;width:1.375rem;height:1.375rem;top:81.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #iu5uvIce6yzdPBvxofDTgQ9ZW86OFJib { display:flex;width:1.375rem;height:1.375rem;top:85.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Vvb4ycFO8NaIsHQHFf49I43FTo7tKhk4 { display:flex;width:1.375rem;height:1.375rem;top:89.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #oAT6oLNB1RLAAwFWMv3g1cxhbSfwMCfd { display:flex;width:1.375rem;height:1.375rem;top:92.875rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #wXUbe3MiVW2Ip6OXoAvTWboyW8l6gv6D { display:flex;width:1.375rem;height:1.375rem;top:96.75rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #TBNrFMhBIilebI7LIlg8wTiap0iHEy59 { width:20rem;height:0;top:107.425rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:5.4375rem;height:9.5625rem;top:0.75rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { height:11.0449375rem;width:20rem;top:30.721435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:18.2495rem;height:7rem;top:3.621826171875rem;left:0.8740234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VBQaSZ94VeT5Z13ewZ9V0n2Fw4VRZz { width:17.1875rem;height:14.168rem;top:13.80859375rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { width:9.9375rem;height:15rem;top:48.100708007812rem;left:9.036865234375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { width:7.937rem;height:10.625rem;top:52.561645507812rem;left:1.10107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64baRToMqNKgg1h526uTqInsSWL9FQJ { width:8.75rem;height:11.749875rem;top:62.373046875rem;left:1.10107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { width:9.249875rem;height:12.437125rem;top:60.827026367188rem;left:9.5050048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df6PaPmM7hPw5y7opviFExgOQyDoZn80 { width:11.4375rem;height:7.5625rem;top:71.349487304688rem;left:1.10107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6pfcoZduO5mZz3I8vGHwkPrGynwTT6C { width:10.125rem;height:7.5625rem;top:45.59326171875rem;left:1.10107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:4.7109375rem;top:3.9990234375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.2999125rem;top:1.2489166259766rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-text { font-size:0.9375rem;height:auto; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { display:flex;height:auto;width:17.5rem;top:10.908813476562rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:9.097625rem;top:9.3731689453125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { width:20rem;height:12.598625rem;top:20.746459960938rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPpbKRBc25izybCRMifgSTww2TAoo5KL { top:3.133544921875rem;left:1.9677734375rem;width:16.03075rem;height:3.2182625rem;z-index:15050;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3quyCTXPIE10rWTPELs8TxliB47qvct { display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:16.5625rem;height:10.999375rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { width:17.749rem;height:4.875rem;top:17.750244140625rem;left:1.12548828125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOLdxx7gwtuDNufZCTFulioPOlnUr70c { display:flex;width:2.1875rem;height:2.1875rem;top:14.122924804688rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #qPAMViqazThei3n0LdNCqDBOBZcEafha { width:19.625rem;height:30.1875rem;top:56.5116953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6fWHId6wz22rN9nncl1CsONJbSgR6zu { width:19.874125rem;height:8.3745625rem;top:1.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiydITV4oWpWBydPD549dTSmyBlI4pz { display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXBN9AJb0dtIa4WXKp504TWoJvG777nb { width:7.5rem;height:3.1875rem;top:1.2312507629394rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { width:14.625rem;height:2.44921875rem;top:6.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { width:11.375rem;height:1.4rem;top:15.75rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcS1tTV130KPsdDcAwRgdbswGpLMbziO { width:20rem;height:1.04980625rem;top:12.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uO1u9AL9evqnqn66huaERpQbDFL2eV1W { width:1.5625rem;height:1.5625rem;top:15.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRHelUQQrhliabdossiQPP77g3dxPlt { width:18.75rem;height:0.0625rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { width:8.6875rem;height:1.4rem;top:19rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edapt881eLr1PyUXf0qBhqIPfzqqLgup { width:18.75rem;height:0.0625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { width:1.5625rem;height:1.5625rem;top:22.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { width:12.375rem;height:2.798825rem;top:22.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { width:20rem;height:1.04980625rem;top:29.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { width:2.1875rem;height:2.1875rem;top:32.5rem;left:16.0625rem;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { width:3rem;height:3rem;top:32.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block; }
 }@media only screen and (max-width: 763px) { #ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { width:3rem;height:3rem;top:32.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block; }
 }@media only screen and (max-width: 763px) { #sTf50v7v77vEUusoliCHtqAISCfHo7re { width:3rem;height:3rem;top:32.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { width:1.875rem;height:1.875rem;top:32.625rem;left:1.9375rem;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { width:1.875rem;height:1.875rem;top:32.625rem;left:9.0625rem;display:block; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }