.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:0,30,80;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Volkswagen TERMINA";--paragraphs-font-family:"Volkswagen TERMINA"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#uEK4fVT9nmuXmC5E90bgdkLr9ZDk0ROT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:15.875rem;top:0rem;left:29.5625rem;overflow:hidden;display:block; }
#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/b6d4a815-d150-411a-9950-985eaca24a70/tlo_main.webp");background-position:top 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; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.adaptive-delivery-prevent-bg, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyload, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyloading { background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { background-color: transparent; background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .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); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { border-width: 0; border-radius: 0; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:44rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.5625rem;left:15.5rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TGIc8EZXx8xOso362Wpib3nEZq0b85i6 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:volkswagen;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.3125rem;left:61.1875rem;display:block; }
#ebJyxPGOBdwQk1eA1SObU8dIvJaBoCoR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AumNTPSXEnWFaJpotu3oCnRqMsDdz0Ta { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:31.4375rem;left:21.9375rem;height:2.19375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1b1b;background-image:url("https://images.assets-landingi.com/uc/528e3d00-5085-4a12-9448-ac44cbc4069f/pic_1a.webp");background-position:top 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; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM.adaptive-delivery-prevent-bg, #rKMtT1DThQmRRHgEfkJQBq08khtlI7qM.lazyload, #rKMtT1DThQmRRHgEfkJQBq08khtlI7qM.lazyloading { background-image: none; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container { background-color: transparent; background-image: none; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container > .video-iframe-container { display: none; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row > .video-iframe-container { display: none; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .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); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container { border-width: 0; border-radius: 0; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-form-header {  }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:28.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#46494c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-text {padding-top: 0; padding-bottom: 0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#46494c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:volkswagen;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.5rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-select {padding-top: 0; padding-bottom: 0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#c19150;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.8125rem;margin-bottom:0.25rem;margin-left:7.8125rem;display:block;box-sizing:border-box;font-size:0.75rem;font-weight:700;color:#1b1b1b;width:12.8125rem;height:2.5rem;font-family:montserrat;overflow:hidden;box-shadow: none;font-style:normal; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.75rem;font-weight:300;font-style:normal; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.25rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-container:first-of-type{padding-top:0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-container:last-of-type{padding-bottom:0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.43701171875rem;left:41.37451171875rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.5rem;display:block;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.4375rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc {display:block;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.43701171875rem;left:41.37451171875rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #pwXDTReRdQW3nrMUxFFQBDkuu8flnzXl { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #zTKsSAazTaHnWhDqGQrlNrJ2yvW0XLhP { position:relative;display:none; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #kbnHPd7Dux8XTvRUCwUoTJTMPRTQNP5n { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #gMUCF9TplkA3wNgqNXuuyXinT6svoWgk { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #uyAw61aCOTv91qLdrJZkmdFZtB0ncUEv { position:relative;display:none; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #fHp1UUlWgGTkXReoThg3HHNPV1Dqwlrd { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #JEP5KfdHa9JRcLwtXqk1OnffBM35HM4Q { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #BVJ1MeGGBGufnGtgwFADANZ5vQQfzlTS { position:relative;display:none; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #dDLV1bsLQDDr9sWk3oyKgroRHrpo3pWD { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #J2rP7HgCMkOGeNfWsr8LCGnBSscTfgat { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #nHz1nPZiaad6fLDL7fJHvc2rPksPutD6 { position:relative;z-index:2; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #hcgOVga1GRz1B38QIurLRaeSt5Pysr1S { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #epJFiGW8atV98dNPJE1scS4RqGEf4C7e { position:relative;display:block;z-index:15000; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #JgQa2nJOvdJw4clUz96NP5iZX6CcBxrC { position:relative;display:block;z-index:15000; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #Kse1N73XTLD6FU2ubmAwPQocP00iL4dd { position:relative;display:block;z-index:15000; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #xESJyt002d5LXCGJ34tZe3yubMIu1L3I { position:relative;display:block;z-index:15000; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #wwEZvJPwVrOBN0lV1JtIcSPynkwHRSur { position:relative; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #umOS98nDGgXphdk0TsptX8uB4JsZAl4D { position:relative; }
#oiSVTu1x6qfSBEvC11ATvMkoWyE6gmg0 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:42.25rem;height:3.574225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EsimH1uR6vFZq9ePo5XO6g3sRHCkX5gH { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:volkswagen;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.3125rem;left:61.1875rem;display:block; }
#gW6K9ysSPgNXkUBTS3HDfw8OPoJ0IyzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izCyaWKvHR2DTVWhmK1Ce9Z1c5qlk212 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10rem;left:42.25rem;height:2.5986375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UBTAKzqco82frVBgahPAoIysJ0Zr1EXu { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10rem;left:42.25rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW { 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/76adccd9-13de-48ca-a7bd-495111a85f66/tlo__.webp");background-position:top 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:none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.adaptive-delivery-prevent-bg, #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.lazyload, #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.lazyloading { background-image: none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { border-width: 0; border-radius: 0; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:none; }#opdGZwlnuoERvLDgSkiiJNRTea5LNqFd { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:64.1875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#T28R6poTWGxIF7T1lTzO1IAZmkzGzRTB { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.875rem;left:59.1875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#M3BXKElqtCUOSAuqZ23r208Dif8IXEdI { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.1875rem;left:58.4375rem;display:none; }
#Fzo9Cr4i9A1iKnoqsaImx6a4fzuVfoTs { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:22.875rem;left:0rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca80712b-6505-4b91-815c-ef70a2298a79/logokopia.webp");background-position:top 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; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ.adaptive-delivery-prevent-bg, #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ.lazyload, #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ.lazyloading { background-image: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { background-color: transparent; background-image: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #353737; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #353737; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .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); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { border-width: 0; border-radius: 0; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#MVI6uGzITaDbQgxp5P0TczywXvVQDaeN { position:absolute;display:block;z-index:15023;background-color:#c6bec3;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:31.25rem;top:21.5625rem;left:0rem;display:none; }
#gTyUuVWK2UWrqJC4h5Gt5fodm1uQDQM5 { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Ta2ZuaUEWC0bpo48EKowKMc6PyLcBhWf { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#pNtWiOyvxFUhMs10wi1agB4AIgdhAqqa { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#qhdF9hnzEUh3iQ4ODDOLwcdTEAERoNvw { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#KatCtGI8xy8KgTmEimnCVbyzkDOfSZdJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.5rem;left:0rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZGLrhMJJu0fLdoIyMh38kI4afnAluKDR { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5rem;left:2.9375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b83lZTh86idcyGQxs7aAfU708LwBv099 { box-sizing:content-box;height:7.5rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #c19150;border-left:0.125rem solid #c19150;border-right:0.125rem solid #c19150;border-bottom:0.125rem solid #c19150;top:34.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#V2HlXnmqaG5aiq8xxJmTLfB5PuodqmNp { box-sizing:content-box;height:7.5rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #c19150;border-left:0.125rem solid #c19150;border-right:0.125rem solid #c19150;border-bottom:0.125rem solid #c19150;top:16.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#D98R9K7XHEdoyyyzDREcIiDgzxKiJTaz { box-sizing:content-box;height:7.5rem;width:23.75rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #c19150;border-left:0.125rem solid #c19150;border-right:0.125rem solid #c19150;border-bottom:0.125rem solid #c19150;top:16.25rem;left:25.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#yk0fCcLdoKOv2URrKg9Tx2e1desqw4Tk { box-sizing:content-box;height:7.5rem;width:23.75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #c19150;border-left:0.125rem solid #c19150;border-right:0.125rem solid #c19150;border-bottom:0.125rem solid #c19150;top:16.25rem;left:51rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#i9pwOxVCs6WIiCT5oDKKXrftm3Q5lfdD { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5rem;left:28.4375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yrCPFsvxCmwJc4yeJ6T1oWMm9IW80OqL { color:rgba(var(--color-secondary-0),1);display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.5rem;left:51.0625rem;height:0.89375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kZ47c9EebTf2pwNMd2BZNTVev9UPzZ5B { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qM1UBsWFH6XL1uAvRIcdi4ld3AshCDRo { box-sizing:content-box;height:7.5rem;width:23.75rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #c19150;border-left:0.125rem solid #c19150;border-right:0.125rem solid #c19150;border-bottom:0.125rem solid #c19150;top:25.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#L7bUFzDeu5XhFwKs07bh6cL7aMFVm02O { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:28.75rem;left:2.9375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xu7ss3FkQXDoP0w6gugvoeXTTXHSnsJZ { box-sizing:content-box;height:7.5rem;width:23.75rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #c19150;border-left:0.125rem solid #c19150;border-right:0.125rem solid #c19150;border-bottom:0.125rem solid #c19150;top:25.5rem;left:25.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HiHBoxTwDJpx4sUfoNDvnR8GiAJDPNUL { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.75rem;left:28.4375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Vx7oAZCAsogBA9uJnaLrSMyRvxtJ0MPm { color:rgba(var(--color-secondary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:28.75rem;left:53.9375rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DFALdqRnmTsqB0Nt7UFT4nmuUPmu7Efr { box-sizing:content-box;height:7.5rem;width:23.75rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #c19150;border-left:0.125rem solid #c19150;border-right:0.125rem solid #c19150;border-bottom:0.125rem solid #c19150;top:25.5rem;left:51rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#CnQOrIImDWTvmqp2CLW0yCGpvFdocZf0 { color:rgba(var(--color-secondary-2),1);display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:2.59863125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g3FyDWTCB64XFFbf2zMHalBTTv2pcThc { color:rgba(var(--color-secondary-0),1);display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.875rem;left:51.125rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RCOoyzd2LUUbSaHZnssMnkLNcT8TLBkN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:39.1875rem;left:0rem;height:0.89375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR { 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/161d6a8e-6b69-4861-bead-ba5f2671b5b8/bonus.webp");background-position:top 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; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.adaptive-delivery-prevent-bg, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyload, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyloading { background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { background-color: transparent; background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .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); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { border-width: 0; border-radius: 0; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#kuNotzsxEfTIMyTruquHWMhIKRWBezaB { position:absolute;display:block;z-index:15023;background-color:#c6bec3;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:31.25rem;top:21.5625rem;left:0rem;display:none; }
#xGS2mp5haWBlKRkVazrwDRnSQmcQZ8zR { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#d3qtas8FzLDc759sd8W9SvaCPhyJzQ2t { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#wfShpHTw3vPkSIzA55X1PoZDsQ1F492w { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ImhdVPWlBoT1nINtNq2aM6ZZXMcTVefw { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#fmaM0tMIQ9ncTSArdHr84UrC9unlBJyL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FbGKI1QfplW5lXLMPiqVGSFtFuqZTP5z { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T33cWuhcWo0ImyKMcdRunkhdA0GhcOQp { background-color:#c19150;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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;box-sizing:border-box;color:#1b1b1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:16.875rem;left:31.1875rem;display:block; }
#ARHAsWdqHWQTonpwtM8abs6bbWhyf8ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uIiyePcTGuMWaq2fHqPLRDIqVHNaTAyL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12rem;left:0rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1b1b;background-image:url("https://images.assets-landingi.com/uc/68105937-8b53-4cab-b346-898f04d7741b/pic_a1.webp");background-position:top 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; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo.adaptive-delivery-prevent-bg, #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo.lazyload, #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo.lazyloading { background-image: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { background-color: transparent; background-image: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .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); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { border-width: 0; border-radius: 0; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#VEgXEJGCxxcWowK653vs8LzvIbwieJht { position:absolute;display:block;z-index:15023;background-color:#c6bec3;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:31.25rem;top:21.5625rem;left:0rem;display:none; }
#sUtInTdCT0AMFsUgINUtUCEkPpTl2SC2 { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#C60u5xpBadb3sFXILZ9SXb2gqVqhgoyO { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#HQDczi56qncUxfcTXLPPFuUC4ym41nKh { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Wyxm1LR9Iz5lNlGgtvm5TNsvdvlHWoTp { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#icOy8EwCqh4R9u7EgER2TKqDb21TGrwQ { color:rgba(var(--color-secondary-2),1);display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:6.825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IcvhxEv2HCV85dxzbCMTIEv2FQLyvw3W { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.2916669845581rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#txai5lCIucMsyexeMEsUOaKPz1QFXrG6 { color:rgba(var(--color-secondary-2),1);display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.6875rem;left:0rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#McMQkIBBFRtmO1H0VbqXhgDKEUe1QCqk { color:rgba(var(--color-secondary-2),1);display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:20.875rem;left:1.5rem;height:13.47360625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U1W1oOEybK2MqciQLC9yqEpb0N9VP0nR { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#c19150;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:0rem;display:block; }
#QUc04rsLLK3X3OB76fUmNGZdWIbtBX3u { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#c19150;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:0rem;display:block; }
#pef7eHV1pAsKPAPWBTXlHnR2goPrT3LC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#c19150;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9375rem;left:0rem;display:block; }
#N69U8TZhccGJkQqJDIP4yzUwyu1X89Eh { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#c19150;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.9375rem;left:0rem;display:block; }
#A4UypS1DMKmza66Jy5QgQNBteyNCFhoU { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#c19150;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:0rem;display:block; }
#LRFSJVJy4bfRdytqZcCmE0S3XNR7Ox6e { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#c19150;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.75rem;left:0rem;display:block; }
#bt0ARzMiSgtXxq4uVCecXwbXoTDhlk6X { color:rgba(var(--color-secondary-2),1);display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:6.825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1b1b;background-image:url("https://images.assets-landingi.com/uc/e6ada38f-4c76-4a90-aefe-957e29781233/pic_b.webp");background-position:top 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; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.adaptive-delivery-prevent-bg, #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.lazyload, #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.lazyloading { background-image: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { background-color: transparent; background-image: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .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); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { border-width: 0; border-radius: 0; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#oJbHBP5oADS58hU6IOgctxMSwH8q9Tsd { position:absolute;display:block;z-index:15023;background-color:#c6bec3;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:31.25rem;top:21.5625rem;left:0rem;display:none; }
#ctV1QyuQvt3h017PD5mdbzBSGeADqXko { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Pf9mDVXoR43Gl4EcCqud8quoCS0dyd66 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#Ef8ihpuSMNEFulwaGT2ks6Bg7S9xqa94 { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#uwHi48kRXBApnnaN4bsNT0rqxWbTP099 { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1b1b;background-image:url("https://images.assets-landingi.com/uc/e6ada38f-4c76-4a90-aefe-957e29781233/pic_b.webp");background-position:top 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:none; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2.adaptive-delivery-prevent-bg, #ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2.lazyload, #ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2.lazyloading { background-image: none; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row .container { border-width: 0; border-radius: 0; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:none; }#dn36Z3Ise5gTiR6LFbp6pM3pWplw9nS6 { position:absolute;display:block;z-index:15023;background-color:#c6bec3;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:31.25rem;top:21.5625rem;left:0rem;display:none; }
#Pr7G26rmumAyCM4Ub3A6WqTKAGdt69kR { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#SkgSarTh9hNQEc7X07GPChaq4twsKGHH { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#M1IrtzGDChvBK3sFm3Z5H4EUPCcJuixk { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#E55gzh5syKODMRAfLmAEMIJnkAOFBbsf { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container { background-color: transparent; background-image: none; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container > .video-iframe-container { display: none; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row > .video-iframe-container { display: none; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .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); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container { border-width: 0; border-radius: 0; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#T9yTi0kN2IiZVvgeR81U3AEQWQG6SOz7 { position:absolute;display:block;z-index:15023;background-color:#c6bec3;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:31.25rem;top:21.5625rem;left:0rem;display:none; }
#RoSfVPMP2BuovddX5uDpEV2rHixStwZZ { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#R7ZDMtXwaclc4ZoIBESECnzC2UbKa0MO { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#ChcxLF7dOav3Lu6WavvwK4DTRHonwfcD { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#t622RqpslXt1O0eGXe8xUVK0noftSmDu { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#UvkwvbVM8C8SO8PanhHkmJvTgHIRVf5V { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QrHfWJuI9VpBRszlRmPAOHQOab1X6HCw { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.9375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T859wP6rshm8eRPQagbcFl2SH0BMkVtc { background-color:#c19150;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:3.3125rem;left:62.3125rem;display:block; }
#IJlrDcFrpNPq4lb7c3AStPIoAJZ7dU0E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ax1d7pXqZXd0wqANwTtyD4SdxaC3mXL6 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.375rem;left:24.4375rem;height:1.1375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#twyPbc9HSX7fKSkz9zEGo5TTpel8fTp5 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:3.5rem;left:30.6875rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nfnaU7LWkrNleFlG10MTIJLQNW7HSxOy { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:3.5625rem;left:30.53125rem;display:block; }
#qAzZaqhxMMoU4bsVuKQddzfwJLtiQMlz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#toJZvzD2LUUSuuhsV0FCPJkfExh1bHGW { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:4.6916666030884rem;left:30.6875rem;display:block; }
#Mk2WTu9hgJrDuCEzqD1o0xhtMEFVKaJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca80712b-6505-4b91-815c-ef70a2298a79/logokopia.webp");background-position:top 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:none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6.adaptive-delivery-prevent-bg, #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6.lazyload, #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6.lazyloading { background-image: none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { border-width: 0; border-radius: 0; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:none; }#TKCouql3PIT58wzndGzAdazrc7FCPvr4 { position:absolute;display:block;z-index:15023;background-color:#c6bec3;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:31.25rem;top:21.5625rem;left:0rem;display:none; }
#agfWFcTXnOFlq0WnEfaLpH03Cf0qgVwf { color:rgba(var(--color-primary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23rem;left:0rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cOE1Dv1f3JXQfcXHhI5TwxERH4revCtP { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.375rem;width:16.25rem;top:15.28125rem;left:58.5rem;display:none; }
#uM1HKXqoOL0cwmpP6pcQGwTTbl4yZgIC { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:59.25rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#v8qdhNJMqCwWxvKmKO53B4ufSJs3StGI { color:rgba(var(--color-primary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.46875rem;left:64.21875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#iuBLd0rEfRBXmfg9q29NAM29wkLQTOiE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEK4fVT9nmuXmC5E90bgdkLr9ZDk0ROT { width:15.875rem;height:9.1875rem;top:0rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g { display:block; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:26.5625rem;left:1.875rem;width:44rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIc8EZXx8xOso362Wpib3nEZq0b85i6 { width:7.4375rem;height:1rem;top:31.3125rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebJyxPGOBdwQk1eA1SObU8dIvJaBoCoR { display:block; }
 }@media only screen and (max-width: 763px) { #AumNTPSXEnWFaJpotu3oCnRqMsDdz0Ta { top:31.4375rem;left:8.3125rem;width:31.1875rem;height:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKMtT1DThQmRRHgEfkJQBq08khtlI7qM { display:block; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-regular-label { width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-text { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-text {padding-top: 0; padding-bottom: 0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-textarea { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-select { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-select {padding-top: 0; padding-bottom: 0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-button { width:12.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.8125rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-checkbox-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc  { width:28.5rem;height:auto;top:13.375rem;left:16.75rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .radio-container { width:28.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc {display:block;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc { width:28.5rem;height:auto;top:13.375rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #pwXDTReRdQW3nrMUxFFQBDkuu8flnzXl {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #zTKsSAazTaHnWhDqGQrlNrJ2yvW0XLhP { display:none; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #kbnHPd7Dux8XTvRUCwUoTJTMPRTQNP5n {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #gMUCF9TplkA3wNgqNXuuyXinT6svoWgk {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #uyAw61aCOTv91qLdrJZkmdFZtB0ncUEv { display:none; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #fHp1UUlWgGTkXReoThg3HHNPV1Dqwlrd {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #JEP5KfdHa9JRcLwtXqk1OnffBM35HM4Q {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #BVJ1MeGGBGufnGtgwFADANZ5vQQfzlTS { display:none; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #dDLV1bsLQDDr9sWk3oyKgroRHrpo3pWD {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #J2rP7HgCMkOGeNfWsr8LCGnBSscTfgat {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #nHz1nPZiaad6fLDL7fJHvc2rPksPutD6 {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #hcgOVga1GRz1B38QIurLRaeSt5Pysr1S {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #epJFiGW8atV98dNPJE1scS4RqGEf4C7e {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #JgQa2nJOvdJw4clUz96NP5iZX6CcBxrC {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #Kse1N73XTLD6FU2ubmAwPQocP00iL4dd {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #xESJyt002d5LXCGJ34tZe3yubMIu1L3I {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #wwEZvJPwVrOBN0lV1JtIcSPynkwHRSur {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #umOS98nDGgXphdk0TsptX8uB4JsZAl4D {  }
 }@media only screen and (max-width: 763px) { #oiSVTu1x6qfSBEvC11ATvMkoWyE6gmg0 { top:4.6875rem;left:18.5rem;width:29.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsimH1uR6vFZq9ePo5XO6g3sRHCkX5gH { width:7.4375rem;height:1rem;top:31.3125rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW6K9ysSPgNXkUBTS3HDfw8OPoJ0IyzT { display:block; }
 }@media only screen and (max-width: 763px) { #izCyaWKvHR2DTVWhmK1Ce9Z1c5qlk212 { top:10rem;left:18.5rem;width:29.25rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBTAKzqco82frVBgahPAoIysJ0Zr1EXu { top:5.3125rem;left:0rem;width:17.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW { display:none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #opdGZwlnuoERvLDgSkiiJNRTea5LNqFd { top:16.5rem;left:42.6875rem;width:5.0625rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T28R6poTWGxIF7T1lTzO1IAZmkzGzRTB { top:18.875rem;left:32.75rem;width:15rem;height:4.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3BXKElqtCUOSAuqZ23r208Dif8IXEdI { width:16.25rem;height:9.375rem;top:15.1875rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fzo9Cr4i9A1iKnoqsaImx6a4fzuVfoTs { top:22.875rem;left:0rem;width:32.625rem;height:0.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ { display:block; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVI6uGzITaDbQgxp5P0TczywXvVQDaeN { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyUuVWK2UWrqJC4h5Gt5fodm1uQDQM5 { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta2ZuaUEWC0bpo48EKowKMc6PyLcBhWf { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNtWiOyvxFUhMs10wi1agB4AIgdhAqqa { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhdF9hnzEUh3iQ4ODDOLwcdTEAERoNvw { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KatCtGI8xy8KgTmEimnCVbyzkDOfSZdJ { top:37.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLrhMJJu0fLdoIyMh38kI4afnAluKDR { top:19.5rem;left:0rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b83lZTh86idcyGQxs7aAfU708LwBv099 { width:47.5rem;height:7.5rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2HlXnmqaG5aiq8xxJmTLfB5PuodqmNp { width:23.75rem;height:7.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D98R9K7XHEdoyyyzDREcIiDgzxKiJTaz { width:23.75rem;height:7.5rem;top:16.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk0fCcLdoKOv2URrKg9Tx2e1desqw4Tk { width:23.75rem;height:7.5rem;top:16.25rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9pwOxVCs6WIiCT5oDKKXrftm3Q5lfdD { top:19.5rem;left:14.8125rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrCPFsvxCmwJc4yeJ6T1oWMm9IW80OqL { top:20.5rem;left:23.9375rem;width:23.8125rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ47c9EebTf2pwNMd2BZNTVev9UPzZ5B { top:6.75rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM1UBsWFH6XL1uAvRIcdi4ld3AshCDRo { width:23.75rem;height:7.5rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7bUFzDeu5XhFwKs07bh6cL7aMFVm02O { top:28.75rem;left:0rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu7ss3FkQXDoP0w6gugvoeXTTXHSnsJZ { width:23.75rem;height:7.5rem;top:25.5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiHBoxTwDJpx4sUfoNDvnR8GiAJDPNUL { top:28.75rem;left:14.8125rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx7oAZCAsogBA9uJnaLrSMyRvxtJ0MPm { top:28.75rem;left:29.625rem;width:18.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFALdqRnmTsqB0Nt7UFT4nmuUPmu7Efr { width:23.75rem;height:7.5rem;top:25.5rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnQOrIImDWTvmqp2CLW0yCGpvFdocZf0 { top:10.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3FyDWTCB64XFFbf2zMHalBTTv2pcThc { top:18.875rem;left:23.9375rem;width:23.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCOoyzd2LUUbSaHZnssMnkLNcT8TLBkN { top:39.1875rem;left:0rem;width:47.75rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR { display:block; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuNotzsxEfTIMyTruquHWMhIKRWBezaB { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGS2mp5haWBlKRkVazrwDRnSQmcQZ8zR { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3qtas8FzLDc759sd8W9SvaCPhyJzQ2t { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfShpHTw3vPkSIzA55X1PoZDsQ1F492w { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImhdVPWlBoT1nINtNq2aM6ZZXMcTVefw { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmaM0tMIQ9ncTSArdHr84UrC9unlBJyL { top:7.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbGKI1QfplW5lXLMPiqVGSFtFuqZTP5z { top:12rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33cWuhcWo0ImyKMcdRunkhdA0GhcOQp { width:12.6875rem;height:2.5rem;top:16.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARHAsWdqHWQTonpwtM8abs6bbWhyf8ww { display:block; }
 }@media only screen and (max-width: 763px) { #uIiyePcTGuMWaq2fHqPLRDIqVHNaTAyL { top:3.3125rem;left:0rem;width:14.9375rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo { display:block; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEgXEJGCxxcWowK653vs8LzvIbwieJht { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtInTdCT0AMFsUgINUtUCEkPpTl2SC2 { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60u5xpBadb3sFXILZ9SXb2gqVqhgoyO { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQDczi56qncUxfcTXLPPFuUC4ym41nKh { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyxm1LR9Iz5lNlGgtvm5TNsvdvlHWoTp { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icOy8EwCqh4R9u7EgER2TKqDb21TGrwQ { top:10rem;left:0rem;width:20.8125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvhxEv2HCV85dxzbCMTIEv2FQLyvw3W { top:6.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txai5lCIucMsyexeMEsUOaKPz1QFXrG6 { top:18.6875rem;left:0rem;width:20.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McMQkIBBFRtmO1H0VbqXhgDKEUe1QCqk { top:20.875rem;left:0rem;width:16.625rem;height:13.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1W1oOEybK2MqciQLC9yqEpb0N9VP0nR { width:0.625rem;height:0.625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUc04rsLLK3X3OB76fUmNGZdWIbtBX3u { width:0.625rem;height:0.625rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pef7eHV1pAsKPAPWBTXlHnR2goPrT3LC { width:0.625rem;height:0.625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N69U8TZhccGJkQqJDIP4yzUwyu1X89Eh { width:0.625rem;height:0.625rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UypS1DMKmza66Jy5QgQNBteyNCFhoU { width:0.625rem;height:0.625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRFSJVJy4bfRdytqZcCmE0S3XNR7Ox6e { width:0.625rem;height:0.625rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt0ARzMiSgtXxq4uVCecXwbXoTDhlk6X { top:4.9375rem;left:0rem;width:17.625rem;height:5.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X { display:block; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJbHBP5oADS58hU6IOgctxMSwH8q9Tsd { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctV1QyuQvt3h017PD5mdbzBSGeADqXko { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf9mDVXoR43Gl4EcCqud8quoCS0dyd66 { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef8ihpuSMNEFulwaGT2ks6Bg7S9xqa94 { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwHi48kRXBApnnaN4bsNT0rqxWbTP099 { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 { display:none; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dn36Z3Ise5gTiR6LFbp6pM3pWplw9nS6 { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7G26rmumAyCM4Ub3A6WqTKAGdt69kR { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgSarTh9hNQEc7X07GPChaq4twsKGHH { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1IrtzGDChvBK3sFm3Z5H4EUPCcJuixk { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E55gzh5syKODMRAfLmAEMIJnkAOFBbsf { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q { display:block; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9yTi0kN2IiZVvgeR81U3AEQWQG6SOz7 { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoSfVPMP2BuovddX5uDpEV2rHixStwZZ { top:23rem;left:0rem;width:32.625rem;height:0.65rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ZDMtXwaclc4ZoIBESECnzC2UbKa0MO { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChcxLF7dOav3Lu6WavvwK4DTRHonwfcD { top:19.125rem;left:32.75rem;width:15rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t622RqpslXt1O0eGXe8xUVK0noftSmDu { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:0.975rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvkwvbVM8C8SO8PanhHkmJvTgHIRVf5V { top:3.3125rem;left:0rem;width:8.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrHfWJuI9VpBRszlRmPAOHQOab1X6HCw { top:3.375rem;left:0rem;width:10.5625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T859wP6rshm8eRPQagbcFl2SH0BMkVtc { width:12.6875rem;height:2.5rem;top:3.3125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJlrDcFrpNPq4lb7c3AStPIoAJZ7dU0E { display:block; }
 }@media only screen and (max-width: 763px) { #Ax1d7pXqZXd0wqANwTtyD4SdxaC3mXL6 { top:3.375rem;left:10.8125rem;width:7.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #twyPbc9HSX7fKSkz9zEGo5TTpel8fTp5 { top:3.5rem;left:17.0625rem;width:11.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfnaU7LWkrNleFlG10MTIJLQNW7HSxOy { width:10.125rem;height:1rem;top:3.5625rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAzZaqhxMMoU4bsVuKQddzfwJLtiQMlz { display:block; }
 }@media only screen and (max-width: 763px) { #toJZvzD2LUUSuuhsV0FCPJkfExh1bHGW { width:10.125rem;height:1rem;top:4.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk2WTu9hgJrDuCEzqD1o0xhtMEFVKaJB { display:block; }
 }@media only screen and (max-width: 763px) { #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 { display:none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKCouql3PIT58wzndGzAdazrc7FCPvr4 { width:31.25rem;height:0.125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agfWFcTXnOFlq0WnEfaLpH03Cf0qgVwf { top:23rem;left:0rem;width:32.625rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOE1Dv1f3JXQfcXHhI5TwxERH4revCtP { width:16.25rem;height:9.375rem;top:15.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1HKXqoOL0cwmpP6pcQGwTTbl4yZgIC { top:19.125rem;left:32.75rem;width:15rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8qdhNJMqCwWxvKmKO53B4ufSJs3StGI { top:16.4375rem;left:42.6875rem;width:5.0625rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBLd0rEfRBXmfg9q29NAM29wkLQTOiE { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:#000000;background-image:none;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEK4fVT9nmuXmC5E90bgdkLr9ZDk0ROT { width:9.8125rem;height:5.6875rem;top:0rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g { background-color:#001e50;background-image:url("https://images.assets-landingi.com/uc/b6d4a815-d150-411a-9950-985eaca24a70/tlo_main.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.adaptive-delivery-prevent-bg, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyload, #dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g.lazyloading { background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { background-color: transparent; background-image: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row > .video-iframe-container { display: none; }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .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); }#dO6dAZ6gsaZ9bMieUKFlN1J8Wf9ZsH3g > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:17.9375rem;height:1.95rem;top:7.375rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIc8EZXx8xOso362Wpib3nEZq0b85i6 { width:6.625rem;height:1rem;top:18.16250038147rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ebJyxPGOBdwQk1eA1SObU8dIvJaBoCoR { display:block; }
 }@media only screen and (max-width: 763px) { #AumNTPSXEnWFaJpotu3oCnRqMsDdz0Ta { width:20rem;height:0.89375rem;top:9.41250038147rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKMtT1DThQmRRHgEfkJQBq08khtlI7qM { background-color:#1b1b1b;background-image:none;display:block; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container { background-color: transparent; background-image: none; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container > .video-iframe-container { display: none; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row > .video-iframe-container { display: none; }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .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); }#rKMtT1DThQmRRHgEfkJQBq08khtlI7qM > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem;display:block;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-text {padding-top: 0; padding-bottom: 0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;display:block;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-select {padding-top: 0; padding-bottom: 0;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-input-button { width:7.75rem;margin-top:0.25rem;margin-right:4.75rem;margin-bottom:0.25rem;margin-left:4.75rem;text-align:center;text-align-last:center;font-size:0.75rem;overflow:hidden; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.4375rem;overflow:hidden;height:auto;text-align:justify;text-align-last:initial; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc  { width:17.25rem;height:auto;top:6.375rem;left:0rem; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc {display:block;}#W4clZzr2EKS5kDMD6biioZXMSlrMCTFc { width:17.25rem;height:auto;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #pwXDTReRdQW3nrMUxFFQBDkuu8flnzXl {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #zTKsSAazTaHnWhDqGQrlNrJ2yvW0XLhP { display:none; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #kbnHPd7Dux8XTvRUCwUoTJTMPRTQNP5n {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #gMUCF9TplkA3wNgqNXuuyXinT6svoWgk {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #uyAw61aCOTv91qLdrJZkmdFZtB0ncUEv { display:none; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #fHp1UUlWgGTkXReoThg3HHNPV1Dqwlrd {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #JEP5KfdHa9JRcLwtXqk1OnffBM35HM4Q {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #BVJ1MeGGBGufnGtgwFADANZ5vQQfzlTS { display:none; }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #dDLV1bsLQDDr9sWk3oyKgroRHrpo3pWD {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #J2rP7HgCMkOGeNfWsr8LCGnBSscTfgat {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #nHz1nPZiaad6fLDL7fJHvc2rPksPutD6 {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #hcgOVga1GRz1B38QIurLRaeSt5Pysr1S {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #epJFiGW8atV98dNPJE1scS4RqGEf4C7e {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #JgQa2nJOvdJw4clUz96NP5iZX6CcBxrC {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #Kse1N73XTLD6FU2ubmAwPQocP00iL4dd {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #xESJyt002d5LXCGJ34tZe3yubMIu1L3I {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #wwEZvJPwVrOBN0lV1JtIcSPynkwHRSur {  }
 }@media only screen and (max-width: 763px) { #W4clZzr2EKS5kDMD6biioZXMSlrMCTFc #umOS98nDGgXphdk0TsptX8uB4JsZAl4D {  }
 }@media only screen and (max-width: 763px) { #oiSVTu1x6qfSBEvC11ATvMkoWyE6gmg0 { width:17.9375rem;height:2.1108375rem;top:1.375rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsimH1uR6vFZq9ePo5XO6g3sRHCkX5gH { width:6.625rem;height:1rem;top:18.16250038147rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gW6K9ysSPgNXkUBTS3HDfw8OPoJ0IyzT { display:block; }
 }@media only screen and (max-width: 763px) { #izCyaWKvHR2DTVWhmK1Ce9Z1c5qlk212 { width:17.1875rem;height:0;top:5.3729162216186rem;left:1.40625rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #UBTAKzqco82frVBgahPAoIysJ0Zr1EXu { width:17.1875rem;height:1.95rem;top:4.4375rem;left:1.4375rem;font-size:0.75rem;line-height:1.3;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d5a1618-80a4-4d3c-a8a1-34f64e66e15e/pic_1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.adaptive-delivery-prevent-bg, #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.lazyload, #EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW.lazyloading { background-image: none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { background-color: transparent; background-image: none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container > .video-iframe-container { display: none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row > .video-iframe-container { display: none; }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .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); }#EwPO6wJfZ8OVxyEIk01IfJktQ17uAFvW > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opdGZwlnuoERvLDgSkiiJNRTea5LNqFd { width:8.4375rem;height:0;top:43.450000762939rem;left:5.78125rem;font-size:0.75rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #T28R6poTWGxIF7T1lTzO1IAZmkzGzRTB { width:9.8125rem;height:0;top:45rem;left:5.09375rem;font-size:0.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #M3BXKElqtCUOSAuqZ23r208Dif8IXEdI { width:10.9375rem;height:6.25rem;top:42.4375rem;left:4.4375rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #Fzo9Cr4i9A1iKnoqsaImx6a4fzuVfoTs { width:12rem;height:0;top:50.375rem;left:4rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ { background-color:#353737;background-image:none;display:block; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { background-color: transparent; background-image: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row > .video-iframe-container { display: none; }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .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); }#zeuf0LIcGecOHeqKl6riSt1sfpCFomCZ > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVI6uGzITaDbQgxp5P0TczywXvVQDaeN { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTyUuVWK2UWrqJC4h5Gt5fodm1uQDQM5 { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ta2ZuaUEWC0bpo48EKowKMc6PyLcBhWf { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #pNtWiOyvxFUhMs10wi1agB4AIgdhAqqa { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhdF9hnzEUh3iQ4ODDOLwcdTEAERoNvw { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KatCtGI8xy8KgTmEimnCVbyzkDOfSZdJ { width:16.3125rem;height:2.1108375rem;top:40.81875038147rem;left:1.84375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLrhMJJu0fLdoIyMh38kI4afnAluKDR { width:11.75rem;height:0.975rem;top:13.6875rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #b83lZTh86idcyGQxs7aAfU708LwBv099 { width:19.75rem;height:4.75rem;top:39.75rem;left:0rem;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2HlXnmqaG5aiq8xxJmTLfB5PuodqmNp { width:19.75rem;height:3.75rem;top:12.1875rem;left:0rem;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D98R9K7XHEdoyyyzDREcIiDgzxKiJTaz { width:19.75rem;height:3.75rem;top:16.75rem;left:0rem;z-index:15011;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk0fCcLdoKOv2URrKg9Tx2e1desqw4Tk { width:19.75rem;height:3.75rem;top:21.3125rem;left:0rem;z-index:15009;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9pwOxVCs6WIiCT5oDKKXrftm3Q5lfdD { width:11.5625rem;height:0.975rem;top:18.25rem;left:4.25rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yrCPFsvxCmwJc4yeJ6T1oWMm9IW80OqL { width:14.625rem;height:0.65rem;top:23.5625rem;left:2.6875rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kZ47c9EebTf2pwNMd2BZNTVev9UPzZ5B { width:20rem;height:1.3rem;top:2.0979156494141rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qM1UBsWFH6XL1uAvRIcdi4ld3AshCDRo { width:19.75rem;height:3.75rem;top:25.9375rem;left:0rem;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7bUFzDeu5XhFwKs07bh6cL7aMFVm02O { width:18.125rem;height:0.975rem;top:27.4375rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #xu7ss3FkQXDoP0w6gugvoeXTTXHSnsJZ { width:19.75rem;height:3.75rem;top:30.625rem;left:0rem;z-index:15011;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiHBoxTwDJpx4sUfoNDvnR8GiAJDPNUL { width:18.125rem;height:0.975rem;top:32.125rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Vx7oAZCAsogBA9uJnaLrSMyRvxtJ0MPm { width:18.125rem;height:0.975rem;top:36.6875rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DFALdqRnmTsqB0Nt7UFT4nmuUPmu7Efr { width:19.75rem;height:3.75rem;top:35.1875rem;left:0rem;z-index:15009;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnQOrIImDWTvmqp2CLW0yCGpvFdocZf0 { width:15.625rem;height:5.84911875rem;top:4.6000003814697rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #g3FyDWTCB64XFFbf2zMHalBTTv2pcThc { width:20rem;height:0.975rem;top:22.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RCOoyzd2LUUbSaHZnssMnkLNcT8TLBkN { width:20rem;height:0.65rem;top:43.141666412354rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/161d6a8e-6b69-4861-bead-ba5f2671b5b8/bonus.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.adaptive-delivery-prevent-bg, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyload, #HIhmkfthNaGJzobexe5JsBqTeZS1K2gR.lazyloading { background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { background-color: transparent; background-image: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row > .video-iframe-container { display: none; }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .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); }#HIhmkfthNaGJzobexe5JsBqTeZS1K2gR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuNotzsxEfTIMyTruquHWMhIKRWBezaB { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGS2mp5haWBlKRkVazrwDRnSQmcQZ8zR { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d3qtas8FzLDc759sd8W9SvaCPhyJzQ2t { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #wfShpHTw3vPkSIzA55X1PoZDsQ1F492w { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImhdVPWlBoT1nINtNq2aM6ZZXMcTVefw { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmaM0tMIQ9ncTSArdHr84UrC9unlBJyL { width:16.625rem;height:1.3rem;top:1.5625rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FbGKI1QfplW5lXLMPiqVGSFtFuqZTP5z { width:14.9375rem;height:0;top:4.09375rem;left:2.53125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #T33cWuhcWo0ImyKMcdRunkhdA0GhcOQp { width:11.25rem;height:2.5rem;top:7.15625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARHAsWdqHWQTonpwtM8abs6bbWhyf8ww { display:block; }
 }@media only screen and (max-width: 763px) { #uIiyePcTGuMWaq2fHqPLRDIqVHNaTAyL { width:14.9375rem;height:2.925rem;top:3.4874992370606rem;left:2.53125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LqZAwoaknXZr9yTfULZ9HPx35eDsRURo { background-color:#1b1b1b;background-image:none;display:block; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { background-color: transparent; background-image: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row > .video-iframe-container { display: none; }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .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); }#LqZAwoaknXZr9yTfULZ9HPx35eDsRURo > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEgXEJGCxxcWowK653vs8LzvIbwieJht { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUtInTdCT0AMFsUgINUtUCEkPpTl2SC2 { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C60u5xpBadb3sFXILZ9SXb2gqVqhgoyO { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #HQDczi56qncUxfcTXLPPFuUC4ym41nKh { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wyxm1LR9Iz5lNlGgtvm5TNsvdvlHWoTp { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #icOy8EwCqh4R9u7EgER2TKqDb21TGrwQ { width:14.875rem;height:0;top:5.1875rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #IcvhxEv2HCV85dxzbCMTIEv2FQLyvw3W { width:11.875rem;height:1.3rem;top:1.9375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #txai5lCIucMsyexeMEsUOaKPz1QFXrG6 { width:20rem;height:0.975rem;top:11.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #McMQkIBBFRtmO1H0VbqXhgDKEUe1QCqk { width:16.625rem;height:14.625rem;top:14.25rem;left:1.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #U1W1oOEybK2MqciQLC9yqEpb0N9VP0nR { width:0.4375rem;height:0.4375rem;top:15.5625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUc04rsLLK3X3OB76fUmNGZdWIbtBX3u { width:0.4375rem;height:0.4375rem;top:17.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pef7eHV1pAsKPAPWBTXlHnR2goPrT3LC { width:0.4375rem;height:0.4375rem;top:20.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N69U8TZhccGJkQqJDIP4yzUwyu1X89Eh { width:0.4375rem;height:0.4375rem;top:22.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UypS1DMKmza66Jy5QgQNBteyNCFhoU { width:0.4375rem;height:0.4375rem;top:25.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRFSJVJy4bfRdytqZcCmE0S3XNR7Ox6e { width:0.625rem;height:0.625rem;top:36.375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bt0ARzMiSgtXxq4uVCecXwbXoTDhlk6X { width:17.625rem;height:5.84911875rem;top:4.5rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ad471ae-35cb-44e9-a728-9be95759c352/pic_a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.adaptive-delivery-prevent-bg, #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.lazyload, #olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X.lazyloading { background-image: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { background-color: transparent; background-image: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row > .video-iframe-container { display: none; }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .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); }#olTs5y0TXJwscKZHDA1X2sxxFWTJSV5X > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJbHBP5oADS58hU6IOgctxMSwH8q9Tsd { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctV1QyuQvt3h017PD5mdbzBSGeADqXko { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pf9mDVXoR43Gl4EcCqud8quoCS0dyd66 { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #Ef8ihpuSMNEFulwaGT2ks6Bg7S9xqa94 { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwHi48kRXBApnnaN4bsNT0rqxWbTP099 { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6ada38f-4c76-4a90-aefe-957e29781233/pic_b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2.adaptive-delivery-prevent-bg, #ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2.lazyload, #ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2.lazyloading { background-image: none; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row .container { background-color: transparent; background-image: none; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row .container > .video-iframe-container { display: none; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row > .video-iframe-container { display: none; }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .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); }#ENqAKCkm26wTbATgAU0U2xJvDhgO8dA2 > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dn36Z3Ise5gTiR6LFbp6pM3pWplw9nS6 { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pr7G26rmumAyCM4Ub3A6WqTKAGdt69kR { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SkgSarTh9hNQEc7X07GPChaq4twsKGHH { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #M1IrtzGDChvBK3sFm3Z5H4EUPCcJuixk { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #E55gzh5syKODMRAfLmAEMIJnkAOFBbsf { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q { background-color:#000000;background-image:none;display:block; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container { background-color: transparent; background-image: none; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container > .video-iframe-container { display: none; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row > .video-iframe-container { display: none; }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .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); }#WRIRcUcvsMJXB6X7wpZDbZDPFyrJPy0Q > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9yTi0kN2IiZVvgeR81U3AEQWQG6SOz7 { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoSfVPMP2BuovddX5uDpEV2rHixStwZZ { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R7ZDMtXwaclc4ZoIBESECnzC2UbKa0MO { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #ChcxLF7dOav3Lu6WavvwK4DTRHonwfcD { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t622RqpslXt1O0eGXe8xUVK0noftSmDu { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvkwvbVM8C8SO8PanhHkmJvTgHIRVf5V { width:11.75rem;height:0.975rem;top:2.125rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QrHfWJuI9VpBRszlRmPAOHQOab1X6HCw { width:11.25rem;height:1.9497125rem;top:3.75rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #T859wP6rshm8eRPQagbcFl2SH0BMkVtc { width:11.25rem;height:2.5rem;top:13.737499237061rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJlrDcFrpNPq4lb7c3AStPIoAJZ7dU0E { display:block; }
 }@media only screen and (max-width: 763px) { #Ax1d7pXqZXd0wqANwTtyD4SdxaC3mXL6 { width:7.1875rem;height:0.975rem;top:7.875rem;left:6.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #twyPbc9HSX7fKSkz9zEGo5TTpel8fTp5 { width:8.3125rem;height:1.9497125rem;top:9.4375rem;left:5.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nfnaU7LWkrNleFlG10MTIJLQNW7HSxOy { width:10.125rem;height:1rem;top:9.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAzZaqhxMMoU4bsVuKQddzfwJLtiQMlz { display:block; }
 }@media only screen and (max-width: 763px) { #toJZvzD2LUUSuuhsV0FCPJkfExh1bHGW { width:10.125rem;height:1rem;top:10.49374961853rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk2WTu9hgJrDuCEzqD1o0xhtMEFVKaJB { display:block; }
 }@media only screen and (max-width: 763px) { #ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { border-width: 0; border-radius: 0; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENLR0m4f4Wf1ZH5yMHnmyXlx22MB8Ra6 > .row .container { width:20rem;height:14.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TKCouql3PIT58wzndGzAdazrc7FCPvr4 { width:20rem;height:0.125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #agfWFcTXnOFlq0WnEfaLpH03Cf0qgVwf { width:20rem;height:0;top:38rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cOE1Dv1f3JXQfcXHhI5TwxERH4revCtP { width:16.25rem;height:9.375rem;top:50.9375rem;left:1.8125rem;border-top:0.0625rem solid #001e50;border-left:0.0625rem solid #001e50;border-right:0.0625rem solid #001e50;border-bottom:0.0625rem solid #001e50;display:none; }
 }@media only screen and (max-width: 763px) { #uM1HKXqoOL0cwmpP6pcQGwTTbl4yZgIC { width:15rem;height:0;top:54.78125rem;left:2.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8qdhNJMqCwWxvKmKO53B4ufSJs3StGI { width:5.0625rem;height:0;top:52.125rem;left:7.53125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuBLd0rEfRBXmfg9q29NAM29wkLQTOiE { height:11.25rem;width:20rem;top:1.625rem;left:0rem;z-index:15026;display:block; }
 }