.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:219,228,237;--color-primary-1:136,164,195;--color-primary-2:16,72,135;--color-primary-3:8,36,68;--color-primary-4:2,11,20;--color-secondary-0:246,220,221;--color-secondary-1:224,140,142;--color-secondary-2:193,24,28;--color-secondary-3:97,12,14;--color-secondary-4:29,4,4;--color-tertiary-0:255,255,255;--color-tertiary-1:193,193,193;--color-tertiary-2:47,47,47;--color-tertiary-3:24,24,24;--color-tertiary-4:5,5,5;--headlines-font-family:"Bebas Neue";--paragraphs-font-family:"roboto"; }@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:transparent;background-image:url("https://images.assets-landingi.com/GJKx5lhwU3M/unsplash/milad-fakurian-GJKx5lhwU3M-photo-1619252584172-a83a949b6efd.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.68); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.68); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:76.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#v9oeNNv56DhW6KETfeyOPLZ7d5Ls8Jsk { color:#0d050b;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.5625rem;left:2.6875rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PV24yC327p0XKsuyRMv3mfKSZOszKlnw { color:rgba(var(--color-tertiary-4),1);display:block;width:58.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.470703125rem;left:0.875rem;height:2.924475rem;text-align:center;text-align-last:center;display:block; }
#qhOMDaqynTMUv9r5lSb34w9S9FHITTou { color:rgba(var(--color-tertiary-4),1);display:block;width:59.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.83984375rem;left:0rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#Mz5zpHnSwD2O2acG1PUK2XHdyFzEh0rQ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.4375rem;left:28.9375rem;height:5.6044875rem;display:none; }
#HOh2yDP1ZdxElZBEV9AesC9695MFGnCy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#R4Z6ThVfFHkDWfzJQ7EoOtMzHSH9Xh8E { color:#0d050b;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.125rem;left:2.6875rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BB4TWn7m01bwNfT47MbOAzqGa7AmxZSx { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:34rem;left:3.125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bf2Tb1M4dMIblWWLZCnJSadoL1LFTS4a { color:rgba(var(--color-tertiary-4),1);display:block;width:54.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:43.25rem;left:2.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#r3D5Ox8cHzBQ1JmEwyJuPXuM34T667IO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:49.4375rem;left:3.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#P8zKNEtS9X1mOThPySFbvmEKqufC3zl7 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:55.5625rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tD0ruMTgsGyU592mDh3CHNHJNgAAsrfR { z-index:15014;top:60.75rem;left:0rem;background-color:#7bff00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N0xmG4yOU0fBGDyvHzBtHqq0e0zsZG00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #fd0000, #733049);background-image: -moz-linear-gradient(top, #fd0000, #733049);background-image: -ms-linear-gradient(top, #fd0000, #733049);background-image: -o-linear-gradient(top, #fd0000, #733049);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0000', endColorstr='#733049' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0000', endColorstr='#733049' );";background-image: linear-gradient(to bottom, #fd0000, #733049);background-size:contain !important;box-shadow: -0.25rem 0.625rem 1.25rem rgba(9,1,54,0.13) ;color:#ffffff;padding-top:0.8225rem;padding-right:0.715625rem;padding-bottom:0.8225rem;padding-left:0.715625rem;display:block;align-items:center;width:4.29375rem;min-width:4.29375rem;height:4.4225rem;position:relative;font-family:arial;font-size:3.29125rem;font-weight:700;line-height:70.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:7.1875rem;border-top-right-radius:7.1875rem;border-bottom-left-radius:7.1875rem;border-bottom-right-radius:7.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-text.counter-label { background-color:;background-image:none;color:#733049;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.514375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.724375rem;height:1.748125rem;position:relative;font-family:"open sans";font-size:1.234375rem;font-weight:700;line-height:27.97px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.875rem;height:8.33rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:66.3125rem;left:0rem;z-index:15015; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #XOO2S2TVXQiiksvxOXNO3rVsveMLoKIM { display:flex;position:relative;top:0rem;left:0rem; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #oTX04Myd5IDVe9dKt4tTqdsv1QOKAT0q { width:auto; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #GI0TWSuP3obDmkuQkZVPCMg5u8WdEBm9 {  }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #RTVlkUNZ4vhkSWE4ZcVWOdlwPbz7VvWJ { display:flex;position:relative;top:0rem;left:0rem; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #rvnvATUx4wgupCHkb3FytVBhA7zUmyrx {  }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #wtU25BHVPPpBqoumJ8GIwQNQU7AgzPk8 {  }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #dbOy5fqgo3C2xM5qQuVMAtcHkblcgpwr { display:flex;position:relative;top:0rem;left:0rem; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #ZDeih9s4nTVJZL6LO339NIbwsRW2CA3A {  }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #nwnkXfrlWJBrHt3mbPmrTlwl0vabqmTS {  }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #bmkWlaxNA7OblLpRnEVfKH9yRsQJ1Idu { display:flex;position:relative;top:0rem;left:0rem; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #b0raEAxbtdknBxN0pREaTFhVMsyFIRM6 {  }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #C29FchDfo36ETkML8zxq8Agk3gKE5WrJ {  }
#PrXpJrwTTfXfWEB9lESATloCIXIhN5Ow { box-sizing:content-box;height:9.9375rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.375rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#zFTROyn5n0SxqGXXxKe2EvE2hx7bHLTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.875rem;left:0rem; }
#WvrRvXhVzC1892XkWOVGThhz5ktK3VPr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.96875rem;left:56.25rem; }
#TTo2b97NMO65thUdJ5BdDLyW2fGwpBte { box-sizing:content-box;height:25.9375rem;width:25.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51rem;left:34.0625rem;display:block; }#TTo2b97NMO65thUdJ5BdDLyW2fGwpBte.adaptive-delivery-prevent-bg, #TTo2b97NMO65thUdJ5BdDLyW2fGwpBte.lazyload, #TTo2b97NMO65thUdJ5BdDLyW2fGwpBte.lazyloading { background-image: none; }
#Bdfw9LTWOVS463GGEPyy6AqaMLGcXMnz { color:#104887;display:block;width:59.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0.40625rem;height:1.70573125rem;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; }
#vXDK4BHC4eE9oLWlLvuBlPJbqMy2UZBZ { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZ1yiZ6bwxcCciqnxa1DfUtKTIMx9le6 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3teMuf47CnuOOQ00tJ4cOg95wuJ94BD { box-sizing:content-box;height:3.25rem;width:35.1875rem;position:absolute;display:block;z-index:14999;background-color:#104887;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.68359375rem;left:12.6875rem;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;display:block; }
#G9WQLwDcuBQJwoIPheyOBAOsRO8UdWU1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#BCpryokWTVO9e2dMmspwVDLsxdTeFMOl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#BCpryokWTVO9e2dMmspwVDLsxdTeFMOl.adaptive-delivery-prevent-bg, #BCpryokWTVO9e2dMmspwVDLsxdTeFMOl.lazyload, #BCpryokWTVO9e2dMmspwVDLsxdTeFMOl.lazyloading { background-image: none; }#BCpryokWTVO9e2dMmspwVDLsxdTeFMOl > .row .container { border-width: 0; border-radius: 0; }#BCpryokWTVO9e2dMmspwVDLsxdTeFMOl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BCpryokWTVO9e2dMmspwVDLsxdTeFMOl > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#AbgXhC6kz1nwinhW4IA400aF2Rs24B3k { color:#0d050b;display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.46875rem;left:6.34375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmsgHKa8Nv8EJISTBzN1LmZW1B0UJJMC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.3046875rem;left:0rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#O6A7BrOhrGIN7FA9DTiKy7Q4vQ2Sa1pW { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.748579502106rem;left:12.310014724731rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ToAuOll7FoK0yUK5V5e4GA2FlQeSZpIw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.4375rem;left:28.9375rem;height:5.6044875rem;display:none; }
#US31xg2zd0CgCtRfpCFgzocCJT6SUrZb { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#Niledn6JZTnT85gzc4pChNAsHbXXn2rA { color:#0d050b;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.125rem;left:2.6875rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#m7BdvOMAn03m4t0C37dzUMxbK7OPugo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.436080932618rem;left:0.87357902526856rem;height:3.73698125rem;text-align:center;text-align-last:center;display:block; }
#KTMXSMLSeiTF6FqmsKAarST9rIlV49m5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.5625rem;left:0rem; }
#KiwalX9yhU8THntavgGXNnB15HWARRCE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.6875rem;width:5.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.5625rem;left:54.3125rem; }
#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL { background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/e375d9f0-3047-47b5-9533-dd0e2105fe14/AdobeStock_108641066.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL.adaptive-delivery-prevent-bg, #gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL.lazyload, #gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL.lazyloading { background-image: none; }#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL > .row .container { border-width: 0; border-radius: 0; }#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;overflow:visible;position:relative;display:none; }#gLm9XE8XQg4hV5SeLtUAsCddrn1XczKw { z-index:15014;top:34.6875rem;left:23.375rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TXZPA9gyd9HruDnab6kTcdbzeeTcy4hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VG6B1wv1LdT2akTy67T3BTKGoU8ZpnFp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.8125rem;left:19.75rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtsdhv0bVrPWXFEAwrUCk75y4RyOKdnw { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.061965942382rem;left:20.624998092651rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#oJTUy2K7gkQiJh3i79DRD8RLbO7hfGxi { color:rgba(var(--color-tertiary-0),1);display:block;width:37.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.486503601074rem;left:20.810544967651rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#TH8FQFxh6VFQxIwHuIWmHZyhwmpXFQf2 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9368125rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:4.8526287078858rem;left:22.063207626342rem;height:9.07425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u527lR3SMWqmqwWTXv46bztEler2Ilo2 { color:#76f205;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.353515625rem;left:20.625rem;height:1.8684875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEV3kchRNFGSZTaNX2m3KLhsG7TJOOMF { box-sizing:content-box;height:43.0625rem;width:1rem;position:absolute;display:block;z-index:15015;background-color:#00fdea;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.53125rem;left:16.288414001465rem;display:block; }
#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container { background-color: transparent; background-image: none; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container > .video-iframe-container { display: none; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row > .video-iframe-container { display: none; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .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); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container { border-width: 0; border-radius: 0; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;overflow:visible;position:relative;display:block; }#KDiRBUqQ9kkvgmJicqlXsrEZNQddZB4n { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:3.25rem;height:24.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i81IppVEE7KREZu4dpuAwnNALTDNwnyg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.9791660308838rem;left:28.4375rem; }
#aJzRCnTiZT9rSaqO9rbcgEpgiKaym2nO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.125rem;left:28.4375rem; }
#dqvVCfpE0OWAHb3fScUPTcc39Fwh7l9e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:25.1875rem;left:28.4375rem; }
#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container { background-color: transparent; background-image: none; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container > .video-iframe-container { display: none; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row > .video-iframe-container { display: none; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .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); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container { border-width: 0; border-radius: 0; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;overflow:visible;position:relative;display:block; }#TsTGqsTmVGFPloI5XdHfp5pnN1UaDVOX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#b05oe5TNXzbBelIVx2BHs9dKD3uwtsoS { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.76171875rem;left:0rem;height:15.4375rem;overflow:hidden;font-style:normal;display:block; }#b05oe5TNXzbBelIVx2BHs9dKD3uwtsoS li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b05oe5TNXzbBelIVx2BHs9dKD3uwtsoS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52c7ea4e08277d0c5103c5286578f08fd27e2b74.svg); }
#zBOCMwEdlTtTHedfKCT1WeUCsSl4KxWp { box-sizing:content-box;height:29rem;width:24.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/e8ofKlNHdsg/unsplash/vek-labs-e8ofKlNHdsg-photo-1488903809927-48c9b4e43700.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.5625rem;left:35.75rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(var(--color-secondary-4),0.13) ;display:block; }#zBOCMwEdlTtTHedfKCT1WeUCsSl4KxWp.adaptive-delivery-prevent-bg, #zBOCMwEdlTtTHedfKCT1WeUCsSl4KxWp.lazyload, #zBOCMwEdlTtTHedfKCT1WeUCsSl4KxWp.lazyloading { background-image: none; }
#vN4wJl9UeDeVZSh8f5HSc5ZpSrIztoor { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.88671875rem;left:0rem;height:9.0986375rem;display:none; }
#NzaNnK8sHw7rMhnWZKABMrkI2tzToEbf { z-index:15015;top:29.166664123535rem;left:0rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pUFFIiMyIMN2o4bK8uhUPO69PttgcWOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNchdeDgrUb4nxCTRM7qoqP86u6PrQol { z-index:15015;top:29.166664123535rem;left:0rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CNPxDhtW1yOoT4uHwRe4XuDTvo8UvTau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 { background-color:rgba(var(--color-primary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 > .row .container { border-width: 0; border-radius: 0; }#hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;overflow:visible;position:relative;display:none; }#bOAga1Qt2kG9yTHPB35XoVyzRUIUaqFS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#T6uOxKQ69Xqa4FLVl4XsT1ZBWD1RTvfb { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:23.625rem;height:2.4375rem;font-style:normal;display:none; }
#VSPKsJrwfWl5JlFiGbZx4bUPehpI5PDv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:23.625rem;height:;overflow:hidden;font-style:normal;display:none; }#VSPKsJrwfWl5JlFiGbZx4bUPehpI5PDv li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VSPKsJrwfWl5JlFiGbZx4bUPehpI5PDv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
#JZfc3GlHJuGyZkubAhLAwInAvqOh9ZOu { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#VZa09vKadcMTIVEIBOk1QTRhNkdwsirT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375009536744rem;left:0rem;height:4.224075rem;display:block; }
#UmxTUXH8w840dUeTXTy3tKWrNsACA35t { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.312503814698rem;left:7.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#OV7mGxpQrcPVWIdpPkZQNooF2Lv3PLRa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.625rem 0.625rem 0rem #76f205 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.34831237793rem;left:7.0625rem;display:block; }
#tmKO1PVZqaXaZFne2J40WqWgfOx53rql { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.625rem 0.625rem 0rem #104887 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.348308563233rem;left:23.75rem;display:block; }
#H0Q9bNPedvqex8WDo8TWvC8ZMaCRqbEM { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.874348640442rem;left:23.75rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#fMcArlsMdsornpIDtKyCkIR7VzEchSuU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-tertiary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.34831237793rem;left:40.875rem;display:block; }
#tM1g5v0oL3Hb8uA4cFa31r4I6s0cP4kr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.873700141907rem;left:40.875rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#tBQPTetv4oaHkPcvMnGr2aarQnOUeEAT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.625rem 0.625rem 0rem rgba(var(--color-secondary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.355480194092rem;left:0rem;display:block; }
#foSzuL8z8vLGy6O6DlEGZVb10Vlt7ddt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.4375rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#i8pxe8u6ZnntKKuwP6sFr93qWsKcGKZ6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: 0.625rem 0.625rem 0rem #76f205 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.355480194092rem;left:16.625rem;display:block; }
#s6MvDTFK2O3xGdegy4rOh590foJb6Bqf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.000011444092rem;left:16.625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#yyOclspK6Ma8bJCMEaVh6EHmuIx7ku6p { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.649087905884rem;left:0.96875rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#qti8DVVHpAG9SkM1rnHlnHN7NqKvobJp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:45.809242248535rem;left:35.5rem;height:4.224075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEs6ZF3w21QeA9cZopfNoHmBogdmIl8f { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.875000953674rem;left:7.0625rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#lDX5DNvTuadJ8vf4wnDCGOBRJi4Qz6wG { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.312503814698rem;left:23.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ly9EJ9dDpwqk6THB23Nfeq7yvQZw3Las { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.312503814698rem;left:40.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#D0G096pKyQCMShJJ9tKZemzubPnXDgvC { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.125011444092rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#t4QrB8sBaO21KWTyHLJlHSNUhn6wvuAZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.218761444092rem;left:16.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KzayBN5JORssorTGrFppML7rD4TXAESy { box-sizing:content-box;height:14.6875rem;width:25.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/290921f5-4353-4068-a2da-d40c1b3130a9/AdobeStock_403429007.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.261719703674rem;left:33.25rem;display:block; }#KzayBN5JORssorTGrFppML7rD4TXAESy.adaptive-delivery-prevent-bg, #KzayBN5JORssorTGrFppML7rD4TXAESy.lazyload, #KzayBN5JORssorTGrFppML7rD4TXAESy.lazyloading { background-image: none; }
#tEqzc1QeceVWDJVitGfWazJySRVeuF7U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.125000953674rem;left:18.0625rem; }
#stA4ybpt9myLeWxaFFr24TPou2zLI3D5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:18.166016578674rem;left:34.8125rem; }
#VOlTVo3tsGNalGMFMN2CtqITeL2T2OT6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.562500953674rem;left:10.9375rem; }
#iSPHa6RsT6keg5zu5vttqQnUcCFX60Ko { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:37.190106391907rem;left:30.625rem; }
#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e375d9f0-3047-47b5-9533-dd0e2105fe14/AdobeStock_108641066.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ.adaptive-delivery-prevent-bg, #BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ.lazyload, #BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ.lazyloading { background-image: none; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container { background-color: transparent; background-image: none; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container > .video-iframe-container { display: none; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row > .video-iframe-container { display: none; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .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); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container { border-width: 0; border-radius: 0; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;overflow:visible;position:relative;display:block; }#L4yKzbLGDTJyBJEEd5ZFhvTsyTGgameX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:14.3125rem;height:4.0625rem;font-style:normal;display:block; }
#k6JsJ4t57ngHyhZW4FCb94hNvfvEZMD1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:14.6875rem;height:10.7109375rem;overflow:hidden;font-style:normal;display:block; }#k6JsJ4t57ngHyhZW4FCb94hNvfvEZMD1 li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#k6JsJ4t57ngHyhZW4FCb94hNvfvEZMD1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e3a037643ac0a8eb778fed0eff26a19e4194f77.svg); }
#Qy0K2CZCBA46x8ZGqwTObxTOIqGQSX0A { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#XvEAxg8X9VxzE99v8tmQMeT5kosFxXGd { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:23.625rem;height:2.4375rem;font-style:normal;display:none; }
#olBV5P5NvMnwrhQIsH63fT0bZLT7xI58 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:23.625rem;height:;overflow:hidden;font-style:normal;display:none; }#olBV5P5NvMnwrhQIsH63fT0bZLT7xI58 li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#olBV5P5NvMnwrhQIsH63fT0bZLT7xI58 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
#UFflWBqP4Pk0znKAZHiEmlTC0hEed11l { z-index:15016;top:28.375rem;left:14.75rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QIIyshrm8NCqIaWbL8MbgMnlmNnhRp0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZXRrF3XRQ1ixRqoBmNe5Ed8OD2HdiFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.125rem;left:14.6875rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA { background-color:transparent;background-image:url("https://images.assets-landingi.com/PtHP1wFSSYI/unsplash/pawel-czerwinski-PtHP1wFSSYI-photo-1579267130459-500e662b083a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA.adaptive-delivery-prevent-bg, #vH9c3w5irbimsQFS4RURTfBWTyhTD8XA.lazyload, #vH9c3w5irbimsQFS4RURTfBWTyhTD8XA.lazyloading { background-image: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container { background-color: transparent; background-image: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.62); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container > .video-iframe-container { display: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.62); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row > .video-iframe-container { display: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .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); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container { border-width: 0; border-radius: 0; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#QnJT1cJFK6wfa657i9c7pMknWHUx1Zrp { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:9.03125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l83Ei3DyQzqHdeVTFimKNo2pn8c7U1kc { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.875rem;left:9.03125rem;height:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#CX0ng0e7yCDIobm6CrEAenSl1JKMrfGT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#wUGWtAbTE0N5fmtgxQczOpGegPF4R6w8 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:23.625rem;height:2.4375rem;font-style:normal;display:none; }
#L4wdVdrMO2MoBHLcg2wpxidhwtO5Uu0u { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:23.625rem;height:;overflow:hidden;font-style:normal;display:none; }#L4wdVdrMO2MoBHLcg2wpxidhwtO5Uu0u li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L4wdVdrMO2MoBHLcg2wpxidhwtO5Uu0u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
#tBEseQGJfExEJ8PRQv2Gbrl6yxPrGZ3O { z-index:15016;top:34.25rem;left:14.0625rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#paI7n86IxqBDg0K1ulSRXaLr4I6qHTTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsPsr8UrpLXOGsxUnSI7IrM8ksAO7Dfn { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.625rem;left:10.4375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5qKpL7fgD2KBzvLiz51F2QOmwMrWk3M { box-sizing:content-box;height:38.875rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.40625rem;left:0rem;display:block; }
#yRrFC2To9i76CaKcw9uZKuM5chOUS1ns { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#yRrFC2To9i76CaKcw9uZKuM5chOUS1ns > .row .container { border-width: 0; border-radius: 0; }#yRrFC2To9i76CaKcw9uZKuM5chOUS1ns > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yRrFC2To9i76CaKcw9uZKuM5chOUS1ns > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:60rem;overflow:visible;position:relative;display:none; }#KoMJWqW4ulonqFuXDCgR2ezpUTKW1eNz { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7278647422791rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AoKhrmkE87kFqwFSMlTF6i6CAuF6hC31 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#xoepFgNQUKgf8bp6SNVqALZ0eUMJGucI { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:23.625rem;height:2.4375rem;font-style:normal;display:none; }
#TAs5MtddZ4LrMCP1X61asPSwB6SyfUA6 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:23.625rem;height:;overflow:hidden;font-style:normal;display:none; }#TAs5MtddZ4LrMCP1X61asPSwB6SyfUA6 li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TAs5MtddZ4LrMCP1X61asPSwB6SyfUA6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
#HEKl4Z8vuWgeFxv81uA2sG55U2PAHzaH { z-index:15016;top:55.5rem;left:13.9375rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UDB79g8xDtyOTDuvICQLKiNo6OTaSSMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EgiGHX6IsI5taD84BPN4RE5fdlxRVIfQ { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:0rem;display:block; }
#tXoWrf0qXJdFclyF7waQD9DZicrFpP1T { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:22.1875rem;display:block; }
#quZhFAtO38UAaasttwn5LLTirtpG648T { box-sizing:content-box;height:12.5rem;width:15.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:44.375rem;display:block; }
#I0odaf8rmGogOJ9RfuAHgzq02DS63Dtz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.937500476837rem;left:1.4791641235351rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#JssJJiQhLZhVJfSPBDXMPwNEz4Ic8emv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.937500476837rem;left:23.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#epEvoLOb3ivtDt8Xy9JGKA09ER6w21b5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.750000476837rem;left:46.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XguE8afbKkOmwevJtNbDqLdWesHT0hoO { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:30.852865219116rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpUlZdS268tg5Fw5TX2N9fL5OmdHNtFL { box-sizing:content-box;height:12.5rem;width:24.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.500002384186rem;left:17.53125rem;display:block; }
#lIvh10CRl2hoppPxsgtZIZOAsci9WTCM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:40.824869632721rem;left:19.0625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#OPVig7DW0baBu4cryqUTWZKTs3WHOTTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:15.812500476837rem;left:17.53125rem; }
#IcWNlESFRi8QKmeqErMrfvsTzMav3OFr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.812500476837rem;left:39.385414123535rem; }
#iuJd4ADux8NTTktfcW3d9ersTm8K6L8I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:42.187501907349rem;left:10.854164123535rem; }
#y9m9WGFdSluC2zLfEz2wbyiUEpM5asty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:42.187501907349rem;left:46.0625rem; }
#raprA5TTSe7Jnu5lpFeIsu6nNQ7XFU2o { z-index:15016;top:55.5rem;left:13.9375rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#efJ7TpF9y5FLxfPWeFku41TQs2ra0vRb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row .container { background-color: transparent; background-image: none; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row .container > .video-iframe-container { display: none; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row > .video-iframe-container { display: none; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .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); }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row .container { border-width: 0; border-radius: 0; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row .container { font-size:0.875rem;font-family:arial;height:66.75rem;width:60rem;overflow:visible;position:relative;display:block; }#X3IuPVS8XQrg4B2UVkDHTRO72SmWZSCr { color:#ff5e00;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CrHLAGyZ5ZfIDTPc6GZBnDQ4PLJohtnU { color:rgba(var(--color-tertiary-4),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:8.773425rem;text-align:center;text-align-last:center;display:block; }
#V1egzieTSONUcLApr5DieU0z3uDiTgwd { z-index:15013;top:57.3125rem;left:13.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #76f205, #00fdea);background-image: -moz-linear-gradient(216deg, #76f205, #00fdea);background-image: -ms-linear-gradient(216deg, #76f205, #00fdea);background-image: -o-linear-gradient(216deg, #76f205, #00fdea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76f205', endColorstr='#00fdea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76f205', endColorstr='#00fdea' );";background-image: linear-gradient(216deg, #76f205, #00fdea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lz81qSJCHQKDPqOXIKa4U003MxqyssH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ag3y30ZQ3kl1hUzxo3NaWbOfTIF7xgwT { box-sizing:content-box;height:15.625rem;width:28.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/3934693a-8312-4620-b2a2-afc9e6ad35f3/kurs.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.74609375rem;left:15.84375rem;display:block; }#Ag3y30ZQ3kl1hUzxo3NaWbOfTIF7xgwT.adaptive-delivery-prevent-bg, #Ag3y30ZQ3kl1hUzxo3NaWbOfTIF7xgwT.lazyload, #Ag3y30ZQ3kl1hUzxo3NaWbOfTIF7xgwT.lazyloading { background-image: none; }
#aH3FtAG5FoI5fE6fUEXA033rdgsAIZpw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.75rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEO8lPVGI125ZwQdSL1TEp6G6s1a7oRD { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:53.5625rem;left:18.9375rem;height:1.6875rem;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;font-style:normal;display:block; }
#vUttTvMPCdaP5zNXTA2R74oVNgbZml18 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:25.546877384186rem;left:0rem;height:5.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnHtGqJOoG9dqxMUkiwuoqGDCTOAEiRB { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.126953125rem;left:8.03125rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#wcnBdTQ3Pmt5PinM43ko5azFpFdIX0Ka { box-sizing:content-box;height:33.4375rem;width:33.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#d5fd00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.83984375rem;left:13.28125rem;display:block; }
#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row .container { background-color: transparent; background-image: none; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row .container > .video-iframe-container { display: none; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row > .video-iframe-container { display: none; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .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); }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row .container { border-width: 0; border-radius: 0; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#q6rpFvQyKp9td5wA6RgzZQbczdPCQcta { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.28125rem;left:3.6875rem;height:4.0625rem;font-style:normal;display:block; }
#KzO7VrLbi0hSxfL7W8dJTzGKdZKTQXLG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.125652313233rem;left:3.6875rem;height:7.31119375rem;display:block; }
#vGDVS4qlinA0uUPTQsBGJEqR2bAl2NvA { 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:16.4375rem;width:24.5rem;top:9.9375rem;left:35.5rem;overflow:hidden;display:block; }
#xel1ZcdwZHDTgi4RTSTWuXLDTPd0wGMp { box-sizing:content-box;height:25.4375rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.14) ;display:block; }
#WJEADIJfqDTR4b03HCidPauHK5Xbsr7b { z-index:15017;top:23.666667938233rem;left:3.6875rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NQe1gerJTPezfzUJdrgyWNRyTAObTO5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ac8eo1f7ohP0TO9KJKPo6BgPDBvExObm { z-index:15017;top:23.666667938233rem;left:3.6875rem;background-color:#76f205;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lDLElTPZHnIlIlpz5A6GLTDEGfxudMQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9oeNNv56DhW6KETfeyOPLZ7d5Ls8Jsk { width:47.75rem;height:3.0625rem;top:8.5625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV24yC327p0XKsuyRMv3mfKSZOszKlnw { width:47.75rem;height:2.875rem;top:19.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhOMDaqynTMUv9r5lSb34w9S9FHITTou { width:47.75rem;height:1.4375rem;top:24.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz5zpHnSwD2O2acG1PUK2XHdyFzEh0rQ { width:20rem;height:5.8125rem;top:28.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOh2yDP1ZdxElZBEV9AesC9695MFGnCy { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4Z6ThVfFHkDWfzJQ7EoOtMzHSH9Xh8E { width:20rem;height:6.25rem;top:10.4375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BB4TWn7m01bwNfT47MbOAzqGa7AmxZSx { width:47.75rem;height:5.6875rem;top:34rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf2Tb1M4dMIblWWLZCnJSadoL1LFTS4a { width:47.75rem;height:3.25rem;top:43.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3D5Ox8cHzBQ1JmEwyJuPXuM34T667IO { width:47.75rem;height:3.25rem;top:49.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8zKNEtS9X1mOThPySFbvmEKqufC3zl7 { top:55.5625rem;left:0rem;width:28.125rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0ruMTgsGyU592mDh3CHNHJNgAAsrfR { top:60.75rem;left:0rem;width:27.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0xmG4yOU0fBGDyvHzBtHqq0e0zsZG00 { display:block; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 { width:18rem;height:5.0625rem;display:flex;top:44.4375rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #XOO2S2TVXQiiksvxOXNO3rVsveMLoKIM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #oTX04Myd5IDVe9dKt4tTqdsv1QOKAT0q {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #GI0TWSuP3obDmkuQkZVPCMg5u8WdEBm9 {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #RTVlkUNZ4vhkSWE4ZcVWOdlwPbz7VvWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #rvnvATUx4wgupCHkb3FytVBhA7zUmyrx {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #wtU25BHVPPpBqoumJ8GIwQNQU7AgzPk8 {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #dbOy5fqgo3C2xM5qQuVMAtcHkblcgpwr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #ZDeih9s4nTVJZL6LO339NIbwsRW2CA3A {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #nwnkXfrlWJBrHt3mbPmrTlwl0vabqmTS {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #bmkWlaxNA7OblLpRnEVfKH9yRsQJ1Idu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #b0raEAxbtdknBxN0pREaTFhVMsyFIRM6 {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #C29FchDfo36ETkML8zxq8Agk3gKE5WrJ {  }
 }@media only screen and (max-width: 763px) { #PrXpJrwTTfXfWEB9lESATloCIXIhN5Ow { width:47.75rem;height:9.9375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTROyn5n0SxqGXXxKe2EvE2hx7bHLTm { width:3.875rem;height:3.875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvrRvXhVzC1892XkWOVGThhz5ktK3VPr { width:3.75rem;height:3.75rem;top:34.9375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo2b97NMO65thUdJ5BdDLyW2fGwpBte { width:25.9375rem;height:25.9375rem;top:51rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdfw9LTWOVS463GGEPyy6AqaMLGcXMnz { width:47.75rem;height:1.6875rem;top:31.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXDK4BHC4eE9oLWlLvuBlPJbqMy2UZBZ { width:47.75rem;height:1.4375rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ1yiZ6bwxcCciqnxa1DfUtKTIMx9le6 { width:47.75rem;height:1.4375rem;top:5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3teMuf47CnuOOQ00tJ4cOg95wuJ94BD { width:35.1875rem;height:3.25rem;top:14.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9WQLwDcuBQJwoIPheyOBAOsRO8UdWU1 { width:47.75rem;height:1.8125rem;top:15.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCpryokWTVO9e2dMmspwVDLsxdTeFMOl { display:none; }#BCpryokWTVO9e2dMmspwVDLsxdTeFMOl > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AbgXhC6kz1nwinhW4IA400aF2Rs24B3k { width:47.3125rem;height:7.875rem;top:3.4375rem;left:0.21875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmsgHKa8Nv8EJISTBzN1LmZW1B0UJJMC { width:47.75rem;height:1.8125rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6A7BrOhrGIN7FA9DTiKy7Q4vQ2Sa1pW { width:36rem;height:1.5625rem;top:27.6875rem;left:6.1850147247314rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToAuOll7FoK0yUK5V5e4GA2FlQeSZpIw { width:20rem;height:5.8125rem;top:28.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #US31xg2zd0CgCtRfpCFgzocCJT6SUrZb { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Niledn6JZTnT85gzc4pChNAsHbXXn2rA { width:20rem;height:6.25rem;top:10.4375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7BdvOMAn03m4t0C37dzUMxbK7OPugo4 { width:47.75rem;height:3.75rem;top:22.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMXSMLSeiTF6FqmsKAarST9rIlV49m5 { width:5.6875rem;height:5.6875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiwalX9yhU8THntavgGXNnB15HWARRCE { width:5.6875rem;height:5.6875rem;top:4.5625rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL { display:none; }#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gLm9XE8XQg4hV5SeLtUAsCddrn1XczKw { top:34.6875rem;left:15.625rem;width:32.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXZPA9gyd9HruDnab6kTcdbzeeTcy4hb { display:block; }
 }@media only screen and (max-width: 763px) { #VG6B1wv1LdT2akTy67T3BTKGoU8ZpnFp { top:30.8125rem;left:8.375rem;width:39.375rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtsdhv0bVrPWXFEAwrUCk75y4RyOKdnw { width:37.0625rem;height:3.25rem;top:23rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJTUy2K7gkQiJh3i79DRD8RLbO7hfGxi { width:37.1875rem;height:8.0625rem;top:14.4375rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH8FQFxh6VFQxIwHuIWmHZyhwmpXFQf2 { width:37.875rem;height:9.0625rem;top:4.8125rem;left:9.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u527lR3SMWqmqwWTXv46bztEler2Ilo2 { width:39.375rem;height:1.8125rem;top:2.3125rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEV3kchRNFGSZTaNX2m3KLhsG7TJOOMF { width:1rem;height:43.0625rem;top:0.5rem;left:10.163414001465rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb { display:block; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDiRBUqQ9kkvgmJicqlXsrEZNQddZB4n { width:47.75rem;height:24.375rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81IppVEE7KREZu4dpuAwnNALTDNwnyg { width:3.125rem;height:3.125rem;top:4.9375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJzRCnTiZT9rSaqO9rbcgEpgiKaym2nO { width:3.125rem;height:3.125rem;top:15.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqvVCfpE0OWAHb3fScUPTcc39Fwh7l9e { width:3.125rem;height:3.125rem;top:25.1875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I { display:block; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsTGqsTmVGFPloI5XdHfp5pnN1UaDVOX { width:12.5rem;height:4.0625rem;top:3.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b05oe5TNXzbBelIVx2BHs9dKD3uwtsoS { width:32.875rem;height:15.4375rem;top:9.75rem;left:0rem;font-size:1.25rem;display:block; }#b05oe5TNXzbBelIVx2BHs9dKD3uwtsoS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52c7ea4e08277d0c5103c5286578f08fd27e2b74.svg); }
 }@media only screen and (max-width: 763px) { #zBOCMwEdlTtTHedfKCT1WeUCsSl4KxWp { width:24.25rem;height:29rem;top:3.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN4wJl9UeDeVZSh8f5HSc5ZpSrIztoor { width:18rem;height:14.25rem;top:62.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzaNnK8sHw7rMhnWZKABMrkI2tzToEbf { top:29.125rem;left:0rem;width:33.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUFFIiMyIMN2o4bK8uhUPO69PttgcWOG { display:block; }
 }@media only screen and (max-width: 763px) { #kNchdeDgrUb4nxCTRM7qoqP86u6PrQol { top:29.125rem;left:0rem;width:33.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNPxDhtW1yOoT4uHwRe4XuDTvo8UvTau { display:block; }
 }@media only screen and (max-width: 763px) { #hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 { display:none; }#hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bOAga1Qt2kG9yTHPB35XoVyzRUIUaqFS { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6uOxKQ69Xqa4FLVl4XsT1ZBWD1RTvfb { width:20rem;height:4.1875rem;top:28.5rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSPKsJrwfWl5JlFiGbZx4bUPehpI5PDv { width:20rem;height:;top:34.5625rem;left:0rem;font-size:1rem;display:none; }#VSPKsJrwfWl5JlFiGbZx4bUPehpI5PDv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #JZfc3GlHJuGyZkubAhLAwInAvqOh9ZOu { width:47.75rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZa09vKadcMTIVEIBOk1QTRhNkdwsirT { width:38.625rem;height:4.1875rem;top:7.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmxTUXH8w840dUeTXTy3tKWrNsACA35t { width:12.5rem;height:2.4375rem;top:17.3125rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV7mGxpQrcPVWIdpPkZQNooF2Lv3PLRa { width:12.5rem;height:12.5rem;top:15.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKO1PVZqaXaZFne2J40WqWgfOx53rql { width:12.5rem;height:12.5rem;top:15.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Q9bNPedvqex8WDo8TWvC8ZMaCRqbEM { width:12.5rem;height:2.5625rem;top:22.8125rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMcArlsMdsornpIDtKyCkIR7VzEchSuU { width:12.5rem;height:12.5rem;top:15.3125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1g5v0oL3Hb8uA4cFa31r4I6s0cP4kr { width:12.5rem;height:2.5625rem;top:22.8125rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBQPTetv4oaHkPcvMnGr2aarQnOUeEAT { width:12.5rem;height:12.5rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foSzuL8z8vLGy6O6DlEGZVb10Vlt7ddt { width:12.5rem;height:0;top:34.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8pxe8u6ZnntKKuwP6sFr93qWsKcGKZ6 { width:12.5rem;height:12.5rem;top:31.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6MvDTFK2O3xGdegy4rOh590foJb6Bqf { width:12.5rem;height:3.875rem;top:38rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyOclspK6Ma8bJCMEaVh6EHmuIx7ku6p { width:10.5625rem;height:2.5625rem;top:38.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qti8DVVHpAG9SkM1rnHlnHN7NqKvobJp { width:21.3125rem;height:4.1875rem;top:45.75rem;left:26.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEs6ZF3w21QeA9cZopfNoHmBogdmIl8f { width:12.5rem;height:2.5625rem;top:22.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDX5DNvTuadJ8vf4wnDCGOBRJi4Qz6wG { width:12.5rem;height:2.4375rem;top:17.3125rem;left:17.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9EJ9dDpwqk6THB23Nfeq7yvQZw3Las { width:12.5rem;height:2.4375rem;top:17.3125rem;left:34.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0G096pKyQCMShJJ9tKZemzubPnXDgvC { width:12.5rem;height:2.4375rem;top:33.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QrB8sBaO21KWTyHLJlHSNUhn6wvuAZ { width:12.5rem;height:2.4375rem;top:33.1875rem;left:10.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzayBN5JORssorTGrFppML7rD4TXAESy { width:25.8125rem;height:14.6875rem;top:30.25rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEqzc1QeceVWDJVitGfWazJySRVeuF7U { width:4.75rem;height:4.75rem;top:18.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stA4ybpt9myLeWxaFFr24TPou2zLI3D5 { width:4.75rem;height:4.75rem;top:18.125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOlTVo3tsGNalGMFMN2CtqITeL2T2OT6 { width:4.75rem;height:4.75rem;top:35.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSPHa6RsT6keg5zu5vttqQnUcCFX60Ko { width:4.75rem;height:4.75rem;top:37.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ { display:block; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4yKzbLGDTJyBJEEd5ZFhvTsyTGgameX { width:33.5rem;height:4.0625rem;top:4.75rem;left:8.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6JsJ4t57ngHyhZW4FCb94hNvfvEZMD1 { width:38.8125rem;height:10.6875rem;top:9.875rem;left:8.5625rem;font-size:1.125rem;display:block; }#k6JsJ4t57ngHyhZW4FCb94hNvfvEZMD1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e3a037643ac0a8eb778fed0eff26a19e4194f77.svg); }
 }@media only screen and (max-width: 763px) { #Qy0K2CZCBA46x8ZGqwTObxTOIqGQSX0A { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvEAxg8X9VxzE99v8tmQMeT5kosFxXGd { width:20rem;height:4.1875rem;top:28.5rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #olBV5P5NvMnwrhQIsH63fT0bZLT7xI58 { width:20rem;height:;top:34.5625rem;left:0rem;font-size:1rem;display:none; }#olBV5P5NvMnwrhQIsH63fT0bZLT7xI58 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #UFflWBqP4Pk0znKAZHiEmlTC0hEed11l { top:28.375rem;left:4rem;width:36.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIIyshrm8NCqIaWbL8MbgMnlmNnhRp0Q { display:block; }
 }@media only screen and (max-width: 763px) { #eZXRrF3XRQ1ixRqoBmNe5Ed8OD2HdiFQ { top:23.125rem;left:8.5625rem;width:38.8125rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH9c3w5irbimsQFS4RURTfBWTyhTD8XA { display:block; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnJT1cJFK6wfa657i9c7pMknWHUx1Zrp { width:40.8125rem;height:8.125rem;top:5.25rem;left:2.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l83Ei3DyQzqHdeVTFimKNo2pn8c7U1kc { width:41.9375rem;height:13rem;top:14.875rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0ng0e7yCDIobm6CrEAenSl1JKMrfGT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUGWtAbTE0N5fmtgxQczOpGegPF4R6w8 { width:20rem;height:4.1875rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4wdVdrMO2MoBHLcg2wpxidhwtO5Uu0u { width:20rem;height:;top:34.5625rem;left:0rem;font-size:1rem;display:none; }#L4wdVdrMO2MoBHLcg2wpxidhwtO5Uu0u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #tBEseQGJfExEJ8PRQv2Gbrl6yxPrGZ3O { top:34.25rem;left:7.9375rem;width:32.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paI7n86IxqBDg0K1ulSRXaLr4I6qHTTt { display:block; }
 }@media only screen and (max-width: 763px) { #rsPsr8UrpLXOGsxUnSI7IrM8ksAO7Dfn { top:28.625rem;left:4.3125rem;width:39.375rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5qKpL7fgD2KBzvLiz51F2QOmwMrWk3M { width:47.75rem;height:38.875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRrFC2To9i76CaKcw9uZKuM5chOUS1ns { display:none; }#yRrFC2To9i76CaKcw9uZKuM5chOUS1ns > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KoMJWqW4ulonqFuXDCgR2ezpUTKW1eNz { width:47.75rem;height:4.0625rem;top:2.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoKhrmkE87kFqwFSMlTF6i6CAuF6hC31 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoepFgNQUKgf8bp6SNVqALZ0eUMJGucI { width:20rem;height:4.1875rem;top:28.5rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAs5MtddZ4LrMCP1X61asPSwB6SyfUA6 { width:20rem;height:;top:34.5625rem;left:0rem;font-size:1rem;display:none; }#TAs5MtddZ4LrMCP1X61asPSwB6SyfUA6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #HEKl4Z8vuWgeFxv81uA2sG55U2PAHzaH { top:55.5rem;left:7.8125rem;width:32.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDB79g8xDtyOTDuvICQLKiNo6OTaSSMG { display:block; }
 }@media only screen and (max-width: 763px) { #EgiGHX6IsI5taD84BPN4RE5fdlxRVIfQ { width:15.625rem;height:12.5rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXoWrf0qXJdFclyF7waQD9DZicrFpP1T { width:15.625rem;height:12.5rem;top:11.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quZhFAtO38UAaasttwn5LLTirtpG648T { width:15.625rem;height:12.5rem;top:11.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0odaf8rmGogOJ9RfuAHgzq02DS63Dtz { width:12.5rem;height:4.875rem;top:14.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JssJJiQhLZhVJfSPBDXMPwNEz4Ic8emv { width:12.5rem;height:4.875rem;top:14.9375rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epEvoLOb3ivtDt8Xy9JGKA09ER6w21b5 { width:12.5rem;height:3.25rem;top:15.75rem;left:35.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XguE8afbKkOmwevJtNbDqLdWesHT0hoO { width:47.75rem;height:4.0625rem;top:30.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUlZdS268tg5Fw5TX2N9fL5OmdHNtFL { width:24.9375rem;height:12.5rem;top:37.5rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvh10CRl2hoppPxsgtZIZOAsci9WTCM { width:21.875rem;height:5.8125rem;top:40.8125rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPVig7DW0baBu4cryqUTWZKTs3WHOTTB { width:3.125rem;height:3.125rem;top:15.8125rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcWNlESFRi8QKmeqErMrfvsTzMav3OFr { width:3.125rem;height:3.125rem;top:15.8125rem;left:33.260414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuJd4ADux8NTTktfcW3d9ersTm8K6L8I { width:3.125rem;height:3.125rem;top:42.1875rem;left:4.7291641235351rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9m9WGFdSluC2zLfEz2wbyiUEpM5asty { width:3.125rem;height:3.125rem;top:42.1875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #raprA5TTSe7Jnu5lpFeIsu6nNQ7XFU2o { top:55.5rem;left:7.8125rem;width:32.125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #efJ7TpF9y5FLxfPWeFku41TQs2ra0vRb { display:block; }
 }@media only screen and (max-width: 763px) { #A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo { display:block; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3IuPVS8XQrg4B2UVkDHTRO72SmWZSCr { width:47.75rem;height:4.625rem;top:2.6875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrHLAGyZ5ZfIDTPc6GZBnDQ4PLJohtnU { width:47.75rem;height:8.75rem;top:9.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1egzieTSONUcLApr5DieU0z3uDiTgwd { top:57.3125rem;left:7.75rem;width:32.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz81qSJCHQKDPqOXIKa4U003MxqyssH2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ag3y30ZQ3kl1hUzxo3NaWbOfTIF7xgwT { width:28.3125rem;height:15.625rem;top:30.6875rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH3FtAG5FoI5fE6fUEXA033rdgsAIZpw { top:49.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEO8lPVGI125ZwQdSL1TEp6G6s1a7oRD { width:22.125rem;height:1.6875rem;top:53.5625rem;left:12.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUttTvMPCdaP5zNXTA2R74oVNgbZml18 { width:47.75rem;height:5.1875rem;top:25.5rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnHtGqJOoG9dqxMUkiwuoqGDCTOAEiRB { width:43.9375rem;height:1.4375rem;top:24.125rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnBdTQ3Pmt5PinM43ko5azFpFdIX0Ka { width:33.4375rem;height:33.4375rem;top:21.8125rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql { display:block; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6rpFvQyKp9td5wA6RgzZQbczdPCQcta { width:36.4375rem;height:4.0625rem;top:8.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzO7VrLbi0hSxfL7W8dJTzGKdZKTQXLG { width:25.0625rem;height:7.25rem;top:14.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDVS4qlinA0uUPTQsBGJEqR2bAl2NvA { width:24.5rem;height:16.4375rem;top:9.9375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xel1ZcdwZHDTgi4RTSTWuXLDTPd0wGMp { width:47.75rem;height:25.4375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJEADIJfqDTR4b03HCidPauHK5Xbsr7b { top:23.625rem;left:0rem;width:26.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQe1gerJTPezfzUJdrgyWNRyTAObTO5Z { display:block; }
 }@media only screen and (max-width: 763px) { #Ac8eo1f7ohP0TO9KJKPo6BgPDBvExObm { top:23.625rem;left:0rem;width:26.8125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDLElTPZHnIlIlpz5A6GLTDEGfxudMQN { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/FnQYJfxcLQM/unsplash/pawel-czerwinski-FnQYJfxcLQM-photo-1762433813475-e6b761cc23d0.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.79); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.79); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9oeNNv56DhW6KETfeyOPLZ7d5Ls8Jsk { width:20rem;height:4.19921875rem;top:6.0299482345581rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PV24yC327p0XKsuyRMv3mfKSZOszKlnw { width:20rem;height:4.875rem;top:17.604167938233rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhOMDaqynTMUv9r5lSb34w9S9FHITTou { width:20rem;height:2.4375rem;top:24.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mz5zpHnSwD2O2acG1PUK2XHdyFzEh0rQ { width:20rem;height:0;top:33.471355438233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #HOh2yDP1ZdxElZBEV9AesC9695MFGnCy { top:74.250002861025rem;left:0rem;width:20rem;height:18.5rem;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b31b3463-d27d-427b-888d-91617ef31096/10sztuczek2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HOh2yDP1ZdxElZBEV9AesC9695MFGnCy.adaptive-delivery-prevent-bg, #HOh2yDP1ZdxElZBEV9AesC9695MFGnCy.lazyload, #HOh2yDP1ZdxElZBEV9AesC9695MFGnCy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #R4Z6ThVfFHkDWfzJQ7EoOtMzHSH9Xh8E { width:20rem;height:0;top:2.9375rem;left:0rem;font-size:1.75rem;line-height:1.2;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #BB4TWn7m01bwNfT47MbOAzqGa7AmxZSx { width:13.4375rem;height:8.287125rem;top:33.4375rem;left:3.3125rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bf2Tb1M4dMIblWWLZCnJSadoL1LFTS4a { width:18.875rem;height:6.49739375rem;top:44.812501907349rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3D5Ox8cHzBQ1JmEwyJuPXuM34T667IO { width:20rem;height:5.19791875rem;top:54.625001907349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8zKNEtS9X1mOThPySFbvmEKqufC3zl7 { width:20rem;height:2.03125rem;top:64.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tD0ruMTgsGyU592mDh3CHNHJNgAAsrfR { top:66.875rem;left:0rem;width:20rem;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #N0xmG4yOU0fBGDyvHzBtHqq0e0zsZG00 { display:block; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-text.counter-number { padding-top:0.52875rem;padding-right:0.460625rem;padding-bottom:0.52875rem;padding-left:0.460625rem;width:2.763125rem;min-width:2.763125rem;height:2.841875rem;font-size:2.115rem;line-height:45.47px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.330625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.684375rem;height:1.12375rem;font-size:0.793125rem;line-height:17.98px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 { width:18.75rem;height:5.35375rem;display:flex;top:90.625rem;left:0rem;z-index:15017;background-color:#030522;background-image:none;padding-top:0.595rem;padding-right:0.591875rem;padding-bottom:0.595rem;padding-left:0.591875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #XOO2S2TVXQiiksvxOXNO3rVsveMLoKIM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #oTX04Myd5IDVe9dKt4tTqdsv1QOKAT0q {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #GI0TWSuP3obDmkuQkZVPCMg5u8WdEBm9 {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #RTVlkUNZ4vhkSWE4ZcVWOdlwPbz7VvWJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #rvnvATUx4wgupCHkb3FytVBhA7zUmyrx {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #wtU25BHVPPpBqoumJ8GIwQNQU7AgzPk8 {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #dbOy5fqgo3C2xM5qQuVMAtcHkblcgpwr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #ZDeih9s4nTVJZL6LO339NIbwsRW2CA3A {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #nwnkXfrlWJBrHt3mbPmrTlwl0vabqmTS {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #bmkWlaxNA7OblLpRnEVfKH9yRsQJ1Idu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #b0raEAxbtdknBxN0pREaTFhVMsyFIRM6 {  }
 }@media only screen and (max-width: 763px) { #TccOZM2HBOWbeBkXNFDlvwffd51LvDI1 #C29FchDfo36ETkML8zxq8Agk3gKE5WrJ {  }
 }@media only screen and (max-width: 763px) { #PrXpJrwTTfXfWEB9lESATloCIXIhN5Ow { width:20rem;height:12.1875rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTROyn5n0SxqGXXxKe2EvE2hx7bHLTm { display:flex;width:3.875rem;height:3.875rem;top:35.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WvrRvXhVzC1892XkWOVGThhz5ktK3VPr { display:flex;width:3.75rem;height:3.75rem;top:35.6875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #TTo2b97NMO65thUdJ5BdDLyW2fGwpBte { width:20rem;height:19.5625rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdfw9LTWOVS463GGEPyy6AqaMLGcXMnz { width:20rem;height:1.21875rem;top:31.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXDK4BHC4eE9oLWlLvuBlPJbqMy2UZBZ { width:20rem;height:1.21875rem;top:1.6979167461395rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZ1yiZ6bwxcCciqnxa1DfUtKTIMx9le6 { width:20rem;height:1.21875rem;top:3.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3teMuf47CnuOOQ00tJ4cOg95wuJ94BD { width:20rem;height:3.5625rem;top:12rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G9WQLwDcuBQJwoIPheyOBAOsRO8UdWU1 { width:20rem;height:2.76171875rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCpryokWTVO9e2dMmspwVDLsxdTeFMOl { background-color:transparent;background-image:none;display:none; }#BCpryokWTVO9e2dMmspwVDLsxdTeFMOl > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AbgXhC6kz1nwinhW4IA400aF2Rs24B3k { width:14.5rem;height:4.19921875rem;top:3.0878925323486rem;left:2.7500001192093rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VmsgHKa8Nv8EJISTBzN1LmZW1B0UJJMC { width:20rem;height:1.21875rem;top:9.3750019073488rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6A7BrOhrGIN7FA9DTiKy7Q4vQ2Sa1pW { width:14.875rem;height:2.43608125rem;top:25.937501907349rem;left:2.5625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToAuOll7FoK0yUK5V5e4GA2FlQeSZpIw { width:20rem;height:0;top:28.4091796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #US31xg2zd0CgCtRfpCFgzocCJT6SUrZb { top:38.687493801117rem;left:0rem;width:20rem;height:18.5rem;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b31b3463-d27d-427b-888d-91617ef31096/10sztuczek2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#US31xg2zd0CgCtRfpCFgzocCJT6SUrZb.adaptive-delivery-prevent-bg, #US31xg2zd0CgCtRfpCFgzocCJT6SUrZb.lazyload, #US31xg2zd0CgCtRfpCFgzocCJT6SUrZb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Niledn6JZTnT85gzc4pChNAsHbXXn2rA { width:20rem;height:0;top:8.3125rem;left:0rem;font-size:1.75rem;line-height:1.2;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #m7BdvOMAn03m4t0C37dzUMxbK7OPugo4 { width:20rem;height:3.65411875rem;top:18.812501907349rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMXSMLSeiTF6FqmsKAarST9rIlV49m5 { display:flex;width:2.75rem;height:2.75rem;top:3.8125019073486rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KiwalX9yhU8THntavgGXNnB15HWARRCE { display:flex;width:2.75rem;height:2.75rem;top:3.8125019073486rem;left:17.250000596046rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL { background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/uc/e375d9f0-3047-47b5-9533-dd0e2105fe14/AdobeStock_108641066.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL.adaptive-delivery-prevent-bg, #gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL.lazyload, #gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL.lazyloading { background-image: none; }#gpgeDmnr1X7VGkqEx1zMdbQd9fGB5UZL > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gLm9XE8XQg4hV5SeLtUAsCddrn1XczKw { top:35.34375rem;left:0rem;width:20rem;height:3.4375rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #TXZPA9gyd9HruDnab6kTcdbzeeTcy4hb { display:block; }
 }@media only screen and (max-width: 763px) { #VG6B1wv1LdT2akTy67T3BTKGoU8ZpnFp { width:20rem;height:2.03125rem;top:31.936851501465rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #qtsdhv0bVrPWXFEAwrUCk75y4RyOKdnw { width:20rem;height:5.1953125rem;top:25.487747192382rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJTUy2K7gkQiJh3i79DRD8RLbO7hfGxi { width:18.875rem;height:7.79296875rem;top:16.357242584229rem;left:0.561967253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TH8FQFxh6VFQxIwHuIWmHZyhwmpXFQf2 { width:17.0625rem;height:9.279125rem;top:6.125rem;left:1.4687501192093rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u527lR3SMWqmqwWTXv46bztEler2Ilo2 { width:20rem;height:1.625rem;top:3.0579555034638rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEV3kchRNFGSZTaNX2m3KLhsG7TJOOMF { width:20rem;height:1.1875rem;top:46.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb { background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container { background-color: transparent; background-image: none; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container > .video-iframe-container { display: none; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row > .video-iframe-container { display: none; }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .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); }#sQ3vxSDGDnHIWEnN7psTvSusm1bvbMAb > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDiRBUqQ9kkvgmJicqlXsrEZNQddZB4n { width:20rem;height:26.3203125rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81IppVEE7KREZu4dpuAwnNALTDNwnyg { display:flex;width:1.6875rem;height:1.6875rem;top:3.375rem;left:9.1562505960463rem; }
 }@media only screen and (max-width: 763px) { #aJzRCnTiZT9rSaqO9rbcgEpgiKaym2nO { display:flex;width:1.6875rem;height:1.6875rem;top:13.5703125rem;left:9.1562505960463rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #dqvVCfpE0OWAHb3fScUPTcc39Fwh7l9e { display:flex;width:1.6875rem;height:1.6875rem;top:24.1953125rem;left:9.1562505960463rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I { background-color:transparent;background-image:none;display:block; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container { background-color: transparent; background-image: none; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container > .video-iframe-container { display: none; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row > .video-iframe-container { display: none; }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .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); }#RvrxESGJ8UgPcvrUaRZeAwQWeIX7ZT4I > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsTGqsTmVGFPloI5XdHfp5pnN1UaDVOX { width:12.5rem;height:2.1120375rem;top:2.1361846923828rem;left:3.7499998807907rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #b05oe5TNXzbBelIVx2BHs9dKD3uwtsoS { width:20rem;height:14.1328125rem;top:6.4367828369137rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }#b05oe5TNXzbBelIVx2BHs9dKD3uwtsoS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_52c7ea4e08277d0c5103c5286578f08fd27e2b74.svg); }
 }@media only screen and (max-width: 763px) { #zBOCMwEdlTtTHedfKCT1WeUCsSl4KxWp { width:20rem;height:23.375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN4wJl9UeDeVZSh8f5HSc5ZpSrIztoor { width:18rem;height:0;top:62.399089813233rem;left:1rem;font-size:1rem;z-index:15002;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NzaNnK8sHw7rMhnWZKABMrkI2tzToEbf { top:45.942710876465rem;left:0rem;width:20rem;height:4.3125rem;color:rgba(var(--color-tertiary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #pUFFIiMyIMN2o4bK8uhUPO69PttgcWOG { display:block; }
 }@media only screen and (max-width: 763px) { #kNchdeDgrUb4nxCTRM7qoqP86u6PrQol { top:45.567058563233rem;left:0rem;width:20rem;height:4.3125rem;color:rgba(var(--color-tertiary-4),1);z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CNPxDhtW1yOoT4uHwRe4XuDTvo8UvTau { display:block; }
 }@media only screen and (max-width: 763px) { #hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/FnQYJfxcLQM/unsplash/pawel-czerwinski-FnQYJfxcLQM-photo-1762433813475-e6b761cc23d0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1.adaptive-delivery-prevent-bg, #hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1.lazyload, #hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1.lazyloading { background-image: none; }#hrfqB0i0UAyGZU4z7Fp58ub9WxCDSlU1 > .row .container { width:20rem;height:123rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bOAga1Qt2kG9yTHPB35XoVyzRUIUaqFS { top:62.479177951813rem;left:0rem;width:20rem;height:12.5rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -moz-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -ms-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -o-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f50a', endColorstr='#f5f5f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f50a', endColorstr='#f5f5f5' );";background-image: linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #T6uOxKQ69Xqa4FLVl4XsT1ZBWD1RTvfb { width:20rem;height:0;top:2.5000007152558rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #VSPKsJrwfWl5JlFiGbZx4bUPehpI5PDv { width:20rem;height:0;top:34.6015625rem;left:0rem;font-size:1rem;color:#0d050b;z-index:15002;display:none; }#VSPKsJrwfWl5JlFiGbZx4bUPehpI5PDv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #JZfc3GlHJuGyZkubAhLAwInAvqOh9ZOu { width:20rem;height:5.0355125rem;top:3.1835932731628rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #VZa09vKadcMTIVEIBOk1QTRhNkdwsirT { width:20rem;height:4.8739375rem;top:9.8450522422788rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmxTUXH8w840dUeTXTy3tKWrNsACA35t { width:12.5rem;height:2.4375rem;top:20.3125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV7mGxpQrcPVWIdpPkZQNooF2Lv3PLRa { width:12.5rem;height:12.5rem;top:18.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKO1PVZqaXaZFne2J40WqWgfOx53rql { width:12.5rem;height:12.5rem;top:34.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Q9bNPedvqex8WDo8TWvC8ZMaCRqbEM { width:12.5rem;height:2.59765625rem;top:41.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMcArlsMdsornpIDtKyCkIR7VzEchSuU { width:12.5rem;height:12.5rem;top:50rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1g5v0oL3Hb8uA4cFa31r4I6s0cP4kr { width:12.5rem;height:2.59765625rem;top:57.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBQPTetv4oaHkPcvMnGr2aarQnOUeEAT { width:12.5rem;height:12.5rem;top:66.25rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #foSzuL8z8vLGy6O6DlEGZVb10Vlt7ddt { width:12.5rem;height:0;top:69.3125rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8pxe8u6ZnntKKuwP6sFr93qWsKcGKZ6 { width:12.5rem;height:12.5rem;top:82.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6MvDTFK2O3xGdegy4rOh590foJb6Bqf { width:12.5rem;height:3.8964875rem;top:89rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyOclspK6Ma8bJCMEaVh6EHmuIx7ku6p { width:10.5625rem;height:2.59765625rem;top:74.074871063231rem;left:4.7187501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qti8DVVHpAG9SkM1rnHlnHN7NqKvobJp { width:20rem;height:6.336125rem;top:113.54297637939rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEs6ZF3w21QeA9cZopfNoHmBogdmIl8f { width:12.5rem;height:2.59765625rem;top:25.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDX5DNvTuadJ8vf4wnDCGOBRJi4Qz6wG { width:12.5rem;height:2.4375rem;top:36.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly9EJ9dDpwqk6THB23Nfeq7yvQZw3Las { width:12.5rem;height:2.4375rem;top:51.9375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0G096pKyQCMShJJ9tKZemzubPnXDgvC { width:12.5rem;height:2.4375rem;top:68.84375rem;left:3.7500001192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QrB8sBaO21KWTyHLJlHSNUhn6wvuAZ { width:12.5rem;height:2.4375rem;top:84.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzayBN5JORssorTGrFppML7rD4TXAESy { width:20rem;height:14.6875rem;top:97.667959213256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEqzc1QeceVWDJVitGfWazJySRVeuF7U { display:flex;width:4.75rem;height:4.75rem;top:128.25rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #stA4ybpt9myLeWxaFFr24TPou2zLI3D5 { display:flex;width:4.75rem;height:4.75rem;top:125.3125rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOlTVo3tsGNalGMFMN2CtqITeL2T2OT6 { display:flex;width:4.75rem;height:4.75rem;top:146.875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSPHa6RsT6keg5zu5vttqQnUcCFX60Ko { display:flex;width:4.75rem;height:4.75rem;top:156.72138043823rem;left:-2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container { background-color: transparent; background-image: none; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container > .video-iframe-container { display: none; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row > .video-iframe-container { display: none; }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .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); }#BVR0zHdMyDxPdRP9moD1RXOLKS5caUtJ > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4yKzbLGDTJyBJEEd5ZFhvTsyTGgameX { width:20rem;height:2.11198125rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;display:block; }
 }@media only screen and (max-width: 763px) { #k6JsJ4t57ngHyhZW4FCb94hNvfvEZMD1 { width:20rem;height:12.3359375rem;top:6.125rem;left:0rem;font-size:1.125rem;color:#0d050b;display:block; }#k6JsJ4t57ngHyhZW4FCb94hNvfvEZMD1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3e3a037643ac0a8eb778fed0eff26a19e4194f77.svg); }
 }@media only screen and (max-width: 763px) { #Qy0K2CZCBA46x8ZGqwTObxTOIqGQSX0A { top:22.500001907349rem;left:0rem;width:20rem;height:12.5rem;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e375d9f0-3047-47b5-9533-dd0e2105fe14/AdobeStock_108641066.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Qy0K2CZCBA46x8ZGqwTObxTOIqGQSX0A.adaptive-delivery-prevent-bg, #Qy0K2CZCBA46x8ZGqwTObxTOIqGQSX0A.lazyload, #Qy0K2CZCBA46x8ZGqwTObxTOIqGQSX0A.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XvEAxg8X9VxzE99v8tmQMeT5kosFxXGd { width:20rem;height:0;top:28.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #olBV5P5NvMnwrhQIsH63fT0bZLT7xI58 { width:20rem;height:0;top:34.6015625rem;left:0rem;font-size:1rem;color:#0d050b;z-index:15002;display:none; }#olBV5P5NvMnwrhQIsH63fT0bZLT7xI58 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #UFflWBqP4Pk0znKAZHiEmlTC0hEed11l { top:41.0625rem;left:0rem;width:20rem;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #QIIyshrm8NCqIaWbL8MbgMnlmNnhRp0Q { display:block; }
 }@media only screen and (max-width: 763px) { #eZXRrF3XRQ1ixRqoBmNe5Ed8OD2HdiFQ { width:20rem;height:2.03125rem;top:38.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vH9c3w5irbimsQFS4RURTfBWTyhTD8XA { background-color:transparent;background-image:url("https://images.assets-landingi.com/PtHP1wFSSYI/unsplash/pawel-czerwinski-PtHP1wFSSYI-photo-1579267130459-500e662b083a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA.adaptive-delivery-prevent-bg, #vH9c3w5irbimsQFS4RURTfBWTyhTD8XA.lazyload, #vH9c3w5irbimsQFS4RURTfBWTyhTD8XA.lazyloading { background-image: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container { background-color: transparent; background-image: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.67); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container > .video-iframe-container { display: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.67); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row > .video-iframe-container { display: none; }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .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); }#vH9c3w5irbimsQFS4RURTfBWTyhTD8XA > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnJT1cJFK6wfa657i9c7pMknWHUx1Zrp { width:18rem;height:4.224075rem;top:8.2500006351619rem;left:1rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;display:block; }
 }@media only screen and (max-width: 763px) { #l83Ei3DyQzqHdeVTFimKNo2pn8c7U1kc { width:18.5rem;height:15.59373125rem;top:14.625rem;left:0.75rem;font-size:1rem;color:#0d050b;display:block; }
 }@media only screen and (max-width: 763px) { #CX0ng0e7yCDIobm6CrEAenSl1JKMrfGT { top:17.4375rem;left:0rem;width:20rem;height:12.5rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -moz-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -ms-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -o-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f50a', endColorstr='#f5f5f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f50a', endColorstr='#f5f5f5' );";background-image: linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wUGWtAbTE0N5fmtgxQczOpGegPF4R6w8 { width:20rem;height:0;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #L4wdVdrMO2MoBHLcg2wpxidhwtO5Uu0u { width:20rem;height:0;top:10.6015625rem;left:0rem;font-size:1rem;color:#0d050b;z-index:15002;display:none; }#L4wdVdrMO2MoBHLcg2wpxidhwtO5Uu0u li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #tBEseQGJfExEJ8PRQv2Gbrl6yxPrGZ3O { top:36.777996063233rem;left:0rem;width:20rem;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #paI7n86IxqBDg0K1ulSRXaLr4I6qHTTt { display:block; }
 }@media only screen and (max-width: 763px) { #rsPsr8UrpLXOGsxUnSI7IrM8ksAO7Dfn { width:20rem;height:2.03125rem;top:34.090494155884rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5qKpL7fgD2KBzvLiz51F2QOmwMrWk3M { width:20rem;height:35.75rem;top:5.9837245941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRrFC2To9i76CaKcw9uZKuM5chOUS1ns { background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#yRrFC2To9i76CaKcw9uZKuM5chOUS1ns > .row .container { width:20rem;height:93.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KoMJWqW4ulonqFuXDCgR2ezpUTKW1eNz { width:20rem;height:4.224075rem;top:2.2486972808838rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;display:block; }
 }@media only screen and (max-width: 763px) { #AoKhrmkE87kFqwFSMlTF6i6CAuF6hC31 { top:14.375rem;left:0rem;width:20rem;height:12.5rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -moz-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -ms-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-image: -o-linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f50a', endColorstr='#f5f5f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f50a', endColorstr='#f5f5f5' );";background-image: linear-gradient(180deg, rgba(245,245,245,0.04), #f5f5f5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xoepFgNQUKgf8bp6SNVqALZ0eUMJGucI { width:20rem;height:0;top:28.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #TAs5MtddZ4LrMCP1X61asPSwB6SyfUA6 { width:20rem;height:0;top:34.6015625rem;left:0rem;font-size:1rem;color:#0d050b;z-index:15002;display:none; }#TAs5MtddZ4LrMCP1X61asPSwB6SyfUA6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fcd75233-1749-448c-a444-ebef6ea3a9fa/ptaszek.png); }
 }@media only screen and (max-width: 763px) { #HEKl4Z8vuWgeFxv81uA2sG55U2PAHzaH { top:87.0000038147rem;left:0rem;width:20rem;height:3.9375rem;color:rgba(var(--color-tertiary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #UDB79g8xDtyOTDuvICQLKiNo6OTaSSMG { display:block; }
 }@media only screen and (max-width: 763px) { #EgiGHX6IsI5taD84BPN4RE5fdlxRVIfQ { width:15.625rem;height:12.5rem;top:7.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXoWrf0qXJdFclyF7waQD9DZicrFpP1T { width:15.625rem;height:12.5rem;top:25.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quZhFAtO38UAaasttwn5LLTirtpG648T { width:15.625rem;height:12.5rem;top:43.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0odaf8rmGogOJ9RfuAHgzq02DS63Dtz { width:12.5rem;height:4.8739375rem;top:11.125rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JssJJiQhLZhVJfSPBDXMPwNEz4Ic8emv { width:12.5rem;height:4.8739375rem;top:29.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epEvoLOb3ivtDt8Xy9JGKA09ER6w21b5 { width:12.5rem;height:3.25rem;top:48.1875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XguE8afbKkOmwevJtNbDqLdWesHT0hoO { width:20rem;height:2.1120375rem;top:59.87174987793rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#0d050b;display:block; }
 }@media only screen and (max-width: 763px) { #mpUlZdS268tg5Fw5TX2N9fL5OmdHNtFL { width:20rem;height:12.5rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIvh10CRl2hoppPxsgtZIZOAsci9WTCM { width:17.625rem;height:4.8739375rem;top:72.6250038147rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPVig7DW0baBu4cryqUTWZKTs3WHOTTB { display:flex;width:3.125rem;height:3.125rem;top:21.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IcWNlESFRi8QKmeqErMrfvsTzMav3OFr { display:flex;width:3.125rem;height:3.125rem;top:39.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iuJd4ADux8NTTktfcW3d9ersTm8K6L8I { display:flex;width:3.125rem;height:3.125rem;top:64.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #y9m9WGFdSluC2zLfEz2wbyiUEpM5asty { display:flex;width:3.125rem;height:3.125rem;top:82.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #raprA5TTSe7Jnu5lpFeIsu6nNQ7XFU2o { top:87.8125038147rem;left:0rem;width:20rem;height:3.9375rem;color:rgba(var(--color-tertiary-4),1);z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #efJ7TpF9y5FLxfPWeFku41TQs2ra0vRb { display:block; }
 }@media only screen and (max-width: 763px) { #A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo { display:block; }#A9HZn8lTSPtPy0CvKHlo2seGuE8f4IFo > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3IuPVS8XQrg4B2UVkDHTRO72SmWZSCr { width:20rem;height:2.3997375rem;top:2.4999599456787rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CrHLAGyZ5ZfIDTPc6GZBnDQ4PLJohtnU { width:18.625rem;height:13.40625rem;top:6.07421875rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1egzieTSONUcLApr5DieU0z3uDiTgwd { top:45.75rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz81qSJCHQKDPqOXIKa4U003MxqyssH2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ag3y30ZQ3kl1hUzxo3NaWbOfTIF7xgwT { width:20rem;height:10.6875rem;top:29.549480438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH3FtAG5FoI5fE6fUEXA033rdgsAIZpw { width:20rem;height:2.03125rem;top:41.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEO8lPVGI125ZwQdSL1TEp6G6s1a7oRD { width:20rem;height:1.4622375rem;top:43.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vUttTvMPCdaP5zNXTA2R74oVNgbZml18 { width:20rem;height:4.79948125rem;top:24.006511688233rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tnHtGqJOoG9dqxMUkiwuoqGDCTOAEiRB { width:20rem;height:1.29948125rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnBdTQ3Pmt5PinM43ko5azFpFdIX0Ka { width:20rem;height:20rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql { display:block; }#zrP7mx51KBu8KTa3QEzfVc9dw3RF01ql > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6rpFvQyKp9td5wA6RgzZQbczdPCQcta { width:20rem;height:2.1120375rem;top:12.53125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzO7VrLbi0hSxfL7W8dJTzGKdZKTQXLG { width:17.375rem;height:6.4974rem;top:18.8154296875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDVS4qlinA0uUPTQsBGJEqR2bAl2NvA { width:13.25rem;height:8.875rem;top:2.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xel1ZcdwZHDTgi4RTSTWuXLDTPd0wGMp { width:20rem;height:31.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJEADIJfqDTR4b03HCidPauHK5Xbsr7b { top:27.062469482422rem;left:0.5rem;width:19rem;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #NQe1gerJTPezfzUJdrgyWNRyTAObTO5Z { display:block; }
 }@media only screen and (max-width: 763px) { #Ac8eo1f7ohP0TO9KJKPo6BgPDBvExObm { top:27.373699188233rem;left:0.5rem;width:19rem;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lDLElTPZHnIlIlpz5A6GLTDEGfxudMQN { display:block; }
 }