.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:226,233,241;--color-primary-1:194,209,225;--color-primary-2:108,145,184;--color-primary-3:71,117,166;--color-primary-4:10,71,137;--color-secondary-0:255,249,217;--color-secondary-1:255,235,128;--color-secondary-2:255,214,0;--color-secondary-3:128,107,0;--color-secondary-4:38,32,0;--color-tertiary-0:255,255,255;--color-tertiary-1:167,189,212;--color-tertiary-2:108,145,184;--color-tertiary-3:71,117,166;--color-tertiary-4:3,5,34;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/W2keYG03MeM/unsplash/ben-kupke-W2keYG03MeM-photo-1704143209935-4bf7a23a27ba.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.34); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.34); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { position:relative;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { border-width: 0; border-radius: 0; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pRQTlD27dA5H15JewB5pwSVp0CJCJbQd { color:#c41425;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:1.625rem;height:1.9504625rem;font-style:normal;display:block; }
#oHalA8xODxpWw80Jeswa3Qt1T888mw9u { color:rgba(var(--color-primary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:7.8125rem;left:1.625rem;height:8.325625rem;font-style:normal;display:block; }
#RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { z-index:15003;top:37.5625rem;left:1.6435546875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#012f94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9619375rem;height:3.3359375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b86CuycsndhNf1iqCbawXV5EUfzDBfAV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { z-index:15003;top:37.51171875rem;left:17.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xPO23D9nmJu94VKTTI2mZHS4ssrJZo1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i8IN7I5TGi2IAfrXuvTTwfS8FaTguDFr { color:rgba(var(--color-primary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:17.4375rem;left:1.625rem;height:7.32954375rem;font-style:normal;display:block; }
#Urpr0J8NTqnWmE5kfAelm1TMbqfacEXi { box-sizing:content-box;height:40.75rem;width:37.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.5rem;left:0rem;display:block; }
#MQKsKNPUgQazyiNFM9Qq0l73MGRf2r5o { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uOpsIPvWTTWDqDBPKrTINfXornXtLaPu { box-sizing:content-box;height:32.625rem;width:34.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d38fd581-4e96-4542-9d8f-f74b8c401cf5/10sztuczek2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.875rem;left:40.8125rem;display:block; }#uOpsIPvWTTWDqDBPKrTINfXornXtLaPu.adaptive-delivery-prevent-bg, #uOpsIPvWTTWDqDBPKrTINfXornXtLaPu.lazyload, #uOpsIPvWTTWDqDBPKrTINfXornXtLaPu.lazyloading { background-image: none; }
#Cf1cNwtRA9oAeSRTMchJ3GpafU6pR0vm { color:#2f2f2f;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.64453125rem;left:5.15625rem;height:3.0877125rem;text-align:left;text-align-last:left;display:block; }
#gPmPJQPFsv25dNPDfbSrWbXr7vNd9AhH { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;display:block;z-index:15008;background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/uc/9f7bc2f9-553b-4c37-a84e-18eec0731549/23calendarsolid1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:28.03125rem;left:1.625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;border-top:0.375rem solid #2f2f2f;border-left:0.375rem solid #2f2f2f;border-right:0.375rem solid #2f2f2f;border-bottom:0.375rem solid #2f2f2f;display:block; }#gPmPJQPFsv25dNPDfbSrWbXr7vNd9AhH.adaptive-delivery-prevent-bg, #gPmPJQPFsv25dNPDfbSrWbXr7vNd9AhH.lazyload, #gPmPJQPFsv25dNPDfbSrWbXr7vNd9AhH.lazyloading { background-image: none; }
#McLVDCkcdIe7fIBR4548iQa64f02TPeL { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;display:block;z-index:15009;background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/ooaBGpCi/outline_check_circle_white_24dp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:32.57421875rem;left:1.625rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;border-top:0.375rem solid #2f2f2f;border-left:0.375rem solid #2f2f2f;border-right:0.375rem solid #2f2f2f;border-bottom:0.375rem solid #2f2f2f;display:block; }#McLVDCkcdIe7fIBR4548iQa64f02TPeL.adaptive-delivery-prevent-bg, #McLVDCkcdIe7fIBR4548iQa64f02TPeL.lazyload, #McLVDCkcdIe7fIBR4548iQa64f02TPeL.lazyloading { background-image: none; }
#MbB6Bnz2NzfP8rCPuWXRhbXFL1mLVR9h { color:#2f2f2f;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.0625rem;left:5.15625rem;height:3.0877125rem;text-align:left;text-align-last:left;display:block; }
#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe { position:relative;display:block; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe { background-color: transparent; background-image: none; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row .container > .video-iframe-container { display: none; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row > .video-iframe-container { display: none; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .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); }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe { border-width: 0; border-radius: 0; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vtyuNyKKx1EXZuq1oksto9Mpxz9xLfUT { color:rgba(var(--color-primary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.46875rem;left:34.6875rem;height:20.99255rem;font-style:normal;display:block; }
#CqIOJHeb2Ud27flSgB8ibbpHiyH9S52D { box-sizing:content-box;height:21.6875rem;width:28.625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df2fc203-126e-4213-9934-dca80ef60546/AdobeStock_313526492maly.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.5615234375rem;left:2.9375rem;display:block; }#CqIOJHeb2Ud27flSgB8ibbpHiyH9S52D.adaptive-delivery-prevent-bg, #CqIOJHeb2Ud27flSgB8ibbpHiyH9S52D.lazyload, #CqIOJHeb2Ud27flSgB8ibbpHiyH9S52D.lazyloading { background-image: none; }
#suLbBUnRGaGBEMCihWBFach6yv5t7vdW { position:relative;display:block; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW { background-color: transparent; background-image: none; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row .container > .video-iframe-container { display: none; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row > .video-iframe-container { display: none; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .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); }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW { border-width: 0; border-radius: 0; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { position:relative;display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { background-color: transparent; background-image: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row > .video-iframe-container { display: none; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .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); }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { border-width: 0; border-radius: 0; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { color:rgba(var(--color-primary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6242904663086rem;left:8.4996433258056rem;height:3.25rem;font-style:normal;display:block; }
#WcFCmpa44huzyTVy3UNqllyTad3nOand { position:absolute;display:block;z-index:15013;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:12.5rem;top:9.1875rem;left:8.8125rem;display:block; }
#q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { color:rgba(var(--color-primary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9375rem;left:9.5rem;height:;font-style:normal;display:block; }#q0sSWBiRObXOLLEv398CxLa0q1dfRe8W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q0sSWBiRObXOLLEv398CxLa0q1dfRe8W li:before{  }
#ERDcqDBrvrBMy2XzDZzD2UMDUJo13Hs5 { position:absolute;display:block;z-index:15016;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:18.5rem;top:9.1875rem;left:23.625rem;display:block; }
#RAzFekUoQtLNyWn4mhTc7wOTOirELhEL { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.1875rem;left:24.25rem;height:;font-style:normal;display:block; }#RAzFekUoQtLNyWn4mhTc7wOTOirELhEL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RAzFekUoQtLNyWn4mhTc7wOTOirELhEL li:before{  }
#IcLKp0tGFxAddRT0CVplG1wgXN6GGMPp { position:absolute;display:block;z-index:15019;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:22.125rem;top:9.1875rem;left:44rem;display:block; }
#ZcnPy1KMpBqmrkg9GeEa2GTTPpkTnTqg { color:rgba(var(--color-primary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.1875rem;left:45.0625rem;height:;font-style:normal;display:block; }#ZcnPy1KMpBqmrkg9GeEa2GTTPpkTnTqg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZcnPy1KMpBqmrkg9GeEa2GTTPpkTnTqg li:before{  }
#qmJxH5JTaCrCv9sTIvZWNmsGk5isJTHA { position:absolute;display:block;z-index:15022;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:12.5rem;top:22.375rem;left:8.8125rem;display:block; }
#SbKP0QBmeQWZriRA939hzDRlId71970c { color:rgba(var(--color-primary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:23.375rem;left:9.375rem;height:7.310875rem;font-style:normal;display:block; }#SbKP0QBmeQWZriRA939hzDRlId71970c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SbKP0QBmeQWZriRA939hzDRlId71970c li:before{  }
#LFwXTmwyDAPmASZzMoVQ9AsozNDMDTsB { position:absolute;display:block;z-index:15016;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:12.5rem;top:22.375rem;left:23.625rem;display:block; }
#bUHv7HEyCokTuauxZzpTOd5qypMkePBu { color:rgba(var(--color-primary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.374465942382rem;left:24.624465942382rem;height:;font-style:normal;display:block; }#bUHv7HEyCokTuauxZzpTOd5qypMkePBu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bUHv7HEyCokTuauxZzpTOd5qypMkePBu li:before{  }
#LP8E6TwZcPGS7APlNcJEcfVlKV7rbCaB { position:absolute;display:block;z-index:15022;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:12.5rem;top:22.375rem;left:38.9990234375rem;display:block; }
#UX2Ub7wUheMABXVnEOwmXqS5nS6ZtVdw { color:rgba(var(--color-primary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:23.375rem;left:39.8740234375rem;height:7.310875rem;font-style:normal;display:block; }#UX2Ub7wUheMABXVnEOwmXqS5nS6ZtVdw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UX2Ub7wUheMABXVnEOwmXqS5nS6ZtVdw li:before{  }
#OFgF3N9UuVzmKyBJnFeJxxnODohT8ZAh { color:rgba(var(--color-primary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:36.625rem;left:9.4375rem;height:;font-style:normal;display:block; }#OFgF3N9UuVzmKyBJnFeJxxnODohT8ZAh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OFgF3N9UuVzmKyBJnFeJxxnODohT8ZAh li:before{  }
#arFm9JTNpTVXwTvOw9o28GRENrScoHQv { position:absolute;display:block;z-index:15019;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:12.5rem;top:35.625rem;left:23.625rem;display:block; }
#vPRiq4cpycTxTP7vcW0mJ7cmrfd8IqFf { color:rgba(var(--color-primary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:36.625rem;left:24.625rem;height:;font-style:normal;display:block; }#vPRiq4cpycTxTP7vcW0mJ7cmrfd8IqFf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vPRiq4cpycTxTP7vcW0mJ7cmrfd8IqFf li:before{  }
#M5hXevN6m75ss24WAsSNICv1pBJkAPMt { position:absolute;display:block;z-index:15022;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:12.5rem;top:35.625rem;left:38.8125rem;display:block; }
#CuC0daU0GQxa7qd3MbRgPNkT6Wa6JaHX { color:rgba(var(--color-primary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:36.624645233154rem;left:39.437141418457rem;height:4.38654375rem;font-style:normal;display:block; }#CuC0daU0GQxa7qd3MbRgPNkT6Wa6JaHX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CuC0daU0GQxa7qd3MbRgPNkT6Wa6JaHX li:before{  }
#zux8hWpkDwPDVAisGxSZEWPry5GEsWRX { position:absolute;display:block;z-index:15020;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;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.4375rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:12.5rem;top:35.623224258423rem;left:8.8112564086912rem;display:block; }
#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { position:relative;display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { background-color: transparent; background-image: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container > .video-iframe-container { display: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row > .video-iframe-container { display: none; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .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); }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { border-width: 0; border-radius: 0; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:15.0625rem;display:block; }
#T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:13.75rem;display:block; }
#JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.736860305071rem;left:15.56178855896rem;height:2.76278125rem;font-style:normal;display:block; }
#Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-2),1);border-left:0.0625rem dashed rgba(var(--color-secondary-2),1);border-right:0.0625rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:30rem;top:23.887499928474rem;left:19rem;display:block; }
#rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-2),1);border-left:0.0625rem dashed rgba(var(--color-secondary-2),1);border-right:0.0625rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:19rem;display:block; }
#noZOVrDx3I3EcgtKafTCyFB4637ykazt { color:rgba(var(--color-tertiary-0),1);display:block;width:1.3742875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.561256408691rem;left:50.801490783691rem;height:2.76278125rem;font-style:normal;display:block; }
#OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { color:#000000;display:block;width:31.4994375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.89328622818rem;left:26.937145233154rem;height:2.925rem;font-style:normal;display:block; }
#whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:28.0625rem;height:5.1163rem;font-style:normal;display:block; }
#VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { color:#000000;display:block;width:31.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.749816894531rem;left:27.118427276611rem;height:2.4375rem;font-style:normal;display:block; }
#KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { color:#000000;display:block;width:27.6243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.031960487366rem;left:28.061965942382rem;height:2.9243625rem;font-style:normal;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; }
#TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-2),1);border-left:0.0625rem dashed rgba(var(--color-secondary-2),1);border-right:0.0625rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:31.249820709229rem;left:57.436965942382rem;display:block; }
#hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-secondary-2),1);border-left:0.0625rem dashed rgba(var(--color-secondary-2),1);border-right:0.0625rem dashed rgba(var(--color-secondary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:35.142930984497rem;left:22.873756408691rem;display:block; }
#VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { position:absolute;display:block;z-index:15009;background-color:#c41425;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:35.200639247894rem;left:15.061256408691rem;display:block; }
#D4NiR6C5LnuM2mVfvTMQuk7TNBbsXAS0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:47.037502288818rem;left:34.75rem;overflow:hidden;display:block; }
#eIv4qSPnEKommUqDq468DTNfCVER3Oky { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15018;top:14.668750286102rem;left:17.375rem;display:block; }
#wK0pLrBMaFp0IRnpWUVHh9aEMt8668OD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15020;top:36.437500953674rem;left:17.375rem;display:block; }
#uupJnzz9HQ0vTO9gNAynNXQVVT1ny3Aq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15022;top:39.775000572204rem;left:23.8125rem;display:block; }
#c88ccp9gTRtdetUmxiaOrHLpRc1qetoV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15022;top:15.637501001358rem;left:23.8125rem;display:block; }
#TUTs41yWdFgwhAze1elydtI6kEk7fMtZ { color:#000000;display:block;width:18.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.918500423431rem;left:28.156070709229rem;height:3.41086875rem;font-style:normal;display:block; }
#BTxWw9UmZgTnCHQcUxXJVZPzlC67sScA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15023;top:26.918500423431rem;left:23.812145233154rem;display:block; }
#cWKdHxeV0HR3ESGytwIiIXTgBrnUN8QM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:23.529829025269rem;left:50.362213134766rem;display:block; }
#pZBAmXtAaI5SAXQxTvh6fdl02symwTf3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15019;top:25.874465942382rem;left:52.618072509766rem;display:block; }
#V0Usg0d4mc51TrRUw5DbBCVfKxtFUnFf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.74964375rem;width:4.74964375rem;top:21.954899787903rem;left:48.997688293457rem;display:block; }
#vacJudamTbiLlTlBpatyGOohg6lEkdAV { position:relative;display:block; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV { background-color: transparent; background-image: none; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row .container > .video-iframe-container { display: none; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row > .video-iframe-container { display: none; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .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); }#vacJudamTbiLlTlBpatyGOohg6lEkdAV { border-width: 0; border-radius: 0; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ThJCHorEHf5dZk8aERD0hVRM5ShQ9d6w { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.099609375rem;left:12.5625rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 { position:relative;display:block; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 { background-color: transparent; background-image: none; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row .container > .video-iframe-container { display: none; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row > .video-iframe-container { display: none; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .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); }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 { border-width: 0; border-radius: 0; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:75.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:1.375rem;left:46.875rem;display:block; }#s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l.adaptive-delivery-prevent-bg, #s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l.lazyload, #s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l.lazyloading { background-image: none; }
#FstndTisaGXRAAkpKRADQSTFG8yC9utX { color:rgba(var(--color-primary-4),1);display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:41.3125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NT7lQuudTrB3RTuJIwnznAw5dGJDsT8D { color:rgba(var(--color-primary-4),1);display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:29.3125rem;left:41.25rem;height:42.507075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lVIzxb1txSFubknqdRpQBp7DeJsWZBpP { position:absolute;display:block;z-index:15000;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:1.375rem;left:9.375rem;display:block; }#lVIzxb1txSFubknqdRpQBp7DeJsWZBpP.adaptive-delivery-prevent-bg, #lVIzxb1txSFubknqdRpQBp7DeJsWZBpP.lazyload, #lVIzxb1txSFubknqdRpQBp7DeJsWZBpP.lazyloading { background-image: none; }
#pFxwJqqUvyr1G7D4iJlrl01llDp0klDk { color:#c41425;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.8125rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Py0zT1UiCNaB5DQTh4UbZDSAJQ018nK3 { color:rgba(var(--color-primary-4),1);display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:29.3125rem;left:3.75rem;height:40.4829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DquayyQrifby1TgdTU9C9TVVbazu3o4W { box-sizing:content-box;height:73.8125rem;width:35.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.68625640869138rem;left:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);display:block; }
#PtNBkr9VpAdkH4IOUcvBeyNJT8xN7g4T { box-sizing:content-box;height:73.75rem;width:35.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.67807960510256rem;left:37.503547668457rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #c41425;border-left:0.0625rem solid #c41425;border-right:0.0625rem solid #c41425;border-bottom:0.0625rem solid #c41425;display:block; }
#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez { position:relative;display:block; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez { background-color: transparent; background-image: none; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container > .video-iframe-container { display: none; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row > .video-iframe-container { display: none; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .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); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez { border-width: 0; border-radius: 0; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#A0m5mRxlbWAKgZF3EiTsIONBkyDMdWNa { color:#2f2f2f;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.662109375rem;left:11.96875rem;height:7.473375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6fdauwTWc7rDG2v2db8LbhlXzPtgBed { box-sizing:content-box;height:3.0625rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.625rem;left:18.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#o6fdauwTWc7rDG2v2db8LbhlXzPtgBed.adaptive-delivery-prevent-bg, #o6fdauwTWc7rDG2v2db8LbhlXzPtgBed.lazyload, #o6fdauwTWc7rDG2v2db8LbhlXzPtgBed.lazyloading { background-image: none; }
#Cut7BefXAs9Udavlh52CTLB0lAommEfK { box-sizing:content-box;height:30.125rem;width:0.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.4375rem;left:37.375rem;display:block; }
#pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib { box-sizing:content-box;height:11.875rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0795b21b-ac93-4343-85f1-85e6c6130885/2024_11_14PatrykNowicki_zgodanapublikacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.3125rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib.adaptive-delivery-prevent-bg, #pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib.lazyload, #pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib.lazyloading { background-image: none; }
#IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6 { box-sizing:content-box;height:5.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:24.375rem;left:17.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6.adaptive-delivery-prevent-bg, #IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6.lazyload, #IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6.lazyloading { background-image: none; }
#LV19NaacSluCuT51kJufkc62zOuNORPG { box-sizing:content-box;height:3.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:35.6875rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#LV19NaacSluCuT51kJufkc62zOuNORPG.adaptive-delivery-prevent-bg, #LV19NaacSluCuT51kJufkc62zOuNORPG.lazyload, #LV19NaacSluCuT51kJufkc62zOuNORPG.lazyloading { background-image: none; }
#a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc { box-sizing:content-box;height:2.4375rem;width:16.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:39.5625rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc.adaptive-delivery-prevent-bg, #a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc.lazyload, #a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc.lazyloading { background-image: none; }
#SNTNg56XhnOpl8qM2tzQ7gIApMi24plX { box-sizing:content-box;height:2.5rem;width:16rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:30.25rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#SNTNg56XhnOpl8qM2tzQ7gIApMi24plX.adaptive-delivery-prevent-bg, #SNTNg56XhnOpl8qM2tzQ7gIApMi24plX.lazyload, #SNTNg56XhnOpl8qM2tzQ7gIApMi24plX.lazyloading { background-image: none; }
#TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o { box-sizing:content-box;height:4.6875rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:33.5rem;left:18.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o.adaptive-delivery-prevent-bg, #TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o.lazyload, #TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o.lazyloading { background-image: none; }
#mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5 { box-sizing:content-box;height:3.25rem;width:18.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:38.9375rem;left:17.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5.adaptive-delivery-prevent-bg, #mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5.lazyload, #mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5.lazyloading { background-image: none; }
#qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2 { box-sizing:content-box;height:2.625rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:46.125rem;left:19.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2.adaptive-delivery-prevent-bg, #qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2.lazyload, #qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2.lazyloading { background-image: none; }
#asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g { box-sizing:content-box;height:4rem;width:19.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:42.75rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g.adaptive-delivery-prevent-bg, #asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g.lazyload, #asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g.lazyloading { background-image: none; }
#S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1 { box-sizing:content-box;height:3.125rem;width:21.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:47.5rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1.adaptive-delivery-prevent-bg, #S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1.lazyload, #S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1.lazyloading { background-image: none; }
#aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL { box-sizing:content-box;height:2.4375rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:42.90625rem;left:19.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL.adaptive-delivery-prevent-bg, #aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL.lazyload, #aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL.lazyloading { background-image: none; }
#EBhdrfe9fTHO15TFFbeZBeR0RUMAqBIA { box-sizing:content-box;height:39.875rem;width:51.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),0.79);background-image:none;top:11.8125rem;left:11.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.1) ;display:block; }
#qW1XHPlsEF3fziMckieZPJFIbQ8LFGef { box-sizing:content-box;height:5.5rem;width:17.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b03f3203-a8b6-46a5-b3b8-948a48727328/2024_11_22SebastianPawul_zgodanapublikacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.3125rem;left:18.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#qW1XHPlsEF3fziMckieZPJFIbQ8LFGef.adaptive-delivery-prevent-bg, #qW1XHPlsEF3fziMckieZPJFIbQ8LFGef.lazyload, #qW1XHPlsEF3fziMckieZPJFIbQ8LFGef.lazyloading { background-image: none; }
#U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF { box-sizing:content-box;height:8rem;width:17.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:26.9375rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF.adaptive-delivery-prevent-bg, #U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF.lazyload, #U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF.lazyloading { background-image: none; }
#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle { position:relative;display:block; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle { background-color: transparent; background-image: none; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row .container > .video-iframe-container { display: none; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row > .video-iframe-container { display: none; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .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); }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle { border-width: 0; border-radius: 0; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#R9VnUtdSuPKr7X0gzgCAgQGMtBFxVah6 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.1) ;height:24.75rem;width:55.0625rem;top:16.9375rem;left:10rem;display:block; }
#RATuMWmtVxZlr2m3ZbJlv4qMkRCWRXeC { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.43652375rem;width:5.625rem;top:14.749649047851rem;left:10rem;display:block; }
#bufJGGpp7HsPwUmGIR7lTgqBe8RT6irI { color:rgba(var(--color-tertiary-4),1);display:block;width:52.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:10rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2CsRpZyN3ZFeTu168eGdo9HuaN38s26 { color:#000000;display:block;width:31.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.373748779297rem;left:31.805040359497rem;height:2.1120375rem;font-style:normal;display:block; }
#Z2eozaUhzFdsOnmTPhVWKooMsK3hcnMz { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:0.1875rem;top:20.477806580017rem;left:27.782213429242rem;display:block; }
#NsqP7OBRcg0BeTkrWuREL0215Xr9tv39 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.811255455017rem;left:15.061256408691rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNctsrGsI9P3TGRUL6y9xtMbTIZw31Pi { color:#000000;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:19.422576904297rem;left:12.872867584229rem;height:8.99858125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qh7Mo4r2EaJXuTVzEhZQUKxP089J7Q7z { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.99925rem;height:3.87421875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:33.028125762939rem;left:46.736719608307rem;display:block; }
#g9eeEG9r06ya3uansDyUP9g9FIcImHJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3UPJ0DKHCUXrlIqxM7mTNpd57bA058M { color:rgba(var(--color-tertiary-0),1);display:block;width:32.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:23.807704925537rem;left:29.916547775269rem;height:7.1235625rem;font-style:normal;display:block; }#y3UPJ0DKHCUXrlIqxM7mTNpd57bA058M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3UPJ0DKHCUXrlIqxM7mTNpd57bA058M li:before{  }
#NnHhGeGSBAl0GJb0aelVkHIqi1KBZMuL { color:rgba(var(--color-tertiary-3),1);display:block;width:32.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:10rem;height:3.65625rem;font-style:normal;display:block; }
#DGvJs2by6wCitSTGJ3axxOkSEy1cg5al { color:#000000;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:31.402874946594rem;left:15.061256408691rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KSgSCe3LKyqwz4ye5tCT63ZJu3gTiOQE { box-sizing:content-box;height:46.0625rem;width:66.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.0556640625rem;left:4.21875rem;border-top:0rem none #84a3c4;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0rem none #84a3c4;display:block; }
#NSJh1EOUJ9LnRuChN25LkvDaVvte3DuU { color:#c41425;display:block;width:52.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45rem;left:10rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pTyPHPbX6ekD93qbeU18Dr11GoEtTVdB { color:#000000;display:block;width:14.8118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:33.728692054749rem;left:12.029474258423rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INv4ll32yK2EL85g4EGeg2rErRUF0VMN { position:relative;display:block; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN { background-color: transparent; background-image: none; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row .container > .video-iframe-container { display: none; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row > .video-iframe-container { display: none; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .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); }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN { border-width: 0; border-radius: 0; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.76);background-image:none;font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LcflR42TUUD2lefbdf3hb5xa13HJK0If { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:13.4375rem;left:7.5rem;display:block; }
#nFyLfJM83qDoy92MnEt1aT2Tpg3Lm1Ex { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.75rem;left:8.3125rem;height:5.99786875rem;font-style:normal;display:block; }
#ZRMQ5O4XscnwzUNtGrFzNvxJ9aG6Fng0 { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.862500190735rem;left:10.625rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w77TDTpfRx9BTysbaNO8Z5311TDoxLmw { box-sizing:content-box;color:#84a3c4;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:block;z-index:15040;top:14.75rem;left:7.5rem;display:block; }
#uqdba9CTd0Z1v20HFuyDcAmEKFFHvfhT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:13.4375rem;left:28rem;display:block; }
#lkpd3dItynkcZS1tp4abZeAq5kqoJhR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:18.3125rem;left:28.75rem;height:7.4973125rem;font-style:normal;display:block; }
#OKCuE4P06b998I4TPbXbKVKVDwAfFeKJ { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.862500190735rem;left:31.125rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c6JT5nEOLQnnPHfsezVLzNCoTbEA49Em { box-sizing:content-box;color:#84a3c4;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:block;z-index:15044;top:14.75rem;left:28rem;display:block; }
#PCJbng6NMvlZ3DGo7KcSyU5u2o1seyX8 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:13.4375rem;left:48.375rem;display:block; }
#Aaw43rvzxXQSppJWRqWQipOtIPVCKZQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:19.75rem;left:49.1875rem;height:4.4984rem;font-style:normal;display:block; }
#VAZy0oDmzAg2OTT1trhto60I2RrbonCD { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.862500190735rem;left:51.5rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#we5GhDyo6QSKecghTnJNgDVTL0XT6vSs { box-sizing:content-box;color:#84a3c4;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:block;z-index:15048;top:14.75rem;left:48.375rem;display:block; }
#RfFSJHqiCVrZMmGMZhLTb5pVv70NECvc { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:46.875rem;left:7.5rem;display:block; }
#Jx5ZPWusuFmVJDB13hbvWissiOQsQQqJ { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:18.875rem;top:28.6875rem;left:7.5rem;display:block; }
#rpIyBHPEZrkOomlNmoTGOEhtMstoQ88h { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:52.3125rem;left:8.3125rem;height:5.99786875rem;font-style:normal;display:block; }
#CSUMXD9V4m4AMda9Ietfp3J4NMcWr5BV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:34rem;left:8.3125rem;height:8.9968125rem;font-style:normal;display:block; }
#r6vGZLulHyRapW95l8z5qrTq0VLnmCWd { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.0625rem;width:18.75rem;top:28.6875rem;left:28.125rem;display:block; }
#ixVh98e42yAo5gx2s1fOa4dVws6abnlo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:35.5rem;left:28.75rem;height:11.99575rem;font-style:normal;display:block; }
#cWVdhqbCk0L6aDVPsVfnPwgpnQctC2T6 { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.6875rem;left:31.25rem;height:4.38654375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qne3QGg2uQBXSePdO6xyhBQTOh6J0qvn { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:49.0625rem;left:10.625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGt2DIZT3sTZMETgIW0pVpozHOuwMn4i { box-sizing:content-box;color:#84a3c4;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:block;z-index:15056;top:48.25rem;left:7.5rem;display:block; }
#VCOkQuh3kE1BtMquJgdpeU8gahIsI83K { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.8125rem;left:10.625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PnQ3vlWNLyv8CzZdQMgHReuJX0dDngyF { box-sizing:content-box;color:#84a3c4;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:block;z-index:15060;top:30rem;left:7.5rem;display:block; }
#NKU4WZrBETuhbTBO1wyR2G5eV5unSkNR { box-sizing:content-box;color:#84a3c4;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:block;z-index:15052;top:30rem;left:28.125rem;display:block; }
#zBWoCtitMOp1ZpWWkkxX7o4xibKXMpP8 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.75rem;width:18.75rem;top:28.6875rem;left:48.375rem;display:block; }
#HNskWU1MVsTFict7lLzz9lECmkDdwceJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:34.625rem;left:49.1875rem;height:16.494125rem;font-style:normal;display:block; }
#oilI9OdZ4GdDPf3sNTaDZm3IrHDgN2i1 { box-sizing:content-box;color:#84a3c4;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:block;z-index:15060;top:30rem;left:48.4375rem;display:block; }
#QCN6DX9F4nNORJiFE5gdLb1o3WiVIR8n { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.0625rem;left:51.5rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lExzEi0V3hy87rHIM40CwB1xsdBeXuNP { position:absolute;display:block;z-index:15023;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:9.3125rem;left:7.5rem;display:block; }
#TvFKQVTAciyAvGeSxTsIqd7THFeIE2Jq { color:#000000;display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:7.5rem;height:3.25rem;font-style:normal;display:block; }
#ByQ52kXF9L51TmGcwTDJSGnRIeSzfQTn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.999rem;height:3.874025rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:55.7490234375rem;left:50.7509765625rem;display:block; }
#E6KU4GZ4IpdSP4NuIdchJTssKAeEABwh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(163deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(163deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(163deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(163deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row .container { background-color: transparent; background-image: none; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row .container > .video-iframe-container { display: none; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row > .video-iframe-container { display: none; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .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); }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row .container { border-width: 0; border-radius: 0; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#ey9DSEOv8Kkx4AI2HK9dk1keKNzXc01U { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.875rem;left:18.875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T286FDkvFoc40XTTmoGSSQ33kikM70Mg { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.2353515625rem;left:12.875rem;height:9.091775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qfpET2fK5CyCqRIyiDix7PFpEhXlaqFP { box-sizing:content-box;color:#0644bf;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:block;z-index:15016;top:18.9833984375rem;left:8.5rem;display:block; }
#t3xd72LmtLxs2HXw3vbzERkAk6tTsT8a { box-sizing:content-box;color:#0644bf;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:block;z-index:15017;top:15.8583984375rem;left:8.5rem;display:block; }
#HbzTieWkKJoBpvzSSmSFtT4RrHer2WKK { box-sizing:content-box;color:#0644bf;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:block;z-index:15017;top:19.5712890625rem;left:45.5625rem;display:block; }
#JXSyOvB0dL6vapkTimB4oK69B80Qt5TT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.6875rem;left:17.6875rem;height:9.09864375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qZg9bTyrWluACuPMlp0vmuGykH3ktV2T { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:51.375rem;height:9.09864375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NmrewNaiXum0gGPiodNfKcd3vACKg4DS { position:absolute;display:block;z-index:15010;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;border-top:0;border-left:0;border-right:0;border-bottom: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;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:21.9375rem;width:70.3125rem;top:4.5rem;left:2.46875rem;display:block; }
#Ldlknl5cgc4O5olTpXMlV0pTvsxpZrfx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.2353515625rem;left:50.28125rem;height:10.3906rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRQTlD27dA5H15JewB5pwSVp0CJCJbQd { top:4.375rem;left:0rem;width:22.375rem;height:1.9504625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { top:7.8125rem;left:0rem;width:34.5625rem;height:2.24964375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { top:37.5625rem;left:0rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b86CuycsndhNf1iqCbawXV5EUfzDBfAV { display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { top:37.5rem;left:3.6875rem;width:18.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPO23D9nmJu94VKTTI2mZHS4ssrJZo1A { display:block; }
 }@media only screen and (max-width: 763px) { #i8IN7I5TGi2IAfrXuvTTwfS8FaTguDFr { top:17.4375rem;left:0rem;width:31.6875rem;height:5.7342rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urpr0J8NTqnWmE5kfAelm1TMbqfacEXi { width:37.6875rem;height:40.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQKsKNPUgQazyiNFM9Qq0l73MGRf2r5o { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOpsIPvWTTWDqDBPKrTINfXornXtLaPu { width:34.1875rem;height:32.625rem;top:12.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1cNwtRA9oAeSRTMchJ3GpafU6pR0vm { width:27.5rem;height:2.7627875rem;top:27.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmPJQPFsv25dNPDfbSrWbXr7vNd9AhH { width:1.5625rem;height:1.5625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McLVDCkcdIe7fIBR4548iQa64f02TPeL { width:1.3125rem;height:1.3125rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbB6Bnz2NzfP8rCPuWXRhbXFL1mLVR9h { width:27.5rem;height:2.7627875rem;top:32.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe { display:block; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtyuNyKKx1EXZuq1oksto9Mpxz9xLfUT { top:5.4375rem;left:11.5rem;width:36.25rem;height:17.54260625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqIOJHeb2Ud27flSgB8ibbpHiyH9S52D { width:28.625rem;height:21.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suLbBUnRGaGBEMCihWBFach6yv5t7vdW { display:block; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { top:2.5625rem;left:0rem;width:43.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcFCmpa44huzyTVy3UNqllyTad3nOand { top:9.1875rem;left:0rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { top:9.875rem;left:0rem;width:10.5rem;height:;font-size:1.0625rem;display:block; }#q0sSWBiRObXOLLEv398CxLa0q1dfRe8W li:before{  }
 }@media only screen and (max-width: 763px) { #ERDcqDBrvrBMy2XzDZzD2UMDUJo13Hs5 { top:9.1875rem;left:10rem;width:18.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzFekUoQtLNyWn4mhTc7wOTOirELhEL { top:10.125rem;left:10.624820709229rem;width:14.75rem;height:;font-size:1.0625rem;display:block; }#RAzFekUoQtLNyWn4mhTc7wOTOirELhEL li:before{  }
 }@media only screen and (max-width: 763px) { #IcLKp0tGFxAddRT0CVplG1wgXN6GGMPp { top:9.1875rem;left:25.125rem;width:22.125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcnPy1KMpBqmrkg9GeEa2GTTPpkTnTqg { top:10.125rem;left:29.5rem;width:18.1875rem;height:;font-size:1.0625rem;display:block; }#ZcnPy1KMpBqmrkg9GeEa2GTTPpkTnTqg li:before{  }
 }@media only screen and (max-width: 763px) { #qmJxH5JTaCrCv9sTIvZWNmsGk5isJTHA { top:22.375rem;left:0rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKP0QBmeQWZriRA939hzDRlId71970c { top:23.3125rem;left:0rem;width:10.625rem;height:6.9069375rem;font-size:1.0625rem;display:block; }#SbKP0QBmeQWZriRA939hzDRlId71970c li:before{  }
 }@media only screen and (max-width: 763px) { #LFwXTmwyDAPmASZzMoVQ9AsozNDMDTsB { top:22.375rem;left:10rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUHv7HEyCokTuauxZzpTOd5qypMkePBu { top:23.3125rem;left:10.999465942382rem;width:11.25rem;height:;font-size:1.125rem;display:block; }#bUHv7HEyCokTuauxZzpTOd5qypMkePBu li:before{  }
 }@media only screen and (max-width: 763px) { #LP8E6TwZcPGS7APlNcJEcfVlKV7rbCaB { top:22.375rem;left:25.3740234375rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX2Ub7wUheMABXVnEOwmXqS5nS6ZtVdw { top:23.375rem;left:26.2490234375rem;width:11.25rem;height:6.9069375rem;font-size:1.0625rem;display:block; }#UX2Ub7wUheMABXVnEOwmXqS5nS6ZtVdw li:before{  }
 }@media only screen and (max-width: 763px) { #OFgF3N9UuVzmKyBJnFeJxxnODohT8ZAh { top:36.5625rem;left:0rem;width:10.3125rem;height:;font-size:1.0625rem;display:block; }#OFgF3N9UuVzmKyBJnFeJxxnODohT8ZAh li:before{  }
 }@media only screen and (max-width: 763px) { #arFm9JTNpTVXwTvOw9o28GRENrScoHQv { top:35.625rem;left:10rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPRiq4cpycTxTP7vcW0mJ7cmrfd8IqFf { top:36.5625rem;left:10.999465942382rem;width:10.5rem;height:;font-size:1.0625rem;display:block; }#vPRiq4cpycTxTP7vcW0mJ7cmrfd8IqFf li:before{  }
 }@media only screen and (max-width: 763px) { #M5hXevN6m75ss24WAsSNICv1pBJkAPMt { top:35.625rem;left:25.1875rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuC0daU0GQxa7qd3MbRgPNkT6Wa6JaHX { top:36.5625rem;left:25.812141418457rem;width:11.3125rem;height:4.144175rem;font-size:1.0625rem;display:block; }#CuC0daU0GQxa7qd3MbRgPNkT6Wa6JaHX li:before{  }
 }@media only screen and (max-width: 763px) { #zux8hWpkDwPDVAisGxSZEWPry5GEsWRX { top:35.5625rem;left:0rem;width:12.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { top:12.3125rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { top:10.875rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { top:11.6875rem;left:1.9367885589599rem;width:1.375rem;height:2.76278125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { top:23.875rem;left:5.375rem;width:30rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { top:20.125rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZOVrDx3I3EcgtKafTCyFB4637ykazt { top:22.5rem;left:37.176490783691rem;width:1.3125rem;height:2.76278125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { top:9.875rem;left:13.312145233154rem;width:31.4375rem;height:2.9243625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { top:15.8125rem;left:14.436965942382rem;width:18.625rem;height:4.8739375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { top:36.6875rem;left:13.493427276611rem;width:31.4375rem;height:2.43696875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { top:40rem;left:14.436965942382rem;width:27.5625rem;height:4.8739375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { top:31.1875rem;left:43.811965942382rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { top:35.125rem;left:9.2487564086912rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { top:35.1875rem;left:1.4362564086914rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4NiR6C5LnuM2mVfvTMQuk7TNBbsXAS0 { top:47rem;left:21.125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIv4qSPnEKommUqDq468DTNfCVER3Oky { width:3.125rem;height:3.125rem;top:14.625rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK0pLrBMaFp0IRnpWUVHh9aEMt8668OD { width:3.125rem;height:3.125rem;top:36.4375rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uupJnzz9HQ0vTO9gNAynNXQVVT1ny3Aq { width:3.125rem;height:3.125rem;top:39.75rem;left:10.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c88ccp9gTRtdetUmxiaOrHLpRc1qetoV { width:3.125rem;height:3.125rem;top:15.625rem;left:10.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTs41yWdFgwhAze1elydtI6kEk7fMtZ { top:26.875rem;left:14.530181884766rem;width:18.625rem;height:3.2492875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxWw9UmZgTnCHQcUxXJVZPzlC67sScA { width:3.125rem;height:3.125rem;top:26.875rem;left:10.187145233154rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWKdHxeV0HR3ESGytwIiIXTgBrnUN8QM { top:23.5rem;left:36.737213134766rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZBAmXtAaI5SAXQxTvh6fdl02symwTf3 { width:3.125rem;height:3.125rem;top:25.8125rem;left:38.993072509766rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Usg0d4mc51TrRUw5DbBCVfKxtFUnFf { top:21.9375rem;left:35.372688293457rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vacJudamTbiLlTlBpatyGOohg6lEkdAV { display:block; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThJCHorEHf5dZk8aERD0hVRM5ShQ9d6w { width:47.375rem;height:1.298825rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 { display:block; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l { width:18.75rem;height:18.75rem;top:1.375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FstndTisaGXRAAkpKRADQSTFG8yC9utX { width:29.9375rem;height:1.298825rem;top:23.75rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT7lQuudTrB3RTuJIwnznAw5dGJDsT8D { width:29.875rem;height:28.675475rem;top:29.25rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVIzxb1txSFubknqdRpQBp7DeJsWZBpP { width:18.75rem;height:18.75rem;top:1.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxwJqqUvyr1G7D4iJlrl01llDp0klDk { width:29.9375rem;height:1.298825rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py0zT1UiCNaB5DQTh4UbZDSAJQ018nK3 { width:29.875rem;height:25.19885625rem;top:29.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DquayyQrifby1TgdTU9C9TVVbazu3o4W { width:35.875rem;height:73.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtNBkr9VpAdkH4IOUcvBeyNJT8xN7g4T { width:35.9375rem;height:73.75rem;top:0.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKPRt4IOLe5zc4HIlPonzhs4IisUQXez { display:block; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0m5mRxlbWAKgZF3EiTsIONBkyDMdWNa { width:47.75rem;height:7.473375rem;top:2.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6fdauwTWc7rDG2v2db8LbhlXzPtgBed { width:17.5rem;height:3.0625rem;top:20.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cut7BefXAs9Udavlh52CTLB0lAommEfK { width:0.25rem;height:30.125rem;top:16.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib { width:17.625rem;height:11.875rem;top:14.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6 { width:18.3125rem;height:5.1875rem;top:24.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV19NaacSluCuT51kJufkc62zOuNORPG { width:18.1875rem;height:3.0625rem;top:35.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc { width:16.375rem;height:2.4375rem;top:39.5625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTNg56XhnOpl8qM2tzQ7gIApMi24plX { width:16rem;height:2.5rem;top:30.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o { width:18rem;height:4.6875rem;top:33.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5 { width:18.5rem;height:3.25rem;top:38.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2 { width:17.0625rem;height:2.625rem;top:46.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g { width:19.5625rem;height:4rem;top:42.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1 { width:21.6875rem;height:3.125rem;top:47.5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL { width:17.0625rem;height:2.4375rem;top:42.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBhdrfe9fTHO15TFFbeZBeR0RUMAqBIA { width:47.75rem;height:39.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW1XHPlsEF3fziMckieZPJFIbQ8LFGef { width:17.625rem;height:5.5rem;top:14.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF { width:17.625rem;height:8rem;top:26.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle { display:block; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9VnUtdSuPKr7X0gzgCAgQGMtBFxVah6 { top:16.9375rem;left:0rem;width:47.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATuMWmtVxZlr2m3ZbJlv4qMkRCWRXeC { top:14.6875rem;left:0rem;width:5.625rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bufJGGpp7HsPwUmGIR7lTgqBe8RT6irI { top:11.4375rem;left:0rem;width:47.75rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2CsRpZyN3ZFeTu168eGdo9HuaN38s26 { top:20.3125rem;left:16.3125rem;width:31.4375rem;height:2.1120375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2eozaUhzFdsOnmTPhVWKooMsK3hcnMz { width:0.1875rem;height:16.375rem;top:20.4375rem;left:14.157213429242rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsqP7OBRcg0BeTkrWuREL0215Xr9tv39 { top:26.75rem;left:1.4362564086914rem;width:8.75rem;height:4.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNctsrGsI9P3TGRUL6y9xtMbTIZw31Pi { top:19.375rem;left:0rem;width:13.125rem;height:8.99858125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7Mo4r2EaJXuTVzEhZQUKxP089J7Q7z { width:15.9375rem;height:3.8125rem;top:33rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9eeEG9r06ya3uansDyUP9g9FIcImHJM { display:block; }
 }@media only screen and (max-width: 763px) { #y3UPJ0DKHCUXrlIqxM7mTNpd57bA058M { top:23.75rem;left:14.9375rem;width:32.8125rem;height:8.74825rem;font-size:1.25rem;display:block; }#y3UPJ0DKHCUXrlIqxM7mTNpd57bA058M li:before{  }
 }@media only screen and (max-width: 763px) { #NnHhGeGSBAl0GJb0aelVkHIqi1KBZMuL { top:6.125rem;left:0rem;width:32.8125rem;height:3.65589375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGvJs2by6wCitSTGJ3axxOkSEy1cg5al { top:31.375rem;left:1.4362564086914rem;width:8.75rem;height:1.46218125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSgSCe3LKyqwz4ye5tCT63ZJu3gTiOQE { width:46.75rem;height:46.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSJh1EOUJ9LnRuChN25LkvDaVvte3DuU { top:45rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTyPHPbX6ekD93qbeU18Dr11GoEtTVdB { top:33.6875rem;left:0rem;width:14.75rem;height:1.13725rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INv4ll32yK2EL85g4EGeg2rErRUF0VMN { display:none; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LcflR42TUUD2lefbdf3hb5xa13HJK0If { width:18.75rem;height:13.3125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFyLfJM83qDoy92MnEt1aT2Tpg3Lm1Ex { width:17.5rem;height:6rem;top:19.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMQ5O4XscnwzUNtGrFzNvxJ9aG6Fng0 { width:13.5625rem;height:2.875rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w77TDTpfRx9BTysbaNO8Z5311TDoxLmw { width:3.125rem;height:3.125rem;top:14.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqdba9CTd0Z1v20HFuyDcAmEKFFHvfhT { width:18.75rem;height:13.3125rem;top:13.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkpd3dItynkcZS1tp4abZeAq5kqoJhR1 { width:17.5rem;height:7.5rem;top:18.3125rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKCuE4P06b998I4TPbXbKVKVDwAfFeKJ { width:13.5625rem;height:2.875rem;top:14.8125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6JT5nEOLQnnPHfsezVLzNCoTbEA49Em { width:3.125rem;height:3.125rem;top:14.75rem;left:14.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJbng6NMvlZ3DGo7KcSyU5u2o1seyX8 { width:18.75rem;height:13.3125rem;top:13.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaw43rvzxXQSppJWRqWQipOtIPVCKZQ9 { width:17.5rem;height:4.5rem;top:19.75rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZy0oDmzAg2OTT1trhto60I2RrbonCD { width:13.5rem;height:2.875rem;top:14.8125rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #we5GhDyo6QSKecghTnJNgDVTL0XT6vSs { width:3.125rem;height:3.125rem;top:14.75rem;left:34.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfFSJHqiCVrZMmGMZhLTb5pVv70NECvc { width:18.75rem;height:13.3125rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx5ZPWusuFmVJDB13hbvWissiOQsQQqJ { width:18.875rem;height:15.9375rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpIyBHPEZrkOomlNmoTGOEhtMstoQ88h { width:17.5rem;height:6rem;top:52.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSUMXD9V4m4AMda9Ietfp3J4NMcWr5BV { width:17.5rem;height:9rem;top:34rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vGZLulHyRapW95l8z5qrTq0VLnmCWd { width:18.75rem;height:20.0625rem;top:28.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixVh98e42yAo5gx2s1fOa4dVws6abnlo { width:17.5rem;height:12rem;top:35.5rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWVdhqbCk0L6aDVPsVfnPwgpnQctC2T6 { width:13.5625rem;height:4.3125rem;top:29.6875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qne3QGg2uQBXSePdO6xyhBQTOh6J0qvn { width:13.5625rem;height:1.4375rem;top:49.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGt2DIZT3sTZMETgIW0pVpozHOuwMn4i { width:3.125rem;height:3.125rem;top:48.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCOkQuh3kE1BtMquJgdpeU8gahIsI83K { width:13.5625rem;height:1.4375rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQ3vlWNLyv8CzZdQMgHReuJX0dDngyF { width:3.125rem;height:3.125rem;top:30rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKU4WZrBETuhbTBO1wyR2G5eV5unSkNR { width:3.125rem;height:3.125rem;top:30rem;left:14.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBWoCtitMOp1ZpWWkkxX7o4xibKXMpP8 { width:18.75rem;height:23.75rem;top:28.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNskWU1MVsTFict7lLzz9lECmkDdwceJ { width:17.5rem;height:16.4375rem;top:34.5625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oilI9OdZ4GdDPf3sNTaDZm3IrHDgN2i1 { width:3.125rem;height:3.125rem;top:30rem;left:34.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCN6DX9F4nNORJiFE5gdLb1o3WiVIR8n { width:13.5625rem;height:2.875rem;top:30.0625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lExzEi0V3hy87rHIM40CwB1xsdBeXuNP { top:9.3125rem;left:0rem;width:5.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFKQVTAciyAvGeSxTsIqd7THFeIE2Jq { top:4.1875rem;left:0rem;width:32.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByQ52kXF9L51TmGcwTDJSGnRIeSzfQTn { width:15.9375rem;height:3.8125rem;top:55.6875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6KU4GZ4IpdSP4NuIdchJTssKAeEABwh { display:block; }
 }@media only screen and (max-width: 763px) { #fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ { display:block; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey9DSEOv8Kkx4AI2HK9dk1keKNzXc01U { top:5.875rem;left:0rem;width:37.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T286FDkvFoc40XTTmoGSSQ33kikM70Mg { top:12.1875rem;left:4rem;width:19.875rem;height:9.091775rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfpET2fK5CyCqRIyiDix7PFpEhXlaqFP { width:3.125rem;height:3.125rem;top:18.9375rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xd72LmtLxs2HXw3vbzERkAk6tTsT8a { width:3.125rem;height:3.125rem;top:15.8125rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbzTieWkKJoBpvzSSmSFtT4RrHer2WKK { width:3.125rem;height:3.125rem;top:19.5625rem;left:25.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSyOvB0dL6vapkTimB4oK69B80Qt5TT { top:9.1875rem;left:0rem;width:20rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZg9bTyrWluACuPMlp0vmuGykH3ktV2T { top:31.25rem;left:0rem;width:20rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmrewNaiXum0gGPiodNfKcd3vACKg4DS { width:47.75rem;height:21.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldlknl5cgc4O5olTpXMlV0pTvsxpZrfx { top:12.1875rem;left:29.84375rem;width:11.9375rem;height:10.3906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color:transparent;background-image:url("https://images.assets-landingi.com/W2keYG03MeM/unsplash/ben-kupke-W2keYG03MeM-photo-1704143209935-4bf7a23a27ba.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.adaptive-delivery-prevent-bg, #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.lazyload, #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr.lazyloading { background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.57); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.57); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRQTlD27dA5H15JewB5pwSVp0CJCJbQd { width:12.5rem;height:1.62464375rem;top:4.0625rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHalA8xODxpWw80Jeswa3Qt1T888mw9u { width:20rem;height:4.5rem;top:7.5374999046325rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQzcK3SHZqmpXq4pqCT3t3fJlT00IiEv { top:40.1611328125rem;left:2.0810546875rem;width:15.8369375rem;height:3.3369125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b86CuycsndhNf1iqCbawXV5EUfzDBfAV { display:block; }
 }@media only screen and (max-width: 763px) { #q0AvxlITnAi4bTz3lzWhBTpMEIn55SuC { top:44.8486328125rem;left:2.03125rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPO23D9nmJu94VKTTI2mZHS4ssrJZo1A { display:block; }
 }@media only screen and (max-width: 763px) { #i8IN7I5TGi2IAfrXuvTTwfS8FaTguDFr { width:18.75rem;height:7.6456rem;top:14.94921875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Urpr0J8NTqnWmE5kfAelm1TMbqfacEXi { width:20rem;height:50.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQKsKNPUgQazyiNFM9Qq0l73MGRf2r5o { top:53.3125rem;left:0rem;width:20rem;height:19.3125rem;z-index:15008;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; }#MQKsKNPUgQazyiNFM9Qq0l73MGRf2r5o.adaptive-delivery-prevent-bg, #MQKsKNPUgQazyiNFM9Qq0l73MGRf2r5o.lazyload, #MQKsKNPUgQazyiNFM9Qq0l73MGRf2r5o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uOpsIPvWTTWDqDBPKrTINfXornXtLaPu { width:20rem;height:32.625rem;top:68.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cf1cNwtRA9oAeSRTMchJ3GpafU6pR0vm { width:14.625rem;height:2.7627875rem;top:28.09765625rem;left:2.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPmPJQPFsv25dNPDfbSrWbXr7vNd9AhH { width:1.5625rem;height:1.5625rem;top:25.78515625rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McLVDCkcdIe7fIBR4548iQa64f02TPeL { width:1.4375rem;height:1.4375rem;top:32.625rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbB6Bnz2NzfP8rCPuWXRhbXFL1mLVR9h { width:15.3125rem;height:2.7627875rem;top:34.931640625rem;left:2.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe { display:block; }#hrGX6w69Sh88d1vJOZpDybyaqSMBGFoe > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtyuNyKKx1EXZuq1oksto9Mpxz9xLfUT { width:17.875rem;height:29.68755rem;top:3.9375rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqIOJHeb2Ud27flSgB8ibbpHiyH9S52D { width:20rem;height:21.6875rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suLbBUnRGaGBEMCihWBFach6yv5t7vdW { display:block; }#suLbBUnRGaGBEMCihWBFach6yv5t7vdW > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbS6TxG3omhVnVcobbIuwGms39EEZBV7 { display:block; }#bbS6TxG3omhVnVcobbIuwGms39EEZBV7 > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDTXTqBu1zZG7Q1cX2Snmnb6HFkUwx3s { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcFCmpa44huzyTVy3UNqllyTad3nOand { width:19.5rem;height:5.125rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0sSWBiRObXOLLEv398CxLa0q1dfRe8W { width:17.25rem;height:2.76278125rem;top:8.943359375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#q0sSWBiRObXOLLEv398CxLa0q1dfRe8W li:before{  }
 }@media only screen and (max-width: 763px) { #ERDcqDBrvrBMy2XzDZzD2UMDUJo13Hs5 { width:19.5rem;height:9.1875rem;top:13.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzFekUoQtLNyWn4mhTc7wOTOirELhEL { width:17.4375rem;height:6.9069375rem;top:14.77734375rem;left:1.28125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#RAzFekUoQtLNyWn4mhTc7wOTOirELhEL li:before{  }
 }@media only screen and (max-width: 763px) { #IcLKp0tGFxAddRT0CVplG1wgXN6GGMPp { width:19.5rem;height:9.3125rem;top:23.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcnPy1KMpBqmrkg9GeEa2GTTPpkTnTqg { width:18.25rem;height:6.9069375rem;top:24.51171875rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#ZcnPy1KMpBqmrkg9GeEa2GTTPpkTnTqg li:before{  }
 }@media only screen and (max-width: 763px) { #qmJxH5JTaCrCv9sTIvZWNmsGk5isJTHA { width:19.5rem;height:6.4375rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKP0QBmeQWZriRA939hzDRlId71970c { width:17.625rem;height:4.144175rem;top:34.75rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#SbKP0QBmeQWZriRA939hzDRlId71970c li:before{  }
 }@media only screen and (max-width: 763px) { #LFwXTmwyDAPmASZzMoVQ9AsozNDMDTsB { width:19.5rem;height:7.3125rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUHv7HEyCokTuauxZzpTOd5qypMkePBu { width:17.1875rem;height:5.52556875rem;top:41.875rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#bUHv7HEyCokTuauxZzpTOd5qypMkePBu li:before{  }
 }@media only screen and (max-width: 763px) { #LP8E6TwZcPGS7APlNcJEcfVlKV7rbCaB { width:19.5rem;height:6.1875rem;top:49.561719894409rem;left:0.049218714237213rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX2Ub7wUheMABXVnEOwmXqS5nS6ZtVdw { width:17.0625rem;height:4.144175rem;top:50.633594512939rem;left:1.2812501192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#UX2Ub7wUheMABXVnEOwmXqS5nS6ZtVdw li:before{  }
 }@media only screen and (max-width: 763px) { #OFgF3N9UuVzmKyBJnFeJxxnODohT8ZAh { width:16.8125rem;height:1.38139375rem;top:58.171876907349rem;left:1.2812501192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#OFgF3N9UuVzmKyBJnFeJxxnODohT8ZAh li:before{  }
 }@media only screen and (max-width: 763px) { #arFm9JTNpTVXwTvOw9o28GRENrScoHQv { width:19.5rem;height:6.6875rem;top:62.34609413147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPRiq4cpycTxTP7vcW0mJ7cmrfd8IqFf { width:17.375rem;height:4.144175rem;top:63.66797065735rem;left:1.3125001192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#vPRiq4cpycTxTP7vcW0mJ7cmrfd8IqFf li:before{  }
 }@media only screen and (max-width: 763px) { #M5hXevN6m75ss24WAsSNICv1pBJkAPMt { width:19.5rem;height:5.1875rem;top:70.25000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuC0daU0GQxa7qd3MbRgPNkT6Wa6JaHX { width:13.4375rem;height:2.76278125rem;top:71.512500762938rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#CuC0daU0GQxa7qd3MbRgPNkT6Wa6JaHX li:before{  }
 }@media only screen and (max-width: 763px) { #zux8hWpkDwPDVAisGxSZEWPry5GEsWRX { width:19.5rem;height:4.25rem;top:56.687501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 { display:block; }#nQAXnAbGaNuqDIOHeNGsH5Vc0AVKxmp4 > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxL9rFlQwAQxFMks9FXbHFHaNFv10evJ { width:7.8125rem;height:7.8125rem;top:9.9999995231631rem;left:6.4374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdQOo2IGZbBRcglL3apDPmlO2yD9S4 { width:4.74964375rem;height:4.74964375rem;top:7.2176771163937rem;left:5.1225138306617rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdwJ7SR30ycGxcxFh79izlzwwmq04NSh { width:1.3742875rem;height:2.6rem;top:8.2892389297488rem;left:7.1200280785562rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Must8WqNaQZfWWKMwPyGRiP8ceEUuKSL { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOgceELSbAAU4JhbzCiJWePUHKcJrgg5 { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #noZOVrDx3I3EcgtKafTCyFB4637ykazt { width:1.3742875rem;height:2.6rem;top:27.705964565277rem;left:6.8110790848731rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlEsB6AWTEhWyCTP6RKuuqbAXa2U54UF { width:18.75rem;height:2.4375rem;top:2.4369716644287rem;left:0.62411218881607rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #whtJxHhwkrF5NqMSBc758Ouf9bdrI38X { width:15.3125rem;height:4.8739375rem;top:20.307173728943rem;left:3.1241121888161rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VrFuCOLkQAX1lbRgveZLdIhOwRel9xO4 { width:18.75rem;height:4.8739375rem;top:50.185552120209rem;left:0.62411218881607rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMb55O2ECHFSPT2MhK2bEgN19EyKvPuQ { width:15.3125rem;height:6.4985625rem;top:69.560546875rem;left:2.3428621888161rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TC3EaTzDaMfmT2E3B470qefQ0SG8WMRT { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCbWDc5lXUM0m8c71pKNfT3LCRyQ2Hap { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRvzfedLKahvTV5DJ0ySHuzkGfigznHR { width:7.8125rem;height:7.8125rem;top:58.87428855896rem;left:6.0928621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4NiR6C5LnuM2mVfvTMQuk7TNBbsXAS0 { width:5.499825rem;height:5.499825rem;top:79.748750686644rem;left:7.2496448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIv4qSPnEKommUqDq468DTNfCVER3Oky { width:3.125rem;height:3.125rem;top:12.343749523163rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK0pLrBMaFp0IRnpWUVHh9aEMt8668OD { width:3.125rem;height:3.125rem;top:61.21803855896rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uupJnzz9HQ0vTO9gNAynNXQVVT1ny3Aq { width:3.125rem;height:3.125rem;top:57.524856567382rem;left:5.1216264367104rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c88ccp9gTRtdetUmxiaOrHLpRc1qetoV { width:3.125rem;height:3.125rem;top:20.307172298431rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTs41yWdFgwhAze1elydtI6kEk7fMtZ { width:15.7493125rem;height:4.8739375rem;top:39.826878547669rem;left:3.6807528138161rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BTxWw9UmZgTnCHQcUxXJVZPzlC67sScA { width:3.125rem;height:3.125rem;top:39.82421207428rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWKdHxeV0HR3ESGytwIiIXTgBrnUN8QM { width:7.8125rem;height:7.8125rem;top:29.694602489471rem;left:6.4373221993444rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZBAmXtAaI5SAXQxTvh6fdl02symwTf3 { width:3.125rem;height:3.125rem;top:32.038352489471rem;left:8.7810721993444rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Usg0d4mc51TrRUw5DbBCVfKxtFUnFf { width:4.6875rem;height:4.6875rem;top:26.662818431854rem;left:5.1544743180275rem;display:block; }
 }@media only screen and (max-width: 763px) { #vacJudamTbiLlTlBpatyGOohg6lEkdAV { display:block; }#vacJudamTbiLlTlBpatyGOohg6lEkdAV > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThJCHorEHf5dZk8aERD0hVRM5ShQ9d6w { width:20rem;height:2.1125rem;top:1.79296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 { display:block; }#dQWo6NIA8bW5B0V89bbAT5cZcdAbTP29 > .row .container { width:20rem;height:139.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l { width:13.6869375rem;height:13.6869375rem;top:71.079543113706rem;left:3.1551845669746rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l.adaptive-delivery-prevent-bg, #s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l.lazyload, #s9aDMGPT85NJDcTkEEonaQaJfGPgtz3l.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FstndTisaGXRAAkpKRADQSTFG8yC9utX { width:20rem;height:1.9504625rem;top:86.392045974731rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT7lQuudTrB3RTuJIwnznAw5dGJDsT8D { width:18rem;height:47.23005rem;top:89.745910644531rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#0a4789;display:block; }
 }@media only screen and (max-width: 763px) { #lVIzxb1txSFubknqdRpQBp7DeJsWZBpP { width:13.6875rem;height:13.6875rem;top:1.25rem;left:3.0625rem;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lVIzxb1txSFubknqdRpQBp7DeJsWZBpP.adaptive-delivery-prevent-bg, #lVIzxb1txSFubknqdRpQBp7DeJsWZBpP.lazyload, #lVIzxb1txSFubknqdRpQBp7DeJsWZBpP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pFxwJqqUvyr1G7D4iJlrl01llDp0klDk { width:20rem;height:1.9504625rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py0zT1UiCNaB5DQTh4UbZDSAJQ018nK3 { width:18rem;height:39.37320625rem;top:20.63671875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#0a4789;display:block; }
 }@media only screen and (max-width: 763px) { #DquayyQrifby1TgdTU9C9TVVbazu3o4W { width:20rem;height:66.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtNBkr9VpAdkH4IOUcvBeyNJT8xN7g4T { width:20.1875rem;height:69.875rem;top:69.431816101075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKPRt4IOLe5zc4HIlPonzhs4IisUQXez { background-color:rgba(16,72,135,0.2);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container { background-color: transparent; background-image: none; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container > .video-iframe-container { display: none; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row > .video-iframe-container { display: none; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .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); }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container { border-width: 0; border-radius: 0; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKPRt4IOLe5zc4HIlPonzhs4IisUQXez > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0m5mRxlbWAKgZF3EiTsIONBkyDMdWNa { width:20rem;height:6.3369375rem;top:1.5625rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o6fdauwTWc7rDG2v2db8LbhlXzPtgBed { width:20rem;height:3.25rem;top:31.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#o6fdauwTWc7rDG2v2db8LbhlXzPtgBed.adaptive-delivery-prevent-bg, #o6fdauwTWc7rDG2v2db8LbhlXzPtgBed.lazyload, #o6fdauwTWc7rDG2v2db8LbhlXzPtgBed.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Cut7BefXAs9Udavlh52CTLB0lAommEfK { width:0.125rem;height:100rem;top:16.52734375rem;left:9.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib { width:20rem;height:9.1875rem;top:35.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib.adaptive-delivery-prevent-bg, #pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib.lazyload, #pwUlwp0F5fETIRzRSQVhU6O5ruP8L5Ib.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6 { width:20rem;height:5.75rem;top:45.6875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6.adaptive-delivery-prevent-bg, #IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6.lazyload, #IE7xXmSK0LPLpfRcQlSK0B3H0iTyknw6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LV19NaacSluCuT51kJufkc62zOuNORPG { width:20rem;height:3.125rem;top:52.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LV19NaacSluCuT51kJufkc62zOuNORPG.adaptive-delivery-prevent-bg, #LV19NaacSluCuT51kJufkc62zOuNORPG.lazyload, #LV19NaacSluCuT51kJufkc62zOuNORPG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc { width:20rem;height:3.0625rem;top:56.375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc.adaptive-delivery-prevent-bg, #a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc.lazyload, #a6OMkxO3boixDPJS3yMqzO0K3MOTzfOc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SNTNg56XhnOpl8qM2tzQ7gIApMi24plX { width:20rem;height:2.9375rem;top:60.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SNTNg56XhnOpl8qM2tzQ7gIApMi24plX.adaptive-delivery-prevent-bg, #SNTNg56XhnOpl8qM2tzQ7gIApMi24plX.lazyload, #SNTNg56XhnOpl8qM2tzQ7gIApMi24plX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o { width:20rem;height:4.1875rem;top:64.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o.adaptive-delivery-prevent-bg, #TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o.lazyload, #TqmvzDa9tKRFxtMebPmJAuUa3BTIoW3o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5 { width:20rem;height:3.125rem;top:75.5625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5.adaptive-delivery-prevent-bg, #mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5.lazyload, #mT3JTQLK06nzcnCqX2TUQGzrJIZmwoB5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2 { width:20rem;height:5.125rem;top:69.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2.adaptive-delivery-prevent-bg, #qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2.lazyload, #qBT5wtHL8tPiKBJtbTvdqqcRwTTsiqb2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g { width:20rem;height:3.6875rem;top:79.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g.adaptive-delivery-prevent-bg, #asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g.lazyload, #asZSbQq7Rs09dHEnEQ6LBTD5CdoKRe8g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1 { width:20rem;height:2.9375rem;top:84.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1.adaptive-delivery-prevent-bg, #S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1.lazyload, #S8rR5DwOZHxn5wzzpGl3KThPw1MZzLa1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL { width:20rem;height:2.8125rem;top:88.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL.adaptive-delivery-prevent-bg, #aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL.lazyload, #aRCeBWhhBwWGAyIKanx9fHDtTBVnTtoL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EBhdrfe9fTHO15TFFbeZBeR0RUMAqBIA { width:20rem;height:33.0625rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qW1XHPlsEF3fziMckieZPJFIbQ8LFGef { width:20rem;height:6.4375rem;top:10.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b03f3203-a8b6-46a5-b3b8-948a48727328/2024_11_22SebastianPawul_zgodanapublikacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qW1XHPlsEF3fziMckieZPJFIbQ8LFGef.adaptive-delivery-prevent-bg, #qW1XHPlsEF3fziMckieZPJFIbQ8LFGef.lazyload, #qW1XHPlsEF3fziMckieZPJFIbQ8LFGef.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF { width:20rem;height:15.0625rem;top:16.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0795b21b-ac93-4343-85f1-85e6c6130885/2024_11_14PatrykNowicki_zgodanapublikacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF.adaptive-delivery-prevent-bg, #U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF.lazyload, #U47SGASpx0N9GGp8yt2zqTM2Ib4kW1SF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle { display:block; }#UCUGQE9cTDeLmEyRC3dWswFl4Sop4Mle > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9VnUtdSuPKr7X0gzgCAgQGMtBFxVah6 { width:20rem;height:45.625rem;top:12.561737060547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATuMWmtVxZlr2m3ZbJlv4qMkRCWRXeC { width:5.625rem;height:0.43652375rem;top:9.712890625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bufJGGpp7HsPwUmGIR7lTgqBe8RT6irI { width:20rem;height:3.575rem;top:4.3251953125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2CsRpZyN3ZFeTu168eGdo9HuaN38s26 { width:20rem;height:2.43696875rem;top:34.425rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2eozaUhzFdsOnmTPhVWKooMsK3hcnMz { width:13.5rem;height:0.4375rem;top:31.949999809265rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsqP7OBRcg0BeTkrWuREL0215Xr9tv39 { width:7.1875rem;height:3.330075rem;top:23.012250900269rem;left:6.4053621888162rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNctsrGsI9P3TGRUL6y9xtMbTIZw31Pi { width:13.125rem;height:9.59874375rem;top:15.097668647766rem;left:3.4374998807907rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7Mo4r2EaJXuTVzEhZQUKxP089J7Q7z { width:16rem;height:3.875rem;top:51.312501430511rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9eeEG9r06ya3uansDyUP9g9FIcImHJM { display:block; }
 }@media only screen and (max-width: 763px) { #y3UPJ0DKHCUXrlIqxM7mTNpd57bA058M { width:18.75rem;height:11.9975rem;top:37.804495811463rem;left:0.62411218881607rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#y3UPJ0DKHCUXrlIqxM7mTNpd57bA058M li:before{  }
 }@media only screen and (max-width: 763px) { #NnHhGeGSBAl0GJb0aelVkHIqi1KBZMuL { width:20rem;height:2.6rem;top:0.873046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#104887;display:block; }
 }@media only screen and (max-width: 763px) { #DGvJs2by6wCitSTGJ3axxOkSEy1cg5al { width:8.75rem;height:1.4625rem;top:26.340553283691rem;left:5.6241121888161rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSgSCe3LKyqwz4ye5tCT63ZJu3gTiOQE { width:20rem;height:58.375rem;top:-0.21951293945312rem;left:-0.50000001490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSJh1EOUJ9LnRuChN25LkvDaVvte3DuU { width:20rem;height:3.57421875rem;top:66.3115234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pTyPHPbX6ekD93qbeU18Dr11GoEtTVdB { width:14.749625rem;height:1.1375rem;top:29.116654396057rem;left:2.6242895722389rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INv4ll32yK2EL85g4EGeg2rErRUF0VMN { display:block; }#INv4ll32yK2EL85g4EGeg2rErRUF0VMN > .row .container { width:20rem;height:143.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcflR42TUUD2lefbdf3hb5xa13HJK0If { width:18.875rem;height:14.875rem;top:9.3875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFyLfJM83qDoy92MnEt1aT2Tpg3Lm1Ex { width:17.9375rem;height:6.395625rem;top:15.7rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMQ5O4XscnwzUNtGrFzNvxJ9aG6Fng0 { width:13.5625rem;height:2.59765625rem;top:10.812518310547rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w77TDTpfRx9BTysbaNO8Z5311TDoxLmw { width:3.125rem;height:3.125rem;top:10.7rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqdba9CTd0Z1v20HFuyDcAmEKFFHvfhT { width:18.75rem;height:13.3125rem;top:25.6125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkpd3dItynkcZS1tp4abZeAq5kqoJhR1 { width:17.5rem;height:7.9945rem;top:30.4875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKCuE4P06b998I4TPbXbKVKVDwAfFeKJ { width:13.5625rem;height:1.298825rem;top:27.037518310547rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6JT5nEOLQnnPHfsezVLzNCoTbEA49Em { width:3.125rem;height:3.125rem;top:26.925rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCJbng6NMvlZ3DGo7KcSyU5u2o1seyX8 { width:18.75rem;height:13.3125rem;top:40.275rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaw43rvzxXQSppJWRqWQipOtIPVCKZQ9 { width:17.5rem;height:6.395625rem;top:46.5875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZy0oDmzAg2OTT1trhto60I2RrbonCD { width:13.5625rem;height:2.59765625rem;top:41.700018310547rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #we5GhDyo6QSKecghTnJNgDVTL0XT6vSs { width:3.125rem;height:3.125rem;top:41.5875rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfFSJHqiCVrZMmGMZhLTb5pVv70NECvc { width:18.75rem;height:13.3125rem;top:73.2875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx5ZPWusuFmVJDB13hbvWissiOQsQQqJ { width:18.875rem;height:17rem;top:54.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpIyBHPEZrkOomlNmoTGOEhtMstoQ88h { width:17.5rem;height:6.395625rem;top:78.725rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSUMXD9V4m4AMda9Ietfp3J4NMcWr5BV { width:17.5rem;height:11.1923125rem;top:60.25rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vGZLulHyRapW95l8z5qrTq0VLnmCWd { width:18.75rem;height:22.375rem;top:87.95rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixVh98e42yAo5gx2s1fOa4dVws6abnlo { width:17.5rem;height:12.7911875rem;top:94.7625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWVdhqbCk0L6aDVPsVfnPwgpnQctC2T6 { width:13.5625rem;height:3.8964875rem;top:88.95rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qne3QGg2uQBXSePdO6xyhBQTOh6J0qvn { width:13.5625rem;height:1.298825rem;top:75.475rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGt2DIZT3sTZMETgIW0pVpozHOuwMn4i { width:3.125rem;height:3.125rem;top:74.6625rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCOkQuh3kE1BtMquJgdpeU8gahIsI83K { width:13.5625rem;height:1.298825rem;top:57.0625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnQ3vlWNLyv8CzZdQMgHReuJX0dDngyF { width:3.125rem;height:3.125rem;top:56.25rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKU4WZrBETuhbTBO1wyR2G5eV5unSkNR { width:3.125rem;height:3.125rem;top:89.2625rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBWoCtitMOp1ZpWWkkxX7o4xibKXMpP8 { width:18.75rem;height:25.6875rem;top:111.675rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNskWU1MVsTFict7lLzz9lECmkDdwceJ { width:17.5rem;height:17.587875rem;top:117.6125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oilI9OdZ4GdDPf3sNTaDZm3IrHDgN2i1 { width:3.125rem;height:3.125rem;top:112.9875rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCN6DX9F4nNORJiFE5gdLb1o3WiVIR8n { width:13.5625rem;height:2.59765625rem;top:113.05rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lExzEi0V3hy87rHIM40CwB1xsdBeXuNP { width:5.625rem;height:0.4375rem;top:7.7rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvFKQVTAciyAvGeSxTsIqd7THFeIE2Jq { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByQ52kXF9L51TmGcwTDJSGnRIeSzfQTn { width:15.9375rem;height:3.8125rem;top:138.7125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6KU4GZ4IpdSP4NuIdchJTssKAeEABwh { display:block; }
 }@media only screen and (max-width: 763px) { #fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ { display:block; }#fnUV6F0QU0ZUlPWdbHKcacb5C2oabxkQ > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey9DSEOv8Kkx4AI2HK9dk1keKNzXc01U { width:20rem;height:2.5996125rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T286FDkvFoc40XTTmoGSSQ33kikM70Mg { width:20rem;height:0;top:8.9853515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qfpET2fK5CyCqRIyiDix7PFpEhXlaqFP { width:3.125rem;height:3.125rem;top:20.1083984375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xd72LmtLxs2HXw3vbzERkAk6tTsT8a { width:3.125rem;height:3.125rem;top:13.9208984375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbzTieWkKJoBpvzSSmSFtT4RrHer2WKK { width:3.125rem;height:3.125rem;top:37.8212890625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSyOvB0dL6vapkTimB4oK69B80Qt5TT { width:20rem;height:16.884725rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #qZg9bTyrWluACuPMlp0vmuGykH3ktV2T { width:20rem;height:12.98825rem;top:31.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NmrewNaiXum0gGPiodNfKcd3vACKg4DS { width:20rem;height:47.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldlknl5cgc4O5olTpXMlV0pTvsxpZrfx { width:11.9375rem;height:0;top:8.9853515625rem;left:8.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }