.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,245,214;--color-primary-1:163,224,133;--color-primary-2:102,204,51;--color-primary-3:65,144,28;--color-primary-4:20,41,10;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { background-color: transparent; background-image: none; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container > .video-iframe-container { display: none; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row > .video-iframe-container { display: none; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .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); }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { border-width: 0; border-radius: 0; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#GTqALUmuHGoBt1u2ommFoBdxTCLNxV6V { position:absolute;display:block;z-index:15014;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:2.5rem;width:8.6875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#cmPD0R7fNVzygXRy2SHmWzIZSIdzyHUQ { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.9375rem;left:41.0625rem;display:block; }
#x1NB1NqgrKcWit5kTbUrUQb6GB8z81tR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUwXO5gdocaBnCS9he16WfKWWRvvkh0w { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:50rem;display:block; }
#DkhlM7RET4M3Uh5uhrOZTErmW73AqIzB { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:53.125rem;display:block; }
#SFXLGVFUODsSDPPoemumGzVaydNym70X { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.125rem;left:53.3125rem;display:block; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1.25rem;left:50.3125rem; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#CVFJMQVHJOrJeOTZvHCzle8IUWTQhBwM { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:56.25rem;display:block; }
#eDQIUPvQZyHcUv6En9fZr675R25qFxfK { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.125rem;left:56.4375rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13631e8c-3b75-48d6-9d19-48d9771f6346/to.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:"open sans";height:29.75rem;width:60rem;overflow:visible;position:relative;display:block; }#Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.7113723754881rem;left:1.9997825622559rem;height:11.69925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:25.622831344604rem;left:28.75rem; }
#rLnf8rCuPcE5owaafpwvbMfsHRlFnUyS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.311rem;width:27.249375rem;top:4.9989151954651rem;left:32.750648498535rem;overflow:hidden;display:block; }
#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row .container { background-color: transparent; background-image: none; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row .container > .video-iframe-container { display: none; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row > .video-iframe-container { display: none; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .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); }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row .container { border-width: 0; border-radius: 0; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#bZrB1ZekztnHoJHiM8U1WMIfcqvxfNHi { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:9.6865234375rem;left:23.8134765625rem;height:14.1731875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WWvx1LMATyk5oqu6WbETPygSfnMS4PWo { position:absolute;display:block;z-index:15028;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.3125rem;width:1.25rem;top:9.9990234375rem;left:21.3740234375rem;overflow:hidden;display:block; }
#G4hEKMvQ7weVqpKcxHElQbnui7rXJFC4 { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:0rem;height:1.8684875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MwJQJCTpdDEKv4tlOCT969e5nrSu9ETX { color:rgba(var(--color-primary-2),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8115234375rem;left:23.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OblQsa5gFCcZhSACaJJHT0b8z1CJv1KK { position:absolute;display:block;z-index:15029;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.31225625rem;width:1.25rem;top:12.498046875rem;left:21.3740234375rem;overflow:hidden;display:block; }
#fSSVnN9fBEEy6zdKHt4q7U2rPGXullQc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.31225625rem;width:1.25rem;top:14.8251953125rem;left:21.3740234375rem;overflow:hidden;display:block; }
#FdJeiZyDDTPyNiaqiPTva0ZAZVOM3ZTN { position:absolute;display:block;z-index:15031;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.31225625rem;width:1.25rem;top:17.2607421875rem;left:21.3740234375rem;overflow:hidden;display:block; }
#WmSmUvh0HA3vaItKOu6GkSwcx2Xico6y { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.31225625rem;width:1.25rem;top:19.728515625rem;left:21.3740234375rem;overflow:hidden;display:block; }
#dVkC8pOhpHx4N8ouuQQb2lSs9RKTDUsH { position:absolute;display:block;z-index:15033;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.31225625rem;width:1.25rem;top:22.103515625rem;left:21.3740234375rem;overflow:hidden;display:block; }
#ZNTISm3ywLQSgo9rvs68yZ4pbniucIQE { color:rgba(var(--color-primary-2),1);display:block;width:36.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1220703125rem;left:23.5009765625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TlwW27usXZL056KRo5QL7NXCp8LRPLWK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1853125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:27.998046875rem;left:23.8134765625rem;height:7.0865625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yXhVZ9ch9eaOcFCG54zVxuSLK4h9bVrJ { position:absolute;display:block;z-index:15035;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.31225625rem;width:1.25rem;top:30.875rem;left:21.375rem;overflow:hidden;display:block; }
#JZkRtfUqDdxXNRsUyRx14TeiDITmGtht { position:absolute;display:block;z-index:15036;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.31225625rem;width:1.25rem;top:33.25rem;left:21.375rem;overflow:hidden;display:block; }
#cF5apcw4f3glmoUXFxfAe2TnhqhpHTut { position:absolute;display:block;z-index:15034;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.31225625rem;width:1.25rem;top:28.4375rem;left:21.375rem;overflow:hidden;display:block; }
#cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4eae41ba-effb-4936-a993-274e97c75534/lp_sekcja_1.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:20.0625rem;top:7.75rem;left:0rem;display:block; }#cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz.adaptive-delivery-prevent-bg, #cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz.lazyload, #cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz.lazyloading { background-image: none; }
#dxgTTxeSxi5PV9I6k9u4gGMpoT8tyPHM { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1853125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:27.998046875rem;left:23.8134765625rem;height:7.0869375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row .container { background-color: transparent; background-image: none; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row .container > .video-iframe-container { display: none; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row > .video-iframe-container { display: none; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .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); }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row .container { border-width: 0; border-radius: 0; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:60rem;position:relative;display:block; }#mTk6Swt5TTCBpi0bwbmN9DWDTu38WvGy { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWVwI280bET0aAyQmoQmlWrQV4Hcii03 { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76aabd4c-824c-428f-bb6d-3a98a4260952/STAN2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.811625rem;width:30.811625rem;top:18.021920681rem;left:14.594184875488rem;display:block; }#WWVwI280bET0aAyQmoQmlWrQV4Hcii03.adaptive-delivery-prevent-bg, #WWVwI280bET0aAyQmoQmlWrQV4Hcii03.lazyload, #WWVwI280bET0aAyQmoQmlWrQV4Hcii03.lazyloading { background-image: none; }
#ui54XaoHwBMHyPFuFHT2kTt9AronSqsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:6.2456607818604rem;left:7.1234817504881rem;height:9.4488125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");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; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94.adaptive-delivery-prevent-bg, #vlcKe8281gxqkz8Uh0f0hmk43OE9PS94.lazyload, #vlcKe8281gxqkz8Uh0f0hmk43OE9PS94.lazyloading { background-image: none; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row .container { background-color: transparent; background-image: none; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row .container > .video-iframe-container { display: none; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row > .video-iframe-container { display: none; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .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); }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row .container { border-width: 0; border-radius: 0; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row .container { background-color: transparent; background-image: none; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row .container > .video-iframe-container { display: none; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row > .video-iframe-container { display: none; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .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); }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row .container { border-width: 0; border-radius: 0; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#Bop2ZoZcKpPxQV7oMQgChshin6zyocAi { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rnrVFg2uhJqqmborvGRWfBQPsgPn6T2H { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:5.3740234375rem;left:10.625rem;height:25.9841875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VVS5IFPEeFEq7VF0yR6xLX0qvPWcOFb3 { position:absolute;display:block;z-index:15033;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.3125rem;width:1.25rem;top:5.3740234375rem;left:8.1875rem;overflow:hidden;display:block; }
#RG4KQN5xUPbSFARFRdAiNfyx7rt3m0HJ { position:absolute;display:block;z-index:15034;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.3125rem;width:1.25rem;top:17.7099609375rem;left:8.1875rem;overflow:hidden;display:block; }
#WmXyHnX3uqEFVsCSh749D34i9B0HzefG { position:absolute;display:block;z-index:15035;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.3125rem;width:1.25rem;top:22.3740234375rem;left:8.1875rem;overflow:hidden;display:block; }
#K0zdoFFCwXm2eelKJMTt1IdbzMRZnPOJ { position:absolute;display:block;z-index:15036;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.3125rem;width:1.25rem;top:26.8115234375rem;left:8.1875rem;overflow:hidden;display:block; }
#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");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; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.adaptive-delivery-prevent-bg, #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.lazyload, #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.lazyloading { background-image: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { background-color: transparent; background-image: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container > .video-iframe-container { display: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row > .video-iframe-container { display: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .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); }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { border-width: 0; border-radius: 0; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt { position:relative;display:block; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt { background-color: transparent; background-image: none; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row .container > .video-iframe-container { display: none; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row > .video-iframe-container { display: none; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .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); }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt { border-width: 0; border-radius: 0; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XSe3InsIWeIOCfxwZHudMQmFekABKFGu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8126773834229rem;left:22.468036651611rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXm7xuiCk0P4KpEQT5SEKLMMvCQ6I2Cd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4271850585938rem;left:4.0898418426514rem;height:30.716175rem;display:block; }
#Pyp2OqMLEHwPwqLClwqriQ1a7c5EDmTo { position:absolute;display:block;z-index:15045;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.31125625rem;width:1.25rem;top:7.6145210266112rem;left:1.4936065673828rem;overflow:hidden;display:block; }
#ymMuAIIa42kcFWNJDt1ZcT82HXuuhHlL { position:absolute;display:block;z-index:15046;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.31036875rem;width:1.25rem;top:11.925958633423rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#WOBz3z7HzTeglaTT7zf3xL4mCgQtChEI { position:absolute;display:block;z-index:15047;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.30948125rem;width:1.25rem;top:17.80006980896rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#WNI8RVXIJs4VTRr3zxTpAIPXMskRqM3k { position:absolute;display:block;z-index:15048;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.30859375rem;width:1.25rem;top:23.549892425537rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#JaEp38QK5kIKTpf1wDyyXcUHVENP0m52 { position:absolute;display:block;z-index:15049;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.30859375rem;width:1.25rem;top:32.29935836792rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d6a6e45c-0ce5-4765-8340-fc8cc1ec48d1/bus_wyciety_mercedes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:17.3125rem;top:2.3125rem;left:42.725341796875rem;display:block; }#Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT.adaptive-delivery-prevent-bg, #Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT.lazyload, #Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT.lazyloading { background-image: none; }
#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");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; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx.adaptive-delivery-prevent-bg, #ZeySELSztXT7eREJ3MVfzU40x2UOH8qx.lazyload, #ZeySELSztXT7eREJ3MVfzU40x2UOH8qx.lazyloading { background-image: none; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row .container { background-color: transparent; background-image: none; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row .container > .video-iframe-container { display: none; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row > .video-iframe-container { display: none; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .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); }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row .container { border-width: 0; border-radius: 0; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL { position:relative;display:block; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL { background-color: transparent; background-image: none; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row .container > .video-iframe-container { display: none; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row > .video-iframe-container { display: none; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .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); }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL { border-width: 0; border-radius: 0; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fDtfnVyqa3khF38B8O2PQ7OIzlBW2dph { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.687503814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wuV5T6SJcbeiv6loHWWZBJkGnn4ooXCR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:55.3125rem;top:5.8125rem;left:2.34375rem;display:block; }
#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");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; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ.adaptive-delivery-prevent-bg, #iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ.lazyload, #iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ.lazyloading { background-image: none; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row .container { background-color: transparent; background-image: none; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row .container > .video-iframe-container { display: none; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row > .video-iframe-container { display: none; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .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); }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row .container { border-width: 0; border-radius: 0; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH { position:relative;display:block; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH { background-color: transparent; background-image: none; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row .container > .video-iframe-container { display: none; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row > .video-iframe-container { display: none; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .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); }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH { border-width: 0; border-radius: 0; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TgWbbgSwkGf2fS8JpWZqoAZhgvWMtc7l { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.875003814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NNmuVxFCGTqQmDMIiMVZwHRyOBNd8DRh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:55.3125rem;top:5.8125rem;left:2.34375rem;display:block; }
#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");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; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9.adaptive-delivery-prevent-bg, #Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9.lazyload, #Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9.lazyloading { background-image: none; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row .container { background-color: transparent; background-image: none; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row .container > .video-iframe-container { display: none; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row > .video-iframe-container { display: none; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .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); }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row .container { border-width: 0; border-radius: 0; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB { position:relative;display:block; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB { background-color: transparent; background-image: none; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row .container > .video-iframe-container { display: none; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row > .video-iframe-container { display: none; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .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); }#GGBzT2puaITFnrECbhCmVtVOB74abhoB { border-width: 0; border-radius: 0; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N7Ptm9AzhBhPWsKTuhs15kkxfTiEr0wa { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.875003814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bySqWoIm4C5xfCPAVTmglpTXtiO3g7aq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:55.3125rem;top:5.8125rem;left:2.34375rem;display:block; }
#T2EXCHTCelOmCfmGESTfdTTCMydknCqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13631e8c-3b75-48d6-9d19-48d9771f6346/to.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; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw.adaptive-delivery-prevent-bg, #T2EXCHTCelOmCfmGESTfdTTCMydknCqw.lazyload, #T2EXCHTCelOmCfmGESTfdTTCMydknCqw.lazyloading { background-image: none; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row .container { background-color: transparent; background-image: none; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row .container > .video-iframe-container { display: none; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row > .video-iframe-container { display: none; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .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); }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row .container { border-width: 0; border-radius: 0; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#WeiRrgIVbalBZ1PxLQ6GM8ma3zP6OkM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT { display:block; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTqALUmuHGoBt1u2ommFoBdxTCLNxV6V { width:8.6875rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmPD0R7fNVzygXRy2SHmWzIZSIdzyHUQ { width:7.6875rem;height:2.5rem;top:0.9375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1NB1NqgrKcWit5kTbUrUQb6GB8z81tR { display:block; }
 }@media only screen and (max-width: 763px) { #cUwXO5gdocaBnCS9he16WfKWWRvvkh0w { width:2.5rem;height:2.5rem;top:0.9375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkhlM7RET4M3Uh5uhrOZTErmW73AqIzB { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXLGVFUODsSDPPoemumGzVaydNym70X { width:2.125rem;height:2.125rem;top:1.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co { top:1.25rem;left:44.1875rem;width:1.875rem;height:1.875rem;display:block; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CVFJMQVHJOrJeOTZvHCzle8IUWTQhBwM { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQIUPvQZyHcUv6En9fZr675R25qFxfK { width:2.125rem;height:2.125rem;top:1.125rem;left:45.625rem;font-size:1.4375rem;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) { #Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { top:9.6875rem;left:0rem;width:36.3125rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { top:25.5625rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLnf8rCuPcE5owaafpwvbMfsHRlFnUyS { top:4.9375rem;left:20.5625rem;width:27.1875rem;height:24.255797151311rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h { display:block; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZrB1ZekztnHoJHiM8U1WMIfcqvxfNHi { width:36.125rem;height:14.125rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWvx1LMATyk5oqu6WbETPygSfnMS4PWo { top:9.9375rem;left:15.875rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4hEKMvQ7weVqpKcxHElQbnui7rXJFC4 { width:47.75rem;height:1.8125rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwJQJCTpdDEKv4tlOCT969e5nrSu9ETX { width:36.4375rem;height:1.5625rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OblQsa5gFCcZhSACaJJHT0b8z1CJv1KK { top:12.4375rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSVnN9fBEEy6zdKHt4q7U2rPGXullQc { top:14.8125rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdJeiZyDDTPyNiaqiPTva0ZAZVOM3ZTN { top:17.25rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmSmUvh0HA3vaItKOu6GkSwcx2Xico6y { top:19.6875rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVkC8pOhpHx4N8ouuQQb2lSs9RKTDUsH { top:22.0625rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTISm3ywLQSgo9rvs68yZ4pbniucIQE { width:36.4375rem;height:;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwW27usXZL056KRo5QL7NXCp8LRPLWK { width:36.125rem;height:;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXhVZ9ch9eaOcFCG54zVxuSLK4h9bVrJ { top:30.875rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZkRtfUqDdxXNRsUyRx14TeiDITmGtht { top:33.25rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF5apcw4f3glmoUXFxfAe2TnhqhpHTut { top:28.4375rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz { top:7.75rem;left:0rem;width:20.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxgTTxeSxi5PV9I6k9u4gGMpoT8tyPHM { width:12.1875rem;height:;top:24.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ { display:block; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTk6Swt5TTCBpi0bwbmN9DWDTu38WvGy { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVwI280bET0aAyQmoQmlWrQV4Hcii03 { top:18rem;left:0rem;width:30.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui54XaoHwBMHyPFuFHT2kTt9AronSqsQ { width:45.6875rem;height:9.4375rem;top:6.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 { display:block; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 { display:block; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bop2ZoZcKpPxQV7oMQgChshin6zyocAi { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnrVFg2uhJqqmborvGRWfBQPsgPn6T2H { width:40rem;height:25.9375rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVS5IFPEeFEq7VF0yR6xLX0qvPWcOFb3 { top:5.3125rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG4KQN5xUPbSFARFRdAiNfyx7rt3m0HJ { top:17.6875rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXyHnX3uqEFVsCSh749D34i9B0HzefG { top:22.3125rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0zdoFFCwXm2eelKJMTt1IdbzMRZnPOJ { top:26.75rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { display:block; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt { display:block; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSe3InsIWeIOCfxwZHudMQmFekABKFGu { top:2.8125rem;left:16.280536651611rem;width:15rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXm7xuiCk0P4KpEQT5SEKLMMvCQ6I2Cd { top:7.375rem;left:0rem;width:33.3125rem;height:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pyp2OqMLEHwPwqLClwqriQ1a7c5EDmTo { top:7.5625rem;left:0rem;width:1.25rem;height:1.31125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMuAIIa42kcFWNJDt1ZcT82HXuuhHlL { top:11.875rem;left:0rem;width:1.25rem;height:1.31036875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOBz3z7HzTeglaTT7zf3xL4mCgQtChEI { top:17.75rem;left:0rem;width:1.25rem;height:1.30948125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNI8RVXIJs4VTRr3zxTpAIPXMskRqM3k { top:23.5rem;left:0rem;width:1.25rem;height:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaEp38QK5kIKTpf1wDyyXcUHVENP0m52 { top:32.25rem;left:0rem;width:1.25rem;height:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT { top:2.3125rem;left:30.3125rem;width:17.3125rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeySELSztXT7eREJ3MVfzU40x2UOH8qx { display:block; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL { display:block; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDtfnVyqa3khF38B8O2PQ7OIzlBW2dph { top:2.5rem;left:0rem;width:20.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuV5T6SJcbeiv6loHWWZBJkGnn4ooXCR { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ { display:block; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH { display:block; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgWbbgSwkGf2fS8JpWZqoAZhgvWMtc7l { top:1.75rem;left:0rem;width:24.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNmuVxFCGTqQmDMIiMVZwHRyOBNd8DRh { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 { display:block; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGBzT2puaITFnrECbhCmVtVOB74abhoB { display:block; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7Ptm9AzhBhPWsKTuhs15kkxfTiEr0wa { top:1.75rem;left:0rem;width:24.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bySqWoIm4C5xfCPAVTmglpTXtiO3g7aq { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EXCHTCelOmCfmGESTfdTTCMydknCqw { display:block; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeiRrgIVbalBZ1PxLQ6GM8ma3zP6OkM7 { width:47.75rem;height:3.25rem;top:4.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT { position:relative;z-index:auto;display:block; }#biHFoZki0KPTRtcUCD6mNzaZc2SlyPvT > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTqALUmuHGoBt1u2ommFoBdxTCLNxV6V { width:6.3745rem;height:1.93725625rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmPD0R7fNVzygXRy2SHmWzIZSIdzyHUQ { width:7.6555rem;height:2.46875rem;top:4.43725625rem;left:6.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1NB1NqgrKcWit5kTbUrUQb6GB8z81tR { display:block; }
 }@media only screen and (max-width: 763px) { #cUwXO5gdocaBnCS9he16WfKWWRvvkh0w { width:2.5rem;height:2.5rem;top:7.8427734375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkhlM7RET4M3Uh5uhrOZTErmW73AqIzB { width:2.5rem;height:2.5rem;top:7.8427734375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFXLGVFUODsSDPPoemumGzVaydNym70X { width:2.124025rem;height:2.124025rem;top:8.0302734375rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co { width:1.875rem;height:1.875rem;top:8.1552734375rem;left:5.625rem;display:block; }
#IyMoOaHDGEdbWiGUGuoS3HyfA8cUC9co > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CVFJMQVHJOrJeOTZvHCzle8IUWTQhBwM { width:2.5rem;height:2.5rem;top:7.8427734375rem;left:12.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQIUPvQZyHcUv6En9fZr675R25qFxfK { width:2.124025rem;height:2.124025rem;top:8.0302734375rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79900e01-9126-4297-9577-e9101f4b4e8c/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { width:18.186875rem;height:5.84635625rem;top:2.4989151954651rem;left:0.90603309869769rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { width:2.5rem;height:2.5rem;top:24.995660305023rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLnf8rCuPcE5owaafpwvbMfsHRlFnUyS { width:15.061875rem;height:13.4375rem;top:10.292968273163rem;left:2.4685330986977rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h { display:block; }#Sq7VQ1gc1Zv0dUsptryzibHGDOWWkk4h > .row .container { width:20rem;height:55.186645507812rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZrB1ZekztnHoJHiM8U1WMIfcqvxfNHi { width:17.5rem;height:14.6896875rem;top:7.859375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #WWvx1LMATyk5oqu6WbETPygSfnMS4PWo { width:1.125rem;height:1.125rem;top:18.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4hEKMvQ7weVqpKcxHElQbnui7rXJFC4 { width:20rem;height:2.92535rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwJQJCTpdDEKv4tlOCT969e5nrSu9ETX { width:15.4375rem;height:1.2999125rem;top:5.421875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OblQsa5gFCcZhSACaJJHT0b8z1CJv1KK { width:1.125rem;height:1.125rem;top:8.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSVnN9fBEEy6zdKHt4q7U2rPGXullQc { width:1.125rem;height:1.125rem;top:10.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdJeiZyDDTPyNiaqiPTva0ZAZVOM3ZTN { width:1.125rem;height:1.125rem;top:12.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmSmUvh0HA3vaItKOu6GkSwcx2Xico6y { width:1.125rem;height:1.125rem;top:14.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVkC8pOhpHx4N8ouuQQb2lSs9RKTDUsH { width:1.125rem;height:1.125rem;top:16.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTISm3ywLQSgo9rvs68yZ4pbniucIQE { width:12.4375rem;height:1.2999125rem;top:23.4931640625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwW27usXZL056KRo5QL7NXCp8LRPLWK { width:20rem;height:0;top:33.4775390625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXhVZ9ch9eaOcFCG54zVxuSLK4h9bVrJ { width:1.125rem;height:1.125rem;top:29.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZkRtfUqDdxXNRsUyRx14TeiDITmGtht { width:1.125rem;height:1.125rem;top:32.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF5apcw4f3glmoUXFxfAe2TnhqhpHTut { width:1.125rem;height:1.125rem;top:26.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz { width:20rem;height:20rem;top:35.1875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4eae41ba-effb-4936-a993-274e97c75534/lp_sekcja_1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz.adaptive-delivery-prevent-bg, #cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz.lazyload, #cf2EMHnykpkq9NDhgqMtk0kS0O7D4Wcz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dxgTTxeSxi5PV9I6k9u4gGMpoT8tyPHM { width:12.1875rem;height:7.9525rem;top:25.98046875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ { display:block; }#q73yuINoxh0PstlcwAuWTJAtyrLOTwIQ > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTk6Swt5TTCBpi0bwbmN9DWDTu38WvGy { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVwI280bET0aAyQmoQmlWrQV4Hcii03 { width:18.3745625rem;height:18.3745625rem;top:22.058378009126rem;left:0.81163197755812rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76aabd4c-824c-428f-bb6d-3a98a4260952/STAN2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WWVwI280bET0aAyQmoQmlWrQV4Hcii03.adaptive-delivery-prevent-bg, #WWVwI280bET0aAyQmoQmlWrQV4Hcii03.lazyload, #WWVwI280bET0aAyQmoQmlWrQV4Hcii03.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ui54XaoHwBMHyPFuFHT2kTt9AronSqsQ { width:17.5rem;height:16.7881875rem;top:3.796875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 { display:block; }#vlcKe8281gxqkz8Uh0f0hmk43OE9PS94 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 { display:block; }#lSbHQp7TrC9gt6HNaerT46TepvLdMSx0 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bop2ZoZcKpPxQV7oMQgChshin6zyocAi { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnrVFg2uhJqqmborvGRWfBQPsgPn6T2H { width:17.0625rem;height:37.7734375rem;top:4.1875rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #VVS5IFPEeFEq7VF0yR6xLX0qvPWcOFb3 { width:1.25rem;height:1.3125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG4KQN5xUPbSFARFRdAiNfyx7rt3m0HJ { width:1.25rem;height:1.3125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmXyHnX3uqEFVsCSh749D34i9B0HzefG { width:1.25rem;height:1.3125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0zdoFFCwXm2eelKJMTt1IdbzMRZnPOJ { width:1.25rem;height:1.3125rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { display:block; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt { display:block; }#k6wLprqrnikbVTpKRHDVVBp9Rwt6IHVt > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSe3InsIWeIOCfxwZHudMQmFekABKFGu { width:15rem;height:1.8684875rem;top:2.625rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXm7xuiCk0P4KpEQT5SEKLMMvCQ6I2Cd { width:16.6235625rem;height:41.5972rem;top:27.75rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pyp2OqMLEHwPwqLClwqriQ1a7c5EDmTo { width:1.25rem;height:1.30859375rem;top:27.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymMuAIIa42kcFWNJDt1ZcT82HXuuhHlL { width:1.25rem;height:1.30859375rem;top:62.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOBz3z7HzTeglaTT7zf3xL4mCgQtChEI { width:1.25rem;height:1.30859375rem;top:32.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNI8RVXIJs4VTRr3zxTpAIPXMskRqM3k { width:1.25rem;height:1.30859375rem;top:40.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaEp38QK5kIKTpf1wDyyXcUHVENP0m52 { width:1.25rem;height:1.30859375rem;top:48.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT { width:20rem;height:20.5603125rem;top:5.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d6a6e45c-0ce5-4765-8340-fc8cc1ec48d1/bus_wyciety_mercedes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT.adaptive-delivery-prevent-bg, #Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT.lazyload, #Q7z1ecwQ9BogKf3BzUvxd0tLqFadAZKT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZeySELSztXT7eREJ3MVfzU40x2UOH8qx { display:block; }#ZeySELSztXT7eREJ3MVfzU40x2UOH8qx > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL { display:block; }#sB9Da86sqrJVdoCVllGTf0m8ZMcInqEL > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDtfnVyqa3khF38B8O2PQ7OIzlBW2dph { width:15rem;height:1.8684875rem;top:1.25rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuV5T6SJcbeiv6loHWWZBJkGnn4ooXCR { height:11.1181875rem;width:20rem;top:3.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ { display:block; }#iuwp7VppyuGPT3uHtuxCuqRXPXnk2xHJ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH { display:block; }#koQ0ZvJUmaiKVXbQa0IT70IoLy9nL9eH > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgWbbgSwkGf2fS8JpWZqoAZhgvWMtc7l { width:15rem;height:3.73698125rem;top:1.25rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNmuVxFCGTqQmDMIiMVZwHRyOBNd8DRh { height:11.1181875rem;width:20rem;top:6.23779375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 { display:block; }#Cg1QAWHkbzGkVl15QoDLlql8EmT4aUu9 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGBzT2puaITFnrECbhCmVtVOB74abhoB { display:block; }#GGBzT2puaITFnrECbhCmVtVOB74abhoB > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N7Ptm9AzhBhPWsKTuhs15kkxfTiEr0wa { width:15rem;height:1.8684875rem;top:1.25rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bySqWoIm4C5xfCPAVTmglpTXtiO3g7aq { height:11.1181875rem;width:20rem;top:3.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EXCHTCelOmCfmGESTfdTTCMydknCqw { display:block; }#T2EXCHTCelOmCfmGESTfdTTCMydknCqw > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeiRrgIVbalBZ1PxLQ6GM8ma3zP6OkM7 { width:20rem;height:1.625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }