.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Manrope";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/01e72f09-d3ed-42c4-91c8-d50e2c434962/fX4qDtjEx58RDMEQ2paoAsRYtqI.svg");background-position:bottom 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; }#hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf.adaptive-delivery-prevent-bg, #hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf.lazyload, #hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf.lazyloading { background-image: none; }#hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf > .row .container { border-width: 0; border-radius: 0; }#hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/da59e320-97fb-4c9c-a433-fef8711d087f/FINALEJEK3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww.adaptive-delivery-prevent-bg, #LroRmCRK4VGpgJmZQvgggfhuuziD2Jww.lazyload, #LroRmCRK4VGpgJmZQvgggfhuuziD2Jww.lazyloading { background-image: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container { background-color: transparent; background-image: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container > .video-iframe-container { display: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row > .video-iframe-container { display: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .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); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container { border-width: 0; border-radius: 0; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#VEeL1Rx43ps6gW78D2eox9ky1OCLVkLG { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:52.75rem;top:11.3125rem;left:0rem;overflow:hidden;display:none; }
#rBt9XxTG5RSb4XRIDfnx6X6oMO7bJvst { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ZhxaCnWMSMCMueSc7ka4GCOump1zCnp3 { position:absolute;display:block;z-index:14999;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:37.125rem;width:42.125rem;top:4.998046875rem;left:9.59375rem;overflow:hidden;display:block; }
#M5SzveVenTFJRdeTKRhg6otiKQx2g9sE { position:absolute;display:block;z-index:15003;height:2.8125rem;width:23.125rem;top:32.373054504394rem;left:25.937501907349rem;display:block; }
#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de0d675d-5c42-4257-8422-3da675315830/geminiimage2_Dark_futuristic_grid_background_subtle_perspective_grid_lines_thin_neonpurple_l0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg.adaptive-delivery-prevent-bg, #Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg.lazyload, #Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg.lazyloading { background-image: none; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row .container { background-color: transparent; background-image: none; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row .container > .video-iframe-container { display: none; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row > .video-iframe-container { display: none; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .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); }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row .container { border-width: 0; border-radius: 0; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg::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; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row .container { font-size:0.875rem;font-family:arial;height:89.625rem;width:75rem;position:relative;display:block; }#TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS { box-sizing:content-box;height:4.0625rem;width:22.875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22fb73df-7b38-4e14-9166-33dfded6ecf9/Projektbeznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:11.75rem;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; }#TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS.adaptive-delivery-prevent-bg, #TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS.lazyload, #TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS.lazyloading { background-image: none; }
#TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#x4WgVEGNibkz2FIEv6X321WqXGDHDdSO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.9375rem;left:16.375rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JroL5DIWHn68I2a2OeLP264L13sEVVKX { box-sizing:content-box;height:26.375rem;width:24.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5rem;left:11.1875rem;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; }
#M6Zeri55otgyog0lsPBvFfDWNL9eJGg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3111875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.0625rem;left:13.5625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#loMOBRGOEuHzRVDaH9vhesBspPxQWb6T { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:49.0625rem;left:15.6875rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtNlwDETOLDHdTDaVTxOwblOM6nKZA8i { box-sizing:content-box;height:4.3125rem;width:22.875rem;position:absolute;display:block;z-index:15013;background-color:#f1edff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.375rem;left:11.75rem;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; }
#euIF9hnkggQXnw0d7RMhGFfKhHTbCLr2 { box-sizing:content-box;height:26.375rem;width:24.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5rem;left:39.75rem;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; }
#nd6q08MlTTBT3A6DOJ7gcyS0huySTzTT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29rem;left:45.625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oLZutcQoPwynVCErCTn2bS7y90TRpmEI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.0625rem;left:40rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BK71c8Hkwc8iOg55EilzEfJWFtm6iFoT { box-sizing:content-box;height:4.3125rem;width:22.875rem;position:absolute;display:block;z-index:15014;background-color:#f1edff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.375rem;left:40.375rem;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; }
#JheRcOFKKXiKQry0WNQX78lJirCQeGE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:49.125rem;left:44.25rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K8WHSR3twN1TzFRNKSlMF5Au5PHZ6V3l { box-sizing:content-box;height:27.9373125rem;width:24.0625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -moz-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -ms-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -o-linear-gradient(180deg, #7c3aed, #4f46e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3aed', endColorstr='#4f46e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3aed', endColorstr='#4f46e5' );";background-image: linear-gradient(180deg, #7c3aed, #4f46e5);background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:56.8125rem;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; }
#FelNwT7dSnmKTZQuOFnyy5vgV18un5kJ { box-sizing:content-box;height:4.0625rem;width:22.874375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5625rem;left:26.1875rem;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; }
#hmlCOIGzehdw3TODDTPCmFaTUsPtm6oC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:58.3125rem;left:30.875rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDrrqKIbHKTkt19UuPHvbP4Vr6TbJxeh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:66.375rem;left:27.1875rem;height:4.71136875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bBeI6BT57DTk033AERp7REn2P0ZtlEnl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.2498125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:80.625rem;left:30.8125rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXrOVDWiii5kGCmLdu2bDUT5dzqBCHkZ { box-sizing:content-box;height:4.31206875rem;width:22.874375rem;position:absolute;display:block;z-index:15014;background-color:rgba(2,2,4,0.38);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.9375rem;left:26.1875rem;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; }
#vg4vsJ1hbiEAJdAcMiSDZPvOo926kCuy { position:absolute;display:block;z-index:15019;height:0.625rem;width:20.625rem;top:40.875rem;left:12.875rem;display:block; }
#gB1ZZRFGBubLJbUZob4SCKkQJUXHGkZr { position:absolute;display:block;z-index:15020;height:0.625rem;width:20.625rem;top:36.3125rem;left:41.5rem;display:block; }
#J6eBPxVxX0TM6kl3TrOURWdlKQPI3yBU { position:absolute;display:block;z-index:15020;height:0.625rem;width:20.625rem;top:71.8125rem;left:27.3125rem;display:block; }
#MiC4JyWKCSyiwQd0ympIXyqyZ2XT51nR { position:absolute;display:block;z-index:15021;height:0.625rem;width:20.625rem;top:40.875rem;left:41.5rem;display:block; }
#uSgyTiu5ic7vly9s8UNGE6rTmnoKLe0i { position:absolute;display:block;z-index:15022;height:0.625rem;width:20.625rem;top:36.375rem;left:12.875rem;display:block; }
#mfOy66chNeR2XD6GUvpJexvu9GmLCMtH { position:absolute;display:block;z-index:15021;height:0.625rem;width:20.625rem;top:65.125rem;left:27.3125rem;display:block; }
#E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE { box-sizing:content-box;height:4.0625rem;width:22.875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22fb73df-7b38-4e14-9166-33dfded6ecf9/Projektbeznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.1875rem;left:40.375rem;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; }#E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE.adaptive-delivery-prevent-bg, #E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE.lazyload, #E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE.lazyloading { background-image: none; }
#E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#MngMe1x6XisvTU74DgZB3ZzNBWuyMk2r { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:48.8125rem;left:11.75rem;overflow:hidden;display:block; }
#w0mZFOoERkt0LzJASveOl09Gc7krG2gR { position:absolute;display:block;z-index:15024;height:4.87413125rem;width:2.31228125rem;top:0.62499618530274rem;left:72.154954910281rem;display:block; }
#aLLoXc2eIRqnF1l5xNPs8mH6AIhyuqqa { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:48.8125rem;left:40.375rem;overflow:hidden;display:block; }
#mMdT0rEoD9khXu5HqtQTTuWrLplEgiDk { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:80.375rem;left:26.6875rem;overflow:hidden;display:block; }
#fkMhSnMU9RNkZKQDAtKxQpIPrm1FQWdA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1235rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:73.4375rem;left:26.5625rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZW245xypzT4zTrMDRXPKA1fx2Aqs4QcA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1235rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:42.1875rem;left:12.125rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P29pJ39PtuBIrlN70MvwyTelKAAJ3FD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1235rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:42.1875rem;left:40.75rem;height:5.69824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hgh1DJVuN9gQOVBtEUOPw97tZT5WmTgX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:33.4375rem;left:15.75rem; }
#e9cyt40qrwxnErTduLyXctgm9y7RbsT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.6875rem;left:17rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vPDL2m8TW050rZDFh76yXA8WwZTDpBMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:33.4375rem;left:23.6875rem; }
#Dil15DMFzbdQXk8JTEWP5sK3OE5E5mN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.625rem;left:24.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wNDOIF1SQt3QWpSsfoNDHcWxhLWknuID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:33.4375rem;left:44.9375rem; }
#NsuaPounfmT11yIHbcSLMvsvTULb0rFl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.625rem;left:46.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fS8ozIRS6rfcUM5xvvDVzzweN2SfoSWd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:33.4375rem;left:52.875rem; }
#MWDJlTnZi3uq4FVVGCJtfXtgFUhV0EGy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:33.625rem;left:53.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTNngzgsUi4881CcseIyJlda82M0AegO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:62.375rem;left:29.875rem; }
#TJeVwxhTQxvkwo1F29Ac4HXwisvCIuLV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:62.5625rem;left:31.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQGmar9hwctsoDHBTLo0e2C6xGsPS0I7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:62.375rem;left:37.875rem; }
#z5D64VOH7ZSp82WOwkAVoPBVoC0lTULJ { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1235rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:62.5625rem;left:38.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DXJSqouJtnAkD1P7W1PDk5Mup2NkpngT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:21rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r19BFcPCc6SDopJySO5uhWBxm6PUenpc { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6d28d9, #4f46e5);background-image: -moz-linear-gradient(90deg, #6d28d9, #4f46e5);background-image: -ms-linear-gradient(90deg, #6d28d9, #4f46e5);background-image: -o-linear-gradient(90deg, #6d28d9, #4f46e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d28d9', endColorstr='#4f46e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d28d9', endColorstr='#4f46e5' );";background-image: linear-gradient(90deg, #6d28d9, #4f46e5);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.27342375rem;height:4.58572375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.75rem;left:21.375rem;display:block; }
#ZDOOd5k9ZidcsMuTXvGwMrubVW22rM0S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBubcE1czv5CcQTIVJgpttqFbu1gnO85 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.62283134460449rem;left:9.3750019073488rem;height:11.69825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c449f3d-06a2-45db-985b-224e98289591/wallpaper9997852_1280.jpg");background-position:bottom 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; }#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h.adaptive-delivery-prevent-bg, #c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h.lazyload, #c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h.lazyloading { background-image: none; }#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h > .row .container { border-width: 0; border-radius: 0; }#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h::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; }#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:none; }#bcdKkXFpObGcqJZCWbcM9VCt9faNdumh { position:absolute;display:block;z-index:15000;height:6.18706875rem;width:28.311625rem;top:2.4348945617676rem;left:24.436849594116rem;display:block; }
#MTrkO86T0f6K4xEgtb5reKRKXgyM778h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #000000);background-image: -moz-linear-gradient(180deg, #000000, #000000);background-image: -ms-linear-gradient(180deg, #000000, #000000);background-image: -o-linear-gradient(180deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #000000, #000000);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; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row .container { background-color: transparent; background-image: none; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row .container > .video-iframe-container { display: none; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row > .video-iframe-container { display: none; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .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); }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row .container { border-width: 0; border-radius: 0; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row .container { font-size:0.875rem;font-family:arial;height:83.75rem;width:75rem;position:relative;display:block; }#QKAvg20scxnPBlRTrA6EhidAHJOUSsQZ { box-sizing:content-box;height:59.0625rem;width:43.8748125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -moz-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -ms-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -o-linear-gradient(180deg, #7c3aed, #4f46e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3aed', endColorstr='#4f46e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3aed', endColorstr='#4f46e5' );";background-image: linear-gradient(180deg, #7c3aed, #4f46e5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.749349832535rem;left:15.562067031861rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#qupxJbTETPTOOqnZebt6CLK8H2f7U5Lo { color:#ffffff;display:block;width:43.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.061632394791rem;left:15.531686782837rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irtndkQBWX7yGE1y1kFUtP1mTRtGuUDK { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.811625rem;width:41.749125rem;top:28.748916864395rem;left:16.846788406372rem;overflow:hidden;display:block; }
#ERA468v9fT8qTGHTtyvao2R79I6lLd5B { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5625rem;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:25.623916864395rem;left:16.942274093628rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M26GIiIdnfHl9LVt37DJwyMGVQ5BAnTS { color:#fefdff;display:block;width:36.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:51.124126672745rem;left:19.405382156372rem;height:4.71136875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h1snO6KwrT0lSygoZruGcS7pcqlAuwlt { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:57.25rem;left:23.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#milIMxHBt4G8AdQzmqvTMJ62SExppPxf { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:60.25rem;left:23.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#qDHTMkqPMs5BzGu94y4Orcbp1l3yrqT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:63.3125rem;left:23.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Z5yPx4rC8Q85IkLMOF7GxKhmbepNqyl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:66.125rem;left:23.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#uO92QPn1M0mewfs9xTEqX2DwITQaZUvs { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:68.9375rem;left:23.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Nu04iuPu5kl1VpchWU2PM1CQzE6ncLQV { background-color:transparent;background-image: -webkit-linear-gradient(195deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(195deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(195deg, #ffffff, #ffffff);background-image: -o-linear-gradient(195deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(195deg, #ffffff, #ffffff);background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.34504875rem;height:4.65733625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:72.936191797256rem;left:21.319444656372rem;display:block; }
#mDqTvv72eUeFCeoGhaMnfXfxSdGBBcXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMgXyoiF8NJ2DTAN3I7yclFfFT6OFDRb { box-sizing:content-box;height:2.5rem;width:2.5rem;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:rgba(var(--color-tertiary-0),0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.8125rem;left:19.8125rem;display:block; }
#bKzd4gIWc9EUH1Gk5MVhhZnkZzXkc5ky { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15032;background-color:rgba(var(--color-tertiary-0),0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.8125rem;left:19.8125rem;display:block; }
#Z7QTsnBGAM2K3CpDJ1TbAlbDvfxavMWV { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15033;background-color:rgba(var(--color-tertiary-0),0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.875rem;left:19.8125rem;display:block; }
#uZ0gn6HdagaKJG1weu2fBi2d5HGqTZ24 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.6875rem;left:19.8125rem;display:block; }
#LE4d8D04tA27bkPUc58PDZHL3q8Bx0k6 { box-sizing:content-box;height:2.5rem;width:2.5rem;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:15035;background-color:rgba(var(--color-tertiary-0),0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.5rem;left:19.8125rem;display:block; }
#wB8dDL929bEp3AReR80vbRaI9HGTNixl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:57.25rem;left:20.1875rem; }
#yhVxB4hZVu2twR8tCPpudVCk2pW8bzXi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:60.1875rem;left:20.25rem; }
#yWtpnlVqcVTZ9xegAktzxiUQxqK4QCXd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:63.3125rem;left:20.1875rem; }
#A1gcxuI4Zz2Ss4xSPfbFQg1EaKhXw6dH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:66.125rem;left:20.1875rem; }
#KNknrPXCO3rvVqOz0ncAZV36I2rCK0lP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:68.9375rem;left:20.1875rem; }
#GaV9t1pggegdk2Rs5OxsP8I4uNbmmohf { position:absolute;display:block;z-index:15041;height:3.75rem;width:6.6875rem;top:36.5625rem;left:7.125rem;display:block; }
#THqT0mIcFw6TrS3Z4Whtyfimz8b37rvc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.1284732818604rem;left:11.250001907349rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awtzzgXhKq4TNMZM6aR0CicZkPhMhI7i { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.310981750488rem;left:19.906686782837rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lwmewqlaXmAPOsOM5AXMJFbl1vKA9J8x { position:absolute;display:block;z-index:15042;height:3.81185rem;width:38.75rem;top:1.4398880004882rem;left:18.125001907349rem;display:block; }
#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #000000, rgba(22,2,84,0.86));background-image: -moz-linear-gradient(179deg, #000000, rgba(22,2,84,0.86));background-image: -ms-linear-gradient(179deg, #000000, rgba(22,2,84,0.86));background-image: -o-linear-gradient(179deg, #000000, rgba(22,2,84,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#160254db' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#160254db' );";background-image: linear-gradient(179deg, #000000, rgba(22,2,84,0.86));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; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row .container { background-color: transparent; background-image: none; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row .container > .video-iframe-container { display: none; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row > .video-iframe-container { display: none; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .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); }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row .container { border-width: 0; border-radius: 0; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row .container { font-size:0.875rem;font-family:arial;height:72.625rem;width:75rem;position:relative;display:block; }#ET3deoBHhaSIf05CHvJLOVRrJftSSUmQ { position:absolute;display:block;z-index:15016;height:46.875rem;width:75rem;top:21.64497089386rem;left:0rem;display:block; }
#ci3ckeRA4pNcH1LNCE0ltUqbcmwW6zcW { color:rgba(var(--color-tertiary-0),1);display:block;width:46.7480625rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9364042282104rem;left:14.125436782837rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RWdao7vKRCSdgn0c3GTRGbgxW2PxMo66 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:21rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIhWlfOurmOSTZ4JWDytR6MyvXeD9w80 { position:absolute;display:block;z-index:15017;height:2.62478125rem;width:38.75rem;top:1.9596366882324rem;left:18.125001907349rem;display:block; }
#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(22,2,84,0.86), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(22,2,84,0.86), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(22,2,84,0.86), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(22,2,84,0.86), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#160254db', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#160254db', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(22,2,84,0.86), rgba(var(--color-tertiary-4),1));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; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container { background-color: transparent; background-image: none; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container > .video-iframe-container { display: none; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row > .video-iframe-container { display: none; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .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); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container { border-width: 0; border-radius: 0; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container { font-size:0.875rem;font-family:arial;height:81.9375rem;width:75rem;position:relative;display:block; }#qJO9RU52turHACLZXSSnnyS61094pB6t { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:32.874375rem;width:21.875rem;top:11.625rem;left:3.625rem;overflow:hidden;display:block; }
#DrJzJ3oGMaudbHpRgnEcqFbHXJrhAm6y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.125rem;left:32.5rem; }
#Q7vKpFcLEyu903nP79TRyL3XZDchzFFG { box-sizing:content-box;height:25rem;width:0.1875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d00900, #6f0d12);background-image: -moz-linear-gradient(180deg, #d00900, #6f0d12);background-image: -ms-linear-gradient(180deg, #d00900, #6f0d12);background-image: -o-linear-gradient(180deg, #d00900, #6f0d12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#6f0d12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00900', endColorstr='#6f0d12' );";background-image: linear-gradient(180deg, #d00900, #6f0d12);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:34rem;display:block; }
#ZPXLTi7CgTd0UmmKTBqipepcSTZ90Amn { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:51.878280429169rem;left:35.625001907349rem;overflow:hidden;display:block; }
#Zd49TRR6P567IvceMyihrM5z2xzT71wv { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:13.125rem;left:39.125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#oOvBP0KsJD1qHogaUGcsurW4g78BMaCc { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:17.249359130859rem;left:39.124353408814rem;height:8rem;text-align:left;text-align-last:left;display:block; }
#LxQ6XNs78yCxqwNgZ9WVnuzznHmmA5iz { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:50.9375rem;left:3.625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#XtwUFoI8Mp18IBbVk7tkg9vahE8bdGCQ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:54.811223773286rem;left:3.6241321563721rem;height:22rem;text-align:left;text-align-last:left;display:block; }
#mw2wNvxGwGeZ2lKrhyhfb1DzAJhdozKH { position:absolute;display:block;z-index:15028;height:4.56163125rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#JUkq1sRwFSLAW1a9Tup1O7mfDKhKVxKz { position:absolute;display:block;z-index:15029;height:13.75rem;width:33.875rem;top:26.754558563233rem;left:39.31858253479rem;display:block; }
#gTmcLL1fiRB7nW2DJ4UxOxGHVxyMs8tD { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:54.811223773286rem;left:3.6241321563721rem;height:21.997625rem;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf { display:block; }#hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LroRmCRK4VGpgJmZQvgggfhuuziD2Jww { display:block; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEeL1Rx43ps6gW78D2eox9ky1OCLVkLG { top:11.3125rem;left:0rem;width:47.75rem;height:26.194609004739rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBt9XxTG5RSb4XRIDfnx6X6oMO7bJvst { display:none; }
 }@media only screen and (max-width: 763px) { #ZhxaCnWMSMCMueSc7ka4GCOump1zCnp3 { top:4.9375rem;left:0rem;width:42.125rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5SzveVenTFJRdeTKRhg6otiKQx2g9sE { top:32.3125rem;left:12.312501907349rem;width:23.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg { display:block; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS { top:28.1875rem;left:0rem;width:22.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WgVEGNibkz2FIEv6X321WqXGDHDdSO { top:28.9375rem;left:2.75rem;width:12.3125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JroL5DIWHn68I2a2OeLP264L13sEVVKX { top:27.5rem;left:0rem;width:24.0625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Zeri55otgyog0lsPBvFfDWNL9eJGg2 { top:37.0625rem;left:0rem;width:19.25rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loMOBRGOEuHzRVDaH9vhesBspPxQWb6T { top:49.0625rem;left:2.0625rem;width:18.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtNlwDETOLDHdTDaVTxOwblOM6nKZA8i { top:48.375rem;left:0rem;width:22.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euIF9hnkggQXnw0d7RMhGFfKhHTbCLr2 { top:27.5rem;left:23.6875rem;width:24.0625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd6q08MlTTBT3A6DOJ7gcyS0huySTzTT { top:29rem;left:32rem;width:12.3125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLZutcQoPwynVCErCTn2bS7y90TRpmEI { top:37.0625rem;left:24.25rem;width:23.5rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK71c8Hkwc8iOg55EilzEfJWFtm6iFoT { top:48.375rem;left:24.9375rem;width:22.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JheRcOFKKXiKQry0WNQX78lJirCQeGE3 { top:49.125rem;left:29.3125rem;width:18.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8WHSR3twN1TzFRNKSlMF5Au5PHZ6V3l { top:56.8125rem;left:11.875rem;width:24.0625rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FelNwT7dSnmKTZQuOFnyy5vgV18un5kJ { top:57.5625rem;left:12.5625rem;width:22.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmlCOIGzehdw3TODDTPCmFaTUsPtm6oC { top:58.3125rem;left:17.25rem;width:12.3125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDrrqKIbHKTkt19UuPHvbP4Vr6TbJxeh { top:66.375rem;left:13.5625rem;width:20.8125rem;height:4.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBeI6BT57DTk033AERp7REn2P0ZtlEnl { top:80.625rem;left:17.1875rem;width:18.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXrOVDWiii5kGCmLdu2bDUT5dzqBCHkZ { top:79.9375rem;left:12.5625rem;width:22.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg4vsJ1hbiEAJdAcMiSDZPvOo926kCuy { top:40.875rem;left:0rem;width:20.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB1ZZRFGBubLJbUZob4SCKkQJUXHGkZr { top:36.3125rem;left:27.125rem;width:20.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6eBPxVxX0TM6kl3TrOURWdlKQPI3yBU { top:71.8125rem;left:13.6875rem;width:20.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiC4JyWKCSyiwQd0ympIXyqyZ2XT51nR { top:40.875rem;left:27.125rem;width:20.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSgyTiu5ic7vly9s8UNGE6rTmnoKLe0i { top:36.375rem;left:0rem;width:20.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfOy66chNeR2XD6GUvpJexvu9GmLCMtH { top:65.125rem;left:13.6875rem;width:20.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE { top:28.1875rem;left:24.9375rem;width:22.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MngMe1x6XisvTU74DgZB3ZzNBWuyMk2r { top:48.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0mZFOoERkt0LzJASveOl09Gc7krG2gR { top:0.5625rem;left:45.4375rem;width:2.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLoXc2eIRqnF1l5xNPs8mH6AIhyuqqa { top:48.8125rem;left:26.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMdT0rEoD9khXu5HqtQTTuWrLplEgiDk { top:80.375rem;left:13.0625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkMhSnMU9RNkZKQDAtKxQpIPrm1FQWdA { top:73.4375rem;left:12.9375rem;width:22.0625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW245xypzT4zTrMDRXPKA1fx2Aqs4QcA { top:42.1875rem;left:0rem;width:22.0625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P29pJ39PtuBIrlN70MvwyTelKAAJ3FD2 { top:42.1875rem;left:25.6875rem;width:22.0625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgh1DJVuN9gQOVBtEUOPw97tZT5WmTgX { top:33.4375rem;left:2.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9cyt40qrwxnErTduLyXctgm9y7RbsT5 { top:33.6875rem;left:3.375rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDL2m8TW050rZDFh76yXA8WwZTDpBMy { top:33.4375rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dil15DMFzbdQXk8JTEWP5sK3OE5E5mN5 { top:33.625rem;left:10.4375rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNDOIF1SQt3QWpSsfoNDHcWxhLWknuID { top:33.4375rem;left:31.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsuaPounfmT11yIHbcSLMvsvTULb0rFl { top:33.625rem;left:32.5625rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS8ozIRS6rfcUM5xvvDVzzweN2SfoSWd { top:33.4375rem;left:39.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDJlTnZi3uq4FVVGCJtfXtgFUhV0EGy { top:33.625rem;left:39.625rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNngzgsUi4881CcseIyJlda82M0AegO { top:62.375rem;left:16.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJeVwxhTQxvkwo1F29Ac4HXwisvCIuLV { top:62.5625rem;left:17.5625rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGmar9hwctsoDHBTLo0e2C6xGsPS0I7 { top:62.375rem;left:24.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5D64VOH7ZSp82WOwkAVoPBVoC0lTULJ { top:62.5625rem;left:24.625rem;width:7.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXJSqouJtnAkD1P7W1PDk5Mup2NkpngT { top:13.5625rem;left:7.375rem;width:32.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r19BFcPCc6SDopJySO5uhWBxm6PUenpc { width:32.25rem;height:4.5625rem;top:18.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOOd5k9ZidcsMuTXvGwMrubVW22rM0S { display:block; }
 }@media only screen and (max-width: 763px) { #wBubcE1czv5CcQTIVJgpttqFbu1gnO85 { top:0.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h { display:block; }#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcdKkXFpObGcqJZCWbcM9VCt9faNdumh { top:2.375rem;left:10.811849594116rem;width:28.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrkO86T0f6K4xEgtb5reKRKXgyM778h { display:block; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKAvg20scxnPBlRTrA6EhidAHJOUSsQZ { top:19.6875rem;left:1.9370670318604rem;width:43.8125rem;height:59.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qupxJbTETPTOOqnZebt6CLK8H2f7U5Lo { top:22rem;left:1.9066867828369rem;width:43.875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtndkQBWX7yGE1y1kFUtP1mTRtGuUDK { top:28.6875rem;left:3.2217884063721rem;width:41.6875rem;height:20.780905400712rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERA468v9fT8qTGHTtyvao2R79I6lLd5B { top:25.5625rem;left:3.3172740936279rem;width:41.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M26GIiIdnfHl9LVt37DJwyMGVQ5BAnTS { top:51.0625rem;left:5.7803821563721rem;width:36.125rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1snO6KwrT0lSygoZruGcS7pcqlAuwlt { top:57.25rem;left:9.5625rem;width:34.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #milIMxHBt4G8AdQzmqvTMJ62SExppPxf { top:60.25rem;left:9.5625rem;width:34.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDHTMkqPMs5BzGu94y4Orcbp1l3yrqT0 { top:63.3125rem;left:9.5625rem;width:34.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yPx4rC8Q85IkLMOF7GxKhmbepNqyl0 { top:66.125rem;left:9.5625rem;width:34.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO92QPn1M0mewfs9xTEqX2DwITQaZUvs { top:68.9375rem;left:9.5625rem;width:34.1875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu04iuPu5kl1VpchWU2PM1CQzE6ncLQV { width:32.3125rem;height:4.625rem;top:72.875rem;left:7.6944446563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqTvv72eUeFCeoGhaMnfXfxSdGBBcXe { display:block; }
 }@media only screen and (max-width: 763px) { #QMgXyoiF8NJ2DTAN3I7yclFfFT6OFDRb { top:56.8125rem;left:6.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKzd4gIWc9EUH1Gk5MVhhZnkZzXkc5ky { top:59.8125rem;left:6.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7QTsnBGAM2K3CpDJ1TbAlbDvfxavMWV { top:62.875rem;left:6.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0gn6HdagaKJG1weu2fBi2d5HGqTZ24 { top:65.6875rem;left:6.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4d8D04tA27bkPUc58PDZHL3q8Bx0k6 { top:68.5rem;left:6.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB8dDL929bEp3AReR80vbRaI9HGTNixl { top:57.25rem;left:6.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhVxB4hZVu2twR8tCPpudVCk2pW8bzXi { top:60.1875rem;left:6.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWtpnlVqcVTZ9xegAktzxiUQxqK4QCXd { top:63.3125rem;left:6.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1gcxuI4Zz2Ss4xSPfbFQg1EaKhXw6dH { top:66.125rem;left:6.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNknrPXCO3rvVqOz0ncAZV36I2rCK0lP { top:68.9375rem;left:6.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaV9t1pggegdk2Rs5OxsP8I4uNbmmohf { top:36.5625rem;left:0rem;width:6.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqT0mIcFw6TrS3Z4Whtyfimz8b37rvc { top:6.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtzzgXhKq4TNMZM6aR0CicZkPhMhI7i { top:14.25rem;left:6.2816867828369rem;width:35.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwmewqlaXmAPOsOM5AXMJFbl1vKA9J8x { top:1.4375rem;left:4.5000019073486rem;width:38.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 { display:block; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET3deoBHhaSIf05CHvJLOVRrJftSSUmQ { top:21.625rem;left:0rem;width:47.75rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci3ckeRA4pNcH1LNCE0ltUqbcmwW6zcW { top:5.875rem;left:0.50043678283691rem;width:46.6875rem;height:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWdao7vKRCSdgn0c3GTRGbgxW2PxMo66 { top:14rem;left:7.375rem;width:32.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIhWlfOurmOSTZ4JWDytR6MyvXeD9w80 { top:1.9375rem;left:4.5000019073486rem;width:38.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 { display:block; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJO9RU52turHACLZXSSnnyS61094pB6t { top:11.625rem;left:0rem;width:21.875rem;height:32.874375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJzJ3oGMaudbHpRgnEcqFbHXJrhAm6y { top:13.125rem;left:18.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7vKpFcLEyu903nP79TRyL3XZDchzFFG { top:17.25rem;left:20.375rem;width:0.125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPXLTi7CgTd0UmmKTBqipepcSTZ90Amn { top:51.875rem;left:10.25rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd49TRR6P567IvceMyihrM5z2xzT71wv { top:13.125rem;left:19.875rem;width:27.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOvBP0KsJD1qHogaUGcsurW4g78BMaCc { top:17.1875rem;left:13.5625rem;width:32rem;height:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxQ6XNs78yCxqwNgZ9WVnuzznHmmA5iz { top:50.9375rem;left:0rem;width:27.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtwUFoI8Mp18IBbVk7tkg9vahE8bdGCQ { top:54.75rem;left:0rem;width:29.375rem;height:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw2wNvxGwGeZ2lKrhyhfb1DzAJhdozKH { top:3.75rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUkq1sRwFSLAW1a9Tup1O7mfDKhKVxKz { top:26.75rem;left:13.875rem;width:33.875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmcLL1fiRB7nW2DJ4UxOxGHVxyMs8tD { top:89.6875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf { display:none; }#hI0SyqpWTQ0u9mm4hBT4LfMB3UaHGDXf > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LroRmCRK4VGpgJmZQvgggfhuuziD2Jww { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/da59e320-97fb-4c9c-a433-fef8711d087f/FINALEJEK3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww.adaptive-delivery-prevent-bg, #LroRmCRK4VGpgJmZQvgggfhuuziD2Jww.lazyload, #LroRmCRK4VGpgJmZQvgggfhuuziD2Jww.lazyloading { background-image: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container { background-color: transparent; background-image: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container > .video-iframe-container { display: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row > .video-iframe-container { display: none; }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .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); }#LroRmCRK4VGpgJmZQvgggfhuuziD2Jww > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEeL1Rx43ps6gW78D2eox9ky1OCLVkLG { width:15.125rem;height:8.25rem;top:15.404296875rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #rBt9XxTG5RSb4XRIDfnx6X6oMO7bJvst { top:1.6875rem;left:0.8125rem;width:4.249025rem;height:2.374025rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ZhxaCnWMSMCMueSc7ka4GCOump1zCnp3 { width:20rem;height:17.625rem;top:2.6855471134186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5SzveVenTFJRdeTKRhg6otiKQx2g9sE { width:20rem;height:2.8125rem;top:18.802083730698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg { display:block; }#Vefct53r0faZcsQA5Nz5ieXTcTKhtTWg > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxRlZhuZp33iHvUbiLcdOAmzSq8ul6GS { width:18.75rem;height:2.625rem;top:21rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WgVEGNibkz2FIEv6X321WqXGDHDdSO { width:12.375rem;height:2.03125rem;top:21.3125rem;left:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JroL5DIWHn68I2a2OeLP264L13sEVVKX { width:20rem;height:24.5625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Zeri55otgyog0lsPBvFfDWNL9eJGg2 { width:16.936875rem;height:2.27430625rem;top:28.125rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loMOBRGOEuHzRVDaH9vhesBspPxQWb6T { width:15.811625rem;height:2.2721375rem;top:40.6875rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtNlwDETOLDHdTDaVTxOwblOM6nKZA8i { width:18.936625rem;height:4.31206875rem;top:39.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euIF9hnkggQXnw0d7RMhGFfKhHTbCLr2 { width:20rem;height:24.5625rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd6q08MlTTBT3A6DOJ7gcyS0huySTzTT { width:12.375rem;height:2.03125rem;top:47.6875rem;left:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLZutcQoPwynVCErCTn2bS7y90TRpmEI { width:18.3745625rem;height:2.27430625rem;top:55.0625rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK71c8Hkwc8iOg55EilzEfJWFtm6iFoT { width:18.9375rem;height:4.31206875rem;top:66.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JheRcOFKKXiKQry0WNQX78lJirCQeGE3 { width:13.6875rem;height:2.2721375rem;top:67.205945968625rem;left:4.3174913525581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8WHSR3twN1TzFRNKSlMF5Au5PHZ6V3l { width:20rem;height:25.5625rem;top:73.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -moz-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -ms-linear-gradient(180deg, #7c3aed, #4f46e5);background-image: -o-linear-gradient(180deg, #7c3aed, #4f46e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3aed', endColorstr='#4f46e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c3aed', endColorstr='#4f46e5' );";background-image: linear-gradient(180deg, #7c3aed, #4f46e5);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #FelNwT7dSnmKTZQuOFnyy5vgV18un5kJ { width:18.9375rem;height:2.625rem;top:73.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmlCOIGzehdw3TODDTPCmFaTUsPtm6oC { width:12.375rem;height:2.03125rem;top:73.9375rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDrrqKIbHKTkt19UuPHvbP4Vr6TbJxeh { width:20rem;height:3.89756875rem;top:81.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBeI6BT57DTk033AERp7REn2P0ZtlEnl { width:14.9370625rem;height:2.2721375rem;top:94.625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXrOVDWiii5kGCmLdu2bDUT5dzqBCHkZ { width:18.9375rem;height:4.31206875rem;top:93.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg4vsJ1hbiEAJdAcMiSDZPvOo926kCuy { width:20rem;height:0.625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB1ZZRFGBubLJbUZob4SCKkQJUXHGkZr { width:20rem;height:0.625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6eBPxVxX0TM6kl3TrOURWdlKQPI3yBU { width:20rem;height:0.625rem;top:80.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiC4JyWKCSyiwQd0ympIXyqyZ2XT51nR { width:20rem;height:0.625rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSgyTiu5ic7vly9s8UNGE6rTmnoKLe0i { width:20rem;height:0.625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfOy66chNeR2XD6GUvpJexvu9GmLCMtH { width:20rem;height:0.625rem;top:86.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4LTfSbMWgVCyXRBcQzPcG6r9U7OpJoE { width:18.75rem;height:2.625rem;top:47.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MngMe1x6XisvTU74DgZB3ZzNBWuyMk2r { width:2.5rem;height:2.5rem;top:94.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0mZFOoERkt0LzJASveOl09Gc7krG2gR { width:19.6875rem;height:1.18706875rem;top:99.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLoXc2eIRqnF1l5xNPs8mH6AIhyuqqa { width:2.5rem;height:2.5rem;top:67.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMdT0rEoD9khXu5HqtQTTuWrLplEgiDk { width:2.5rem;height:2.5rem;top:40.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkMhSnMU9RNkZKQDAtKxQpIPrm1FQWdA { width:20rem;height:4.983725rem;top:87.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW245xypzT4zTrMDRXPKA1fx2Aqs4QcA { width:20rem;height:4.983725rem;top:60.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P29pJ39PtuBIrlN70MvwyTelKAAJ3FD2 { width:20rem;height:4.983725rem;top:33.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgh1DJVuN9gQOVBtEUOPw97tZT5WmTgX { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #e9cyt40qrwxnErTduLyXctgm9y7RbsT5 { width:7.061625rem;height:1.462675rem;top:24.5rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDL2m8TW050rZDFh76yXA8WwZTDpBMy { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #Dil15DMFzbdQXk8JTEWP5sK3OE5E5mN5 { width:7.061625rem;height:1.462675rem;top:24.5rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNDOIF1SQt3QWpSsfoNDHcWxhLWknuID { display:flex;width:1.875rem;height:1.875rem;top:51.125rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #NsuaPounfmT11yIHbcSLMvsvTULb0rFl { width:7.061625rem;height:1.462675rem;top:51.3125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS8ozIRS6rfcUM5xvvDVzzweN2SfoSWd { display:flex;width:1.875rem;height:1.875rem;top:51.125rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #MWDJlTnZi3uq4FVVGCJtfXtgFUhV0EGy { width:7.061625rem;height:1.462675rem;top:51.3125rem;left:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTNngzgsUi4881CcseIyJlda82M0AegO { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #TJeVwxhTQxvkwo1F29Ac4HXwisvCIuLV { width:7.061625rem;height:1.462675rem;top:77.8125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGmar9hwctsoDHBTLo0e2C6xGsPS0I7 { display:flex;width:1.875rem;height:1.875rem;top:77.625rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #z5D64VOH7ZSp82WOwkAVoPBVoC0lTULJ { width:7.061625rem;height:1.462675rem;top:77.8125rem;left:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXJSqouJtnAkD1P7W1PDk5Mup2NkpngT { width:20rem;height:3.8997375rem;top:8.2085514068606rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r19BFcPCc6SDopJySO5uhWBxm6PUenpc { width:19.67361125rem;height:2.86046125rem;top:13.957246780396rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOOd5k9ZidcsMuTXvGwMrubVW22rM0S { display:block; }
 }@media only screen and (max-width: 763px) { #wBubcE1czv5CcQTIVJgpttqFbu1gnO85 { width:20rem;height:7.4739375rem;top:0rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h { display:none; }#c6rdHT2BlRApKvBSlHGGlWmT0P3TdE1h > .row .container { width:20rem;height:83.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bcdKkXFpObGcqJZCWbcM9VCt9faNdumh { width:20rem;height:45.5rem;top:2.7291641235351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrkO86T0f6K4xEgtb5reKRKXgyM778h { display:block; }#MTrkO86T0f6K4xEgtb5reKRKXgyM778h > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKAvg20scxnPBlRTrA6EhidAHJOUSsQZ { width:20rem;height:48.5rem;top:16.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qupxJbTETPTOOqnZebt6CLK8H2f7U5Lo { width:16.25rem;height:3.73698125rem;top:18.5625rem;left:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtndkQBWX7yGE1y1kFUtP1mTRtGuUDK { width:18.936625rem;height:8.6870625rem;top:27.874351501465rem;left:0.53059905767441rem;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; }
 }@media only screen and (max-width: 763px) { #ERA468v9fT8qTGHTtyvao2R79I6lLd5B { width:17.8125rem;height:3.2487rem;top:23.25rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M26GIiIdnfHl9LVt37DJwyMGVQ5BAnTS { width:18.811875rem;height:5.12044375rem;top:37.249351501465rem;left:0.59353297948838rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1snO6KwrT0lSygoZruGcS7pcqlAuwlt { width:15.625rem;height:2.43706875rem;top:43.3125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #milIMxHBt4G8AdQzmqvTMJ62SExppPxf { width:14.875rem;height:2.43706875rem;top:46.75rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDHTMkqPMs5BzGu94y4Orcbp1l3yrqT0 { width:13.875rem;height:2.43706875rem;top:50.1875rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5yPx4rC8Q85IkLMOF7GxKhmbepNqyl0 { width:15rem;height:2.43706875rem;top:53.125rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO92QPn1M0mewfs9xTEqX2DwITQaZUvs { width:14.5625rem;height:2.43706875rem;top:56.25rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu04iuPu5kl1VpchWU2PM1CQzE6ncLQV { width:17.35414625rem;height:2.604165rem;top:61.5rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqTvv72eUeFCeoGhaMnfXfxSdGBBcXe { display:block; }
 }@media only screen and (max-width: 763px) { #QMgXyoiF8NJ2DTAN3I7yclFfFT6OFDRb { width:1.875rem;height:1.875rem;top:43.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKzd4gIWc9EUH1Gk5MVhhZnkZzXkc5ky { width:1.875rem;height:1.875rem;top:47.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7QTsnBGAM2K3CpDJ1TbAlbDvfxavMWV { width:1.875rem;height:1.875rem;top:50.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ0gn6HdagaKJG1weu2fBi2d5HGqTZ24 { width:1.875rem;height:1.875rem;top:53.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4d8D04tA27bkPUc58PDZHL3q8Bx0k6 { width:1.875rem;height:1.875rem;top:56.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB8dDL929bEp3AReR80vbRaI9HGTNixl { display:flex;width:1.25rem;height:1.25rem;top:43.8125rem;left:2.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yhVxB4hZVu2twR8tCPpudVCk2pW8bzXi { display:flex;width:1.25rem;height:1.25rem;top:47.375rem;left:2.3125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yWtpnlVqcVTZ9xegAktzxiUQxqK4QCXd { display:flex;width:1.25rem;height:1.25rem;top:50.8125rem;left:2.25rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #A1gcxuI4Zz2Ss4xSPfbFQg1EaKhXw6dH { display:flex;width:1.25rem;height:1.25rem;top:53.6875rem;left:2.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KNknrPXCO3rvVqOz0ncAZV36I2rCK0lP { display:flex;width:1.25rem;height:1.25rem;top:56.8125rem;left:2.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GaV9t1pggegdk2Rs5OxsP8I4uNbmmohf { width:3.375rem;height:1.4375rem;top:17.375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THqT0mIcFw6TrS3Z4Whtyfimz8b37rvc { width:20rem;height:5.361325rem;top:5.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtzzgXhKq4TNMZM6aR0CicZkPhMhI7i { width:20rem;height:3.8997375rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwmewqlaXmAPOsOM5AXMJFbl1vKA9J8x { width:20rem;height:3.75rem;top:0.686842918396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 { display:block; }#GrZmAHbpvJRUsWIzCOq2wgqTZ6eEXEZ2 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ET3deoBHhaSIf05CHvJLOVRrJftSSUmQ { width:20rem;height:37.5rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci3ckeRA4pNcH1LNCE0ltUqbcmwW6zcW { width:20rem;height:5.361325rem;top:5.625rem;left:-0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWdao7vKRCSdgn0c3GTRGbgxW2PxMo66 { width:18.811875rem;height:3.8997375rem;top:12.061630249024rem;left:0.59353297948838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIhWlfOurmOSTZ4JWDytR6MyvXeD9w80 { width:20rem;height:2.56185rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(22,2,84,0.86), #000000);background-image: -moz-linear-gradient(180deg, rgba(22,2,84,0.86), #000000);background-image: -ms-linear-gradient(180deg, rgba(22,2,84,0.86), #000000);background-image: -o-linear-gradient(180deg, rgba(22,2,84,0.86), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#160254db', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#160254db', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(22,2,84,0.86), #000000);background-size:cover !important;display:block; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container { background-color: transparent; background-image: none; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container > .video-iframe-container { display: none; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row > .video-iframe-container { display: none; }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .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); }#LR4s99bIDsCZAudWBBw5lXQdUaVS3TF0 > .row .container { width:20rem;height:118.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJO9RU52turHACLZXSSnnyS61094pB6t { width:18.0620625rem;height:27.374125rem;top:8.4982645511625rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJzJ3oGMaudbHpRgnEcqFbHXJrhAm6y { display:flex;width:3.125rem;height:3.125rem;top:36.375rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #Q7vKpFcLEyu903nP79TRyL3XZDchzFFG { width:0.1875rem;height:25rem;top:40.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPXLTi7CgTd0UmmKTBqipepcSTZ90Amn { width:20rem;height:13.3300625rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd49TRR6P567IvceMyihrM5z2xzT71wv { width:20rem;height:2.03125rem;top:39.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOvBP0KsJD1qHogaUGcsurW4g78BMaCc { width:20rem;height:10.80075rem;top:42.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxQ6XNs78yCxqwNgZ9WVnuzznHmmA5iz { width:20rem;height:4.0625rem;top:85rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtwUFoI8Mp18IBbVk7tkg9vahE8bdGCQ { width:20rem;height:0;top:90.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mw2wNvxGwGeZ2lKrhyhfb1DzAJhdozKH { width:18.125rem;height:4.56163125rem;top:1.5310249328613rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUkq1sRwFSLAW1a9Tup1O7mfDKhKVxKz { width:20rem;height:13.75rem;top:54.998908042908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmcLL1fiRB7nW2DJ4UxOxGHVxyMs8tD { width:20rem;height:;top:89.723310470581rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }