.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ccad204b-105d-42e7-bb8c-30f580ece9cf/Gemini_Generated_Image_jbq98yjbq98yjbq91.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#XqTwJiCCATmCGPqQ5Tzfka5BdKUnIAl0 { color:#ffffff;display:block;width:55.0625rem;position:absolute;font-family:"gt walsheim";font-size:4.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:9.786865234375rem;left:10.9375rem;height:10.1745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qupb8T2tTbte6G7uzOGrBurvqKdCUDzT { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6119794845581rem;left:11.90625rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoPAGQdQgevcPVZkTEu5NA65NRVEGXoG { box-sizing:content-box;height:25.8125rem;width:47.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a711293-1180-49c1-b48c-ada1363c13e4/Gemini_Generated_Image_50k0o50k0o50k0o5.crop_1150x806_0,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.233724594116rem;left:14.90625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#hoPAGQdQgevcPVZkTEu5NA65NRVEGXoG.adaptive-delivery-prevent-bg, #hoPAGQdQgevcPVZkTEu5NA65NRVEGXoG.lazyload, #hoPAGQdQgevcPVZkTEu5NA65NRVEGXoG.lazyloading { background-image: none; }
#BQ83a8PiEcFph0bbWUNsIJIPUdSihnea { background-color:#f40c53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.373698234558rem;left:29.71875rem;display:block; }
#rCHmPgE5CG2iVL5ypCgCWtaD8N9hAe76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUaeUJ34uaHD4ZFNyU1fasMRUmZ6cMwb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:6.125rem;top:1.75rem;left:34.718751907349rem;overflow:hidden;display:block; }
#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row .container { background-color: transparent; background-image: none; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row .container > .video-iframe-container { display: none; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row > .video-iframe-container { display: none; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .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); }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row .container { border-width: 0; border-radius: 0; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#diIV4JUy6NepJ6763UQB97B0QBdIeSGR { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"gt walsheim";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:6.75rem;left:10.0625rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aKIWK7uP1LmNRKuZtri6pTl576TMVkBW { box-sizing:content-box;height:25.375rem;width:9.0625rem;position:absolute;display:block;z-index:15002;background-color:#6830e1;background-image:none;top:2.1125001907349rem;left:0rem;display:block; }
#q9mXAhnbiETv8Mv41p08UHrfz3uqswJT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3onKT4Y0r7M/unsplash/ninthgrid-3onKT4Y0r7M-photo-1739302750743-06315cb81f5d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:39.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#q9mXAhnbiETv8Mv41p08UHrfz3uqswJT.adaptive-delivery-prevent-bg, #q9mXAhnbiETv8Mv41p08UHrfz3uqswJT.lazyload, #q9mXAhnbiETv8Mv41p08UHrfz3uqswJT.lazyloading { background-image: none; }
#RtNFgowgW1rep45HfpQ0QRm3QiB7bl0c { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.125rem;left:10rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QkIRRB5iv3DTpODAg4DmDDuBNSKTsZAt { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.956250190735rem;left:37.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gKay7p3eSJgaECdOxgAruiwMN0MJg4QW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.250000953674rem;left:39.250001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x0TwEzPuu6tKMmcwsooTbcinBIZ6V3EC { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/079907ce-bf4b-47ea-849e-4fc80286c215/109599.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:56.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#x0TwEzPuu6tKMmcwsooTbcinBIZ6V3EC.adaptive-delivery-prevent-bg, #x0TwEzPuu6tKMmcwsooTbcinBIZ6V3EC.lazyload, #x0TwEzPuu6tKMmcwsooTbcinBIZ6V3EC.lazyloading { background-image: none; }
#IcGInVefvcE3aPW5wbtE3wJ8ZbSD93tv { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.956250190735rem;left:54.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJlUOnHqhBIoE2w7zJ6yX1AL5FAwkEnu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.250000953674rem;left:56.312501907349rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P3NdoTEHTTTR7NtG0yIfRIi7qylWEAy4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/TdpSX7XAcKo/unsplash/hillary-ungson-TdpSX7XAcKo-photo-1544928147-79a2dbc1f389.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.875002861023rem;left:39.250001907349rem;display:block; }#P3NdoTEHTTTR7NtG0yIfRIi7qylWEAy4.adaptive-delivery-prevent-bg, #P3NdoTEHTTTR7NtG0yIfRIi7qylWEAy4.lazyload, #P3NdoTEHTTTR7NtG0yIfRIi7qylWEAy4.lazyloading { background-image: none; }
#TJrGG4SJJQiggPBfGbs7gy3zmqxV2e1J { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.5625rem;left:37.0625rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMadzlIzNgxTmW78FwTRydl5q4cOa4u7 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#6830e1;background-image:none;top:13.675000190735rem;left:37.16250038147rem;display:block; }
#guUq0MlPbJroe1nIIzhuMaQbDedoQIFv { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#6830e1;background-image:none;top:13.675000190735rem;left:54.10000038147rem;display:block; }
#ardP0SDIUPX3Ci70LrnAUGTzyGnKU9NK { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#6830e1;background-image:none;top:31.3125rem;left:37.125rem;display:block; }
#Lz0fcPWfZHo6W8xDpc6J37xXGEm4VEtn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5625rem;left:39.250001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tCk2rFJlC5DVHphMTo6hcrLi797ESdD7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/61de74fe-20c8-4cec-9b55-b0e0075cf12a/45961.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.875rem;left:56.312501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#tCk2rFJlC5DVHphMTo6hcrLi797ESdD7.adaptive-delivery-prevent-bg, #tCk2rFJlC5DVHphMTo6hcrLi797ESdD7.lazyload, #tCk2rFJlC5DVHphMTo6hcrLi797ESdD7.lazyloading { background-image: none; }
#o3cEPqSQGikrDbJ6l9ckXbdFkayHtT4n { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#6830e1;background-image:none;top:31.28125rem;left:54.10000038147rem;display:block; }
#d7zg79Xcza8HC3Qac9zBCwsWnP9tLHhM { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:31.5625rem;left:54.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uol0ftuOgK7eTkBsnHFk6Vv37GEdhwio { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5rem;left:56.312501907349rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOEaWrqoxq13JGxoZuAsIl46KOG3z6XD { color:rgba(255,255,255,0.3);display:block;width:29.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:29.362500190735rem;left:2.8625001907349rem;height:14.62241875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row .container { background-color: transparent; background-image: none; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row .container > .video-iframe-container { display: none; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row > .video-iframe-container { display: none; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .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); }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row .container { border-width: 0; border-radius: 0; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#yWT4BAGyAXF7yN2ATiv7hqPbOvfBrX0y { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:"gt walsheim";font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.875rem;left:35.8125rem;height:7.9739375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWLM1zU9zxhwd2Log79XcT5kACrkdeRF { box-sizing:content-box;height:25.375rem;width:56.6875rem;position:absolute;display:block;z-index:15001;background-color:#6830e1;background-image:none;top:0.050003051757812rem;left:18.062501907349rem;display:block; }
#J7zIuxAJrNp4IDq0L5yoQRfI27ENfydr { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.3624992370606rem;left:35.875001907349rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XgpOQyEkOf5WXg1mgZR0GgBMrCIy5WzL { box-sizing:content-box;height:21.9375rem;width:25.8125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/703b02ba-7f84-48c0-83a2-e37cadef1d76/AdobeExpress100140.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.7687501907349rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#XgpOQyEkOf5WXg1mgZR0GgBMrCIy5WzL.adaptive-delivery-prevent-bg, #XgpOQyEkOf5WXg1mgZR0GgBMrCIy5WzL.lazyload, #XgpOQyEkOf5WXg1mgZR0GgBMrCIy5WzL.lazyloading { background-image: none; }
#dX2H71y527xZowrCrmzZ1yAinUR7CzKh { color:#ffffff;display:block;width:36rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.984375rem;left:35.812501907349rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTE8ZSXumbsVP3abeitTDMze5RZ8bdCb { background-color:#f40c53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.705732822418rem;left:54.35417175293rem;display:block; }
#HzyxVKRxOFcHis2a2TVNHEuyUSlWOJUg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R29sJPh35ViwZFo55F9iAE08HVW5TCfF { box-sizing:content-box;height:5.5rem;width:2.375rem;position:absolute;display:block;z-index:15006;background-color:#f40c53;background-image:none;top:17.375rem;left:5.75rem;display:block; }
#X04hoa9HEbKfUzL4MXSwLiPVzox8VUew { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.0625rem;left:6rem; }
#X04hoa9HEbKfUzL4MXSwLiPVzox8VUew > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#BZXVhmobQMDXFAldOWVNM7H7eK8mvQQ0 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.4375rem;left:6rem; }
#BZXVhmobQMDXFAldOWVNM7H7eK8mvQQ0 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row .container { background-color: transparent; background-image: none; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row .container > .video-iframe-container { display: none; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row > .video-iframe-container { display: none; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .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); }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row .container { border-width: 0; border-radius: 0; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#B9ERrgDXLuJ4uGf5WgTDMXsDEXclbrHw { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:"gt walsheim";font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:1.5625rem;height:7.9739375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ez96h2roKKVNPXQrbqs92J7GuqhdQrec { box-sizing:content-box;height:25.37475rem;width:56.687rem;position:absolute;display:block;z-index:15001;background-color:#f40c53;background-image:none;top:0rem;left:0rem;display:block; }
#DJBSIZUHTX7Lh9kur2UFRJxReLkHx74W { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.75rem;left:1.625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dd9DUxvXL7hosECHnKCiTAP6x3e0SiUu { box-sizing:content-box;height:21.93725rem;width:25.812375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3784536a-48d9-4090-8596-b320ca6d9b3f/AdobeExpresssequenceonlinevideocuttercom.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.7181396484375rem;left:39.874267578125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Dd9DUxvXL7hosECHnKCiTAP6x3e0SiUu.adaptive-delivery-prevent-bg, #Dd9DUxvXL7hosECHnKCiTAP6x3e0SiUu.lazyload, #Dd9DUxvXL7hosECHnKCiTAP6x3e0SiUu.lazyloading { background-image: none; }
#iKdRZQ7HTwxdytgg0JzfQJTd7VXM2kiL { color:#ffffff;display:block;width:36rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.375rem;left:1.5625rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l6RcgAUV7AZcS8N6UGBKDp4SQyDNO6CM { background-color:#6830e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.654174804688rem;left:1.5625rem;display:block; }
#Ee0MfB9GRLUgQNOfZuko5JT7m5hhO10S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wspoiz24e7VqF8y7R5vyDiyQ7DrQ273x { box-sizing:content-box;height:5.5rem;width:2.375rem;position:absolute;display:block;z-index:15006;background-color:#6830e1;background-image:none;top:17.1875rem;left:65.25rem;display:block; }
#E2OLOms8iepFPIBNineGPR2NIiWfOiyJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.875rem;left:65.5rem; }
#E2OLOms8iepFPIBNineGPR2NIiWfOiyJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#EG3mOPhPC0mWC6UsQMcaGAtoDJqNLli7 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.25rem;left:65.5rem; }
#EG3mOPhPC0mWC6UsQMcaGAtoDJqNLli7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:url("https://images.assets-landingi.com/uc/3cacd21b-0343-48d3-8a32-9617414c7610/bgpodcst1Obszarroboczy22x.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO.adaptive-delivery-prevent-bg, #JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO.lazyload, #JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO.lazyloading { background-image: none; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row .container { background-color: transparent; background-image: none; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row .container > .video-iframe-container { display: none; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row > .video-iframe-container { display: none; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .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); }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row .container { border-width: 0; border-radius: 0; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#n4EZJpywrzAIXHMK2nTnPc7iaKsannEZ { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.895834445953rem;left:10.125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vz1xUs8aimXePagxZ3DmoQai7Kk5KgDi { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:"gt walsheim";font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.0000004768372rem;left:10.125rem;height:11.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n1hhpTwCdIwWXRbxsGOibrKuLhz8SATc { box-sizing:content-box;height:17.5rem;width:9.0625rem;position:absolute;display:block;z-index:15006;background-color:#6830e1;background-image:none;top:4.3125rem;left:0rem;display:block; }
#RcHpgAXqzlTlB0rvm8SAcU00nmRus6LO { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15007;background-color:#6830e1;background-image:none;top:29.6875rem;left:7.375rem;display:block; }
#PTcdibBpTMFdr6PTRqEncIclKSmGZAFt { color:rgba(255,255,255,0.12);display:block;width:6.4375rem;position:absolute;font-family:"gt walsheim";font-size:15.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:23.737504959106rem;left:3.4375rem;height:17.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WyDpBnDc0TExCMETXzgZr8uKLVaV7D7r { 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:15008;opacity:1;top:31.249992370606rem;left:8.9375rem; }
#NA7ZC6gkd2Jyqqs3lAHS9LogalThpkBL { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:30.130859375rem;left:14.59375rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hgnJQ7l1nOPfKkxFWaPlwIVlmyxyVrQq { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:36.375rem;left:10.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BhxATbZ8lpTX9UInIC3xKxqAV7Xgnspi { color:rgba(255,255,255,0.12);display:block;width:10.4375rem;position:absolute;font-family:"gt walsheim";font-size:15.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:24.3125rem;left:25.0625rem;height:17.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dtRkblN14wnB1rXdTnnaZcCVygu13BgC { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:#6830e1;background-image:none;top:29.6875rem;left:30.8125rem;display:block; }
#NvEecVKkd6KeULDTce7WhUG8fDVIH1Oq { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:30.1875rem;left:38.125rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ltJ7zKyleqWRyRtCdeasVACnS9TTBREi { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:36.375rem;left:34.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nPHoCvLwLV1cIw8ofR8qahCtCnSWwxKl { color:rgba(255,255,255,0.12);display:block;width:10.4375rem;position:absolute;font-family:"gt walsheim";font-size:15.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:24.28750038147rem;left:49.625001907349rem;height:17.0495625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d994xwzIkCN8ROEMs3UKE5fBkox1D5C7 { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15009;background-color:#6830e1;background-image:none;top:29.6875rem;left:54.562501907349rem;display:block; }
#Anm0JifxtIyD6IdWlRkE92sr2lpGZoMP { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:30.13125038147rem;left:61.937501907349rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t67Kep8lSqth1vmPczOmpQsJAted3aEI { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:36.375rem;left:58.500003814698rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MnaQ1d1uKTzfJnszFRUrTLhVzwOI3aou { 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:15016;opacity:1;top:31.375rem;left:32.500001907349rem; }
#LQGvPi80P49rpLi5HFV4QqRenLUA0E0t { 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:15017;opacity:1;top:46.5rem;left:35.937501907349rem; }
#PbWZx8mPKUJk8upmingeA4wBcpyZoODc { color:rgba(255,255,255,0.12);display:block;width:11.5rem;position:absolute;font-family:"gt walsheim";font-size:15.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:40.78750038147rem;left:3.3125rem;height:17.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kUaf4oUMTOPbru7XNatQikcwbGpTihSW { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15008;background-color:#6830e1;background-image:none;top:44.9375rem;left:9.75rem;display:block; }
#wqNMymOB4qSEngUlHHTwnWJHJdQerQOh { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:45.38125038147rem;left:17.15625rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RUeNI2KObwOkR1Xug3GEiV50NHONwcaX { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:51.875rem;left:12.768751144409rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tnPDB3Zi6PvVI7GwyrzUfkQX3Qo5OODN { 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:46.5rem;left:11.524305343628rem; }
#lzORIgdNAfG2Pds8UK1KhLQo7NL5ftL8 { color:rgba(255,255,255,0.12);display:block;width:11.5rem;position:absolute;font-family:"gt walsheim";font-size:15.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:40.78750038147rem;left:28.875001907349rem;height:17.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mvhdWr5fur3O9Fipagn5oacA3RfxQt0A { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15009;background-color:#6830e1;background-image:none;top:44.9375rem;left:34.375001907349rem;display:block; }
#TZAcD48uPF46N5zuAy6ttVB4AJRAFVr8 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:45.380859375rem;left:41.6875rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D6lF5x3mvCHTvn6Farck4U8o13TTBk5Z { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:51.875rem;left:38.000001907349rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nn9OTxGi3lavcZh6v0Z2dsNS6xhhsRCZ { 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:15019;opacity:1;top:31.250000953674rem;left:56.125001907349rem; }
#iiXWDphTpWUyWG4b8uAlOSuUu5u8K30g { color:rgba(255,255,255,0.12);display:block;width:11.5rem;position:absolute;font-family:"gt walsheim";font-size:15.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:40.78750038147rem;left:52.875001907349rem;height:17.0495625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qn8WlAdVEDi8XzRC9e1IB4a1qr6HwDOi { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15010;background-color:#6830e1;background-image:none;top:44.9375rem;left:58.174997329712rem;display:block; }
#IT2tKAVRfHcpIsyr6sF8A2rtEGRksDly { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"gt walsheim";font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:45.38125038147rem;left:65.50000190735rem;height:5.361325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e550293VSRlU4MV95zCxwnVO2fEQ9c1M { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:51.875rem;left:61.937501907349rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dLLhx6I0w3hc7tVhKX5xo0f2ax0W74F7 { 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:15020;opacity:1;top:46.65625rem;left:60.062498092651rem; }
#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5c1ab84c-eee3-419c-9bf5-73fdd7e1fcd6/ChatGPTImageSep28202506_44_45PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev.adaptive-delivery-prevent-bg, #Abx4OpqPQE8zsAVhDaAyxIardxNvTPev.lazyload, #Abx4OpqPQE8zsAVhDaAyxIardxNvTPev.lazyloading { background-image: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container { background-color: transparent; background-image: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container > .video-iframe-container { display: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row > .video-iframe-container { display: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .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); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container { border-width: 0; border-radius: 0; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#JGbslUW4i01s7xwOkpxaHAvl6MHNuRB3 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"gt walsheim";font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:9.9375rem;left:12.5rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fA71caCPEpvLcfxsgyoCi2Qs42ttA5OO { color:#ffffff;display:block;width:38.8745rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5rem;left:18.0625rem;height:7.3111875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wlBui0tRMaZ6C6ISH84WR5hMvGFvJfIT { box-sizing:content-box;height:20.4375rem;width:51.0625rem;position:absolute;display:block;z-index:15004;background-color:#f40c53;background-image:none;top:8.656005859375rem;left:11.968383789062rem;display:block; }
#zIQP4rVCgTCWGVeEM4mMJqM5PIWsAt5J { background-color:#6830e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.390625rem;height:3.328125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.74934899807rem;left:28.8046875rem;display:block; }
#ETcs4sP6Omlge458UtXZR9i7og31eOi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:url("https://images.assets-landingi.com/uc/3cacd21b-0343-48d3-8a32-9617414c7610/bgpodcst1Obszarroboczy22x.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L.adaptive-delivery-prevent-bg, #zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L.lazyload, #zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L.lazyloading { background-image: none; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row .container { background-color: transparent; background-image: none; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row .container > .video-iframe-container { display: none; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row > .video-iframe-container { display: none; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .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); }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row .container { border-width: 0; border-radius: 0; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#PyZ3WXpn1T3QPuhDP25DDXlFaLC3CNV8 { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:"gt walsheim";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:5rem;left:16.617839813233rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECgv5VnV2wUJwG7aWSRpT5r4SN53oXAR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.625rem;width:30.125rem;top:16.4375rem;left:3.8125rem;display:block; }
#p8WBXETiFimunqTgZGEvd8rI3Bir9gAI { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"gt walsheim";font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5rem;left:41.5625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U0TF47xhWWV3RV6CGekBbMJDhsMsrnNi { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.375rem;left:41.5625rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLIL6OU0c4flnSiQe1Q4ZOmGCoxHOWDc { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.8125rem;left:41.1875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiEQU4qpKkoxHAV8iLdbKwHU1I31stmW { color:rgba(255,255,255,0.8);display:block;width:29.9375rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:29.9375rem;left:41.25rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OvQXVTJUGGuCh8Tt5JSL2eB0M6ym5kKv { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.375rem;left:50.75rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nByIDFThDQD4OSqvTxW7upM6KXBwUIPN { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.8125rem;left:51.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dxSAUe0cErO4q7pkqWRr9gKJthwK9pMS { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.375rem;left:61.375rem;height:4.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#krfTQkEz2BunW0tw8JSvTtxTglEo0gr6 { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.8125rem;left:62.1875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row .container { background-color: transparent; background-image: none; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row .container > .video-iframe-container { display: none; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row > .video-iframe-container { display: none; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .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); }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row .container { border-width: 0; border-radius: 0; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#BL0Z8btEEMnAREp8M2ZK7U8mpZGCkicM { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:"gt walsheim";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.5149841308594rem;left:10.0625rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KLfdiv8XdGMMoyNiqzh1qIT86e034crr { box-sizing:content-box;height:25.375rem;width:9.0625rem;position:absolute;display:block;z-index:15002;background-color:#6830e1;background-image:none;top:2.1125001907349rem;left:0rem;display:block; }
#yvTtCtphITu7W2ou0rSQ4E1rbi8sHwoG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0b1cdcfe-94d5-4b29-bab5-4a50e3772642/ChatGPTImageSep28202507_19_46PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:39.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#yvTtCtphITu7W2ou0rSQ4E1rbi8sHwoG.adaptive-delivery-prevent-bg, #yvTtCtphITu7W2ou0rSQ4E1rbi8sHwoG.lazyload, #yvTtCtphITu7W2ou0rSQ4E1rbi8sHwoG.lazyloading { background-image: none; }
#uD3ScmE26wxobGAT27mT4dgafDT6DOFN { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.1875rem;left:38.25rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#msqXOgklh9B5bzm75RQVsJKfLFLtrXRZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.250000953674rem;left:39.250001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vbobokMRs0GTssALrHoWTvB4ruI83Sy5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/qJ8eSXQweQo/unsplash/ravindra-dhiman-qJ8eSXQweQo-photo-1634464660153-468d44306ac4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.625rem;left:56.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#vbobokMRs0GTssALrHoWTvB4ruI83Sy5.adaptive-delivery-prevent-bg, #vbobokMRs0GTssALrHoWTvB4ruI83Sy5.lazyload, #vbobokMRs0GTssALrHoWTvB4ruI83Sy5.lazyloading { background-image: none; }
#eqifAuJTAc7cBKmulMbSiVQ4HFlCeo5L { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:13.955729484558rem;left:54.068359375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2fgPEdy6PwXzyqnPhxdrzdR0UXCpvdn { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.250000953674rem;left:56.3125rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kEFTRapZFZwknUnPB26zFwosn8IKqLb3 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1dae4454-e461-4951-859d-e1c93277ea79/3dqualitygoldenguaranteesmedal600nw2265281545jpg.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.875002861023rem;left:39.250001907349rem;display:block; }#kEFTRapZFZwknUnPB26zFwosn8IKqLb3.adaptive-delivery-prevent-bg, #kEFTRapZFZwknUnPB26zFwosn8IKqLb3.lazyload, #kEFTRapZFZwknUnPB26zFwosn8IKqLb3.lazyloading { background-image: none; }
#VJDK3N4pZtPqcL02cnAAAi16XbTQGEcp { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.5625rem;left:38.25rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZcNT2oVtNmr4WnETucr2DuP8HWgDu3t5 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#6830e1;background-image:none;top:13.9375rem;left:38.375rem;display:block; }
#WQKKOAto1KoxZwVp0vDIfuckeClW5M5l { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#6830e1;background-image:none;top:13.675000190735rem;left:54.10000038147rem;display:block; }
#Hr2QwcbAkTVqO6sSHqJHVZibaM1hPJ42 { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#6830e1;background-image:none;top:31.3125rem;left:38.3125rem;display:block; }
#oE40TFhRmsE35eAZB1qSFD0pz8i640dy { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5625rem;left:39.250001907349rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G71oDX3UGcWUlSQXncaEbiVv3APLNxvz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/p81GrhuTQho/unsplash/sanket-mishra-p81GrhuTQho-photo-1681460590033-67b0d1413550.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.875rem;left:56.312501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#G71oDX3UGcWUlSQXncaEbiVv3APLNxvz.adaptive-delivery-prevent-bg, #G71oDX3UGcWUlSQXncaEbiVv3APLNxvz.lazyload, #G71oDX3UGcWUlSQXncaEbiVv3APLNxvz.lazyloading { background-image: none; }
#oiDE9yv4fevm3WViEbJQTWzJV3CG0rki { box-sizing:content-box;height:2.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#6830e1;background-image:none;top:31.28125rem;left:54.10000038147rem;display:block; }
#Qf7H7qQJ4HBkfQIN3WhkcFiy8yIXMEc5 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:31.5625rem;left:54.06875038147rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TT0gmtg4T0zlMm2U1QbhpTiFeEtITErE { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5rem;left:56.312501907349rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Drx9T43LuSH3vsKAb3XUHwpfExVCm0FA { color:rgba(255,255,255,0.3);display:block;width:29.5rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:29.362500190735rem;left:2.8625001907349rem;height:17.546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1RxltKTWFShDCfEddOXD37aw2AFgt05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f40c53;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row .container { background-color: transparent; background-image: none; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row .container > .video-iframe-container { display: none; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row > .video-iframe-container { display: none; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .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); }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row .container { border-width: 0; border-radius: 0; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#wczdVJbfuwCXv2IS4TffAfx3M01lh2iW { color:#ffffff;display:block;width:69.5625rem;position:absolute;font-family:"gt walsheim";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.375rem;left:2.71875rem;height:8.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yW7hVTX0HR54hQkRprsUFkn1PTLbEc43 { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12rem;left:19.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lhAQScuRiI6ZV5HDwyldqDZtN4fVvOBL { background-color:#6830e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #09699d;border-left:0.125rem solid #09699d;border-right:0.125rem solid #09699d;border-bottom:0.125rem solid #09699d;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4027775rem;height:3.3402775rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.722222328186rem;left:30.000001907349rem;display:block; }
#QqAV5En5vbGM2iWlby5aHn0X5fasrMDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:url("https://images.assets-landingi.com/uc/3cacd21b-0343-48d3-8a32-9617414c7610/bgpodcst1Obszarroboczy22x.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB.adaptive-delivery-prevent-bg, #ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB.lazyload, #ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB.lazyloading { background-image: none; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row .container { background-color: transparent; background-image: none; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row .container > .video-iframe-container { display: none; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row > .video-iframe-container { display: none; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .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); }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row .container { border-width: 0; border-radius: 0; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#Ooskhm8ma1VaPkhsRAz5XmUBmKI4E8Vz { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:"gt walsheim";font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:6rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xr2iHMbS4WrVTQOyxbk6atUMFq0nIH2n { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:"gt walsheim";font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:7.625rem;left:11.25rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#1c1b24;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #7a62f3; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:inter;font-style:normal;color:#ffffff;height:auto; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:inter;color:#ffffff;height:auto;line-height:1.5;overflow:hidden; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_aed70caff7b268a9e3aa54a67254e22a60ad981e.svg");background-size:contain !important; }#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-trigger.adaptive-delivery-prevent-bg, #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-trigger.lazyload, #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-trigger.lazyloading { background-image: none; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w { box-sizing:content-box;height:auto;width:52rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15047;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:14.062500953674rem;left:11.5rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #Zo1FcguNCq8U3C27boMNhp4AJBdrRW9b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #oTzXHgrDuNnomM8Niz4w4bsE37H3Tmpb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #PGPPWaAMZU4a3XunLmx9fXIL5t2uKm6T { display:block;position:relative; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ETMo4NGol9GTNBs8eivkLD6rbL14Rh26 {  }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #EBDTy5HgZN8SrM2sayEeoGUNN2AVWNwg {  }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #npOxqp168R92drcQ6xlZR8EyAZvqVquc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #vxigTAlLfHSicTMaWLm1P7sXJDbR1oC9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #VMEgB4TdonCnk3yEzv530gPgzpHprtF3 { display:block;position:relative; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #grV5bA2vEoIZaZdmLsrnLc1P3I7eIasa {  }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ncf5a0OM20FsHcrwKoE9UwaFISQrzZKg { display:none; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #idarSCT4ZQ6un8SQeFNKx3Ka1DWP5AIw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #oKu8q81Ee1pReHVueeNNaoiSaZT0B51v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #fN0wyRyeZynLwuJ0wvEDgWdARa30fJPR { display:block;position:relative; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #vJiir9xK6zSQWBcC3KOaRw6wbFVFiRrB {  }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ai7U3hDJevSToSilLUOXxA2bMrNeaIJS { display:none; }
#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#040020;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row .container { background-color: transparent; background-image: none; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row .container > .video-iframe-container { display: none; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row > .video-iframe-container { display: none; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .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); }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row .container { border-width: 0; border-radius: 0; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#lHXmUaDRJWrQqOAatzfBNvJCVoOzplyl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.5625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqTwJiCCATmCGPqQ5Tzfka5BdKUnIAl0 { top:9.75rem;left:0rem;width:47.75rem;height:10.125rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qupb8T2tTbte6G7uzOGrBurvqKdCUDzT { top:5.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoPAGQdQgevcPVZkTEu5NA65NRVEGXoG { top:21.1875rem;left:0.625rem;width:47.125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ83a8PiEcFph0bbWUNsIJIPUdSihnea { width:17.5rem;height:3.4375rem;top:45.3125rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCHmPgE5CG2iVL5ypCgCWtaD8N9hAe76 { display:block; }
 }@media only screen and (max-width: 763px) { #sUaeUJ34uaHD4ZFNyU1fasMRUmZ6cMwb { top:1.75rem;left:21.093751907349rem;width:6.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ { display:block; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diIV4JUy6NepJ6763UQB97B0QBdIeSGR { top:6.75rem;left:0rem;width:20.25rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKIWK7uP1LmNRKuZtri6pTl576TMVkBW { top:2.0625rem;left:0rem;width:9.0625rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mXAhnbiETv8Mv41p08UHrfz3uqswJT { top:4.625rem;left:25.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtNFgowgW1rep45HfpQ0QRm3QiB7bl0c { top:17.0625rem;left:0rem;width:20.3125rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkIRRB5iv3DTpODAg4DmDDuBNSKTsZAt { top:13.9375rem;left:23.443359375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKay7p3eSJgaECdOxgAruiwMN0MJg4QW { top:17.25rem;left:25.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0TwEzPuu6tKMmcwsooTbcinBIZ6V3EC { top:4.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcGInVefvcE3aPW5wbtE3wJ8ZbSD93tv { top:13.9375rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJlUOnHqhBIoE2w7zJ6yX1AL5FAwkEnu { top:17.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3NdoTEHTTTR7NtG0yIfRIi7qylWEAy4 { top:21.875rem;left:25.625001907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrGG4SJJQiggPBfGbs7gy3zmqxV2e1J { top:31.5625rem;left:23.4375rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMadzlIzNgxTmW78FwTRydl5q4cOa4u7 { top:13.625rem;left:23.53750038147rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUq0MlPbJroe1nIIzhuMaQbDedoQIFv { top:13.625rem;left:35.25rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ardP0SDIUPX3Ci70LrnAUGTzyGnKU9NK { top:31.3125rem;left:23.5rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz0fcPWfZHo6W8xDpc6J37xXGEm4VEtn { top:34.5625rem;left:25.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCk2rFJlC5DVHphMTo6hcrLi797ESdD7 { top:21.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3cEPqSQGikrDbJ6l9ckXbdFkayHtT4n { top:31.25rem;left:35.25rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7zg79Xcza8HC3Qac9zBCwsWnP9tLHhM { top:31.5625rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uol0ftuOgK7eTkBsnHFk6Vv37GEdhwio { top:34.5rem;left:34.0625rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOEaWrqoxq13JGxoZuAsIl46KOG3z6XD { top:29.3125rem;left:0rem;width:29.5rem;height:14.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G27EWLGM1TT5suUryn6O7x827Vl3Jm76 { display:block; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWT4BAGyAXF7yN2ATiv7hqPbOvfBrX0y { top:3.8125rem;left:10.125rem;width:37.625rem;height:7.9375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLM1zU9zxhwd2Log79XcT5kACrkdeRF { top:0rem;left:0rem;width:47.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7zIuxAJrNp4IDq0L5yoQRfI27ENfydr { top:2.3125rem;left:22.249633789062rem;width:20.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgpOQyEkOf5WXg1mgZR0GgBMrCIy5WzL { top:1.75rem;left:0rem;width:25.8125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX2H71y527xZowrCrmzZ1yAinUR7CzKh { top:12.9375rem;left:11.75rem;width:36rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTE8ZSXumbsVP3abeitTDMze5RZ8bdCb { width:17.5rem;height:3.4375rem;top:23.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzyxVKRxOFcHis2a2TVNHEuyUSlWOJUg { display:block; }
 }@media only screen and (max-width: 763px) { #R29sJPh35ViwZFo55F9iAE08HVW5TCfF { top:17.375rem;left:0rem;width:2.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X04hoa9HEbKfUzL4MXSwLiPVzox8VUew { top:18.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
#X04hoa9HEbKfUzL4MXSwLiPVzox8VUew > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #BZXVhmobQMDXFAldOWVNM7H7eK8mvQQ0 { top:20.4375rem;left:0rem;width:2rem;height:2rem;display:block; }
#BZXVhmobQMDXFAldOWVNM7H7eK8mvQQ0 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #D1aqnIZobXPHHFlMTOMF9C69TzySgxML { display:block; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9ERrgDXLuJ4uGf5WgTDMXsDEXclbrHw { top:3.1875rem;left:0rem;width:37.625rem;height:7.9375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez96h2roKKVNPXQrbqs92J7GuqhdQrec { top:0rem;left:0rem;width:47.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJBSIZUHTX7Lh9kur2UFRJxReLkHx74W { top:1.6875rem;left:0rem;width:20.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd9DUxvXL7hosECHnKCiTAP6x3e0SiUu { top:1.6875rem;left:22rem;width:25.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKdRZQ7HTwxdytgg0JzfQJTd7VXM2kiL { top:12.3125rem;left:0rem;width:35.9375rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6RcgAUV7AZcS8N6UGBKDp4SQyDNO6CM { width:17.5rem;height:3.4375rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee0MfB9GRLUgQNOfZuko5JT7m5hhO10S { display:block; }
 }@media only screen and (max-width: 763px) { #wspoiz24e7VqF8y7R5vyDiyQ7DrQ273x { top:17.1875rem;left:45.4375rem;width:2.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2OLOms8iepFPIBNineGPR2NIiWfOiyJ { top:17.875rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#E2OLOms8iepFPIBNineGPR2NIiWfOiyJ > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #EG3mOPhPC0mWC6UsQMcaGAtoDJqNLli7 { top:20.25rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
#EG3mOPhPC0mWC6UsQMcaGAtoDJqNLli7 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO { display:block; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4EZJpywrzAIXHMK2nTnPc7iaKsannEZ { top:17.875rem;left:0rem;width:28.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz1xUs8aimXePagxZ3DmoQai7Kk5KgDi { top:5rem;left:0rem;width:31.875rem;height:11.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1hhpTwCdIwWXRbxsGOibrKuLhz8SATc { top:4.3125rem;left:0rem;width:9.0625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcHpgAXqzlTlB0rvm8SAcU00nmRus6LO { top:29.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTcdibBpTMFdr6PTRqEncIclKSmGZAFt { top:23.6875rem;left:0rem;width:6.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyDpBnDc0TExCMETXzgZr8uKLVaV7D7r { top:31.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA7ZC6gkd2Jyqqs3lAHS9LogalThpkBL { top:30.125rem;left:0.96875rem;width:9.8125rem;height:5.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnJQ7l1nOPfKkxFWaPlwIVlmyxyVrQq { top:36.375rem;left:0rem;width:11.25rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhxATbZ8lpTX9UInIC3xKxqAV7Xgnspi { top:24.3125rem;left:11.4375rem;width:10.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtRkblN14wnB1rXdTnnaZcCVygu13BgC { top:29.6875rem;left:17.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvEecVKkd6KeULDTce7WhUG8fDVIH1Oq { top:30.1875rem;left:24.5rem;width:8.6875rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltJ7zKyleqWRyRtCdeasVACnS9TTBREi { top:36.375rem;left:20.875003814698rem;width:11.4375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHoCvLwLV1cIw8ofR8qahCtCnSWwxKl { top:24.25rem;left:36.000001907349rem;width:10.4375rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d994xwzIkCN8ROEMs3UKE5fBkox1D5C7 { top:29.6875rem;left:40.937501907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anm0JifxtIyD6IdWlRkE92sr2lpGZoMP { top:30.125rem;left:38.25rem;width:9.5rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t67Kep8lSqth1vmPczOmpQsJAted3aEI { top:36.375rem;left:36.3125rem;width:10.4375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnaQ1d1uKTzfJnszFRUrTLhVzwOI3aou { top:31.375rem;left:18.875001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQGvPi80P49rpLi5HFV4QqRenLUA0E0t { top:46.5rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbWZx8mPKUJk8upmingeA4wBcpyZoODc { top:40.75rem;left:0rem;width:11.5rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUaf4oUMTOPbru7XNatQikcwbGpTihSW { top:44.9375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqNMymOB4qSEngUlHHTwnWJHJdQerQOh { top:45.375rem;left:3.53125rem;width:9.5rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeNI2KObwOkR1Xug3GEiV50NHONwcaX { top:51.875rem;left:0rem;width:11.25rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnPDB3Zi6PvVI7GwyrzUfkQX3Qo5OODN { top:46.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzORIgdNAfG2Pds8UK1KhLQo7NL5ftL8 { top:40.75rem;left:15.250001907349rem;width:11.5rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhdWr5fur3O9Fipagn5oacA3RfxQt0A { top:44.9375rem;left:20.750001907349rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAcD48uPF46N5zuAy6ttVB4AJRAFVr8 { top:45.375rem;left:28.0625rem;width:9.1875rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6lF5x3mvCHTvn6Farck4U8o13TTBk5Z { top:51.875rem;left:24.375003814698rem;width:11.25rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9OTxGi3lavcZh6v0Z2dsNS6xhhsRCZ { top:31.25rem;left:42.500001907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiXWDphTpWUyWG4b8uAlOSuUu5u8K30g { top:40.75rem;left:36.25rem;width:11.5rem;height:17rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8WlAdVEDi8XzRC9e1IB4a1qr6HwDOi { top:44.9375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2tKAVRfHcpIsyr6sF8A2rtEGRksDly { top:45.375rem;left:38.25rem;width:9.5rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e550293VSRlU4MV95zCxwnVO2fEQ9c1M { top:51.875rem;left:37.8125rem;width:9.9375rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLLhx6I0w3hc7tVhKX5xo0f2ax0W74F7 { top:46.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abx4OpqPQE8zsAVhDaAyxIardxNvTPev { display:block; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGbslUW4i01s7xwOkpxaHAvl6MHNuRB3 { top:9.875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA71caCPEpvLcfxsgyoCi2Qs42ttA5OO { top:19.5rem;left:4.4375rem;width:38.8125rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlBui0tRMaZ6C6ISH84WR5hMvGFvJfIT { top:8.625rem;left:0rem;width:47.75rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQP4rVCgTCWGVeEM4mMJqM5PIWsAt5J { width:17.375rem;height:3.3125rem;top:27.6875rem;left:15.1796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETcs4sP6Omlge458UtXZR9i7og31eOi0 { display:block; }
 }@media only screen and (max-width: 763px) { #zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L { display:block; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyZ3WXpn1T3QPuhDP25DDXlFaLC3CNV8 { top:5rem;left:3rem;width:38.5rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECgv5VnV2wUJwG7aWSRpT5r4SN53oXAR { width:30.125rem;height:17.625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8WBXETiFimunqTgZGEvd8rI3Bir9gAI { width:29.25rem;height:3.25rem;top:16.5rem;left:18.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0TF47xhWWV3RV6CGekBbMJDhsMsrnNi { width:6.5rem;height:4.4375rem;top:21.375rem;left:27.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLIL6OU0c4flnSiQe1Q4ZOmGCoxHOWDc { width:7.25rem;height:2.75rem;top:25.8125rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiEQU4qpKkoxHAV8iLdbKwHU1I31stmW { width:29.9375rem;height:2.75rem;top:29.9375rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQXVTJUGGuCh8Tt5JSL2eB0M6ym5kKv { width:8.1875rem;height:4.4375rem;top:21.375rem;left:37.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nByIDFThDQD4OSqvTxW7upM6KXBwUIPN { width:7.25rem;height:2.75rem;top:25.8125rem;left:37.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxSAUe0cErO4q7pkqWRr9gKJthwK9pMS { width:8.25rem;height:4.4375rem;top:21.375rem;left:39.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krfTQkEz2BunW0tw8JSvTtxTglEo0gr6 { width:6.625rem;height:2.75rem;top:25.8125rem;left:41.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn { display:block; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL0Z8btEEMnAREp8M2ZK7U8mpZGCkicM { top:7.5rem;left:0rem;width:19.4375rem;height:12.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfdiv8XdGMMoyNiqzh1qIT86e034crr { top:2.0625rem;left:0rem;width:9.0625rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvTtCtphITu7W2ou0rSQ4E1rbi8sHwoG { top:4.625rem;left:25.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD3ScmE26wxobGAT27mT4dgafDT6DOFN { top:14.1875rem;left:24.625rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msqXOgklh9B5bzm75RQVsJKfLFLtrXRZ { top:17.25rem;left:25.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbobokMRs0GTssALrHoWTvB4ruI83Sy5 { top:4.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqifAuJTAc7cBKmulMbSiVQ4HFlCeo5L { top:13.9375rem;left:33rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2fgPEdy6PwXzyqnPhxdrzdR0UXCpvdn { top:17.25rem;left:35rem;width:12.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEFTRapZFZwknUnPB26zFwosn8IKqLb3 { top:21.875rem;left:25.625001907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDK3N4pZtPqcL02cnAAAi16XbTQGEcp { top:31.5625rem;left:24.625rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNT2oVtNmr4WnETucr2DuP8HWgDu3t5 { top:13.9375rem;left:24.75rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQKKOAto1KoxZwVp0vDIfuckeClW5M5l { top:13.625rem;left:35.25rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr2QwcbAkTVqO6sSHqJHVZibaM1hPJ42 { top:31.3125rem;left:24.6875rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE40TFhRmsE35eAZB1qSFD0pz8i640dy { top:34.5625rem;left:25.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71oDX3UGcWUlSQXncaEbiVv3APLNxvz { top:21.875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDE9yv4fevm3WViEbJQTWzJV3CG0rki { top:31.25rem;left:35.25rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf7H7qQJ4HBkfQIN3WhkcFiy8yIXMEc5 { top:31.5625rem;left:35.1875rem;width:12.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gmtg4T0zlMm2U1QbhpTiFeEtITErE { top:34.5rem;left:34.0625rem;width:13.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drx9T43LuSH3vsKAb3XUHwpfExVCm0FA { top:29.3125rem;left:0rem;width:29.5rem;height:17.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RxltKTWFShDCfEddOXD37aw2AFgt05 { display:block; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wczdVJbfuwCXv2IS4TffAfx3M01lh2iW { top:2.3125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7hVTX0HR54hQkRprsUFkn1PTLbEc43 { top:12rem;left:5.875rem;width:38.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAQScuRiI6ZV5HDwyldqDZtN4fVvOBL { width:17.375rem;height:3.3125rem;top:16.6875rem;left:16.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqAV5En5vbGM2iWlby5aHn0X5fasrMDU { display:block; }
 }@media only screen and (max-width: 763px) { #ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB { display:block; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ooskhm8ma1VaPkhsRAz5XmUBmKI4E8Vz { top:6rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr2iHMbS4WrVTQOyxbk6atUMFq0nIH2n { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #Zo1FcguNCq8U3C27boMNhp4AJBdrRW9b {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #oTzXHgrDuNnomM8Niz4w4bsE37H3Tmpb {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #PGPPWaAMZU4a3XunLmx9fXIL5t2uKm6T {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ETMo4NGol9GTNBs8eivkLD6rbL14Rh26 {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #EBDTy5HgZN8SrM2sayEeoGUNN2AVWNwg {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #npOxqp168R92drcQ6xlZR8EyAZvqVquc {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #vxigTAlLfHSicTMaWLm1P7sXJDbR1oC9 {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #VMEgB4TdonCnk3yEzv530gPgzpHprtF3 {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #grV5bA2vEoIZaZdmLsrnLc1P3I7eIasa {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ncf5a0OM20FsHcrwKoE9UwaFISQrzZKg {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #idarSCT4ZQ6un8SQeFNKx3Ka1DWP5AIw {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #oKu8q81Ee1pReHVueeNNaoiSaZT0B51v {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #fN0wyRyeZynLwuJ0wvEDgWdARa30fJPR {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #vJiir9xK6zSQWBcC3KOaRw6wbFVFiRrB {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ai7U3hDJevSToSilLUOXxA2bMrNeaIJS {  }
 }@media only screen and (max-width: 763px) { #xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh { display:block; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHXmUaDRJWrQqOAatzfBNvJCVoOzplyl { top:1.0625rem;left:0rem;width:5.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqTwJiCCATmCGPqQ5Tzfka5BdKUnIAl0 { width:20rem;height:8.25rem;top:5.1796879768372rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qupb8T2tTbte6G7uzOGrBurvqKdCUDzT { width:20rem;height:8.125rem;top:14.937500953674rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoPAGQdQgevcPVZkTEu5NA65NRVEGXoG { width:20rem;height:20.3125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ83a8PiEcFph0bbWUNsIJIPUdSihnea { width:17.5rem;height:3.4375rem;top:45.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCHmPgE5CG2iVL5ypCgCWtaD8N9hAe76 { display:block; }
 }@media only screen and (max-width: 763px) { #sUaeUJ34uaHD4ZFNyU1fasMRUmZ6cMwb { width:6.75rem;height:1.875rem;top:1.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ { display:block; }#O2N1fBG6CS6nrRkuMb72Zs51UzH5lBoZ > .row .container { width:20rem;height:103.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diIV4JUy6NepJ6763UQB97B0QBdIeSGR { width:20rem;height:2.6001rem;top:4.1249990463257rem;left:0rem;font-size:2rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aKIWK7uP1LmNRKuZtri6pTl576TMVkBW { width:9.0625rem;height:25.375rem;top:0rem;left:5.46875rem;background-color:rgba(104,48,225,0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q9mXAhnbiETv8Mv41p08UHrfz3uqswJT { width:12.5rem;height:12.5rem;top:16.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtNFgowgW1rep45HfpQ0QRm3QiB7bl0c { width:20rem;height:5.0625rem;top:7.9496555328369rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkIRRB5iv3DTpODAg4DmDDuBNSKTsZAt { width:12.5625rem;height:1.6875rem;top:25.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKay7p3eSJgaECdOxgAruiwMN0MJg4QW { width:12.5rem;height:2.59895625rem;top:29.200001716614rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0TwEzPuu6tKMmcwsooTbcinBIZ6V3EC { width:12.5rem;height:12.5rem;top:34.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcGInVefvcE3aPW5wbtE3wJ8ZbSD93tv { width:12.5625rem;height:1.6875rem;top:43.875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJlUOnHqhBIoE2w7zJ6yX1AL5FAwkEnu { width:12.5rem;height:1.3rem;top:47.362496376037rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3NdoTEHTTTR7NtG0yIfRIi7qylWEAy4 { width:12.5rem;height:12.5rem;top:51.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrGG4SJJQiggPBfGbs7gy3zmqxV2e1J { width:12.5625rem;height:1.6875rem;top:61.125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMadzlIzNgxTmW78FwTRydl5q4cOa4u7 { width:12.5rem;height:2.25rem;top:25.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUq0MlPbJroe1nIIzhuMaQbDedoQIFv { width:12.5rem;height:2.25rem;top:43.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ardP0SDIUPX3Ci70LrnAUGTzyGnKU9NK { width:12.5rem;height:2.25rem;top:60.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz0fcPWfZHo6W8xDpc6J37xXGEm4VEtn { width:12.5rem;height:2.59895625rem;top:64.24999809265rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCk2rFJlC5DVHphMTo6hcrLi797ESdD7 { width:12.5rem;height:12.5rem;top:68.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3cEPqSQGikrDbJ6l9ckXbdFkayHtT4n { width:12.5rem;height:2.25rem;top:78.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7zg79Xcza8HC3Qac9zBCwsWnP9tLHhM { width:12.5625rem;height:1.6875rem;top:78.625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uol0ftuOgK7eTkBsnHFk6Vv37GEdhwio { width:13.6875rem;height:2.59895625rem;top:82.262500762938rem;left:2.6750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOEaWrqoxq13JGxoZuAsIl46KOG3z6XD { width:20rem;height:13.648425rem;top:87.725000381469rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G27EWLGM1TT5suUryn6O7x827Vl3Jm76 { display:block; }#G27EWLGM1TT5suUryn6O7x827Vl3Jm76 > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWT4BAGyAXF7yN2ATiv7hqPbOvfBrX0y { width:17.5625rem;height:6.599625rem;top:23.8125rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWLM1zU9zxhwd2Log79XcT5kACrkdeRF { width:20rem;height:53.9375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7zIuxAJrNp4IDq0L5yoQRfI27ENfydr { width:17.75rem;height:1.6875rem;top:21.87499332428rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XgpOQyEkOf5WXg1mgZR0GgBMrCIy5WzL { width:17rem;height:19.625rem;top:1.3125085830689rem;left:1.8671875596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX2H71y527xZowrCrmzZ1yAinUR7CzKh { width:17.375rem;height:21.09375rem;top:31.246874809265rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTE8ZSXumbsVP3abeitTDMze5RZ8bdCb { width:17.5rem;height:3.4375rem;top:52.656253814698rem;left:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HzyxVKRxOFcHis2a2TVNHEuyUSlWOJUg { display:block; }
 }@media only screen and (max-width: 763px) { #R29sJPh35ViwZFo55F9iAE08HVW5TCfF { width:1.875rem;height:5rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X04hoa9HEbKfUzL4MXSwLiPVzox8VUew { display:flex;width:1.5625rem;height:1.5625rem;top:17.000005722046rem;left:0.125rem;font-size:1.0625rem; }
#X04hoa9HEbKfUzL4MXSwLiPVzox8VUew > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #BZXVhmobQMDXFAldOWVNM7H7eK8mvQQ0 { display:flex;width:1.5625rem;height:1.5625rem;top:19.5rem;left:0.125rem;font-size:1.0625rem; }
#BZXVhmobQMDXFAldOWVNM7H7eK8mvQQ0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #D1aqnIZobXPHHFlMTOMF9C69TzySgxML { display:block; }#D1aqnIZobXPHHFlMTOMF9C69TzySgxML > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9ERrgDXLuJ4uGf5WgTDMXsDEXclbrHw { width:17.5625rem;height:4.3997375rem;top:23.8125rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ez96h2roKKVNPXQrbqs92J7GuqhdQrec { width:20rem;height:51.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJBSIZUHTX7Lh9kur2UFRJxReLkHx74W { width:17.75rem;height:1.6875rem;top:21.87499332428rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dd9DUxvXL7hosECHnKCiTAP6x3e0SiUu { width:17rem;height:19.625rem;top:1.3125085830689rem;left:1.8671875596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKdRZQ7HTwxdytgg0JzfQJTd7VXM2kiL { width:17.375rem;height:19.6875rem;top:29.184270858764rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6RcgAUV7AZcS8N6UGBKDp4SQyDNO6CM { width:17.5rem;height:3.4375rem;top:49.781251430511rem;left:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Ee0MfB9GRLUgQNOfZuko5JT7m5hhO10S { display:block; }
 }@media only screen and (max-width: 763px) { #wspoiz24e7VqF8y7R5vyDiyQ7DrQ273x { width:1.875rem;height:5rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2OLOms8iepFPIBNineGPR2NIiWfOiyJ { display:flex;width:1.5625rem;height:1.5625rem;top:17.125rem;left:0.125rem;font-size:1.0625rem; }
#E2OLOms8iepFPIBNineGPR2NIiWfOiyJ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #EG3mOPhPC0mWC6UsQMcaGAtoDJqNLli7 { display:flex;width:1.5625rem;height:1.5625rem;top:19.5rem;left:0.125rem;font-size:1.0625rem; }
#EG3mOPhPC0mWC6UsQMcaGAtoDJqNLli7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO { display:block; }#JaLGtJ45mep3wq63ATB4uXXXzMiGWzqO > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4EZJpywrzAIXHMK2nTnPc7iaKsannEZ { width:20rem;height:5.0625rem;top:12.273429870606rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz1xUs8aimXePagxZ3DmoQai7Kk5KgDi { width:20rem;height:7.7988125rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n1hhpTwCdIwWXRbxsGOibrKuLhz8SATc { width:9.0625rem;height:15rem;top:1.8119812011719E-5rem;left:5.46875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RcHpgAXqzlTlB0rvm8SAcU00nmRus6LO { width:6.25rem;height:6.25rem;top:23.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTcdibBpTMFdr6PTRqEncIclKSmGZAFt { width:6.4375rem;height:16.3625rem;top:18.025025367737rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyDpBnDc0TExCMETXzgZr8uKLVaV7D7r { display:flex;width:3.125rem;height:3.125rem;top:24.625rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #NA7ZC6gkd2Jyqqs3lAHS9LogalThpkBL { width:9rem;height:5.15625rem;top:23.506072998047rem;left:10.562500536442rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnJQ7l1nOPfKkxFWaPlwIVlmyxyVrQq { width:11.25rem;height:2.625rem;top:30.199993133545rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhxATbZ8lpTX9UInIC3xKxqAV7Xgnspi { width:10.4375rem;height:16.3623125rem;top:31.46249961853rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtRkblN14wnB1rXdTnnaZcCVygu13BgC { width:6.25rem;height:6.25rem;top:36.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvEecVKkd6KeULDTce7WhUG8fDVIH1Oq { width:9.5rem;height:5.361325rem;top:36.962493896484rem;left:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltJ7zKyleqWRyRtCdeasVACnS9TTBREi { width:11.4375rem;height:2.625rem;top:43.887493133545rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHoCvLwLV1cIw8ofR8qahCtCnSWwxKl { width:10.4375rem;height:16.3625rem;top:44.81875038147rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d994xwzIkCN8ROEMs3UKE5fBkox1D5C7 { width:6.25rem;height:6.25rem;top:49.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anm0JifxtIyD6IdWlRkE92sr2lpGZoMP { width:9.5rem;height:5.361325rem;top:50.31875038147rem;left:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t67Kep8lSqth1vmPczOmpQsJAted3aEI { width:11.4375rem;height:2.625rem;top:57.025012969971rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnaQ1d1uKTzfJnszFRUrTLhVzwOI3aou { display:flex;width:2.8125rem;height:2.8125rem;top:38.1875rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #LQGvPi80P49rpLi5HFV4QqRenLUA0E0t { display:flex;width:2.8125rem;height:2.8125rem;top:78.5rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #PbWZx8mPKUJk8upmingeA4wBcpyZoODc { width:11.5rem;height:16.3625rem;top:58.256265640259rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUaf4oUMTOPbru7XNatQikcwbGpTihSW { width:6.25rem;height:6.25rem;top:63.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqNMymOB4qSEngUlHHTwnWJHJdQerQOh { width:9.5rem;height:5.361325rem;top:63.756238937375rem;left:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUeNI2KObwOkR1Xug3GEiV50NHONwcaX { width:11.25rem;height:2.625rem;top:70.312494277956rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnPDB3Zi6PvVI7GwyrzUfkQX3Qo5OODN { display:flex;width:2.5rem;height:2.5rem;top:65.125rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #lzORIgdNAfG2Pds8UK1KhLQo7NL5ftL8 { width:11.5rem;height:16.3625rem;top:71.712499618531rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvhdWr5fur3O9Fipagn5oacA3RfxQt0A { width:6.25rem;height:6.25rem;top:76.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAcD48uPF46N5zuAy6ttVB4AJRAFVr8 { width:9.5rem;height:3.57465rem;top:77.224994659425rem;left:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6lF5x3mvCHTvn6Farck4U8o13TTBk5Z { width:11.25rem;height:2.625rem;top:83.650007247925rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9OTxGi3lavcZh6v0Z2dsNS6xhhsRCZ { display:flex;width:3.125rem;height:3.125rem;top:51.4375rem;left:5.1875rem; }
 }@media only screen and (max-width: 763px) { #iiXWDphTpWUyWG4b8uAlOSuUu5u8K30g { width:11.5rem;height:16.3623125rem;top:85.099979400637rem;left:0rem;font-size:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn8WlAdVEDi8XzRC9e1IB4a1qr6HwDOi { width:6.25rem;height:6.25rem;top:90.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT2tKAVRfHcpIsyr6sF8A2rtEGRksDly { width:9.5rem;height:5.361325rem;top:90.125rem;left:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e550293VSRlU4MV95zCxwnVO2fEQ9c1M { width:9.9375rem;height:2.625rem;top:97.249988555906rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLLhx6I0w3hc7tVhKX5xo0f2ax0W74F7 { display:flex;width:2.3125rem;height:2.3125rem;top:92.125rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #Abx4OpqPQE8zsAVhDaAyxIardxNvTPev { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bfda946-06d3-4f81-80d6-97f6fa71d8bb/maratonowystrumiendarowizn.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev.adaptive-delivery-prevent-bg, #Abx4OpqPQE8zsAVhDaAyxIardxNvTPev.lazyload, #Abx4OpqPQE8zsAVhDaAyxIardxNvTPev.lazyloading { background-image: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container { background-color: transparent; background-image: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container > .video-iframe-container { display: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,0,32,0.5); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row > .video-iframe-container { display: none; }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .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); }#Abx4OpqPQE8zsAVhDaAyxIardxNvTPev > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGbslUW4i01s7xwOkpxaHAvl6MHNuRB3 { width:20rem;height:5.19921875rem;top:3.4375004768372rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fA71caCPEpvLcfxsgyoCi2Qs42ttA5OO { width:16rem;height:16.5rem;top:10.812500476837rem;left:2rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wlBui0tRMaZ6C6ISH84WR5hMvGFvJfIT { width:15.9375rem;height:1.9375rem;top:0rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIQP4rVCgTCWGVeEM4mMJqM5PIWsAt5J { width:17.5rem;height:3.4375rem;top:29.937502384186rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETcs4sP6Omlge458UtXZR9i7og31eOi0 { display:block; }
 }@media only screen and (max-width: 763px) { #zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L { display:block; }#zfvpMOFcTTKBcdeEfgpRZhMqdq6aaT5L > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyZ3WXpn1T3QPuhDP25DDXlFaLC3CNV8 { width:20rem;height:2.76236875rem;top:1.25rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ECgv5VnV2wUJwG7aWSRpT5r4SN53oXAR { height:11.263rem;width:20rem;top:5.7230901718139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8WBXETiFimunqTgZGEvd8rI3Bir9gAI { width:20rem;height:4.875rem;top:18.173826217651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #U0TF47xhWWV3RV6CGekBbMJDhsMsrnNi { width:5.9375rem;height:2.4375rem;top:24.566396713257rem;left:0.29166674613952rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #TLIL6OU0c4flnSiQe1Q4ZOmGCoxHOWDc { width:7rem;height:2.59895625rem;top:27.287760496139rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:inter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NiEQU4qpKkoxHAV8iLdbKwHU1I31stmW { width:20rem;height:5.84895625rem;top:33.201172590256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #OvQXVTJUGGuCh8Tt5JSL2eB0M6ym5kKv { width:5.9375rem;height:2.4375rem;top:24.565756559372rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #nByIDFThDQD4OSqvTxW7upM6KXBwUIPN { width:6.375rem;height:2.59895625rem;top:27.287760496139rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:inter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dxSAUe0cErO4q7pkqWRr9gKJthwK9pMS { width:5.9375rem;height:2.4375rem;top:24.565756559372rem;left:13.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #krfTQkEz2BunW0tw8JSvTtxTglEo0gr6 { width:6rem;height:2.59895625rem;top:27.287760496139rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:inter;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn { display:block; }#BKPZwSDC4dAdT5iF6KLcBe0HMKSMtyxn > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL0Z8btEEMnAREp8M2ZK7U8mpZGCkicM { width:20rem;height:5.19921875rem;top:4.1249990463257rem;left:0rem;font-size:2rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KLfdiv8XdGMMoyNiqzh1qIT86e034crr { width:9.0625rem;height:25.375rem;top:0rem;left:5.46875rem;background-color:rgba(104,48,225,0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yvTtCtphITu7W2ou0rSQ4E1rbi8sHwoG { width:12.5rem;height:12.5rem;top:16.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD3ScmE26wxobGAT27mT4dgafDT6DOFN { width:12.5625rem;height:1.6875rem;top:25.875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msqXOgklh9B5bzm75RQVsJKfLFLtrXRZ { width:12.5rem;height:2.59895625rem;top:29.200001716614rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbobokMRs0GTssALrHoWTvB4ruI83Sy5 { width:12.5rem;height:12.5rem;top:34.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqifAuJTAc7cBKmulMbSiVQ4HFlCeo5L { width:12.5625rem;height:1.6875rem;top:43.875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2fgPEdy6PwXzyqnPhxdrzdR0UXCpvdn { width:12.5rem;height:3.8984375rem;top:47.362496376037rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEFTRapZFZwknUnPB26zFwosn8IKqLb3 { width:12.5rem;height:12.5rem;top:54.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDK3N4pZtPqcL02cnAAAi16XbTQGEcp { width:12.5625rem;height:1.6875rem;top:64.0625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNT2oVtNmr4WnETucr2DuP8HWgDu3t5 { width:12.5rem;height:2.25rem;top:25.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQKKOAto1KoxZwVp0vDIfuckeClW5M5l { width:12.5rem;height:2.25rem;top:43.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr2QwcbAkTVqO6sSHqJHVZibaM1hPJ42 { width:12.5rem;height:2.25rem;top:63.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE40TFhRmsE35eAZB1qSFD0pz8i640dy { width:12.5rem;height:2.59895625rem;top:67.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71oDX3UGcWUlSQXncaEbiVv3APLNxvz { width:12.5rem;height:12.5rem;top:72.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDE9yv4fevm3WViEbJQTWzJV3CG0rki { width:12.5rem;height:2.25rem;top:81.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf7H7qQJ4HBkfQIN3WhkcFiy8yIXMEc5 { width:12.5625rem;height:1.6875rem;top:81.75rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gmtg4T0zlMm2U1QbhpTiFeEtITErE { width:13.6875rem;height:2.59895625rem;top:85.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drx9T43LuSH3vsKAb3XUHwpfExVCm0FA { width:20rem;height:13.6484375rem;top:92.099609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RxltKTWFShDCfEddOXD37aw2AFgt05 { display:block; }#b1RxltKTWFShDCfEddOXD37aw2AFgt05 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wczdVJbfuwCXv2IS4TffAfx3M01lh2iW { width:20rem;height:6.599625rem;top:3.3124990463257rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7hVTX0HR54hQkRprsUFkn1PTLbEc43 { width:20rem;height:4.5rem;top:12.337240219116rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAQScuRiI6ZV5HDwyldqDZtN4fVvOBL { width:17.375rem;height:3.3125rem;top:19.211589813233rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqAV5En5vbGM2iWlby5aHn0X5fasrMDU { display:block; }
 }@media only screen and (max-width: 763px) { #ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB { display:block; }#ziU2EsJUsEKaJ7Lpwa9srMp6Eom8vQKB > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ooskhm8ma1VaPkhsRAz5XmUBmKI4E8Vz { width:20rem;height:1.69986875rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr2iHMbS4WrVTQOyxbk6atUMFq0nIH2n { width:20rem;height:5.59895625rem;top:5.2500009536743rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w .accordion-desc-text { font-size:0.875rem;height:auto; }
#r6XiIfBadvhLxVwQQnZ3hJelEssADT5w { display:flex;height:auto;width:20rem;top:15.248718261719rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #Zo1FcguNCq8U3C27boMNhp4AJBdrRW9b {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #oTzXHgrDuNnomM8Niz4w4bsE37H3Tmpb {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #PGPPWaAMZU4a3XunLmx9fXIL5t2uKm6T {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ETMo4NGol9GTNBs8eivkLD6rbL14Rh26 {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #EBDTy5HgZN8SrM2sayEeoGUNN2AVWNwg {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #npOxqp168R92drcQ6xlZR8EyAZvqVquc {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #vxigTAlLfHSicTMaWLm1P7sXJDbR1oC9 {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #VMEgB4TdonCnk3yEzv530gPgzpHprtF3 {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #grV5bA2vEoIZaZdmLsrnLc1P3I7eIasa {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ncf5a0OM20FsHcrwKoE9UwaFISQrzZKg {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #idarSCT4ZQ6un8SQeFNKx3Ka1DWP5AIw {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #oKu8q81Ee1pReHVueeNNaoiSaZT0B51v {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #fN0wyRyeZynLwuJ0wvEDgWdARa30fJPR {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #vJiir9xK6zSQWBcC3KOaRw6wbFVFiRrB {  }
 }@media only screen and (max-width: 763px) { #r6XiIfBadvhLxVwQQnZ3hJelEssADT5w #ai7U3hDJevSToSilLUOXxA2bMrNeaIJS {  }
 }@media only screen and (max-width: 763px) { #xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh { display:block; }#xMbI8DQnfw1F6E6HXWFHQt7WUnMxJ2Vh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHXmUaDRJWrQqOAatzfBNvJCVoOzplyl { width:5.5625rem;height:1.5625rem;top:1.25rem;left:7.1875rem;display:block; }
 }