.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:228,223,239;--color-primary-1:200,178,255;--color-primary-2:119,96,176;--color-primary-3:85,56,156;--color-primary-4:5,11,47;--color-secondary-0:254,220,228;--color-secondary-1:252,137,167;--color-secondary-2:248,19,78;--color-secondary-3:124,10,39;--color-secondary-4:37,3,12;--color-tertiary-0:255,255,255;--color-tertiary-1:255,244,247;--color-tertiary-2:153,146,148;--color-tertiary-3:92,88,89;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@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;position:relative;display:block; }
#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .row > .video-iframe-container { display: none; }#T3yPeFyJEwJ5pPMM2WU33HI90n4oeoTU > .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); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { background-color:#141757;background-image:url("https://images.assets-landingi.com/a5moDzeT/bg_1_b.jpg");background-position:center !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;display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.adaptive-delivery-prevent-bg, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyload, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyloading { background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { background-color: transparent; background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .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); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { border-width: 0; border-radius: 0; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:60rem;height:54.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hWs7RU3iDPbgAbXgtN1DVgGseHK65Ftw { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rkcfqa7C/icon_music_glosnik_belka.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:34.75rem;left:13.8125rem;display:block; }#hWs7RU3iDPbgAbXgtN1DVgGseHK65Ftw.adaptive-delivery-prevent-bg, #hWs7RU3iDPbgAbXgtN1DVgGseHK65Ftw.lazyload, #hWs7RU3iDPbgAbXgtN1DVgGseHK65Ftw.lazyloading { background-image: none; }
#cSQelyJH5JE9KgDtbylIoma5Mz4gCTCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORHvdC3cyrvpzqfwKsucpZIwy4bbl3R6 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rdr4Db4L/glosnik_mniejszy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ac8aff;border-left:0.1875rem solid #ac8aff;border-right:0.1875rem solid #ac8aff;border-bottom:0.1875rem solid #ac8aff;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.75rem;left:0rem;display:none; }#ORHvdC3cyrvpzqfwKsucpZIwy4bbl3R6.adaptive-delivery-prevent-bg, #ORHvdC3cyrvpzqfwKsucpZIwy4bbl3R6.lazyload, #ORHvdC3cyrvpzqfwKsucpZIwy4bbl3R6.lazyloading { background-image: none; }
#atWiMssFaK8KwIeTecVJkCrvUiK1LMbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7JtgF0FO5IUP20v56nDtqzLUnaLzbQi { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:14.9375rem;left:0.0625rem;height:7.4238125rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxq6UO4Egd6OJ7QT6qSuxGCOwzB5Dpc5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:60rem;top:7.4375rem;left:0rem;display:block; }
#OWbQ6Awp3pRfQgOpX6TzzH6d1H0KTJN4 { position:absolute;display:block;z-index:15004;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:30rem;width:30rem;top:9.875rem;left:30rem;overflow:hidden;display:block; }
#IiNbOM1dM3I3dqJJhKiUH6cwLxeoD6VT { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.9;letter-spacing:0;top:24.8125rem;left:0.1875rem;height:5.69824375rem;text-align:right;text-align-last:right;display:block; }
#vx2swvhU1HuTKumgacHOfLWmvdVHAA8p { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8720703125rem;left:0.125rem;height:2.76171875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iJPiNxTtNLHTk2GQKS3ne0t5CuO1yiHT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:60rem;top:41.75rem;left:0rem;display:block; }
#eIzTF7VwWEXHiumouhEgNEg3lwLaeN9P { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfzGEkW04xuvi4ZoOAi0Fawg3Ai5sGfz { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-2),0.7));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-2),0.7));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-2),0.7));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-secondary-2),0.7)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-secondary-2),0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:46.875rem;left:26.375rem;display:block; }
#SRzE9qc7IVUDwNsiAlTpGAM4LnTWIndf { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:47.75rem;left:27.25rem;display:block; }
#JR4tVDohiIiMEOZTeFPaydFdMMv4rGXE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.625rem;top:49.96875rem;left:29.1875rem;overflow:hidden;display:block; }
#Aw0BwZzXJ2227osVvqaQdt95VxzkerFS { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rdr4Db4L/glosnik_mniejszy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ac8aff;border-left:0.1875rem solid #ac8aff;border-right:0.1875rem solid #ac8aff;border-bottom:0.1875rem solid #ac8aff;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.75rem;left:0.0625rem;display:block; }#Aw0BwZzXJ2227osVvqaQdt95VxzkerFS.adaptive-delivery-prevent-bg, #Aw0BwZzXJ2227osVvqaQdt95VxzkerFS.lazyload, #Aw0BwZzXJ2227osVvqaQdt95VxzkerFS.lazyloading { background-image: none; }
#EJJmWbuvm8RwPb2Bu6cKWX5gzJr4T7Ca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnOltSK5807APabRatrSVK70R0nT9HCt { 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/37c8rbN9/bg_2.jpg");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; }#TnOltSK5807APabRatrSVK70R0nT9HCt.adaptive-delivery-prevent-bg, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyload, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyloading { background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { background-color: transparent; background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .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); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { border-width: 0; border-radius: 0; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { font-size:0.875rem;font-family:arial;height:85.625rem;width:60rem;position:relative;display:block; }#Vx4c56kstGARCmzoL3iLmdboMk5Tok5W { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:60rem;top:3.125rem;left:0rem;display:block; }
#XlfdC9c09ADs1dlDu0re1ISLZB8l2gKs { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.9375rem;left:33.8125rem;height:8.099625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U6DbvRsblwb0ryOnLgrAaamcdGhJkHQc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2.3125rem 3.1875rem 6.8125rem rgba(var(--color-primary-4),0.78) ;height:26.375rem;width:30.1875rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#ib33q5CRGAbi0qTkwW7Pz3eTAMDqc2pM { position:absolute;display:block;z-index:15008;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.25rem;width:0.625rem;top:28.9375rem;left:52.8125rem;overflow:hidden;display:block; }
#zOMm2JV2OWsSVLkfoJfxs6oGZhBhq9H5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:28.875rem;left:55rem;overflow:hidden;display:block; }
#cQZFI8w5t7T2Sxu17QuCRDHXo7pnMheZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.1875rem;top:29.0625rem;left:57.625rem;overflow:hidden;display:block; }
#ea9ATQMo2HaW6eKItaKMpZT0SI0PiIdV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 3.5625rem 1.875rem 6.8125rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:20rem;top:32.3125rem;left:0rem;overflow:hidden;display:block; }
#CqoTbzX2VyGSAp41BLk2iO6IEpHyWXby { position:absolute;display:block;z-index:14998;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: 3.5625rem 1.875rem 6.8125rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:20rem;top:32.3125rem;left:20rem;overflow:hidden;display:block; }
#sr9Qait8tlgCTOw58Bt86VTwutyBNZbh { position:absolute;display:block;z-index:14997;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: -1.1875rem 1.875rem 6.25rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:20rem;top:32.3125rem;left:40rem;overflow:hidden;display:block; }
#SpVwte6ObO0B9bTqOxOz5o0CTdxNkbko { position:absolute;display:block;z-index:15002;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: 1.875rem 1.875rem 6.8125rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:20rem;top:52.3125rem;left:20rem;overflow:hidden;display:block; }
#VcrKciyx5OcGFFpbUdarZn2uIhoVu8ky { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.9;letter-spacing:0;top:58.66796875rem;left:1.25rem;height:1.8994125rem;text-align:center;text-align-last:center;display:block; }
#FDcmxUH8LRkx17ZtS7cTTi5lVxRSCTVT { color:rgba(var(--color-secondary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.9;letter-spacing:0;top:55.0625rem;left:1.6875rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGnE8maWTMOng5Aii75EeU09uHkhsTW5 { color:rgba(var(--color-secondary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.9;letter-spacing:0;top:52.75rem;left:39.9375rem;height:4.2734375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hnlnlolac7MPclmmsDTW3Iop3AmXGd7m { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.9;letter-spacing:0;top:57.71875rem;left:41.375rem;height:13.295875rem;text-align:center;text-align-last:center;display:block; }
#uoxvkPufsk5QvGmgl98v8aNhwnczTlb5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:75.9375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8cMocdOuDT2uXp8sVXTPg1QFFD8yAfw { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),0.7), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),0.7), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),0.7), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),0.7), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),0.7), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:78.375rem;left:26.375rem;display:block; }
#rzfNuwRwBVTl2JDQMgkHEy3rHCxq9RLT { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:79.25rem;left:27.25rem;display:block; }
#TTpwfnDeMow7OliO7z51TG7b3truByz1 { 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:1.0625rem;width:1.625rem;top:81.46875rem;left:29.1875rem;overflow:hidden;display:block; }
#QGVJLmTMR0SzUEtuoJyo3TxJx5aOMz7X { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:60rem;top:74.125rem;left:0rem;display:block; }
#QD6rfAJsGW8nRTIJxFGATUQDswHmvBe1 { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:2.3;letter-spacing:0;top:16rem;left:33.875rem;height:9.19925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { 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/PbdFjVd9/bg_3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.adaptive-delivery-prevent-bg, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyload, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyloading { background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { background-color: transparent; background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .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); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { border-width: 0; border-radius: 0; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#BUMaBRhuPurKWXFJkdruNK8leWFrFRhg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33rem;width:59.875rem;top:6rem;left:0rem;display:block; }
#EOGaI8KbbUQQWpqnLZoEvReGWlJ9mOOP { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:42.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INfRqM8ds2TG9qLzPNlqgQx7fBbvhJ8e { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:45.1875rem;left:26.375rem;display:block; }
#ufe3zhwSUr5xWrq46FdeXIigixgDataf { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:46.0625rem;left:27.25rem;display:block; }
#u101u9eugisugG3JLdDxhzBLZX7EloG8 { position:absolute;display:block;z-index:15018;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.0625rem;width:1.625rem;top:48.28125rem;left:29.1875rem;overflow:hidden;display:block; }
#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00083a;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; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row .container { background-color: transparent; background-image: none; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row .container > .video-iframe-container { display: none; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row > .video-iframe-container { display: none; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .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); }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row .container { border-width: 0; border-radius: 0; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#yoG6CNwiRXc0nk05cWcLRRd0Wz9Cl6V3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:54.875rem;top:1.25rem;left:5.125rem;display:block; }
#HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rdr4Db4L/glosnik_mniejszy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ac8aff;border-left:0.1875rem solid #ac8aff;border-right:0.1875rem solid #ac8aff;border-bottom:0.1875rem solid #ac8aff;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:47.3125rem;display:block; }#HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg.adaptive-delivery-prevent-bg, #HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg.lazyload, #HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg.lazyloading { background-image: none; }
#pT6ZPi081Bzh9X95LuyvO4XVOfIC0Gx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PWuRaEePhJ3I5mQ0sFXH6aKO2nsnCEg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.3125rem;height:1.625rem;display:block; }
#WOxW2mMp8XLZJPC3z5hXUMGThcSC3Amx { 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:5.1875rem;width:5.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00083a;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; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row .container { background-color: transparent; background-image: none; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row .container > .video-iframe-container { display: none; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row > .video-iframe-container { display: none; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .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); }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row .container { border-width: 0; border-radius: 0; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#ChJ5MHTSunv6rIFyqmnNwUow8wrPh8TT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:54.875rem;top:1.25rem;left:5.125rem;display:block; }
#o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rdr4Db4L/glosnik_mniejszy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ac8aff;border-left:0.1875rem solid #ac8aff;border-right:0.1875rem solid #ac8aff;border-bottom:0.1875rem solid #ac8aff;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:47.3125rem;display:block; }#o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ.adaptive-delivery-prevent-bg, #o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ.lazyload, #o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ.lazyloading { background-image: none; }
#rMT3ciiR3FqhkFczPFOarWC0HoLMaFOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w1WbhuGz58wLX7uuKC4ZdnDJRpPT0t1T { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.3125rem;height:1.625rem;display:block; }
#oRITKUTxicnMNy6JV17QtZW4bkA7UMrc { 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:5.1875rem;width:5.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00083a;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; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row .container { background-color: transparent; background-image: none; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row .container > .video-iframe-container { display: none; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row > .video-iframe-container { display: none; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .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); }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row .container { border-width: 0; border-radius: 0; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#l1S2GQN157wdugJykCgVv8KuSXa6H97D { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:54.875rem;top:1.25rem;left:5.125rem;display:block; }
#rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rdr4Db4L/glosnik_mniejszy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ac8aff;border-left:0.1875rem solid #ac8aff;border-right:0.1875rem solid #ac8aff;border-bottom:0.1875rem solid #ac8aff;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:47.3125rem;display:block; }#rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX.adaptive-delivery-prevent-bg, #rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX.lazyload, #rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX.lazyloading { background-image: none; }
#Ur7b1n4wiFkfVrmvHmSn1dtbTUq7s2tF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Noi6BapGQqpeTgslOF4tfWvSnyBm1Svr { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.3125rem;height:1.625rem;display:block; }
#mZ0J5tHCe4ZdXIs5A8plXz3XVDwdIIeg { 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:5.1875rem;width:5.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#tqhZTx3So5MfinqJCluU9IO9kSONhbGA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00083a;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; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row .container { background-color: transparent; background-image: none; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row .container > .video-iframe-container { display: none; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row > .video-iframe-container { display: none; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .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); }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row .container { border-width: 0; border-radius: 0; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#PbepJtTaJeTC2ONcPD5XA291RXmO5MgP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:54.875rem;top:1.25rem;left:5.125rem;display:block; }
#zKOauEHigDtBpQQXfZgZeqahyWPdSZJv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/rdr4Db4L/glosnik_mniejszy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #ac8aff;border-left:0.1875rem solid #ac8aff;border-right:0.1875rem solid #ac8aff;border-bottom:0.1875rem solid #ac8aff;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:47.3125rem;display:block; }#zKOauEHigDtBpQQXfZgZeqahyWPdSZJv.adaptive-delivery-prevent-bg, #zKOauEHigDtBpQQXfZgZeqahyWPdSZJv.lazyload, #zKOauEHigDtBpQQXfZgZeqahyWPdSZJv.lazyloading { background-image: none; }
#wHScv7W4ZTsf3TM1XRHBEaqMteh5Q8vd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoEO2tGyTUQUe9NMdJnTLU67su6TyQQ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:8.3125rem;height:1.625rem;display:block; }
#lc2dVeL3QZVglqmve3OAHHtVfUaGMnPG { 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:5.1875rem;width:5.1875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00083a;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; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row .container { background-color: transparent; background-image: none; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row .container > .video-iframe-container { display: none; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row > .video-iframe-container { display: none; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .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); }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row .container { border-width: 0; border-radius: 0; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#O9okdfnVEIGJWI77AdEwN1Ax946HMTdd { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.7)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.7), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:7.25rem;width:7.25rem;top:3.625rem;left:26.375rem;display:block; }
#LMCvE9kiHxlHfXOdp1XSSJcdZwkNmzXG { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:5.5rem;width:5.5rem;top:4.5rem;left:27.25rem;display:block; }
#dgdxZSm4CtWhm0Tgo8hAPPWHiHT5ha5i { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.625rem;top:6.71875rem;left:29.1875rem;overflow:hidden;display:block; }
#oenDt93mdSaaQU0yfVcczAkSVW018TOs { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr { 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/i6x8B4I9/bg_4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr.adaptive-delivery-prevent-bg, #m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr.lazyload, #m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr.lazyloading { background-image: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container { background-color: transparent; background-image: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container > .video-iframe-container { display: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row > .video-iframe-container { display: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .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); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container { border-width: 0; border-radius: 0; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#nOvMOsCyC77l942zWQzT2JeiNDwiFpLi { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWRFxHFi0qOVnnpWEZ8RQkTT1X7uQp05 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:60rem;top:9.75rem;left:0rem;display:block; }
#xXVobkNNGfnNRd6BQNtz9pBsxC5KktRI { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:15.57421875rem;left:0rem;height:8.099625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVeoaVigtrJXKwJ7ywQ0O2VSrEVmpRkP { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15017;line-height:1.9;letter-spacing:0;top:26.25rem;left:12.75rem;height:7.3613125rem;text-align:center;text-align-last:center;display:block; }
#aSiCh6xrTU6KpXN7LObIva92zSPdsxXF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;box-shadow: none;box-sizing:border-box;color:#00083a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.4375rem;left:23.0625rem;display:block; }
#TZ2Dn32pJTmiipeHLwdqzT0VzgVDH9D0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqJTXyAoTu4erOpTnIGX4M9ccUTvG4A3 { 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:3.4375rem;width:7.4375rem;top:42.0625rem;left:26.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWs7RU3iDPbgAbXgtN1DVgGseHK65Ftw { width:12.75rem;height:3.4375rem;top:34.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQelyJH5JE9KgDtbylIoma5Mz4gCTCu { display:block; }
 }@media only screen and (max-width: 763px) { #ORHvdC3cyrvpzqfwKsucpZIwy4bbl3R6 { width:12.75rem;height:3.4375rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atWiMssFaK8KwIeTecVJkCrvUiK1LMbs { display:block; }
 }@media only screen and (max-width: 763px) { #T7JtgF0FO5IUP20v56nDtqzLUnaLzbQi { width:26.8125rem;height:;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxq6UO4Egd6OJ7QT6qSuxGCOwzB5Dpc5 { width:47.75rem;height:0.625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWbQ6Awp3pRfQgOpX6TzzH6d1H0KTJN4 { width:30rem;height:30rem;top:9.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNbOM1dM3I3dqJJhKiUH6cwLxeoD6VT { width:26.4375rem;height:5.6875rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx2swvhU1HuTKumgacHOfLWmvdVHAA8p { width:26.375rem;height:2.75rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJPiNxTtNLHTk2GQKS3ne0t5CuO1yiHT { width:47.75rem;height:0.625rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIzTF7VwWEXHiumouhEgNEg3lwLaeN9P { width:47.75rem;height:1.625rem;top:44rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfzGEkW04xuvi4ZoOAi0Fawg3Ai5sGfz { width:7.25rem;height:7.25rem;top:46.875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzE9qc7IVUDwNsiAlTpGAM4LnTWIndf { width:5.5rem;height:5.5rem;top:47.75rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR4tVDohiIiMEOZTeFPaydFdMMv4rGXE { width:1.625rem;height:1.0625rem;top:49.9375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw0BwZzXJ2227osVvqaQdt95VxzkerFS { width:12.75rem;height:3.4375rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJmWbuvm8RwPb2Bu6cKWX5gzJr4T7Ca { display:block; }
 }@media only screen and (max-width: 763px) { #TnOltSK5807APabRatrSVK70R0nT9HCt { display:block; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx4c56kstGARCmzoL3iLmdboMk5Tok5W { width:47.75rem;height:0.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlfdC9c09ADs1dlDu0re1ISLZB8l2gKs { width:26.1875rem;height:8.0625rem;top:5.9375rem;left:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6DbvRsblwb0ryOnLgrAaamcdGhJkHQc { width:30.1875rem;height:26.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib33q5CRGAbi0qTkwW7Pz3eTAMDqc2pM { width:0.625rem;height:1.25rem;top:28.9375rem;left:46.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOMm2JV2OWsSVLkfoJfxs6oGZhBhq9H5 { width:1.375rem;height:1.375rem;top:28.875rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQZFI8w5t7T2Sxu17QuCRDHXo7pnMheZ { width:1.1875rem;height:1rem;top:29.0625rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea9ATQMo2HaW6eKItaKMpZT0SI0PiIdV { width:20rem;height:20rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqoTbzX2VyGSAp41BLk2iO6IEpHyWXby { width:20rem;height:20rem;top:32.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9Qait8tlgCTOw58Bt86VTwutyBNZbh { width:20rem;height:20rem;top:32.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVwte6ObO0B9bTqOxOz5o0CTdxNkbko { width:20rem;height:20rem;top:52.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcrKciyx5OcGFFpbUdarZn2uIhoVu8ky { width:17.5rem;height:1.875rem;top:58.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDcmxUH8LRkx17ZtS7cTTi5lVxRSCTVT { width:16.5625rem;height:2.125rem;top:55.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnE8maWTMOng5Aii75EeU09uHkhsTW5 { width:20.0625rem;height:4.25rem;top:52.75rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnlnlolac7MPclmmsDTW3Iop3AmXGd7m { width:17.5rem;height:13.25rem;top:57.6875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoxvkPufsk5QvGmgl98v8aNhwnczTlb5 { width:47.75rem;height:1.625rem;top:75.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8cMocdOuDT2uXp8sVXTPg1QFFD8yAfw { width:7.25rem;height:7.25rem;top:78.375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzfNuwRwBVTl2JDQMgkHEy3rHCxq9RLT { width:5.5rem;height:5.5rem;top:79.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpwfnDeMow7OliO7z51TG7b3truByz1 { width:1.625rem;height:1.0625rem;top:81.4375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJLmTMR0SzUEtuoJyo3TxJx5aOMz7X { width:47.75rem;height:0.625rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD6rfAJsGW8nRTIJxFGATUQDswHmvBe1 { width:26rem;height:9.1875rem;top:16rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUMaBRhuPurKWXFJkdruNK8leWFrFRhg { width:47.75rem;height:26.31732776618rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGaI8KbbUQQWpqnLZoEvReGWlJ9mOOP { width:47.75rem;height:1.625rem;top:42.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INfRqM8ds2TG9qLzPNlqgQx7fBbvhJ8e { width:7.25rem;height:7.25rem;top:45.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufe3zhwSUr5xWrq46FdeXIigixgDataf { width:5.5rem;height:5.5rem;top:46.0625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u101u9eugisugG3JLdDxhzBLZX7EloG8 { width:1.625rem;height:1.0625rem;top:48.25rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35Z1HhN49pzRc47Z4275bDpoo9qcBxy { display:block; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoG6CNwiRXc0nk05cWcLRRd0Wz9Cl6V3 { width:47.75rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg { width:11.25rem;height:3.4375rem;top:2.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT6ZPi081Bzh9X95LuyvO4XVOfIC0Gx2 { display:block; }
 }@media only screen and (max-width: 763px) { #PWuRaEePhJ3I5mQ0sFXH6aKO2nsnCEg2 { width:23.4375rem;height:1.625rem;top:3.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOxW2mMp8XLZJPC3z5hXUMGThcSC3Amx { width:5.1875rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC { display:block; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChJ5MHTSunv6rIFyqmnNwUow8wrPh8TT { width:47.75rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ { width:11.25rem;height:3.4375rem;top:2.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMT3ciiR3FqhkFczPFOarWC0HoLMaFOt { display:block; }
 }@media only screen and (max-width: 763px) { #w1WbhuGz58wLX7uuKC4ZdnDJRpPT0t1T { width:23.4375rem;height:1.625rem;top:3.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRITKUTxicnMNy6JV17QtZW4bkA7UMrc { width:5.1875rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf { display:block; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1S2GQN157wdugJykCgVv8KuSXa6H97D { width:47.75rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX { width:11.25rem;height:3.4375rem;top:2.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur7b1n4wiFkfVrmvHmSn1dtbTUq7s2tF { display:block; }
 }@media only screen and (max-width: 763px) { #Noi6BapGQqpeTgslOF4tfWvSnyBm1Svr { width:23.4375rem;height:1.625rem;top:3.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ0J5tHCe4ZdXIs5A8plXz3XVDwdIIeg { width:5.1875rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqhZTx3So5MfinqJCluU9IO9kSONhbGA { display:block; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbepJtTaJeTC2ONcPD5XA291RXmO5MgP { width:47.75rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKOauEHigDtBpQQXfZgZeqahyWPdSZJv { width:11.25rem;height:3.4375rem;top:2.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHScv7W4ZTsf3TM1XRHBEaqMteh5Q8vd { display:block; }
 }@media only screen and (max-width: 763px) { #CoEO2tGyTUQUe9NMdJnTLU67su6TyQQ6 { width:23.4375rem;height:1.625rem;top:3.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc2dVeL3QZVglqmve3OAHHtVfUaGMnPG { width:5.1875rem;height:5.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z { display:block; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9okdfnVEIGJWI77AdEwN1Ax946HMTdd { width:7.25rem;height:7.25rem;top:3.625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMCvE9kiHxlHfXOdp1XSSJcdZwkNmzXG { width:5.5rem;height:5.5rem;top:4.5rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgdxZSm4CtWhm0Tgo8hAPPWHiHT5ha5i { width:1.625rem;height:1.0625rem;top:6.6875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oenDt93mdSaaQU0yfVcczAkSVW018TOs { width:47.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr { display:block; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOvMOsCyC77l942zWQzT2JeiNDwiFpLi { width:47.75rem;height:2.75rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRFxHFi0qOVnnpWEZ8RQkTT1X7uQp05 { width:47.75rem;height:0.625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXVobkNNGfnNRd6BQNtz9pBsxC5KktRI { width:47.75rem;height:8.0625rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVeoaVigtrJXKwJ7ywQ0O2VSrEVmpRkP { width:35.625rem;height:7.3125rem;top:26.25rem;left:6.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSiCh6xrTU6KpXN7LObIva92zSPdsxXF { width:15rem;height:3.4375rem;top:36.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2Dn32pJTmiipeHLwdqzT0VzgVDH9D0 { display:block; }
 }@media only screen and (max-width: 763px) { #TqJTXyAoTu4erOpTnIGX4M9ccUTvG4A3 { width:7.4375rem;height:3.4375rem;top:42.0625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 { background-color:#00083a;background-image:url("https://images.assets-landingi.com/a5moDzeT/bg_1_b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.adaptive-delivery-prevent-bg, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyload, #Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6.lazyloading { background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { background-color: transparent; background-image: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row > .video-iframe-container { display: none; }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .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); }#Q9pSGaAng6Gi0hcTXvQ3R6WeqcsanFV6 > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWs7RU3iDPbgAbXgtN1DVgGseHK65Ftw { width:12.75rem;height:3.4375rem;top:21.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSQelyJH5JE9KgDtbylIoma5Mz4gCTCu { display:block; }
 }@media only screen and (max-width: 763px) { #ORHvdC3cyrvpzqfwKsucpZIwy4bbl3R6 { width:12.75rem;height:3.4375rem;top:17.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atWiMssFaK8KwIeTecVJkCrvUiK1LMbs { display:block; }
 }@media only screen and (max-width: 763px) { #T7JtgF0FO5IUP20v56nDtqzLUnaLzbQi { width:20rem;height:2.3369125rem;top:5.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxq6UO4Egd6OJ7QT6qSuxGCOwzB5Dpc5 { width:20rem;height:0.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWbQ6Awp3pRfQgOpX6TzzH6d1H0KTJN4 { width:20rem;height:20rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNbOM1dM3I3dqJJhKiUH6cwLxeoD6VT { width:16.875rem;height:5.94921875rem;top:9.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vx2swvhU1HuTKumgacHOfLWmvdVHAA8p { width:20rem;height:1.94921875rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJPiNxTtNLHTk2GQKS3ne0t5CuO1yiHT { width:20rem;height:0.625rem;top:56.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIzTF7VwWEXHiumouhEgNEg3lwLaeN9P { width:20rem;height:1.625rem;top:48.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfzGEkW04xuvi4ZoOAi0Fawg3Ai5sGfz { width:7.25rem;height:7.25rem;top:60.875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRzE9qc7IVUDwNsiAlTpGAM4LnTWIndf { width:5.5rem;height:5.5rem;top:61.75rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JR4tVDohiIiMEOZTeFPaydFdMMv4rGXE { width:1.625rem;height:1.0625rem;top:50.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw0BwZzXJ2227osVvqaQdt95VxzkerFS { width:12.75rem;height:3.4375rem;top:52.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJmWbuvm8RwPb2Bu6cKWX5gzJr4T7Ca { display:block; }
 }@media only screen and (max-width: 763px) { #TnOltSK5807APabRatrSVK70R0nT9HCt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/37c8rbN9/bg_2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TnOltSK5807APabRatrSVK70R0nT9HCt.adaptive-delivery-prevent-bg, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyload, #TnOltSK5807APabRatrSVK70R0nT9HCt.lazyloading { background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { background-color: transparent; background-image: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row > .video-iframe-container { display: none; }#TnOltSK5807APabRatrSVK70R0nT9HCt > .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); }#TnOltSK5807APabRatrSVK70R0nT9HCt > .row .container { width:20rem;height:135.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vx4c56kstGARCmzoL3iLmdboMk5Tok5W { width:20rem;height:0.625rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlfdC9c09ADs1dlDu0re1ISLZB8l2gKs { width:16.75rem;height:5.0996125rem;top:1.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6DbvRsblwb0ryOnLgrAaamcdGhJkHQc { width:20rem;height:17.5rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib33q5CRGAbi0qTkwW7Pz3eTAMDqc2pM { width:0.625rem;height:1.25rem;top:16.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOMm2JV2OWsSVLkfoJfxs6oGZhBhq9H5 { width:1.375rem;height:1.375rem;top:16.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQZFI8w5t7T2Sxu17QuCRDHXo7pnMheZ { width:1.1875rem;height:1rem;top:16.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea9ATQMo2HaW6eKItaKMpZT0SI0PiIdV { width:20rem;height:20rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqoTbzX2VyGSAp41BLk2iO6IEpHyWXby { width:20rem;height:20rem;top:93.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr9Qait8tlgCTOw58Bt86VTwutyBNZbh { width:20rem;height:20rem;top:73.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVwte6ObO0B9bTqOxOz5o0CTdxNkbko { width:20rem;height:20rem;top:119rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcrKciyx5OcGFFpbUdarZn2uIhoVu8ky { width:17.5rem;height:1.48730625rem;top:63.375rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.7;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDcmxUH8LRkx17ZtS7cTTi5lVxRSCTVT { width:20rem;height:1.79980625rem;top:58.6630859375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.8;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGnE8maWTMOng5Aii75EeU09uHkhsTW5 { width:16.375rem;height:3.3984375rem;top:115.3125rem;left:1.8125rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnlnlolac7MPclmmsDTW3Iop3AmXGd7m { width:17.5rem;height:8.9238125rem;top:119.625rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.7;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoxvkPufsk5QvGmgl98v8aNhwnczTlb5 { width:20rem;height:1.625rem;top:130.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8cMocdOuDT2uXp8sVXTPg1QFFD8yAfw { width:7.25rem;height:7.25rem;top:173.375rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rzfNuwRwBVTl2JDQMgkHEy3rHCxq9RLT { width:5.5rem;height:5.5rem;top:181.875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTpwfnDeMow7OliO7z51TG7b3truByz1 { width:1.625rem;height:1.0625rem;top:132.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJLmTMR0SzUEtuoJyo3TxJx5aOMz7X { width:20rem;height:0.625rem;top:170.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QD6rfAJsGW8nRTIJxFGATUQDswHmvBe1 { width:18.375rem;height:7.4365rem;top:7.349609375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PbdFjVd9/bg_3.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.adaptive-delivery-prevent-bg, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyload, #yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy.lazyloading { background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { background-color: transparent; background-image: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row > .video-iframe-container { display: none; }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .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); }#yQLPOpLmEVKT29tTg0pXVDTOpRmseGCy > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUMaBRhuPurKWXFJkdruNK8leWFrFRhg { height:11rem;width:20rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGaI8KbbUQQWpqnLZoEvReGWlJ9mOOP { width:20rem;height:1.625rem;top:19.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INfRqM8ds2TG9qLzPNlqgQx7fBbvhJ8e { width:7.25rem;height:7.25rem;top:20.5625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufe3zhwSUr5xWrq46FdeXIigixgDataf { width:5.5rem;height:5.5rem;top:29.0625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u101u9eugisugG3JLdDxhzBLZX7EloG8 { width:1.625rem;height:1.0625rem;top:22.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35Z1HhN49pzRc47Z4275bDpoo9qcBxy { display:block; }#O35Z1HhN49pzRc47Z4275bDpoo9qcBxy > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoG6CNwiRXc0nk05cWcLRRd0Wz9Cl6V3 { width:20rem;height:4.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg { width:3.125rem;height:3.125rem;top:1.75rem;left:12.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bf4cu520/glosnik_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(0,0,0,0);display:block; }#HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg.adaptive-delivery-prevent-bg, #HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg.lazyload, #HAJwTXrDifO3TCkwS0oJXGpfVUSQELZg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pT6ZPi081Bzh9X95LuyvO4XVOfIC0Gx2 { display:block; }
 }@media only screen and (max-width: 763px) { #PWuRaEePhJ3I5mQ0sFXH6aKO2nsnCEg2 { width:10.625rem;height:1.13671875rem;top:2.75rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOxW2mMp8XLZJPC3z5hXUMGThcSC3Amx { width:1.25rem;height:1.25rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC { display:block; }#S3NnkHP39aL7SnOonNK4LSdnOQTe8dTC > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChJ5MHTSunv6rIFyqmnNwUow8wrPh8TT { width:20rem;height:4.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ { width:3.125rem;height:3.125rem;top:1.25rem;left:12.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bf4cu520/glosnik_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(0,0,0,0);display:block; }#o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ.adaptive-delivery-prevent-bg, #o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ.lazyload, #o1bvOJ9G5S65G0TrWAF0qup0fcxiFqHQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rMT3ciiR3FqhkFczPFOarWC0HoLMaFOt { display:block; }
 }@media only screen and (max-width: 763px) { #w1WbhuGz58wLX7uuKC4ZdnDJRpPT0t1T { width:10.875rem;height:1.13671875rem;top:2.4375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRITKUTxicnMNy6JV17QtZW4bkA7UMrc { width:5.1875rem;height:5.1875rem;top:2.5rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf { display:block; }#xOKeqkUL8B2sAtpLxg2XgPb8TvJvTEAf > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1S2GQN157wdugJykCgVv8KuSXa6H97D { width:20rem;height:4.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX { width:3.125rem;height:3.125rem;top:1.25rem;left:12.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bf4cu520/glosnik_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(0,0,0,0);display:block; }#rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX.adaptive-delivery-prevent-bg, #rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX.lazyload, #rax5nQ5hxyUF0DmqsvJD95DGB9EpXGIX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ur7b1n4wiFkfVrmvHmSn1dtbTUq7s2tF { display:block; }
 }@media only screen and (max-width: 763px) { #Noi6BapGQqpeTgslOF4tfWvSnyBm1Svr { width:10.375rem;height:1.13671875rem;top:2.4375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ0J5tHCe4ZdXIs5A8plXz3XVDwdIIeg { width:5.1875rem;height:5.1875rem;top:2.5rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqhZTx3So5MfinqJCluU9IO9kSONhbGA { display:block; }#tqhZTx3So5MfinqJCluU9IO9kSONhbGA > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbepJtTaJeTC2ONcPD5XA291RXmO5MgP { width:20rem;height:4.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKOauEHigDtBpQQXfZgZeqahyWPdSZJv { width:3.125rem;height:3.125rem;top:1.375rem;left:12.5625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bf4cu520/glosnik_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(0,0,0,0);display:block; }#zKOauEHigDtBpQQXfZgZeqahyWPdSZJv.adaptive-delivery-prevent-bg, #zKOauEHigDtBpQQXfZgZeqahyWPdSZJv.lazyload, #zKOauEHigDtBpQQXfZgZeqahyWPdSZJv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wHScv7W4ZTsf3TM1XRHBEaqMteh5Q8vd { display:block; }
 }@media only screen and (max-width: 763px) { #CoEO2tGyTUQUe9NMdJnTLU67su6TyQQ6 { width:10.3125rem;height:1.13671875rem;top:2.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc2dVeL3QZVglqmve3OAHHtVfUaGMnPG { width:5.1875rem;height:5.1875rem;top:2.5rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z { display:block; }#HtgXVHVEItHW7oaCTTiDH7sAwQB1x11z > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9okdfnVEIGJWI77AdEwN1Ax946HMTdd { width:7.25rem;height:7.25rem;top:5.1875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMCvE9kiHxlHfXOdp1XSSJcdZwkNmzXG { width:5.5rem;height:5.5rem;top:13.6875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgdxZSm4CtWhm0Tgo8hAPPWHiHT5ha5i { width:1.625rem;height:1.0625rem;top:3.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oenDt93mdSaaQU0yfVcczAkSVW018TOs { width:20rem;height:1.625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/i6x8B4I9/bg_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr.adaptive-delivery-prevent-bg, #m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr.lazyload, #m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr.lazyloading { background-image: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container { background-color: transparent; background-image: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container > .video-iframe-container { display: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row > .video-iframe-container { display: none; }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .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); }#m0Ric4vV7eTHUg1GAnIDTBQLA0sssUhr > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOvMOsCyC77l942zWQzT2JeiNDwiFpLi { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRFxHFi0qOVnnpWEZ8RQkTT1X7uQp05 { width:20rem;height:0.625rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXVobkNNGfnNRd6BQNtz9pBsxC5KktRI { width:20rem;height:7.6494375rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVeoaVigtrJXKwJ7ywQ0O2VSrEVmpRkP { width:20rem;height:2.9746125rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aSiCh6xrTU6KpXN7LObIva92zSPdsxXF { width:15rem;height:3.4375rem;top:19.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2Dn32pJTmiipeHLwdqzT0VzgVDH9D0 { display:block; }
 }@media only screen and (max-width: 763px) { #TqJTXyAoTu4erOpTnIGX4M9ccUTvG4A3 { width:7.4375rem;height:3.4375rem;top:30.625rem;left:6.25rem;display:none; }
 }