.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:204,229,255;--color-primary-1:163,192,232;--color-primary-2:0,123,255;--color-primary-3:0,74,153;--color-primary-4:29,58,95;--color-secondary-0:255,255,255;--color-secondary-1:244,244,244;--color-secondary-2:233,233,233;--color-secondary-3:227,227,227;--color-secondary-4:211,211,211;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:244,244,244;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"DM Sans";--paragraphs-font-family:"DM Sans"; }@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:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row .container { background-color: transparent; background-image: none; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row .container > .video-iframe-container { display: none; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row > .video-iframe-container { display: none; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .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); }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row .container { border-width: 0; border-radius: 0; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#XWtWJbA2CwTH5tQTReNVme4nL59poF8L { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13.0625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:1.375rem;left:61.9375rem;display:block; }
#M2yTcQQrzKZroP68HyubzZoiPn7wckMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Py0aiu5cEtJaMJ6EGu5CtMB8DxOdipGq { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.1875rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:right;text-align-last:right;top:1.375rem;left:49.6875rem;display:block; }
#C7z2AK3DIV1TgDJgGkSkTzhAZhlHELUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f55yLF0sU0q5utUHvLD3E2kKKbqFNv4s { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.25rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:1.375rem;left:36.4375rem;display:block; }
#boqSZTXZa7Klk0Mnq5PsINq7grzMQApP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3KRf4E3zKEpizcsudok56zsPqbPNrq5 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.75rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
#tdEwfbq0RMpc1FTFIE7mWrSv5tU5xgiL { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.405717253685rem;left:61.937141418457rem;overflow:hidden;display:block; }
#AeMGSUG1oTPWRK6Z7FkQVAh4rqNda5BM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.40625rem;left:36.6875rem;overflow:hidden;display:block; }
#muAgCcsEVIoaPR5IUTizzgcD6nZagIlc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.40625rem;left:49.9375rem;overflow:hidden;display:block; }
#VCMkyBqFJPTghkod3fr271KvHXT4TTzw { position:relative;display:none; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw { border-width: 0; border-radius: 0; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .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; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .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:18.75rem;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:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#effdfe;background-image:url("https://images.assets-landingi.com/uc/75e6ccbf-68c3-4b2b-a120-aa16d22f842b/header1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.3125rem;left:0rem;height:;color:rgba(var(--color-primary-4),1);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; }
#kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:17.5rem;left:0rem;height:4.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/5d28de12-8bba-4239-97d9-08c7d0b54da3/formokregidesktop11.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.375rem;width:25rem;position:absolute;display:block;z-index:15001;top:35.75rem;left:50rem;display:block; }#T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH.adaptive-delivery-prevent-bg, #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH.lazyload, #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH.lazyloading { background-image: none; }
#Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:37.4375rem;left:51.875rem;height:2.44921875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#zbWUA6hULTTH5r1DgJAfTq0mLQAatCi2 { display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:41rem;left:51.875rem;height:4.04948125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#zfGEKdZaOQUvxpssDhl99AhLl3iOEbOS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15017;top:31.75rem;left:0rem;display:block; }
#FTUVwoiifN1kvWfpnI1oJ4bwnqLHOJs2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15014;top:28.375rem;left:0rem;display:block; }
#mzyolxRfco5FF77nFzpimtO908aMHEuA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15011;top:24.875rem;left:0rem;display:block; }
#FTJeKyeHn7OerfhrvtQiW1lVeMBvmy9C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15016;top:38.5rem;left:0rem;display:block; }
#LmMPF2GyNPDVoWitrprXTznLdKL3gEur { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15013;top:35.125rem;left:0rem;display:block; }
#C5fXHSFkATlbuP8PAmt259OJOM8T7b6i { display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:25.53125rem;left:3.65625rem;height:1.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#umM6PLsZZr5mbeCmGFfXkb4xTCRgz4BB { display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:29.03125rem;left:3.65625rem;height:1.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#mKEUnVdoosHwksqcZLaHT5eOWIoXNC8Q { display:block;width:26.375rem;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:32.40625rem;left:3.65625rem;height:1.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#GhdlmVFPOWL5B6r1pA7qu4R1ey9hi92K { display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:35.78125rem;left:3.65625rem;height:1.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#SPoMIMeUTWXdRZ6HGcmRvGvVv97p97UE { display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:39.25rem;left:3.65625rem;height:1.5rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#cEZchfgZmp1GyKZCElDdotaBNPikME3P { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:25.498933792114rem;left:0.625rem;overflow:hidden;display:block; }
#FMFbfnaTS2em2MDqb2xf98QD9zzvMIew { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:28.999465942382rem;left:0.625rem;overflow:hidden;display:block; }
#B0SdO3iRwS4VITZaqp8QBhZ8EDhiLXJ7 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:32.374820709229rem;left:0.625rem;overflow:hidden;display:block; }
#xckDNtyEpsTerdqTmBL2pIp8h4MLis2u { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:35.74928855896rem;left:0.625rem;overflow:hidden;display:block; }
#wLJLzDsiw5L8AfqOWMSTMTsaqxTnrc0J { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:39.124643325806rem;left:0.625rem;overflow:hidden;display:block; }
#NL5msV7JcHPDZkcZJ7lyMq981Kl7G94F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:20rem;display:none; }
#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/8875d6d9-d46f-4fc6-b78f-13209796222c/rozliczamyadoz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D.adaptive-delivery-prevent-bg, #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D.lazyload, #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D.lazyloading { background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.5625rem;width:25rem;position:absolute;display:block;z-index:15000;top:0rem;left:50rem;display:block; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-form-header {  }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),1) ;vertical-align:top;line-height:1.4;text-align:left;text-align-last:left; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),1) ;vertical-align:top;line-height:1.4;text-align:left;text-align-last:left; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),1) ;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-secondary-1),1);width:17rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.4;text-align:center;text-align-last:center; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]:-moz-placeholder { color:#cac3c3;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]::-moz-placeholder { color:#cac3c3;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]:-ms-input-placeholder { color:#cac3c3;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup [class*="-text"]::-webkit-input-placeholder { color:#cac3c3;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-container:first-of-type{padding-top:0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-container:last-of-type{padding-bottom:0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:0rem;left:50.625rem; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);vertical-align:top;overflow:hidden;font-style:normal; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup {display:block;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:0rem;left:50.625rem; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #InpidT5pHiafT3RnyOu5AhMEUrvROszs { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #t4JLOs6XwZxVoCFl2W1B20RZ5glxwZlx { position:relative;display:none; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ETVlAfCHcEWPvW6i9oSruaPFZrOzOMdG { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #J08T2MErgfoUbkMf03UpQ7c0n8Ac8FBk { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MGnLFedM3T525s8U7aDLAR4XLODPsLuL { position:relative;display:none; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JKp3Mc1sh3rzSxi0CyVfNNoXM0yVpmlG { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mKKDGQnGGy5mf7ORJGmvvLunEfLKFsEb { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yPdf0VW9ws0yLwUm4m7bXCOVezLUyv5Q { position:relative;display:none; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JmmxP0IrWX1xHTfvffNGEQPJTeb0xNcI { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #HhVx8zkUz766AOTn7BTuMbWBvJCFGgZV { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MEOZ0vVJQsm3dmpRSm7gtmnNbyUeiKwy { position:relative;z-index:2; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #foGcHvHpfI09XkmhmtzTkCmW0QEVPfba { position:relative; }
#ZMEthd3M0d9q9kax1XPJGE9h9moWPCuZ { position:relative;display:block; }
#TCeqzTVsa5H61rGMI2s2cZpARWdAXHak { position:relative;display:block; }
#TdVM7AtgAg4UOgZLMhg4Rf5Aa6xxAyUX { position:relative;display:block; }
#nL11U3rCtOIBBf1zwBIk237idr1ixXqQ { position:relative;display:block; }
#PxTgzhQx96br4iIyKNqsCTpp2TliBEDp { position:relative;display:block; }
#MzHSZRtkI2hfJmowmo85rytgA4sDCTB4 { position:relative;display:block; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sQ17wfyd2BBB8BMAcxyknLhicmlE7LTt { position:relative; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ZwLWBTXd0rJrWz5yAZFv3nwzLd8Var1U { position:relative; }
#SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { display:block;width:50.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.9987030029297rem;left:0rem;height:6rem;color:#31455f;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; }
#RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:13.412109375rem;left:0rem;height:3rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#XydiQqR1sd6rdbMD6hF05bBge70V71ce { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:35.4375rem;left:0rem;display:block; }
#ZtLZhWZ8On8nMBVd16pNWd7DMrTtceag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXp6X5ewlfpx6xPLA4sdW25SE6Ie1cct { border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15013;top:9.8125rem;left:0rem;display:block; }
#qgoloa95Nk1E7TdTEMCNeHLReuTi69xb { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:13.4375rem;left:21rem;height:3rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#Vz9IqxepyiJcRHdbAhiWsMGENctQPPoy { border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15016;top:9.8125rem;left:21rem;display:block; }
#W9sA3JFKE4pcxT0uGARpRb5yEQwAvDU0 { display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:21.6875rem;left:0rem;height:3rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#PhUCKlevE6TiXucXy8J4v0GTQZPPQFN2 { border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15022;top:18.0625rem;left:0rem;display:block; }
#SG0AeACIMi1yiRqPIPgRywkuyQG2xr2E { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:21.6875rem;left:21rem;height:3rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#Ia2uA1cZFXOzHW2xrfkMQ0dbcIC9sAfF { border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15025;top:18.0625rem;left:21rem;display:block; }
#uEtpBdAHAIgFrePTWBGqCmesbkUKlCHM { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:30rem;left:0rem;height:1.5rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#unBOJRRsQA3yLtlt1BQECBLUrGVD25h7 { border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15028;top:26.375rem;left:0rem;display:block; }
#t4tcisMaQyLa3CPN5dFfBMWr6P0EiTLH { display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:30rem;left:21rem;height:3rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#DGSdBxaq0kqcpsJXVTUrxHdPBIV3gsZv { border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15031;top:26.375rem;left:21rem;display:block; }
#nARO3lFQHgTzMJfWouS9hiD2eOBbZSip { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:18.96875rem;left:67.15625rem; }
#pynSRKqugqId4pouyORFQNIv1qa0FaXV { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:10.566405773163rem;left:0.73686027526856rem;overflow:hidden;display:block; }
#PWLUoo44OQaUIGLIQdBblwM8nK43sVBS { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:10.5rem;left:21.75rem;overflow:hidden;display:block; }
#SwW5i8LQh0vBlACnlme6PyiQDIqHGm4R { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.75rem;left:21.75rem;overflow:hidden;display:block; }
#I5U7oCWV2WbAMWqTB954PGuFfWRGd29e { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.800602436066rem;left:0.73686027526856rem;overflow:hidden;display:block; }
#u4Op7UpMyv30a13Li1C3T7eSnhpcSl79 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.0625rem;left:21.75rem;overflow:hidden;display:block; }
#g7cCKdy3FCkA6mmSpTSlpKKoFR04RVpX { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.112925052643rem;left:0.73686027526856rem;overflow:hidden;display:block; }
#Einp1nxqlOysA64yQxIKShhifB7oKXRg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:36.7197265625rem;left:12.40625rem; }
#KTs1KIQMaCh3ykPeHvPCpsL1NpQV6TWd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:20rem;display:none; }
#OTBKbUPMsBQDTMiTKQmHdba7doHafVvM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row .container { background-color: transparent; background-image: none; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row .container > .video-iframe-container { display: none; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row > .video-iframe-container { display: none; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .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); }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row .container { border-width: 0; border-radius: 0; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#O9JUQpgiCgpIhv4TwDdEP6s5WbAo6XM8 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.0625rem;left:44.8125rem;height:6rem;text-align:left;text-align-last:left;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; }
#m4HH1FoEcBQKuP06PAxAy7SmJkmO9Nuq { color:rgba(var(--color-tertiary-2),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:14rem;left:44.8125rem;height:9rem;font-style:normal;display:block; }
#Tkge543w21qbTM1QnM6f63mg1BV3zpIZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.5rem;left:49rem;display:none; }
#Cph7FVRkwSbHTleRK0cwg8h2hmDEsNLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPlbVIUtJnqTPWCHnXwvAWRBB37TavaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:25.9375rem;left:56.8125rem; }
#PGNgUUIbuzNEaPgEocsTrSi3f24mSp9X { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.75rem;left:44.8125rem;display:block; }
#Kly5fiTE0TEyWN6iHg5obTN754HRlUVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5PV1R7JZugwKnncuCPvpqmH6keX2VoB { position:absolute;display:block;z-index:15042;height:21.5rem;width:37.5rem;top:6.5625rem;left:0rem;display:block; }
#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o { position:relative;display:none; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o { border-width: 0; border-radius: 0; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .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; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .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:18.75rem;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:none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/82d274e7-23e6-4059-a80e-c35ed89a91b6/rozliczeniewobukrajach1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm.adaptive-delivery-prevent-bg, #dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm.lazyload, #dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm.lazyloading { background-image: none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container { background-color: transparent; background-image: none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container > .video-iframe-container { display: none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row > .video-iframe-container { display: none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .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); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container { border-width: 0; border-radius: 0; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#C625S9lndwXNCUsmQxEXmd9O7U2QTPG8 { color:rgba(var(--color-primary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:;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; }
#fAaSsZ3NfNExEK6uKd1e4Ggr61W2L0qy { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:12.875rem;left:0rem;height:4.04948125rem;font-style:normal;display:block; }
#M37h8F5WvtftdBq5RgoSnod3hATxWFa4 { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.25rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#lDcubSDwX8n34emyuzM69ZpDcB0yAg5V { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:17.5rem;left:0rem;height:4.04948125rem;font-style:normal;display:block; }
#XkS4CCn3raiHMPzm6Ir0KqkuizHVDdCB { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:22rem;left:0rem;height:6.0732375rem;font-style:normal;display:block; }
#wFviszTu7x31CfzcVhOCLCeTv1OZTkJq { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:28.92578125rem;left:0rem;height:6.07324375rem;font-style:normal;display:block; }
#BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm > .row .container { border-width: 0; border-radius: 0; }#BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#xAKSpAGuN1JFGeWTQ7RdG7DygdRvKmvF { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:3rem;color:#31455f;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; }
#JaT5dcfc8dOvQnBhRR3NRR3Rkue1UOpo { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun > .row .container { border-width: 0; border-radius: 0; }#pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#ZMQUxn5b18ZPpDurTr2TosqpW8SJbP4u { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:2.662109375rem;left:0rem;height:4.048825rem;display:block; }
#qh0lxK66Ks70c7aaXW09lwzyDixLFlav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qh0lxK66Ks70c7aaXW09lwzyDixLFlav > .row .container { border-width: 0; border-radius: 0; }#qh0lxK66Ks70c7aaXW09lwzyDixLFlav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qh0lxK66Ks70c7aaXW09lwzyDixLFlav > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#eyxLvehcPbQ5z8opdW3286Vb8FxTCZ4A { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.0625rem;left:1.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7bxUuaZn791beSvUsiteo1KWnzrPDVt { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.3125rem;left:2rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xWNTVyT4JPGfgWTZRCZXImCaTc9H3lRv { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:6.0625rem;left:26.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L6ODm9M9P6obEV12T34kqn93sTU8XCRC { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:1.3125rem;left:25rem;display:block; }
#o6SILb0ZFFPFmWHHAla1gq2a5Ts02Ral { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.75rem;left:1.875rem; }
#f2b6zhWTwbUln7iBA5QIqubclA01O7db { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.75rem;left:26.875rem; }
#He5ObS6nlaJIrKaSpzdhi1GAyCDQCfEr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124rem;width:18.249rem;top:1.3125rem;left:0rem;display:block; }
#EbLwTytmUBIAGPs20ugBfOS9B4LCEeyv { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:11.3125rem;left:27rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QeXJ6GhOvpn1bAGRiwNJ6peD3cVgMUAp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:1.3125rem;left:50rem;display:block; }
#eHcJ8WdNoyx1bAImALlF6Npzxth0GJDq { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:6.0625rem;left:51.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OWGRtttJsBtXpZT0b5EAhQQTlHKzTRvv { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.3125rem;left:52rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o4PCr9Fn94ZVGpSnQmxxwfB8KKGh9QmT { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.75rem;left:51.875rem; }
#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/d78293f0-6de3-42fe-badd-72f7b5860702/3celeokraglewa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah.adaptive-delivery-prevent-bg, #O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah.lazyload, #O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah.lazyloading { background-image: none; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row .container { background-color: transparent; background-image: none; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row .container > .video-iframe-container { display: none; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row > .video-iframe-container { display: none; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .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); }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row .container { border-width: 0; border-radius: 0; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#BkGrOAbHaTbybDhC6feJrosSGXCc37pt { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:3.25rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#XkenMqELrpZCOvTty1wNdTEdPl4KMoZq { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0rem;height:3rem;color:rgba(var(--color-primary-4),1);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; }
#iD93U1nrpfE4WzLuX87zKDD9xK32EZMc { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:11rem;left:0rem;height:4.04948125rem;display:block; }
#aUOLM0zWbb2UtKZfL6GDTl8M68s3n1c4 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.875rem;left:1.875rem; }
#yoHQAHMqhQKc4gTIJ2vEa18EB0VQ3U8Z { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124rem;width:18.249rem;top:19.4375rem;left:0rem;display:block; }
#aKgOmH66iE0A6nNWetvQx46kGizOxV9L { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.1875rem;left:1.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOwJRaJrk63tqVOVEgEDLOzrm94M92in { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:24.1875rem;left:26.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9VIKcJstkFEoWwXEtCbIotOdLQaaHzU { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:19.4375rem;left:25rem;display:block; }
#TrCb1BK9T2ddudRLbsr9zPMtwCE8zCIK { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.875rem;left:26.875rem; }
#rwc6bXencr9TxRg67tu6i8tbtLxO49Xq { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-1),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:19.4375rem;left:50rem;display:block; }
#hla7T5ZtI1TrdJpd6rCw2qc6IqWmh8iA { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:24.1875rem;left:51.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AyZGqu1cJsgJPVliTAbh3PmxZIouk3GX { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.875rem;left:51.875rem; }
#Jzu1oSiSy90NAuVRVPGJdptlpIhH4oti { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29.4375rem;left:2rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r0Nna6nJNkoWkQzU0ukTnsI4702VFibt { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29.4375rem;left:27rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fz00b1UyXOTwZCLKBBWJFsJErQyR7iUK { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:29.4375rem;left:52rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc > .row .container { border-width: 0; border-radius: 0; }#pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#uZrmrKqUC3o3voJ3pV2sq8PTXRzs0l14 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.375rem;left:0rem;height:6rem;color:#31455f;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; }
#SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR > .row .container { border-width: 0; border-radius: 0; }#SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#nIX7809Txcbm14lxwF1cB9iBgWFo4g5q { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:2.662109375rem;left:0rem;height:4.048825rem;display:block; }
#qVvX6dU9wWi163M49hHBezvTVHLHRe6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qVvX6dU9wWi163M49hHBezvTVHLHRe6U > .row .container { border-width: 0; border-radius: 0; }#qVvX6dU9wWi163M49hHBezvTVHLHRe6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVvX6dU9wWi163M49hHBezvTVHLHRe6U > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#sWzCRQdUOpqem73TTlpwQyti0l5IvPfO { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.0625rem;left:6.0625rem;height:2.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIOCxtHMC6IyRidAlunDWZTvmUc1AyK2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5rem;left:1.25rem; }
#ixMOs4M5RgZ6BKtKKfdp6dNTd9JH0Hne { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:3.8125rem;left:0rem;display:block; }
#g575Iuy59L0R67h8unr259NJhAMpUgz9 { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.0625rem;left:31.0625rem;height:2.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esc4lGInCQmAlmD5xnlm7CThZ6HUS2d6 { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:3.8125rem;left:25rem;display:block; }
#v0WULzA0nyCS5ERziWGU9GJq5MO1TWhn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5rem;left:26.25rem; }
#TUlE2sCgSqE20wGRhGZd8WOLyP8VGDr9 { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.0625rem;left:56rem;height:2.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#abGkBv6iPCN7aviMQ63EfpBhzXLO6qtf { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:3.8125rem;left:50rem;display:block; }
#nH9uIL1iZ9wvSsiTOLsFmMZoMdilITZJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5rem;left:51.25rem; }
#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/3d945d60-3a97-42e8-ae7c-2e2f2551acf3/3celeokragprawa1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl.adaptive-delivery-prevent-bg, #PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl.lazyload, #PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl.lazyloading { background-image: none; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row .container { background-color: transparent; background-image: none; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row .container > .video-iframe-container { display: none; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row > .video-iframe-container { display: none; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .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); }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row .container { border-width: 0; border-radius: 0; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#dG0B3L0ZDUQOw26wz2dts5NHQpKoFh4I { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.5625rem;left:0rem;height:6rem;color:rgba(var(--color-primary-4),1);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; }
#Ju0a8ML3l2FBdzal8rBHvcazxp5u8iw9 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:11rem;left:0rem;height:4.04948125rem;display:block; }
#T5VyZeBqLdoI0XX1vHswkTkqbXpnNT7E { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:20.875rem;left:56rem;height:2.4500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AoPZPTT4vBKoTcdccUBuVH7Fv6C62VQT { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:19.625rem;left:50rem;display:block; }
#ZbpcObUzCzDKx1XQ85fgR7Zwsz2JfwV4 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.8125rem;left:51.25rem; }
#R7OKUSz6Qwr0W6C1riJXJnQZQ0m1sKiS { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:20.875rem;left:31.0625rem;height:2.4500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xmEUvHFMKrQoUchZOilBz3MzHbk5C6ge { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:19.625rem;left:25rem;display:block; }
#CyJZyTdIn9kk2TDRLuLNRbxJfCJHOmT7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.8125rem;left:26.25rem; }
#adR5esqTtr80mIFVFpgSFVuWB2Bmh0sm { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:20.875rem;left:6.0625rem;height:2.4500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBVTSqyEvqoCZsQwdCvucoKJ5abwOgr5 { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:19.625rem;left:0rem;display:block; }
#Vl4B8WAzfrZqQtF2cDvbd2rwVmlVAIOr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.8125rem;left:1.25rem; }
#WqSLIyaBe3NprgAS0cATyeegbnb98bav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row .container { background-color: transparent; background-image: none; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row .container > .video-iframe-container { display: none; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row > .video-iframe-container { display: none; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .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); }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row .container { border-width: 0; border-radius: 0; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row .container { background-color: transparent; background-image: none; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row .container > .video-iframe-container { display: none; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row > .video-iframe-container { display: none; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .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); }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row .container { border-width: 0; border-radius: 0; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#y5zb9LXTd1wyKQArBd1tKfca3Qvis4kx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZX9FJpQrMqvuwEebgJWpoHeob35u4ZdA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.65625rem;left:56.09375rem;display:block; }
#RgzROxOZaRUH2lIgQn9zmRFGydrqaDv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqdGCCWT3GywPkQTKaW6KRggOCo762m1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:8.9375rem;left:68.15625rem; }
#tb0o8xbwqodoxq1msEdKdIE09fMNcWC0 { display:block;width:46.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.875rem;left:6.5625rem;height:;color:rgba(var(--color-tertiary-0),1);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; }
#tV3ntZ4aWOdSoMlJ2Run93x16dDXFFpx { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:10.875rem;left:6.625rem;height:4.04948125rem;display:block; }
#DXfOHH26rhhANT7i1aqnngMKsCqIct63 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:8.875rem;left:68.15625rem; }
#efUfDx0W9tN2ZTK1rsTDsBRQCemBGLeD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;display:none; }
#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container { background-color: transparent; background-image: none; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container > .video-iframe-container { display: none; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row > .video-iframe-container { display: none; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .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); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container { border-width: 0; border-radius: 0; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#kFrHnEQVXbv19RkTcQV2f4V5odPwb63c { display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:6rem;color:rgba(var(--color-primary-4),1);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; }
#tTtPQRsyfh9rqBeMllttHauZTfWB2y60 { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container { background-color: transparent; background-image: none; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container > .video-iframe-container { display: none; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row > .video-iframe-container { display: none; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .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); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container { border-width: 0; border-radius: 0; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#MpL8DP0VRcE1evNT9wK4ST21s6O5Gi9t { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:2.525390625rem;left:0rem;height:4.048825rem;display:block; }
#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container { background-color: transparent; background-image: none; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container > .video-iframe-container { display: none; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row > .video-iframe-container { display: none; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .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); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container { border-width: 0; border-radius: 0; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#lA4pZReiM4Pm9r5nBvEcvKefN9UlNH8M { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.625rem;left:42.6875rem;height:9rem;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; }
#lNihA3QElBCX3sWbLSN9ozhitMD74eOd { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:12.625rem;left:42.6875rem;height:4.04948125rem;font-style:normal;display:block; }
#m5HQKbqqzdrtF15BQ2NfxUKQT9Wvf2te { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:17.625rem;left:42.75rem;height:8.097625rem;font-style:normal;display:block; }
#NomaSffXEHy2qX4x2xo8Ke9O75DgIviA { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:28.6875rem;left:42.75rem;height:6.07324375rem;font-style:normal;display:block; }
#IH5aX9dIaN5lylfTuAbXEctZyEX5IHo2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container { background-color: transparent; background-image: none; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container > .video-iframe-container { display: none; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row > .video-iframe-container { display: none; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .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); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container { border-width: 0; border-radius: 0; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#f4VgnmGaHqMSksEJOI85Zaz1e1iplJHs { color:rgba(var(--color-primary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.625rem;left:0rem;height:12rem;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; }
#FWXUwDe8pT75u6viRveToBN9ZC8rTqOv { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.25rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#S8BWZ7qwp1cqJKQGeqG6n0gp3DDn3xzm { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:15.84765625rem;left:0rem;height:6.07324375rem;font-style:normal;display:block; }
#xT6N1sXG9BG8LiH8sSrmU80q3Pdl5MHT { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:25.3125rem;left:0rem;height:8.097625rem;font-style:normal;display:block; }
#iLeexHnrHTkPbbf6WS0eMThILa5OvBLi { position:absolute;display:block;z-index:15012;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:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row .container { background-color: transparent; background-image: none; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row .container > .video-iframe-container { display: none; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row > .video-iframe-container { display: none; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .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); }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row .container { border-width: 0; border-radius: 0; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#ZmJEdZOguWlVVTe0yBC4teT0omK2AggG { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.375rem;left:0rem;height:6rem;color:rgba(var(--color-primary-4),1);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; }
#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row .container { background-color: transparent; background-image: none; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row .container > .video-iframe-container { display: none; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row > .video-iframe-container { display: none; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .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); }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row .container { border-width: 0; border-radius: 0; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#xwoPTqSyMneUeMAKA3sqX56hxBfvFlcR { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:3.30078125rem;left:0rem;height:6.07324375rem;display:block; }
#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row .container { background-color: transparent; background-image: none; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row .container > .video-iframe-container { display: none; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row > .video-iframe-container { display: none; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .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); }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row .container { border-width: 0; border-radius: 0; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/48b00866-4d39-459e-bf34-82d70268171b/panadrianpaniskarbowkadesktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4.adaptive-delivery-prevent-bg, #mog6kozGfrT5KGEfoiVED1d5n4mgG1S4.lazyload, #mog6kozGfrT5KGEfoiVED1d5n4mgG1S4.lazyloading { background-image: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container { background-color: transparent; background-image: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container > .video-iframe-container { display: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row > .video-iframe-container { display: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .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); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container { border-width: 0; border-radius: 0; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#RzAsst2IEuHlbXZ2dWrv4T00vr7bUTWC { color:rgba(var(--color-tertiary-0),1);display:block;width:53.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.1241149902344rem;left:17.812284469604rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mcFz7zTABFSAd6pTZrJM3IUyxBfHrnkh { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:10.499114990234rem;left:17.811849594116rem;height:2.4500875rem;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; }
#awvlnAr7O7rOgFnGboHg4aIp7NJxAVq2 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:13.999542236328rem;left:17.874784469604rem;height:14.1709rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hry4ZbVL5bgDLB90KZQPKdpBGK6xbkqH { color:rgba(var(--color-primary-1),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.6870422363281rem;left:17.811849594116rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FOBqwMchOfPm8AoW8ofNdscgXgSxzZb4 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:30.3125rem;left:17.874784469604rem;height:2.4500875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xfa0MDuE8ENirp8np0NmgwxNhfiLM8iG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.562255859375rem;left:17.874784469604rem;height:2.4500875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bHm3CtvfBqvhnAsphC9VQPUarJbMT0X0 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:30rem;left:39.625001907349rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BfOS7BRVSqb169yTP4QDpwlSZpJZNK4h { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:33.249755859375rem;left:39.625001907349rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cmBwGDSqrApziilfUxyW60aoloCG4MD6 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:36.812072753906rem;left:17.874784469604rem;height:2.4500875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qm3wUVMQliJmzrxqPf4JW5Z1zJtJedFa { color:#c8102e;display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:36.499572753906rem;left:39.625001907349rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/d78293f0-6de3-42fe-badd-72f7b5860702/3celeokraglewa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU.adaptive-delivery-prevent-bg, #eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU.lazyload, #eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU.lazyloading { background-image: none; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row .container { background-color: transparent; background-image: none; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row .container > .video-iframe-container { display: none; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row > .video-iframe-container { display: none; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .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); }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row .container { border-width: 0; border-radius: 0; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#by9i0AACBZr5GXE7rqUeMbUoDw69oPcF { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:3.3125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#tcGrhLF9WZoTqTlWHgWb4Zl5TBosnkMS { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:3rem;color:rgba(var(--color-primary-4),1);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; }
#q5VPAJpDNq1EWMdiy3wXQWbMWRSdyma1 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:11rem;left:0rem;height:4.04948125rem;display:block; }
#ihGckHp7r9VyaGsyZwcJ723eUxXyuWTu { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29rem;left:2rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smJMWxTxnMdc6WPkm0kUM2379Ah7vlMt { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124rem;width:18.249rem;top:19rem;left:0rem;display:block; }
#xCSOuWTgonJuTNlGImJZE0Pz5ZWwBT8n { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:23.75rem;left:1.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DKVqlNE3KJZrRE4UOInnH3RTfqsErPOr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:19rem;left:25rem;display:block; }
#LdMqakKkFypqD2o0tzBtN6Gfwt4hsfig { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:23.75rem;left:26.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CeC3z410kK7HxW6zQ2FgCIaPx6HZwRB8 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29rem;left:27rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xXpKfy5IW4V7uwGUHUwTkBLnEolvUWu3 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.4375rem;left:1.875rem; }
#t6TZQGJpyOxnrzEZTt1GTBiHUGQuuIR1 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.4375rem;left:26.875rem; }
#U1OdelATIRhMm8vNJMzTJSv5SH1bXNgt { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:19rem;left:50rem;display:block; }
#mSqetfSfFUNFvsaJkROABxSWxSWKuTh8 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:23.75rem;left:51.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZFFFw8STxcnqB2MDim56nlrUvctUCoc { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:29rem;left:52rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLyAaBaUvSNoeUoSzvKbd1L5v2MNsRS4 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.4375rem;left:51.875rem; }
#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/3d945d60-3a97-42e8-ae7c-2e2f2551acf3/3celeokragprawa1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L.adaptive-delivery-prevent-bg, #afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L.lazyload, #afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L.lazyloading { background-image: none; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row .container { background-color: transparent; background-image: none; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row .container > .video-iframe-container { display: none; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row > .video-iframe-container { display: none; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .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); }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row .container { border-width: 0; border-radius: 0; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#EbBSWL2RqOpw0SxtyvJABIx4wk7UIoNR { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.5625rem;left:0rem;height:6rem;color:rgba(var(--color-primary-4),1);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; }
#QZBONoo3uB6fDKSX7LrKDmnPLCNDwerp { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:11.125rem;left:0rem;height:4.04948125rem;display:block; }
#Af4pER03T09gFQiKeI02eCm7codAiSpc { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),0.5);background-image:none;top:19.6875rem;left:0rem;display:block; }
#esdcHRKl5UbVIrHp0MKBxToZ6GqEMBv5 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:6.0625rem;height:2.4500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ifyk2EVztAWqiKk1Vy9RRG2dQZOXvNVT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.875rem;left:1.25rem; }
#DQco79iM0chI4oZTlSegW1SAfPvJtq9v { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),0.5);background-image:none;top:19.6875rem;left:25rem;display:block; }
#wXPrDFyDQgaWrnpTsd2DFhiZlo76yopz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.875rem;left:26.25rem; }
#Fn6rmL582QAyi9ekzQzZ9WtOqpgTLgRT { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:20.9375rem;left:31.0625rem;height:2.4500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DvML8hXPAsPtB2pDJTptdBQdNSDy4Rfl { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),0.5);background-image:none;top:19.6875rem;left:50rem;display:block; }
#ZsGNuhtZDgTL7kUR64ZtBCwnHAJfcVz6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.875rem;left:51.25rem; }
#Zr4fgbl55bXWFBWxs3Ea1GyAccUzsZbF { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:20.9375rem;left:56rem;height:2.4500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT > .row .container { border-width: 0; border-radius: 0; }#IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#Dapfq9pD9sVo8a5TVV097BlXf83cw6UA { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:6rem;color:#31455f;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; }
#It3NiPqZyLCoh8wb3BB9FXwmWLAiNxNX { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss > .row .container { border-width: 0; border-radius: 0; }#lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#ckxeEoct3XnznSbxFi9WES8o6gI571dK { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:2.662109375rem;left:0rem;height:4.048825rem;display:block; }
#rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i > .row .container { border-width: 0; border-radius: 0; }#rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#TN0s0pWEXuJ0JtVnFv3Tt40F4OBo1TNA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.125rem;left:1.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pWQoQEZZo1uMIRPJ7mOhdrmLwElWtRLT { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.375rem;left:2rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLcTX7eQer3R6bqDOF43G5tFT0Er7GBB { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:6.125rem;left:26.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Di63xzpbvQQHvBZly0CWhR8bTtQddJla { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:1.375rem;left:25rem;display:block; }
#V8Qp3GlG5RQO93IzcR6ogKzG2yQm2nFA { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.8125rem;left:1.875rem; }
#s2AeF1aywQK0Vu8wpLVbca2THPH1Tax9 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.8125rem;left:26.875rem; }
#GcgM3mNMa7a66H4mgSinytz4qJJkLzT4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124rem;width:18.249rem;top:1.375rem;left:0rem;display:block; }
#h1RG96aIZFerBpwUfLxnix5H1hz2fk1E { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:11.375rem;left:27rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxhrNTTJgmRIAJRFRSXBJGVBUJIR8R4m { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),0.5);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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:16.124125rem;width:18.2498125rem;top:1.375rem;left:50rem;display:block; }
#lpTHUNSCti5Unh5zR22HgSD6uCsvg9ld { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:6.125rem;left:51.875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EJ8uGTmQZrmeLbSWlR9ObDZhmP7avVtE { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.375rem;left:52rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#egL0a8oFuX9gkJ8kOTVJLzk7J7Ezr7Cm { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.8125rem;left:51.875rem; }
#uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa > .row .container { border-width: 0; border-radius: 0; }#uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#ySr1BBsHcOKosituUFMzT2mdM9GOiDkG { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.375rem;left:0rem;height:6rem;color:#31455f;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; }
#CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL > .row .container { border-width: 0; border-radius: 0; }#CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#DCgAIizuvQk6eCoy3W7aEXg89VvIoACU { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:2.662109375rem;left:0rem;height:4.048825rem;display:block; }
#c8spDzlZn42yMS9DvgBowIffZt3fcAWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#c8spDzlZn42yMS9DvgBowIffZt3fcAWf > .row .container { border-width: 0; border-radius: 0; }#c8spDzlZn42yMS9DvgBowIffZt3fcAWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8spDzlZn42yMS9DvgBowIffZt3fcAWf > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#lpTbg6UDvnv6u6unl7355oyKCCFOOwly { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.0625rem;left:6.0625rem;height:2.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvLpXquUPSnfl2oNMN7smfCUlpfsZyRO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5rem;left:1.21875rem; }
#QRBnolqbeg4ZMcGvdwpJ3PEZhoNTUbxn { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),0.5);background-image:none;top:3.8125rem;left:0rem;display:block; }
#xBVeRL7v0kAOHfAoT2xfy0qms915Lvac { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.0625rem;left:31.0625rem;height:2.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxHwvhvyDhoGzWR4620xO0qpAvBftQdg { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),0.5);background-image:none;top:3.8125rem;left:25rem;display:block; }
#eIeIMpxgsDhJOFgabx98biA1NUuTdn4a { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5rem;left:26.21875rem; }
#AJQl1Xme31rm2uGTA5zENV63b4OiW8sd { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.0625rem;left:56rem;height:2.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#upR9WQoHDFQOqQuNSi8X6HevF8NLmHmB { box-sizing:content-box;height:4.9375rem;width:4.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),0.5);background-image:none;top:3.8125rem;left:50rem;display:block; }
#r2mUq920bzW6O56s18wzGWMbWrfCn53s { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5rem;left:51.25rem; }
#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row .container { background-color: transparent; background-image: none; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row .container > .video-iframe-container { display: none; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row > .video-iframe-container { display: none; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .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); }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row .container { border-width: 0; border-radius: 0; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row .container { background-color: transparent; background-image: none; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row .container > .video-iframe-container { display: none; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row > .video-iframe-container { display: none; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .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); }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row .container { border-width: 0; border-radius: 0; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#BJOwABFQdEKGLvkU42s0H6QTzkmVb3Dd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RIHxKKnfILRE9tMzE2eJfA2TsNTUQyth { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.65625rem;left:56.09375rem;display:block; }
#DlbkcV5CqVabgp44hsTVHqtoFhFBtG0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Or9bGArbl7smFeQ4uNrCTDGtATK9cBmN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:8.9375rem;left:68.15625rem; }
#hkqbZWc3fohEeyhmO74pw128PKfdykSV { display:block;width:46.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.875rem;left:6.5625rem;height:6rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#atIh2nv6Amd9nBfKzI9FBzakzFO2O4xz { color:rgba(var(--color-tertiary-0),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:10.875rem;left:6.625rem;height:4.049475rem;display:block; }
#p4nCfVF5wF99ptSyP2ytgLv18yvlHJGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:8.875rem;left:68.15625rem; }
#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row .container { background-color: transparent; background-image: none; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row .container > .video-iframe-container { display: none; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row > .video-iframe-container { display: none; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .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); }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row .container { border-width: 0; border-radius: 0; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/621332f6-a578-41b8-a64a-2053192ae927/ulgipodatkowe.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS.adaptive-delivery-prevent-bg, #nUDk8ZHiGTiDUGyix83GwqlONoRmDksS.lazyload, #nUDk8ZHiGTiDUGyix83GwqlONoRmDksS.lazyloading { background-image: none; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row .container { background-color: transparent; background-image: none; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row .container > .video-iframe-container { display: none; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row > .video-iframe-container { display: none; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .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); }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row .container { border-width: 0; border-radius: 0; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#WTWp8bq5SCUvFThBJidRl0ROvuGUoW9L { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZ6GkaJAdG8XbeuET0kKfBVvIgCtt6zV { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5625rem;left:37.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FU4NpP3m5L5a2scpQT21SIQ427zrZMnt { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:7.8125rem;left:0rem;height:6.07324375rem;display:block; }
#FmvlB20gUu8lK5AKRlJyAvyAT3MhPZ2X { color:rgba(var(--color-primary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:14.625rem;left:0rem;height:2.025rem;font-style:normal;display:block; }
#nvsQOvsPvq1iGI7pbh1UlmUmHAn7fpb5 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:7.8125rem;left:37.5rem;height:6.07324375rem;display:block; }
#GOy348ItqQ2hIu3PpEDsGFr9a7Wkg3QV { color:rgba(var(--color-primary-1),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:14.625rem;left:37.5rem;height:2.025rem;font-style:normal;display:block; }
#q3rVcekoxblw4TXs6POZ71uWBMN9h7cb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.25rem;left:0rem;overflow:hidden;display:block; }
#sNfNwMIoMG3Vy5tMbpuxo217oUhZuMWa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22rem;left:0rem;overflow:hidden;display:block; }
#a4phi7oQ20Of5OyW2qlLH2n1Qh4zCKro { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:24.75rem;left:0rem;overflow:hidden;display:block; }
#wSfExTFe8O0XSu5cB91svOZRlkfIOVpZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.625rem;left:0rem;overflow:hidden;display:block; }
#ou77RRA30VX6oGTA4XzfyHeN2AdwFBMD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.5625rem;left:0rem;overflow:hidden;display:block; }
#TN4cyqPfsunMMG9MkFkkMTL4TTw09DhC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.5625rem;left:0rem;overflow:hidden;display:block; }
#Nd9R6akCTT4yHf9Dsi1KuwAvMnI84B8R { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:19.1875rem;left:2.5rem;height:2.0247375rem;display:block; }
#aTuC4FFN6vppmcw7eabLcHAsFfIDghnE { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:21.9375rem;left:2.5rem;height:2.025rem;display:block; }
#sSHQ3ctk8c69kxkxBlhbPrFG0gudPw1s { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:24.6875rem;left:2.5rem;height:2.025rem;display:block; }
#o1O3N6NXs4mn8HGCotApyuDd3K8POLf4 { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:27.5625rem;left:2.5rem;height:2.025rem;display:block; }
#v24BByGauvhqsdIUOp8Q4lewS5dhEQgb { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:30.5rem;left:2.5rem;height:2.025rem;display:block; }
#FNMplvEck1sgBw6WIxTVLvNNunzZ3lp7 { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:33.5rem;left:2.5rem;height:2.025rem;display:block; }
#hD3kFnJXz1V9ewlC91To3upUNSMmXraI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.5rem;left:37.5rem;overflow:hidden;display:block; }
#WldyCspyMC6bykSkFtKogN1oukLBMDbT { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.5rem;left:37.5rem;overflow:hidden;display:block; }
#SuKDiIDx7qBBPVmEoJ7zd0rmdUOSBKcc { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:30.4375rem;left:40rem;height:2.025rem;display:block; }
#n86CaJU8TPsymD4cgPeETTARTfXhDTJa { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:33.4375rem;left:40rem;height:2.025rem;display:block; }
#TsGpuWDV5OBZRb4GMhzT7zrlZv0OS99F { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:24.6875rem;left:37.5rem;overflow:hidden;display:block; }
#sanAWrnOu6cP3lXiIWb0nvSm3T8CHJWE { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27.5625rem;left:37.5rem;overflow:hidden;display:block; }
#tokl31vmGGOWmxXcC2UxRIS2sWt8c9qb { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:24.625rem;left:40rem;height:2.025rem;display:block; }
#pc3SRmWL0dVT1awsL5TL9t09E14C75k6 { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:27.5rem;left:40rem;height:2.025rem;display:block; }
#P2a0wIb7cXKoE9oHuDlUfQXMnRZR0QXd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.1875rem;left:37.5rem;overflow:hidden;display:block; }
#rqULKmBXFgiWupaMcoFi7nLswUdSUQVQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.9375rem;left:37.5rem;overflow:hidden;display:block; }
#ai23L2JmB4GVoBoFL8bxvrGaqywX4rDO { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:19.125rem;left:40rem;height:2.025rem;display:block; }
#Me7vpZSrFQKllly7gTGTkTOuLqRIyNZr { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.8;letter-spacing:0;top:21.875rem;left:40rem;height:2.025rem;display:block; }
#rTHiAMO6TmsMMTrWiD7NJi8U4IIf9hmZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:36.375rem;left:37.5rem;overflow:hidden;display:block; }
#DcLznoR23ngf2OdCkPAwXOilnXDV9MMz { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:36.3125rem;left:40rem;height:2.025rem;display:block; }
#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row .container { background-color: transparent; background-image: none; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row .container > .video-iframe-container { display: none; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row > .video-iframe-container { display: none; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .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); }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row .container { border-width: 0; border-radius: 0; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#o7Vzm9GhJICMGaBvUDGMt5sAn823mcZ5 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.130859375rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u9Vs30i5628fwVO1txe63hFE8eUG60tS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:47.5rem;width:23.75rem;top:14.6875rem;left:0rem;display:block; }
#hpBB2uCHF6FXbk9dq1TRr3Jup5skU7vM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:56.124135494232rem;left:5.6944446563721rem;display:block; }
#U2aTTk4Th1PGmyRLLOJChSvnCvTH0kuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdRX2lLiRgdO9Mmtvsa7TNuZNQwNDWLv { color:#2f2f2f;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.4;letter-spacing:0;top:39.505208492279rem;left:1.25rem;height:14.25rem;font-style:normal;display:block; }#HdRX2lLiRgdO9Mmtvsa7TNuZNQwNDWLv li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HdRX2lLiRgdO9Mmtvsa7TNuZNQwNDWLv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
#ouZT662NxQR6gN3kGgaMAu2boMfA99we { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:30.158421278rem;left:1.25rem;height:5.59765625rem;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; }
#WClTTq8cSwaZ6R1yAROny7SQqcE4VeeC { color:rgba(var(--color-primary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.812283992768rem;left:1.25rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O4luwL8h3xCqKlXlDs5IqqmRNigOPVgk { color:rgba(var(--color-primary-4),1);display:block;width:21.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:22.919923305511rem;left:1.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OMofVy60DHcui5TeHNMKn4tpVZt4ovGo { position:absolute;display:block;z-index:15085;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:0.125rem;width:21.25rem;top:37.319882154465rem;left:1.3878040313721rem;display:block; }
#nBFl6s59Goa9sFmfK7TTeGn4QoupUiL8 { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.8114147186279rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#t3CGmhxBHtrz5x0b5qOutb7hcitBfySG { position:absolute;display:block;z-index:15086;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:0.125rem;width:21.25rem;top:28.249785423279rem;left:1.3878040313721rem;display:block; }
#Xtx79a7BpxlUtlpyZnsKh107phbaNChX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:47.5rem;width:23.75rem;top:14.6875rem;left:25.5625rem;display:block; }
#fGyu08xRuaZiRVASM85Pc9gxWtcr6UFU { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:56.125rem;left:31.1875rem;display:block; }
#q5p4fEdgdkb4Nn4hQQvXw2qiUqifPasZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p9GhRFm61zkSiAq0CVXZd7XnATcAJ2su { color:#2f2f2f;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15095;line-height:1.4;letter-spacing:0;top:39.505208492279rem;left:26.875001907349rem;height:8.875rem;font-style:normal;display:block; }#p9GhRFm61zkSiAq0CVXZd7XnATcAJ2su li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#p9GhRFm61zkSiAq0CVXZd7XnATcAJ2su li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
#xQq1lsQT0mfsBCp74CpxrpRQ6QMEBTlJ { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:30.3125rem;left:26.8125rem;height:4.19824375rem;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; }
#n8FKNk61RzbcimaiDadPZ1lZfQu9QVv5 { position:absolute;display:block;z-index:15094;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:0.125rem;width:21.25rem;top:28.375rem;left:26.9375rem;display:block; }
#q8qT9uHFTmVCyN7iFJWcCpNAB4fD4Dwx { color:rgba(var(--color-primary-4),1);display:block;width:21.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:22.9375rem;left:26.8125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l2rgkLy3wBhCwc98lmWnTlVT9b2ND3cS { color:rgba(var(--color-primary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:19.8125rem;left:26.8125rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FfQrX43XBbe3lO8fKl92QeIFhhlcmkNS { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:47.5rem;width:23.75rem;top:14.6875rem;left:51.25rem;display:block; }
#iMoUOIZdVTq4hvfuKg8MKgROgXCBGC8S { color:#2f2f2f;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.5;letter-spacing:0;top:39.191625118256rem;left:52.500001907349rem;height:;font-style:normal;display:block; }#iMoUOIZdVTq4hvfuKg8MKgROgXCBGC8S li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iMoUOIZdVTq4hvfuKg8MKgROgXCBGC8S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
#cdcw6vMSKe2lPccKIJNFUEOxcC2fAn2b { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:30.3125rem;left:52.5625rem;height:4.19824375rem;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; }
#vFfv60aGoONCXI07oDsuyk4uZOQfdVOK { position:absolute;display:block;z-index:15102;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:0.124783125rem;width:21.25rem;top:28.375rem;left:52.5625rem;display:block; }
#x7QusVoVWZvsi1N7sBBd4s9RTkJSLRps { color:rgba(var(--color-primary-4),1);display:block;width:21.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:22.9375rem;left:52.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dGqFBEXaLoLTtBEH38OwVnG13Skd5WoA { color:rgba(var(--color-primary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:19.8125rem;left:52.5625rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zsK1cMBi6HTdf3m9JHdMAaR07OIF2rrQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5rem;width:5rem;position:absolute;display:block;z-index:15017;top:12.271051406861rem;left:9.4444446563719rem;display:block; }
#aUqwOzE3dDWko9CmBmcAH4eeQV84txsz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:13.271486282349rem;left:11.006944656372rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sh93mVmHs2NWlTFNdOXNbKJb5B1TDQJp { color:rgba(var(--color-tertiary-1),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15133;line-height:1.2;letter-spacing:0;top:13.25rem;left:36.5625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slqp8TaUDBmVXRH3ok4A5ob3ZOp2Gmv3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5rem;width:5rem;position:absolute;display:block;z-index:15019;top:12.25rem;left:35rem;display:block; }
#dKdfsXwVVmLoJiUTrGSx48aozNtXk7Kg { color:rgba(var(--color-tertiary-1),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15135;line-height:1.2;letter-spacing:0;top:13.25rem;left:62.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k99cWqxWJOsRDN9Do4G30D0RxOkHZpJl { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5rem;width:5rem;position:absolute;display:block;z-index:15021;top:12.25rem;left:60.6875rem;display:block; }
#snGqWJctcvwbKwZf6Scf3UFk125kcZ6q { position:absolute;display:block;z-index:15095;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:0.124783125rem;width:21.25rem;top:37.319880962372rem;left:26.875001907349rem;display:block; }
#AfcKbcZs2v9Tl3pVtJvq4lMlTKHa5fr4 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:12.48611125rem;height:3.73611125rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:56.128476619721rem;left:56.880426406861rem;display:block; }
#J2uTI7IxFGeJ5RFHwHOMyT89xew79RXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MR3JBvc5zgwtT3FHqiX99ThswxMbMssU { position:absolute;display:block;z-index:15103;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:0.124783125rem;width:21.25rem;top:37.319879055023rem;left:52.500001907349rem;display:block; }
#Tfbxpm0iX6F3Wkm4M7xIZ0laWJpfEzQ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:61.112623691559rem;left:20.263887405396rem; }
#umKmSBNezLEN1sRFebdfiV1c1bn3LhVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:57.5rem;left:14.4443359375rem; }
#p6BFxt4Ms67zKPa2ubg4i6p6fL0yEzK5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:57.5rem;left:40rem; }
#RlKdOJp0iJhTqhkfqRP3SScHT41BKpUN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:57.5rem;left:65.6865234375rem; }
#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/e4be9daa-9d5b-4ab2-b960-4ade5cf8b15d/LPPodatkiRabat1920x736.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV.adaptive-delivery-prevent-bg, #SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV.lazyload, #SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV.lazyloading { background-image: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container { background-color: transparent; background-image: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container > .video-iframe-container { display: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row > .video-iframe-container { display: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .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); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container { border-width: 0; border-radius: 0; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#lPgKzToskzypw0DRTIJmpeDCswQFVsCG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:17.8701171875rem;left:0rem;height:3rem;font-style:normal;display:block; }
#wogxGXkECm5mqZhcbLxo1EMhXaHyATkZ { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.6848945617676rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#KrrxGpXNMtxmSDLUQf8M3TrOPHVsQCsL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:36.5rem;left:23.25rem;display:block; }
#SFl1FSaV4JdHoKUEue8hxIq767ZUP6xA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHxbgeevXibsBXdvkM0kwotgiPAS1wtk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:37.9375rem;left:36.75rem; }
#EJaoa0ZxVo9fzWB73TuOu7oE8H6sJPM5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.0557680130005rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ImiVgKtvdmkIqJh1RPeGQVZDE4lefaL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:10.9189453125rem;left:0rem;height:4.048825rem;display:block; }
#B8oLrlMDxdZxM0uaIDRQ2inRFaWZAEqq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(var(--color-tertiary-3),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, rgba(var(--color-tertiary-3),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, rgba(var(--color-tertiary-3),1), rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, rgba(var(--color-tertiary-3),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='#00000000' );";background-image: linear-gradient(91deg, rgba(var(--color-tertiary-3),1), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.75rem;width:33.1875rem;top:24.5rem;left:20.9375rem;display:block; }
#TGwiTu69wHSeQoWcTnyNhJTlqMBEMS55 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27rem;left:23.25rem;height:2.2744125rem;display:block; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-primary-1),1);padding-top:0.51375rem;padding-right:0.44375rem;padding-bottom:0.51375rem;padding-left:0.44375rem;display:block;align-items:center;width:2.659375rem;min-width:2.659375rem;height:2.764375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.056875rem;font-weight:700;line-height:44.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5475rem;height:1.0925rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.77125rem;font-weight:400;line-height:17.48px;text-align:center;text-align-last:center;text-transform:none;top:-9%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color: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;box-shadow: none;display:flex;justify-content:space-between;width:18.1875rem;height:5.205625rem;padding-top:0.643125rem;padding-right:0.63375rem;padding-bottom:0.643125rem;padding-left:0.63375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.5625rem;left:23.25rem;z-index:15010; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #mE2oxhvhdzxzfkUU4Jw669Zgm0zfitU1 { display:flex;position:relative;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #tIrZNTTO08OJBQnIsWSxFwag786KT3N8 { width:auto; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #M0mmTSE2oI8AaxhomLUUanlkZ2X3Dk4S {  }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #kcgmF0PyURzfqOr3FBeXOL13kxvqgvOp { display:flex;position:relative;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #OZtChsOToEPka7UbDXENaozyQgqNVxdF {  }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #KrFAFHaM68m5DKeTn3KvdrJk8Syotkal {  }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #bP1ypItCevEUPs9VcBVKWeiF48tpURkm { display:flex;position:relative;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #TzQtm3B8PS9QlBILQNEARWAOKhXJA7v6 {  }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #oXvtt0HES960dgbnJP2KMGaZZgDiq8X2 {  }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #WIDXkozOWyWRcNWNBXl0SyHeDsTr9oX8 { display:flex;position:relative;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #UfCmPhvGT8PUIIJTVzhPwTCiiUzzZXKL {  }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #tc4ydANI3RHUrhoiWeguitZrPwSIzDNw {  }
#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row .container { background-color: transparent; background-image: none; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row .container > .video-iframe-container { display: none; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row > .video-iframe-container { display: none; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .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); }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row .container { border-width: 0; border-radius: 0; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#ziWaZOePRZxEr00PEXzDgWQhuXq0L8PP { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2.625rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#c3azdM9J3VGETDLUXJtDKr9pqSiiuzP6 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:4.9375rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lludOPc8yXR2XTdg8XJVSZhWUVxkCEI1 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:9.9375rem;left:0rem;height:6.07324375rem;display:block; }
#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row .container { background-color: transparent; background-image: none; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row .container > .video-iframe-container { display: none; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row > .video-iframe-container { display: none; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .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); }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row .container { border-width: 0; border-radius: 0; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93f233dd-65a0-41c3-8ed9-10d3e75ae6e1/pomoglismytobieinnychsprawach.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:25.25rem;left:0rem;display:block; }#uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi.adaptive-delivery-prevent-bg, #uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi.lazyload, #uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi.lazyloading { background-image: none; }
#uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.6); }#mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f2292e5-05cd-4571-be5e-bb5a23a23328/rozwazaszroznebiurapodatkowe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:4.375rem;left:25rem;display:block; }#mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ.adaptive-delivery-prevent-bg, #mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ.lazyload, #mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ.lazyloading { background-image: none; }
#mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.6); }#HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/967359ae-0ce7-41a3-9cd4-2edec0d372b3/rezygnujeszzpoprzedniejfirmy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:25.25rem;left:50rem;display:block; }#HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc.adaptive-delivery-prevent-bg, #HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc.lazyload, #HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc.lazyloading { background-image: none; }
#HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.6); }#QzABTa7TQ3zU3lFTvdnldzNzQQtivJ3k { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:7.125rem;left:2.5rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TTT53TZRGeewtIqFD8B8LsKKuxHIVSMG { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:12.5625rem;left:2.5rem;height:10.1220625rem;display:block; }
#TgtBm2SZ3wbZ239i8bJuUarqCZC5IavR { position:absolute;display:block;z-index:15003;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:5rem;width:5rem;top:27.537109375rem;left:2.5rem;overflow:hidden;display:block; }
#RFlxAreonVZPX2QtnpoS5SXUBvDwXmaq { position:absolute;display:block;z-index:15039;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:5rem;width:5rem;top:6.724609375rem;left:27.4375rem;overflow:hidden;display:block; }
#iWzBClIaFFdTEuGoVGa70Ln89KvFNPo3 { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:27.9375rem;left:27.5rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vdDPonK6e5eAxOcafcMQQnPGEdVNAxQ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:33.4375rem;left:27.5rem;height:10.1220625rem;display:block; }
#G8dyEgSw6FfRzERKFAoyK1k0nSDyHNe2 { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.0625rem;left:52.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MuOg0TelgMbTibxt18nMqiBiT5Vmor9c { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:12.5625rem;left:52.5rem;height:10.1220625rem;display:block; }
#gQBFuOE7PQW6ySkLTbgXy9kosZMhh5Ot { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:27.537109375rem;left:52.5rem;overflow:hidden;display:block; }
#T3oMaZSHAkqsKiRLbkoKE5m4wnNy79eD { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:27.537109375rem;left:2.5rem;display:block; }
#czMCEC1I5nT46hiZh8xcBc0pxSzkzwJk { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:27.537109375rem;left:52.5rem;display:block; }
#yefUM4zp6v7MWSDecDtsNlea4FSECnrN { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.787109375rem;left:27.5rem;display:block; }
#ZpTkrtd0z2lZfx6FR021Te8eeeZbo4Lr { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:none; }
#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row .container { background-color: transparent; background-image: none; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row .container > .video-iframe-container { display: none; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row > .video-iframe-container { display: none; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .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); }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row .container { border-width: 0; border-radius: 0; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/8c2e4abd-97e0-4cb7-aff2-5883ad17e6fa/onas.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t.adaptive-delivery-prevent-bg, #ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t.lazyload, #ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t.lazyloading { background-image: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container { background-color: transparent; background-image: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container > .video-iframe-container { display: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row > .video-iframe-container { display: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .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); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container { border-width: 0; border-radius: 0; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#F3lxC0eGRxl0Wc6Hu6CldZOeokD1Auqm { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.375rem;left:37.5rem;height:9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqvxIyRCgFrTCqlwW1uBP04UAwam2f37 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:15.5rem;left:37.5rem;height:10.1220625rem;display:block; }
#g5WnP09zIJOSHW9c5xEDRdMGvhCENlIX { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.9375rem;left:37.5rem;height:1.75rem;font-style:normal;display:block; }
#eVfVyFJXZoWBGtDNiZTbp8t5BE5yvlrt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:35.8125rem;left:37.5rem;overflow:hidden;display:block; }
#GthuTJDFfcHAo5iCQk19FniWCiJ4PL7X { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:32.9375rem;left:37.5rem;overflow:hidden;display:block; }
#vx4gTxGp5Qrh9CqQ6pazSgZ75VUXy2Gp { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.8;letter-spacing:0;top:32.875rem;left:40rem;height:2.025rem;display:block; }
#WuCahznHATEoAeX3krDUrovK2ne2SXhf { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:35.75rem;left:40rem;height:2.025rem;display:block; }
#fXSqtx3zGwiNx2ZRmHTy1fxd4CAlzMp6 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:29.9375rem;left:37.5rem;overflow:hidden;display:block; }
#W4okULTQR0DWf6zuCqovkgkCBiGwRwh2 { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.8;letter-spacing:0;top:29.875rem;left:40rem;height:2.025rem;display:block; }
#Tx9g4qHMpyUN2a1iXHDReczouDQ7N0vF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:27rem;left:37.5rem;overflow:hidden;display:block; }
#OVDDrmmiQvn78qn2RKwMuoJHC3ubffPd { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:26.9375rem;left:40rem;height:2.025rem;display:block; }
#DJuXIoS6Ty8VlZ7DcOdScm4f0HMqNxAA { color:rgba(var(--color-tertiary-3),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.8;letter-spacing:0;top:38.8125rem;left:40rem;height:2.025rem;display:block; }
#h95Tx5eghN4BpTwckpwTekpPcZXbaFPJ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:38.875rem;left:37.5rem;overflow:hidden;display:block; }
#Ab0l72MEJt0cXRZ9QN7zE2ulfgRXEtpW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:33.75rem;top:10.65625rem;left:0rem;overflow:hidden;display:block; }
#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers { position:relative;display:none; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers { border-width: 0; border-radius: 0; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .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; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .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:18.75rem;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:none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/18b10ca4-b37e-4a0a-b46d-ee24a2db14ba/tworzymyprzewage_1_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx.adaptive-delivery-prevent-bg, #cEwPDa32CakpT6buUVMvxMn9k6aAVohx.lazyload, #cEwPDa32CakpT6buUVMvxMn9k6aAVohx.lazyloading { background-image: none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container { background-color: transparent; background-image: none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container > .video-iframe-container { display: none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row > .video-iframe-container { display: none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .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); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container { border-width: 0; border-radius: 0; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#e2QMtX2GkRU9nGEXVDmy4PpFTvhZo7OG { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:2.625rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#zSq66kvH7vlpW22p6F8xxMMkOaP6iBP6 { color:rgba(var(--color-primary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.0625rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zws27t6sEgasbwSRlr9IARq1XCEdT1e0 { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:12.625rem;left:0rem;height:20.2441rem;display:block; }
#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row .container { background-color: transparent; background-image: none; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row .container > .video-iframe-container { display: none; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row > .video-iframe-container { display: none; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .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); }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row .container { border-width: 0; border-radius: 0; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#dgC4N1Gqaqlf952QuGv8Ua9eQ7svg78e { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),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;height:17.1875rem;width:27.75rem;top:3.9375rem;left:0rem;display:block; }
#c7UQvSRuy0MS5Xg4iNxwS0dTeoNWEDzg { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:5.5625rem;left:1.6875rem;display:block; }
#kXmaTV95TgBeepk5EkxdTouQUw2IeLmF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.5rem;left:2.625rem;overflow:hidden;display:block; }
#aMlb6sqFhqzE3ulqKraT5zeVl7TehlKN { color:#2f2f2f;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15088;line-height:1.4;letter-spacing:0;top:6.5rem;left:6.625rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cNEBc8BSB8kFXtlRSVoC3ahsGxsTF79S { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:8.097625rem;display:block; }
#WkP8uFBA0duQxUryWgqvg3kE3RCFZMrQ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),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;height:17.1875rem;width:27.75rem;top:3.9375rem;left:37.5rem;display:block; }
#NbeZo30qP8FPnGUKMuCh1affrNak4dS4 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:11.4375rem;left:39.1875rem;height:8.097625rem;display:block; }
#hM3RXNgM9HPzVkwHLCzUGx2CMS3lUQ1E { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:5.5625rem;left:39.1875rem;display:block; }
#f17J4c3upBVm8IZ24rkaonRhfkFn8UsE { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.5rem;left:40.125rem;overflow:hidden;display:block; }
#BLO4wvVhG2SlgxvPb9HJW735uWnQVIPP { color:#2f2f2f;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15093;line-height:1.4;letter-spacing:0;top:6.5rem;left:44.125rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row .container { background-color: transparent; background-image: none; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row .container > .video-iframe-container { display: none; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row > .video-iframe-container { display: none; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .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); }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row .container { border-width: 0; border-radius: 0; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#pBSLuHtfSt5q6blxUKmsh0gDEUVTKbA3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),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;height:17.1875rem;width:27.75rem;top:3.9375rem;left:0rem;display:block; }
#ZlOIFAdNX62wUF4JTtEFS989wqfOTxgP { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:11.4375rem;left:1.6875rem;height:8.097625rem;display:block; }
#dfEJdTkC5KDGXBJFEQUy0G1lnHXTzttG { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:5.5625rem;left:1.6875rem;display:block; }
#DTTu2eT9kIV0trxICfrC2ctERao7hG8p { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.5rem;left:2.625rem;overflow:hidden;display:block; }
#HsThfsQk504Uy66p1WycrmWvES3CXmzy { color:#2f2f2f;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15098;line-height:1.4;letter-spacing:0;top:6.5rem;left:6.625rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VST46BPIonttdU8oebrgOGsGZgSvu9kD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-1),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;height:17.1875rem;width:27.75rem;top:3.9375rem;left:37.5rem;display:block; }
#XzZo8hmdvZNnUXagdsdaJPB9IUkQFWDZ { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:11.4375rem;left:39.1875rem;height:8.097625rem;display:block; }
#c2sgVdizRZ6NH0pTW6tHD39VLW85vskT { color:#2f2f2f;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15103;line-height:1.4;letter-spacing:0;top:6.5rem;left:44.125rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r80M8kAU5nQUhzbED1A9pRpbNzra7khu { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:5.5625rem;left:39.1875rem;display:block; }
#WK1h8GKQobGK18KhG2hkHoBaISR7dNS7 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.5rem;left:40.125rem;overflow:hidden;display:block; }
#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row .container { background-color: transparent; background-image: none; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row .container > .video-iframe-container { display: none; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row > .video-iframe-container { display: none; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .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); }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row .container { border-width: 0; border-radius: 0; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#kVniweCmTO0WdoR3c9kklNKHwNbHR8K8 { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#TCf47knQHvrcH1VCqgUD23g9kkVcq3O0 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:3rem;color:#31455f;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; }
#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row .container { background-color: transparent; background-image: none; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row .container > .video-iframe-container { display: none; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row > .video-iframe-container { display: none; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .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); }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row .container { border-width: 0; border-radius: 0; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#hy0DTKg8hgySifnCGRMdRbLadEUiFluf { position:absolute;display:block;z-index:15000;height:37.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row .container { background-color: transparent; background-image: none; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row .container > .video-iframe-container { display: none; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row > .video-iframe-container { display: none; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .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); }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row .container { border-width: 0; border-radius: 0; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#p0tFVoLnO52HodOxeJtLt6XTx46elGgk { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#PeDEEt7kPSvUwkuRlXW5rlPW4ToDq8zN { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:3rem;color:#31455f;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; }
#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row .container { background-color: transparent; background-image: none; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row .container > .video-iframe-container { display: none; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row > .video-iframe-container { display: none; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .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); }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row .container { border-width: 0; border-radius: 0; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#UbV34DNBvhC9IyKkOG02RAS3MTlGDTDK { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.3125rem;left:25.0625rem;display:block; }
#y51p6MU0eSZkBVmh7ZTbG5RhQTezJ3nt { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:7.9998226165769rem;left:25.062145233154rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mvq0yfQnti4NFGxdLEL4Z0C2ZuN5I8o3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15024;top:3.75rem;left:25rem;display:block; }
#pqba89BwqFx3eaoogTCGrZ6DVpHtuR4V { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:13.75rem;left:48.8125rem;overflow:hidden;display:block; }
#vQ6VxW4OJlk5BaFuLQQH1bbTUc3pz2i7 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:13.75rem;left:0.0625rem;display:block; }
#bcaniOaPtw04DWlKzOc28QTJJBW86Iii { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.3125rem;left:0.0625rem;display:block; }
#fpwCgX43yM4bOE6FkTQIMuGErCDac3Tw { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8rem;left:0.0625rem;height:4.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rUk5ANs8UZvcGxXKgS3mLkzNG1supbmS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:3.75rem;left:0rem;display:block; }
#V54iuHd23gSBZm5ettCgvnWWJHl7m0dF { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:13.75rem;left:23.8125rem;overflow:hidden;display:block; }
#eLtciD6XqKTuiGF6IUZ4nEU8DUtsBXhf { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.3125rem;left:50rem;display:block; }
#hrqsT4O5UI33TxAn0hx99TVGUXDPm87K { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:8rem;left:50rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yWL8hPIL8VGyQSoh4MTuNu2eJh3F6fpk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15036;top:3.75rem;left:49.9375rem;display:block; }
#UOt935q5A2c09kOUTe4WrH568LfWNc2h { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:13.75rem;left:73.75rem;overflow:hidden;display:block; }
#xEkXKhw9wdcyM2N45gAkCipJ0indp980 { color:rgba(var(--color-primary-2),1);display:block;width:1.49946875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:4.4362564086914rem;left:0.65607261657713rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JfUKr4JTOSFUK59b7uJ3Jw0GfMnfLmyT { color:rgba(var(--color-primary-2),1);display:block;width:1.49946875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:4.4051847457886rem;left:25.655181884766rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ie5oIg9cR3hbE1z4cwEaO39oLZW3iJhD { color:rgba(var(--color-primary-2),1);display:block;width:1.49946875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:4.4051847457886rem;left:50.593040466309rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row .container { background-color: transparent; background-image: none; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row .container > .video-iframe-container { display: none; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row > .video-iframe-container { display: none; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .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); }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row .container { border-width: 0; border-radius: 0; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#itmlyTALPCmDNAlKkqDAt4nEDzNQc4Uv { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.3125rem;left:25.0625rem;display:block; }
#MxySl5Cyt4BkyTwzkFxyrxN1d3AF8ezk { color:rgba(var(--color-primary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:8rem;left:25.0625rem;height:4.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U6TFFTd5hlQDmBOydEC1MKFQ4ptPpEaM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15024;top:3.75rem;left:25rem;display:block; }
#gnhQrlUDMBpIeeLLl1BV2ZEsb5MwCGIT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:13.75rem;left:48.8125rem;overflow:hidden;display:block; }
#AOSnwLU1VrtECkUOUrdssRK5ZiXcrubD { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.3125rem;left:0.0625rem;display:block; }
#OEzOpTD1wieEXhaMNL1umE4u6or9oKK8 { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8rem;left:0.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ClfHw0HEmeS6v3459Ch4OdSIJOwAvDnk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:3.75rem;left:0rem;display:block; }
#FU6VvHPzkSnirERtNg65kx0uC7Dl5IOn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:13.75rem;left:23.8125rem;overflow:hidden;display:block; }
#egvXiLkd9TpTnmwu38Rg3orehnb7pies { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.3125rem;left:50rem;display:block; }
#OiSBQt8hwCtuMvzEfSEGuyBmweqKRS30 { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:8rem;left:50rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aiVaTnbzK3Z1X2CoEEMxQhOcJNwywKhP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15036;top:3.75rem;left:49.9375rem;display:block; }
#ag2Tyy24hTofQ1u84kEC1cZ50RaO3Igr { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:13.75rem;left:73.75rem;overflow:hidden;display:block; }
#taW5SyIaWuiGvzehtbTuvNCIUbZxGwhU { color:rgba(var(--color-primary-2),1);display:block;width:1.49946875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:4.4362564086914rem;left:0.65607261657713rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gJscBDX14tnFK1OkW4yqaxuhS5Xtk4lI { color:rgba(var(--color-primary-2),1);display:block;width:1.49946875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:4.4051837921142rem;left:25.655181884766rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8mxpeWlgIgng5kACr74OuzslrOzFnEv { color:rgba(var(--color-primary-2),1);display:block;width:1.49946875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:4.4051837921142rem;left:50.593040466309rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row .container { background-color: transparent; background-image: none; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row .container > .video-iframe-container { display: none; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row > .video-iframe-container { display: none; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .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); }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row .container { border-width: 0; border-radius: 0; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#eIMmZcqscrsCcb2g6w1xQPEHmG3MAcyq { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:13.748226165771rem;left:23.812145233154rem;display:block; }
#uJs1eZZJOVnu3HwhtRU8Qlzf84HnJlv4 { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:14.3125rem;left:0.0625rem;display:block; }
#yJRFxFNneKSMLC0tfmoZB3pxaUTWpblE { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8rem;left:0.0625rem;height:4.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PeIHwN5O9SUXw7q6RWHtyGz2wTq1WiAa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-primary-1),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;top:3.75rem;left:0rem;display:block; }
#DpRP5oA6pGlervLFoAyN4XZlIdA7Z7bH { color:rgba(var(--color-primary-2),1);display:block;width:1.49946875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:4.4060726165771rem;left:0.65607261657713rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row .container { background-color: transparent; background-image: none; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row .container > .video-iframe-container { display: none; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row > .video-iframe-container { display: none; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .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); }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row .container { border-width: 0; border-radius: 0; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#U8DpBafKcJhfXdTgBPfC91dtBZDHTQe2 { color:rgba(var(--color-primary-1),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#cf3BNa9iD5KzBSlkgNl8f0wzaNER9aU9 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:3rem;color:#31455f;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; }
#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row .container { background-color: transparent; background-image: none; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row .container > .video-iframe-container { display: none; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row > .video-iframe-container { display: none; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .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); }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row .container { border-width: 0; border-radius: 0; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-2),1);background-image:none;vertical-align:top; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-primary-4),1);line-height:1.4;overflow:hidden; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-3),1); }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_64d3d6fd1f6a5f5c0bac392b390e04727f4dbfbe.svg");background-size:contain !important; }#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-trigger.adaptive-delivery-prevent-bg, #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-trigger.lazyload, #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-trigger.lazyloading { background-image: none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:-1.2500009536743rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #DpDnNPeZh0IbkkCDyvVQ53H36G6Cbclw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #aQZQikPkqd9Sm3RL033Xd8FEmrpTpG5f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #d7uAKDetea7fBXnaUNHkPhWW3k5kTTqu { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #k0i33uAmxyn9BvcZ2xb5Pcy4GebrRJVK {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #COOnFfmxPtsfXvIXJ3QhgBzgQLRVeXVt {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Bp8ftR5TTDumDE7BPJGRteKOklnSTkT4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #iiE8zOUGmE3PkHMUFxaZTcwkb0pLEnSR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #sLHHwuQJr5zggG5TiqqAuBog5S7Inx74 { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #UobXXZBSXWPdscdZ6EJWdAbt2ZR7m0vr {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #VHwFPIfSnQUgtEitQpeTifXflmfKlfER { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #mDPO2MyE9G1OJvW4yIPEc6DGuJ2L6VVz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #B5xi4Mmg5TK5A8FhpgZ7OOmJCR2FGpzX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #sFayPBKiEawwBUCGhgvhaFnwI7r7LzTN { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #zIxxTBLRnmOLvPqbkuSOLLTE2sQCJFrs {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #m7PSGclT7y0VipBizD4h0HJwp06MTJht { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #QKn2w8E0yIwyxSSuHhvQ9O2ObnU9gb3A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #dc60gUwIXKhZo3BTJIa2Dp2fwCKwBnwT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #f7k89BNc0TFcc6uK2l67mc3iZe0T5TSu { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #krwFAmqubLVqDNPXH57gJgHM4IzZ0FoP {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #gv7TER2q8SJ45AgTJgNe08915fFbT8FO { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #W89LQNUtmEza1CnZabu1dyPSVcUWqCLx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ES4QWhSm94k5hR6ofDfAeg4iFJ2mDnKu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #W7KdNneuBHWJA0oDKRuBVbFD2w3tTz3f { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TbM99JVm73d3X9nHK6eJZlibNSad9Thl {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #RTbl8Ev131GIhwrp4lzKy1ZqOIPuQ5PH { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #SmZeWzmqERZMwDv6QoAJsXoiftDCMQQ7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #xDTLP6fL0cv4FsW7O2LWbCKJgsA1MC8o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Pg9SEN727zSG94tOBehBdk3fZC0QeFZC { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #RDwTasMq5ggJaKOLx3b08ZFc4T0wdZ38 {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #rWwBJC5fAitH4CNZD3JeovBp6K8yfPp9 { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #MuOxL3HR3NnghTLMrSm5WzIdkGRgvAgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #dmlpq45hBHLZXvoFF2fGBmoCVIiEbc1T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #A3bHXoD05fQorQEmAFaJmomUiNeDOr6T { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #wOLJWpwmSkIkvBEoTB3GeJ4mQz2d1T1M {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #vUtPK5aPuWorTKw3DaGyRdhn2nmyCHT1 { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #NGvoIqGTxVo2D27ZvFkTSGpcEvtRyOZV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #GuIBZp83G3ZdgWVbLBQKT2tZeD4E18B7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #vfJNur5sRN6t9C4BLzRUaoynNwDi0EsK { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #F9wSIFVBuG31ngxOgQLWesW8Qdvecb4c {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TmVDENFGO4XzNRiD7woDTd5CdZbNg7Fv { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #cb34et7d9D3qKONtDKGvxtLDuUbmUnkR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #UbcQD2tIv7sHxNeXulol5hiixENAHVpu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #iwz1hH5CE33HO1hNcCJyctmstQQLk8IC { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #o2Ma0DSzlDwrgbnHgABMHDtzLg7sOpiK {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #IISaig1t2hGv1kmdqlTES9qAI6UifuwZ { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TgTflBUst8koSCznUoaM4y6825OP4klg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #wQa7voMf38KXnDtT0r4zcIgmf8qdzdR5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ccxNMTt5wMOPU7ADwP13RefTuNMJQCwE { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Zp6iC8SbnTXIBtSwFVrRcFn4GcLAdqr8 {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #S884o0oTeEzJgrFuTo7Kp3ITuqMKUp76 { display:none; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #WTIaupxHz603hXcACqNyXNbFw3eqvNiX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Cs2KsaIbeTn7EQrJTgcwLR9Jb98sCTzV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #CpNwAKKJPsVuSaWAE8TGdmixoKZ6sarA { display:block;position:relative; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ntHya5qLscwwOQRVL2tggRPGXazVq84J {  }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #mnvcRtP3hL7fxFJwDfSrVxyBMyTLGvmN { display:none; }
#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row .container { background-color: transparent; background-image: none; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row .container > .video-iframe-container { display: none; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row > .video-iframe-container { display: none; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .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); }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row .container { border-width: 0; border-radius: 0; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row .container { background-color: transparent; background-image: none; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row .container > .video-iframe-container { display: none; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row > .video-iframe-container { display: none; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .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); }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row .container { border-width: 0; border-radius: 0; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Q7TIJ0lsP1zeJRzp6bfAuXFHIPyUp70H { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w6NMIFlPUg4KAQzZNBHV8i9bQbDhETCD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:14.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.65625rem;left:56.09375rem;display:block; }
#CpbduaPGWbsa5lD7Q3HPlDqGUsotttDP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8Qb4TTcnVNwZALPeultfidp0gfIkLHL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:8.875rem;left:68.15625rem; }
#dzGUmaZ5LCshWMdeoxuXfFfWMHpBIpDU { display:block;width:46.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.875rem;left:6.5625rem;height:6rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#AHudhhWOZKXue7VHfPAQtuWPqqNVlTV4 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:10.875rem;left:6.625rem;height:4.049475rem;display:block; }
#F2X3zFqVgifq239EKeto1meVi3VvXkLT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;display:none; }
#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row .container { background-color: transparent; background-image: none; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row .container > .video-iframe-container { display: none; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row > .video-iframe-container { display: none; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .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); }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row .container { border-width: 0; border-radius: 0; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd > .row .container { border-width: 0; border-radius: 0; }#FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#DTUPQl8UelBl8CigwSiTG74VToDbh7et { color:rgba(var(--color-tertiary-3),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:2.662109375rem;left:0rem;height:8.0965625rem;display:block; }
#gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf > .row .container { border-width: 0; border-radius: 0; }#gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#dcBmrfgJOCwCUwM8u7smiiLMgP6AxQlS { color:rgba(var(--color-tertiary-3),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.8;letter-spacing:0;top:2.662109375rem;left:0rem;height:6.07245rem;display:block; }
#ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N > .row .container { border-width: 0; border-radius: 0; }#ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#AnbDC7uv9hSwNkI9H8aPaS4ukyD1REm3 { display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.875rem;left:0rem;height:3rem;color:#31455f;font-style:normal;display:block; }
#l2TSsGGPkh5mKkGpNmFopwyxI3gfb5Ql { color:rgba(var(--color-tertiary-3),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:10.65234375rem;left:0rem;height:12.1449rem;display:block; }
#xqs2i3RR0qwygFT0fZHevTIWhPrwJJft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xqs2i3RR0qwygFT0fZHevTIWhPrwJJft > .row .container { border-width: 0; border-radius: 0; }#xqs2i3RR0qwygFT0fZHevTIWhPrwJJft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqs2i3RR0qwygFT0fZHevTIWhPrwJJft > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#RIP34Lgtvtbrt9FpJThAaHEUEPR5i2rb { display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.875rem;left:0rem;height:3rem;color:#31455f;font-style:normal;display:block; }
#D1IWgFBA6OngvmM6Dp67lSgpCnMChddU { color:rgba(var(--color-tertiary-3),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:5.1875rem;left:6.625rem;height:12.1449rem;display:block; }
#TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs > .row .container { border-width: 0; border-radius: 0; }#TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#JqeqVgsWkLCxDne1TA6LIS7ay6xQlcUQ { display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.875rem;left:0rem;height:3rem;color:#31455f;font-style:normal;display:block; }
#EtEwnIC72FLvv3pEEcb55r33Q62WiQMk { color:rgba(var(--color-tertiary-3),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:5.1875rem;left:6.625rem;height:10.12075rem;display:block; }
#a0AuSss81xAp79AZeesQZG6TNRtrIXTr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a0AuSss81xAp79AZeesQZG6TNRtrIXTr > .row .container { border-width: 0; border-radius: 0; }#a0AuSss81xAp79AZeesQZG6TNRtrIXTr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0AuSss81xAp79AZeesQZG6TNRtrIXTr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Df0ZPrySNbS125U2Xgmzh9rTVVTxhxdB { display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.875rem;left:0rem;height:3rem;color:#31455f;font-style:normal;display:block; }
#iVOwZgeaGgAx2T39wetSpBbnh3O2l8lM { color:rgba(var(--color-tertiary-3),1);display:block;width:68.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:5.1875rem;left:6.625rem;height:6.07244375rem;display:block; }
#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/f9a01957-192d-4467-9aef-2a7221ef0f08/footernorekspert.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG.adaptive-delivery-prevent-bg, #fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG.lazyload, #fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG.lazyloading { background-image: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container { background-color: transparent; background-image: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container > .video-iframe-container { display: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row > .video-iframe-container { display: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .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); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container { border-width: 0; border-radius: 0; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bCBthCuV9yiVK120ZLdDVKESs4k1Ppe4 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.25rem;left:0.0625rem;overflow:hidden;display:block; }
#sByfsZdoc9bG5NCHXURTiKMmNELdTOSx { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:9.125rem;left:0.0625rem;overflow:hidden;display:block; }
#TNephip2xhI69TThRhF8vHACmg2ZXIkS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:6.1875rem;left:0.0625rem;overflow:hidden;display:block; }
#bGfgwZJzIxMi6DZkHRUZ3qyyhe87D3eV { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:right;text-align-last:right;top:2.875rem;left:0rem;display:block; }
#C5w8FTQOoAqapiiPKEm3lRPuw7qlAtRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mlKPXragrD4Je5rN6F95hi4AdDa7T96C { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:10.5rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:right;text-align-last:right;top:5.8125rem;left:0rem;display:block; }
#IJUG0D7OmApKRSys4N1xHDboONXB5Ss8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kK0D2Nxz5LCMakyMMFJ1MEAc4VVveHTp { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:9.6875rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:8.75rem;left:0rem;display:block; }
#h5oUeEHCONrZQdM2W9fz4KMCT1eoSMQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpsTsD5S5akpTb9Qa3JHry1zRIgwmXSu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:14.6875rem;left:0.0625rem;height:1.2246125rem;display:block; }
#X1mFf1ZzfWXEvoDBJGitUfX3EDNQbgSV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:3.2492904663086rem;left:18.997692108154rem;height:9.79589375rem;display:block; }
#y00SSTC0h3ny8bIrIrGolV2UeHTb9ypZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:3.25rem;left:37.9970703125rem;height:6.99706875rem;display:block; }
#zTT3H7BpqXz6HtqdF4isKC81rNo2ZKLv { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.2492904663086rem;left:55.748397827149rem;height:6.2988125rem;font-style:normal;display:block; }
#bhTB24usNM2dOdu7gAL5alITi7MuKF2q { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.561525rem;width:11.6855625rem;top:13.0185546875rem;left:55.123046875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 { display:block; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWtWJbA2CwTH5tQTReNVme4nL59poF8L { width:13.0625rem;height:2.625rem;top:1.375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2yTcQQrzKZroP68HyubzZoiPn7wckMV { display:block; }
 }@media only screen and (max-width: 763px) { #Py0aiu5cEtJaMJ6EGu5CtMB8DxOdipGq { width:11.1875rem;height:2.625rem;top:1.375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7z2AK3DIV1TgDJgGkSkTzhAZhlHELUG { display:block; }
 }@media only screen and (max-width: 763px) { #f55yLF0sU0q5utUHvLD3E2kKKbqFNv4s { width:12.25rem;height:2.625rem;top:1.375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqSZTXZa7Klk0Mnq5PsINq7grzMQApP { display:block; }
 }@media only screen and (max-width: 763px) { #o3KRf4E3zKEpizcsudok56zsPqbPNrq5 { top:1.3125rem;left:0rem;width:10.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdEwfbq0RMpc1FTFIE7mWrSv5tU5xgiL { top:1.375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMGSUG1oTPWRK6Z7FkQVAh4rqNda5BM { top:1.375rem;left:23.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muAgCcsEVIoaPR5IUTizzgcD6nZagIlc { top:1.375rem;left:36.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMkyBqFJPTghkod3fr271KvHXT4TTzw { display:none; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbWUA6hULTTH5r1DgJAfTq0mLQAatCi2 { width:20rem;height:2.75rem;top:-5.25rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfGEKdZaOQUvxpssDhl99AhLl3iOEbOS { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUVwoiifN1kvWfpnI1oJ4bwnqLHOJs2 { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyolxRfco5FF77nFzpimtO908aMHEuA { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJeKyeHn7OerfhrvtQiW1lVeMBvmy9C { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMPF2GyNPDVoWitrprXTznLdKL3gEur { width:2.8125rem;height:2.8125rem;top:11.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5fXHSFkATlbuP8PAmt259OJOM8T7b6i { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umM6PLsZZr5mbeCmGFfXkb4xTCRgz4BB { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKEUnVdoosHwksqcZLaHT5eOWIoXNC8Q { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhdlmVFPOWL5B6r1pA7qu4R1ey9hi92K { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPoMIMeUTWXdRZ6HGcmRvGvVv97p97UE { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEZchfgZmp1GyKZCElDdotaBNPikME3P { top:25.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFbfnaTS2em2MDqb2xf98QD9zzvMIew { top:28.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0SdO3iRwS4VITZaqp8QBhZ8EDhiLXJ7 { top:32.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckDNtyEpsTerdqTmBL2pIp8h4MLis2u { top:35.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLJLzDsiw5L8AfqOWMSTMTsaqxTnrc0J { top:39.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL5msV7JcHPDZkcZJ7lyMq981Kl7G94F { width:20rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup  { width:20rem;height:auto;top:-2.5rem;left:0rem; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup {display:block;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup { width:20rem;height:auto;top:-2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #InpidT5pHiafT3RnyOu5AhMEUrvROszs {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #t4JLOs6XwZxVoCFl2W1B20RZ5glxwZlx { display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ETVlAfCHcEWPvW6i9oSruaPFZrOzOMdG {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #J08T2MErgfoUbkMf03UpQ7c0n8Ac8FBk {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MGnLFedM3T525s8U7aDLAR4XLODPsLuL { display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JKp3Mc1sh3rzSxi0CyVfNNoXM0yVpmlG {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mKKDGQnGGy5mf7ORJGmvvLunEfLKFsEb {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yPdf0VW9ws0yLwUm4m7bXCOVezLUyv5Q { display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JmmxP0IrWX1xHTfvffNGEQPJTeb0xNcI {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #HhVx8zkUz766AOTn7BTuMbWBvJCFGgZV {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MEOZ0vVJQsm3dmpRSm7gtmnNbyUeiKwy {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #foGcHvHpfI09XkmhmtzTkCmW0QEVPfba {  }
 }@media only screen and (max-width: 763px) { #ZMEthd3M0d9q9kax1XPJGE9h9moWPCuZ { display:block; }
 }@media only screen and (max-width: 763px) { #TCeqzTVsa5H61rGMI2s2cZpARWdAXHak { display:block; }
 }@media only screen and (max-width: 763px) { #TdVM7AtgAg4UOgZLMhg4Rf5Aa6xxAyUX { display:block; }
 }@media only screen and (max-width: 763px) { #nL11U3rCtOIBBf1zwBIk237idr1ixXqQ { display:block; }
 }@media only screen and (max-width: 763px) { #PxTgzhQx96br4iIyKNqsCTpp2TliBEDp { display:block; }
 }@media only screen and (max-width: 763px) { #MzHSZRtkI2hfJmowmo85rytgA4sDCTB4 { display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sQ17wfyd2BBB8BMAcxyknLhicmlE7LTt {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ZwLWBTXd0rJrWz5yAZFv3nwzLd8Var1U {  }
 }@media only screen and (max-width: 763px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XydiQqR1sd6rdbMD6hF05bBge70V71ce { width:14.5625rem;height:3.4375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLZhWZ8On8nMBVd16pNWd7DMrTtceag { display:block; }
 }@media only screen and (max-width: 763px) { #oXp6X5ewlfpx6xPLA4sdW25SE6Ie1cct { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgoloa95Nk1E7TdTEMCNeHLReuTi69xb { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9IqxepyiJcRHdbAhiWsMGENctQPPoy { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9sA3JFKE4pcxT0uGARpRb5yEQwAvDU0 { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhUCKlevE6TiXucXy8J4v0GTQZPPQFN2 { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG0AeACIMi1yiRqPIPgRywkuyQG2xr2E { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2uA1cZFXOzHW2xrfkMQ0dbcIC9sAfF { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEtpBdAHAIgFrePTWBGqCmesbkUKlCHM { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unBOJRRsQA3yLtlt1BQECBLUrGVD25h7 { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4tcisMaQyLa3CPN5dFfBMWr6P0EiTLH { width:18.75rem;height:1.4375rem;top:8.3125rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGSdBxaq0kqcpsJXVTUrxHdPBIV3gsZv { width:2.8125rem;height:2.8125rem;top:7.9375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nARO3lFQHgTzMJfWouS9hiD2eOBbZSip { top:18.9375rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pynSRKqugqId4pouyORFQNIv1qa0FaXV { top:10.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWLUoo44OQaUIGLIQdBblwM8nK43sVBS { top:10.5rem;left:8.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwW5i8LQh0vBlACnlme6PyiQDIqHGm4R { top:18.75rem;left:8.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5U7oCWV2WbAMWqTB954PGuFfWRGd29e { top:18.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Op7UpMyv30a13Li1C3T7eSnhpcSl79 { top:27.0625rem;left:8.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7cCKdy3FCkA6mmSpTSlpKKoFR04RVpX { top:27.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Einp1nxqlOysA64yQxIKShhifB7oKXRg { top:36.6875rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTs1KIQMaCh3ykPeHvPCpsL1NpQV6TWd { width:20rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTBKbUPMsBQDTMiTKQmHdba7doHafVvM { top:0rem;left:22.75rem;width:25rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaI6gEZz8tizcFmPX8ucDGV358lPz8ru { display:block; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9JUQpgiCgpIhv4TwDdEP6s5WbAo6XM8 { width:26.0625rem;height:6rem;top:6.0625rem;left:21.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4HH1FoEcBQKuP06PAxAy7SmJkmO9Nuq { width:26.0625rem;height:9rem;top:14rem;left:21.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkge543w21qbTM1QnM6f63mg1BV3zpIZ { width:14.5625rem;height:3.4375rem;top:24.5rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cph7FVRkwSbHTleRK0cwg8h2hmDEsNLT { display:block; }
 }@media only screen and (max-width: 763px) { #zPlbVIUtJnqTPWCHnXwvAWRBB37TavaT { top:25.9375rem;left:43.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGNgUUIbuzNEaPgEocsTrSi3f24mSp9X { width:14.5625rem;height:3.4375rem;top:24.75rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kly5fiTE0TEyWN6iHg5obTN754HRlUVw { display:block; }
 }@media only screen and (max-width: 763px) { #M5PV1R7JZugwKnncuCPvpqmH6keX2VoB { top:6.5625rem;left:0rem;width:37.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o { display:none; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm { display:block; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C625S9lndwXNCUsmQxEXmd9O7U2QTPG8 { width:37.4375rem;height:;top:5.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAaSsZ3NfNExEK6uKd1e4Ggr61W2L0qy { width:32.3125rem;height:4rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M37h8F5WvtftdBq5RgoSnod3hATxWFa4 { width:33.125rem;height:1.75rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDcubSDwX8n34emyuzM69ZpDcB0yAg5V { width:32.25rem;height:4rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkS4CCn3raiHMPzm6Ir0KqkuizHVDdCB { width:32.3125rem;height:6.0625rem;top:22rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFviszTu7x31CfzcVhOCLCeTv1OZTkJq { width:32.25rem;height:6.0625rem;top:28.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm { display:block; }#BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAKSpAGuN1JFGeWTQ7RdG7DygdRvKmvF { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaT5dcfc8dOvQnBhRR3NRR3Rkue1UOpo { width:33.125rem;height:1.75rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun { display:block; }#pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMQUxn5b18ZPpDurTr2TosqpW8SJbP4u { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh0lxK66Ks70c7aaXW09lwzyDixLFlav { display:block; }#qh0lxK66Ks70c7aaXW09lwzyDixLFlav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyxLvehcPbQ5z8opdW3286Vb8FxTCZ4A { top:6.0625rem;left:0rem;width:14.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7bxUuaZn791beSvUsiteo1KWnzrPDVt { top:11.3125rem;left:0rem;width:14.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWNTVyT4JPGfgWTZRCZXImCaTc9H3lRv { top:6.0625rem;left:15.875rem;width:14.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ODm9M9P6obEV12T34kqn93sTU8XCRC { top:1.3125rem;left:13.5625rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6SILb0ZFFPFmWHHAla1gq2a5Ts02Ral { top:2.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2b6zhWTwbUln7iBA5QIqubclA01O7db { top:2.75rem;left:15.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He5ObS6nlaJIrKaSpzdhi1GAyCDQCfEr { top:1.3125rem;left:0rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbLwTytmUBIAGPs20ugBfOS9B4LCEeyv { top:11.3125rem;left:15.875rem;width:14.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeXJ6GhOvpn1bAGRiwNJ6peD3cVgMUAp { top:1.3125rem;left:29.4375rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcJ8WdNoyx1bAImALlF6Npzxth0GJDq { top:6.0625rem;left:31.75rem;width:14.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWGRtttJsBtXpZT0b5EAhQQTlHKzTRvv { top:11.3125rem;left:31.75rem;width:14.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PCr9Fn94ZVGpSnQmxxwfB8KKGh9QmT { top:2.75rem;left:31.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah { display:block; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkGrOAbHaTbybDhC6feJrosSGXCc37pt { width:33.125rem;height:1.75rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkenMqELrpZCOvTty1wNdTEdPl4KMoZq { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD93U1nrpfE4WzLuX87zKDD9xK32EZMc { top:11rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUOLM0zWbb2UtKZfL6GDTl8M68s3n1c4 { top:20.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoHQAHMqhQKc4gTIJ2vEa18EB0VQ3U8Z { top:19.4375rem;left:0rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKgOmH66iE0A6nNWetvQx46kGizOxV9L { top:24.1875rem;left:0rem;width:14.5625rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOwJRaJrk63tqVOVEgEDLOzrm94M92in { top:24.1875rem;left:13.25rem;width:14.5625rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9VIKcJstkFEoWwXEtCbIotOdLQaaHzU { top:19.4375rem;left:11.375rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCb1BK9T2ddudRLbsr9zPMtwCE8zCIK { top:20.875rem;left:13.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwc6bXencr9TxRg67tu6i8tbtLxO49Xq { top:19.4375rem;left:29.5625rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hla7T5ZtI1TrdJpd6rCw2qc6IqWmh8iA { top:24.1875rem;left:33.1875rem;width:14.5625rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyZGqu1cJsgJPVliTAbh3PmxZIouk3GX { top:20.875rem;left:38.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzu1oSiSy90NAuVRVPGJdptlpIhH4oti { top:29.4375rem;left:0rem;width:14.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Nna6nJNkoWkQzU0ukTnsI4702VFibt { top:29.4375rem;left:13.375rem;width:14.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz00b1UyXOTwZCLKBBWJFsJErQyR7iUK { top:29.4375rem;left:33.5rem;width:14.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc { display:block; }#pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZrmrKqUC3o3voJ3pV2sq8PTXRzs0l14 { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR { display:block; }#SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIX7809Txcbm14lxwF1cB9iBgWFo4g5q { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVvX6dU9wWi163M49hHBezvTVHLHRe6U { display:block; }#qVvX6dU9wWi163M49hHBezvTVHLHRe6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWzCRQdUOpqem73TTlpwQyti0l5IvPfO { top:5.0625rem;left:0.25rem;width:15.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIOCxtHMC6IyRidAlunDWZTvmUc1AyK2 { top:5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixMOs4M5RgZ6BKtKKfdp6dNTd9JH0Hne { top:3.8125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g575Iuy59L0R67h8unr259NJhAMpUgz9 { top:5.0625rem;left:16.125rem;width:15.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esc4lGInCQmAlmD5xnlm7CThZ6HUS2d6 { top:3.8125rem;left:15.875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WULzA0nyCS5ERziWGU9GJq5MO1TWhn { top:5rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlE2sCgSqE20wGRhGZd8WOLyP8VGDr9 { top:5.0625rem;left:32rem;width:15.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGkBv6iPCN7aviMQ63EfpBhzXLO6qtf { top:3.8125rem;left:31.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH9uIL1iZ9wvSsiTOLsFmMZoMdilITZJ { top:5rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl { display:block; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0B3L0ZDUQOw26wz2dts5NHQpKoFh4I { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0a8ML3l2FBdzal8rBHvcazxp5u8iw9 { top:11rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5VyZeBqLdoI0XX1vHswkTkqbXpnNT7E { top:20.875rem;left:32.125rem;width:15.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoPZPTT4vBKoTcdccUBuVH7Fv6C62VQT { top:19.625rem;left:36.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbpcObUzCzDKx1XQ85fgR7Zwsz2JfwV4 { top:20.8125rem;left:37.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7OKUSz6Qwr0W6C1riJXJnQZQ0m1sKiS { top:20.875rem;left:17.4375rem;width:15.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmEUvHFMKrQoUchZOilBz3MzHbk5C6ge { top:19.625rem;left:11.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyJZyTdIn9kk2TDRLuLNRbxJfCJHOmT7 { top:20.8125rem;left:12.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adR5esqTtr80mIFVFpgSFVuWB2Bmh0sm { top:20.875rem;left:0rem;width:15.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBVTSqyEvqoCZsQwdCvucoKJ5abwOgr5 { top:19.625rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4B8WAzfrZqQtF2cDvbd2rwVmlVAIOr { top:20.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqSLIyaBe3NprgAS0cATyeegbnb98bav { display:block; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEahiuantJqrQ7uFFwHaNwRGCESclJeP { display:block; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5zb9LXTd1wyKQArBd1tKfca3Qvis4kx { top:0rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9FJpQrMqvuwEebgJWpoHeob35u4ZdA { width:14.5625rem;height:3.4375rem;top:7.625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgzROxOZaRUH2lIgQn9zmRFGydrqaDv3 { display:block; }
 }@media only screen and (max-width: 763px) { #oqdGCCWT3GywPkQTKaW6KRggOCo762m1 { top:8.9375rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb0o8xbwqodoxq1msEdKdIE09fMNcWC0 { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV3ntZ4aWOdSoMlJ2Run93x16dDXFFpx { top:10.875rem;left:0rem;width:40.3125rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXfOHH26rhhANT7i1aqnngMKsCqIct63 { top:8.875rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efUfDx0W9tN2ZTK1rsTDsBRQCemBGLeD { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 { display:block; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFrHnEQVXbv19RkTcQV2f4V5odPwb63c { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtPQRsyfh9rqBeMllttHauZTfWB2y60 { width:33.125rem;height:1.75rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 { display:block; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpL8DP0VRcE1evNT9wK4ST21s6O5Gi9t { top:2.5rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI { display:block; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lA4pZReiM4Pm9r5nBvEcvKefN9UlNH8M { width:32.3125rem;height:9rem;top:2.625rem;left:15.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNihA3QElBCX3sWbLSN9ozhitMD74eOd { width:32.3125rem;height:4rem;top:12.625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5HQKbqqzdrtF15BQ2NfxUKQT9Wvf2te { width:32.25rem;height:10.0625rem;top:17.625rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NomaSffXEHy2qX4x2xo8Ke9O75DgIviA { width:32.25rem;height:6.0625rem;top:28.6875rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH5aX9dIaN5lylfTuAbXEctZyEX5IHo2 { top:0rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG { display:block; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4VgnmGaHqMSksEJOI85Zaz1e1iplJHs { width:32.3125rem;height:12rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWXUwDe8pT75u6viRveToBN9ZC8rTqOv { width:33.125rem;height:1.75rem;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8BWZ7qwp1cqJKQGeqG6n0gp3DDn3xzm { width:32.3125rem;height:8.0625rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6N1sXG9BG8LiH8sSrmU80q3Pdl5MHT { width:32.25rem;height:8.0625rem;top:25.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLeexHnrHTkPbbf6WS0eMThILa5OvBLi { top:0rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC { display:block; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmJEdZOguWlVVTe0yBC4teT0omK2AggG { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 { display:block; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwoPTqSyMneUeMAKA3sqX56hxBfvFlcR { top:3.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd8mNde00xUCntIBt9O0a47f5UhT1df7 { display:block; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 { display:block; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzAsst2IEuHlbXZ2dWrv4T00vr7bUTWC { width:47.75rem;height:3.5rem;top:6.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcFz7zTABFSAd6pTZrJM3IUyxBfHrnkh { width:42.875rem;height:;top:10.4375rem;left:4.1868495941162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awvlnAr7O7rOgFnGboHg4aIp7NJxAVq2 { width:42.8125rem;height:14.125rem;top:13.9375rem;left:4.2497844696045rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hry4ZbVL5bgDLB90KZQPKdpBGK6xbkqH { width:35.25rem;height:1.75rem;top:3.625rem;left:4.1868495941162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOBqwMchOfPm8AoW8ofNdscgXgSxzZb4 { width:35.0625rem;height:2.4375rem;top:30.3125rem;left:4.2497844696045rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa0MDuE8ENirp8np0NmgwxNhfiLM8iG { width:35.0625rem;height:2.4375rem;top:33.5rem;left:4.2497844696045rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHm3CtvfBqvhnAsphC9VQPUarJbMT0X0 { top:30rem;left:26.000001907349rem;width:9.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfOS7BRVSqb169yTP4QDpwlSZpJZNK4h { top:33.1875rem;left:26.000001907349rem;width:9.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmBwGDSqrApziilfUxyW60aoloCG4MD6 { width:35.0625rem;height:2.4375rem;top:36.75rem;left:4.2497844696045rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3wUVMQliJmzrxqPf4JW5Z1zJtJedFa { top:36.4375rem;left:26.000001907349rem;width:10.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU { display:block; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by9i0AACBZr5GXE7rqUeMbUoDw69oPcF { width:33.125rem;height:1.75rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcGrhLF9WZoTqTlWHgWb4Zl5TBosnkMS { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5VPAJpDNq1EWMdiy3wXQWbMWRSdyma1 { top:11rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGckHp7r9VyaGsyZwcJ723eUxXyuWTu { top:29rem;left:0rem;width:14.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smJMWxTxnMdc6WPkm0kUM2379Ah7vlMt { top:19rem;left:0rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCSOuWTgonJuTNlGImJZE0Pz5ZWwBT8n { top:23.75rem;left:0rem;width:14.5625rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVqlNE3KJZrRE4UOInnH3RTfqsErPOr { top:19rem;left:11.375rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdMqakKkFypqD2o0tzBtN6Gfwt4hsfig { top:23.75rem;left:13.25rem;width:14.5625rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeC3z410kK7HxW6zQ2FgCIaPx6HZwRB8 { top:29rem;left:13.375rem;width:13.8125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXpKfy5IW4V7uwGUHUwTkBLnEolvUWu3 { top:20.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6TZQGJpyOxnrzEZTt1GTBiHUGQuuIR1 { top:20.4375rem;left:13.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1OdelATIRhMm8vNJMzTJSv5SH1bXNgt { top:19rem;left:29.5625rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqetfSfFUNFvsaJkROABxSWxSWKuTh8 { top:23.75rem;left:33.1875rem;width:14.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFFFw8STxcnqB2MDim56nlrUvctUCoc { top:29rem;left:33.5rem;width:14.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLyAaBaUvSNoeUoSzvKbd1L5v2MNsRS4 { top:20.4375rem;left:38.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L { display:block; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbBSWL2RqOpw0SxtyvJABIx4wk7UIoNR { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZBONoo3uB6fDKSX7LrKDmnPLCNDwerp { top:11.125rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4pER03T09gFQiKeI02eCm7codAiSpc { top:19.6875rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esdcHRKl5UbVIrHp0MKBxToZ6GqEMBv5 { top:20.9375rem;left:0rem;width:15.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyk2EVztAWqiKk1Vy9RRG2dQZOXvNVT { top:20.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQco79iM0chI4oZTlSegW1SAfPvJtq9v { top:19.6875rem;left:11.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXPrDFyDQgaWrnpTsd2DFhiZlo76yopz { top:20.875rem;left:12.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn6rmL582QAyi9ekzQzZ9WtOqpgTLgRT { top:20.9375rem;left:17.4375rem;width:15.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvML8hXPAsPtB2pDJTptdBQdNSDy4Rfl { top:19.6875rem;left:36.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsGNuhtZDgTL7kUR64ZtBCwnHAJfcVz6 { top:20.875rem;left:37.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr4fgbl55bXWFBWxs3Ea1GyAccUzsZbF { top:20.9375rem;left:32.125rem;width:15.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT { display:block; }#IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dapfq9pD9sVo8a5TVV097BlXf83cw6UA { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #It3NiPqZyLCoh8wb3BB9FXwmWLAiNxNX { width:33.125rem;height:1.75rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss { display:block; }#lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckxeEoct3XnznSbxFi9WES8o6gI571dK { top:2.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i { display:block; }#rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN0s0pWEXuJ0JtVnFv3Tt40F4OBo1TNA { top:6.125rem;left:0rem;width:14.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQoQEZZo1uMIRPJ7mOhdrmLwElWtRLT { top:11.375rem;left:0rem;width:14.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLcTX7eQer3R6bqDOF43G5tFT0Er7GBB { top:6.125rem;left:15.875rem;width:14.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di63xzpbvQQHvBZly0CWhR8bTtQddJla { top:1.375rem;left:13.5625rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Qp3GlG5RQO93IzcR6ogKzG2yQm2nFA { top:2.8125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2AeF1aywQK0Vu8wpLVbca2THPH1Tax9 { top:2.8125rem;left:15.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcgM3mNMa7a66H4mgSinytz4qJJkLzT4 { top:1.375rem;left:0rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1RG96aIZFerBpwUfLxnix5H1hz2fk1E { top:11.375rem;left:15.875rem;width:14.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxhrNTTJgmRIAJRFRSXBJGVBUJIR8R4m { top:1.375rem;left:29.4375rem;width:18.1875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpTHUNSCti5Unh5zR22HgSD6uCsvg9ld { top:6.125rem;left:31.75rem;width:14.5625rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ8uGTmQZrmeLbSWlR9ObDZhmP7avVtE { top:11.375rem;left:31.75rem;width:14.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egL0a8oFuX9gkJ8kOTVJLzk7J7Ezr7Cm { top:2.8125rem;left:31.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa { display:block; }#uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySr1BBsHcOKosituUFMzT2mdM9GOiDkG { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL { display:block; }#CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCgAIizuvQk6eCoy3W7aEXg89VvIoACU { top:2.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8spDzlZn42yMS9DvgBowIffZt3fcAWf { display:block; }#c8spDzlZn42yMS9DvgBowIffZt3fcAWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpTbg6UDvnv6u6unl7355oyKCCFOOwly { top:5.0625rem;left:0.25rem;width:15.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvLpXquUPSnfl2oNMN7smfCUlpfsZyRO { top:5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRBnolqbeg4ZMcGvdwpJ3PEZhoNTUbxn { top:3.8125rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVeRL7v0kAOHfAoT2xfy0qms915Lvac { top:5.0625rem;left:16.125rem;width:15.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxHwvhvyDhoGzWR4620xO0qpAvBftQdg { top:3.8125rem;left:15.875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIeIMpxgsDhJOFgabx98biA1NUuTdn4a { top:5rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQl1Xme31rm2uGTA5zENV63b4OiW8sd { top:5.0625rem;left:32rem;width:15.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upR9WQoHDFQOqQuNSi8X6HevF8NLmHmB { top:3.8125rem;left:31.75rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2mUq920bzW6O56s18wzGWMbWrfCn53s { top:5rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XItOnw4EevWK5JyflNaU5TzSx8MmKFAr { display:block; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAWCBLQP149vc98KDRD9tyamfmSPGflJ { display:block; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJOwABFQdEKGLvkU42s0H6QTzkmVb3Dd { top:0rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIHxKKnfILRE9tMzE2eJfA2TsNTUQyth { width:14.5625rem;height:3.4375rem;top:7.625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbkcV5CqVabgp44hsTVHqtoFhFBtG0R { display:block; }
 }@media only screen and (max-width: 763px) { #Or9bGArbl7smFeQ4uNrCTDGtATK9cBmN { top:8.9375rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkqbZWc3fohEeyhmO74pw128PKfdykSV { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIh2nv6Amd9nBfKzI9FBzakzFO2O4xz { top:10.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4nCfVF5wF99ptSyP2ytgLv18yvlHJGo { top:8.875rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT { display:block; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUDk8ZHiGTiDUGyix83GwqlONoRmDksS { display:block; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTWp8bq5SCUvFThBJidRl0ROvuGUoW9L { top:3.5625rem;left:0rem;width:37.5rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ6GkaJAdG8XbeuET0kKfBVvIgCtt6zV { top:3.5625rem;left:10.25rem;width:37.5rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU4NpP3m5L5a2scpQT21SIQ427zrZMnt { top:7.8125rem;left:0rem;width:37.5rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmvlB20gUu8lK5AKRlJyAvyAT3MhPZ2X { top:14.625rem;left:0rem;width:37.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvsQOvsPvq1iGI7pbh1UlmUmHAn7fpb5 { top:7.8125rem;left:10.25rem;width:37.5rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOy348ItqQ2hIu3PpEDsGFr9a7Wkg3QV { top:14.625rem;left:10.25rem;width:37.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3rVcekoxblw4TXs6POZ71uWBMN9h7cb { top:19.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfNwMIoMG3Vy5tMbpuxo217oUhZuMWa { top:22rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4phi7oQ20Of5OyW2qlLH2n1Qh4zCKro { top:24.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSfExTFe8O0XSu5cB91svOZRlkfIOVpZ { top:27.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou77RRA30VX6oGTA4XzfyHeN2AdwFBMD { top:30.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN4cyqPfsunMMG9MkFkkMTL4TTw09DhC { top:33.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9R6akCTT4yHf9Dsi1KuwAvMnI84B8R { top:19.1875rem;left:0rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTuC4FFN6vppmcw7eabLcHAsFfIDghnE { top:21.9375rem;left:0rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSHQ3ctk8c69kxkxBlhbPrFG0gudPw1s { top:24.6875rem;left:0rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1O3N6NXs4mn8HGCotApyuDd3K8POLf4 { top:27.5625rem;left:0rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v24BByGauvhqsdIUOp8Q4lewS5dhEQgb { top:30.5rem;left:0rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNMplvEck1sgBw6WIxTVLvNNunzZ3lp7 { top:33.5rem;left:0rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD3kFnJXz1V9ewlC91To3upUNSMmXraI { top:30.5rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WldyCspyMC6bykSkFtKogN1oukLBMDbT { top:33.5rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuKDiIDx7qBBPVmEoJ7zd0rmdUOSBKcc { top:30.4375rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n86CaJU8TPsymD4cgPeETTARTfXhDTJa { top:33.4375rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGpuWDV5OBZRb4GMhzT7zrlZv0OS99F { top:24.6875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sanAWrnOu6cP3lXiIWb0nvSm3T8CHJWE { top:27.5625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tokl31vmGGOWmxXcC2UxRIS2sWt8c9qb { top:24.625rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc3SRmWL0dVT1awsL5TL9t09E14C75k6 { top:27.5rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2a0wIb7cXKoE9oHuDlUfQXMnRZR0QXd { top:19.1875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqULKmBXFgiWupaMcoFi7nLswUdSUQVQ { top:21.9375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai23L2JmB4GVoBoFL8bxvrGaqywX4rDO { top:19.125rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me7vpZSrFQKllly7gTGTkTOuLqRIyNZr { top:21.875rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTHiAMO6TmsMMTrWiD7NJi8U4IIf9hmZ { top:36.375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLznoR23ngf2OdCkPAwXOilnXDV9MMz { top:36.3125rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJmEJMD5H60zml1IyrLOccCDBTO0XEg { display:block; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7Vzm9GhJICMGaBvUDGMt5sAn823mcZ5 { top:5.125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9Vs30i5628fwVO1txe63hFE8eUG60tS { top:14.6875rem;left:0rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpBB2uCHF6FXbk9dq1TRr3Jup5skU7vM { width:12.5rem;height:3.75rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aTTk4Th1PGmyRLLOJChSvnCvTH0kuq { display:block; }
 }@media only screen and (max-width: 763px) { #HdRX2lLiRgdO9Mmtvsa7TNuZNQwNDWLv { top:39.5rem;left:0rem;width:21.25rem;height:;font-size:1.125rem;display:block; }#HdRX2lLiRgdO9Mmtvsa7TNuZNQwNDWLv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
 }@media only screen and (max-width: 763px) { #ouZT662NxQR6gN3kGgaMAu2boMfA99we { top:30.125rem;left:0rem;width:20rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClTTq8cSwaZ6R1yAROny7SQqcE4VeeC { top:19.75rem;left:0rem;width:21.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4luwL8h3xCqKlXlDs5IqqmRNigOPVgk { top:22.875rem;left:0rem;width:21.0625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMofVy60DHcui5TeHNMKn4tpVZt4ovGo { top:37.3125rem;left:0rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBFl6s59Goa9sFmfK7TTeGn4QoupUiL8 { width:33.125rem;height:1.6875rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3CGmhxBHtrz5x0b5qOutb7hcitBfySG { top:28.1875rem;left:0rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtx79a7BpxlUtlpyZnsKh107phbaNChX { top:14.6875rem;left:11.9375rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGyu08xRuaZiRVASM85Pc9gxWtcr6UFU { width:12.5rem;height:3.75rem;top:56.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5p4fEdgdkb4Nn4hQQvXw2qiUqifPasZ { display:block; }
 }@media only screen and (max-width: 763px) { #p9GhRFm61zkSiAq0CVXZd7XnATcAJ2su { top:39.5rem;left:13.250001907349rem;width:21.25rem;height:;font-size:1.125rem;display:block; }#p9GhRFm61zkSiAq0CVXZd7XnATcAJ2su li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
 }@media only screen and (max-width: 763px) { #xQq1lsQT0mfsBCp74CpxrpRQ6QMEBTlJ { top:30.3125rem;left:13.187067031861rem;width:20rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8FKNk61RzbcimaiDadPZ1lZfQu9QVv5 { top:28.375rem;left:13.3125rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8qT9uHFTmVCyN7iFJWcCpNAB4fD4Dwx { top:22.9375rem;left:13.1875rem;width:21.0625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2rgkLy3wBhCwc98lmWnTlVT9b2ND3cS { top:19.75rem;left:13.187067031861rem;width:21.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQrX43XBbe3lO8fKl92QeIFhhlcmkNS { top:14.6875rem;left:24rem;width:23.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMoUOIZdVTq4hvfuKg8MKgROgXCBGC8S { top:39.1875rem;left:26.5rem;width:21.25rem;height:;font-size:1.125rem;display:block; }#iMoUOIZdVTq4hvfuKg8MKgROgXCBGC8S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
 }@media only screen and (max-width: 763px) { #cdcw6vMSKe2lPccKIJNFUEOxcC2fAn2b { top:30.3125rem;left:27.75rem;width:20rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFfv60aGoONCXI07oDsuyk4uZOQfdVOK { top:28.375rem;left:26.5rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7QusVoVWZvsi1N7sBBd4s9RTkJSLRps { top:22.875rem;left:26.6875rem;width:21.0625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqFBEXaLoLTtBEH38OwVnG13Skd5WoA { top:19.75rem;left:26.5rem;width:21.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsK1cMBi6HTdf3m9JHdMAaR07OIF2rrQ { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUqwOzE3dDWko9CmBmcAH4eeQV84txsz { top:13.25rem;left:0rem;width:1.875rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh93mVmHs2NWlTFNdOXNbKJb5B1TDQJp { top:13.25rem;left:22.9375rem;width:1.875rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqp8TaUDBmVXRH3ok4A5ob3ZOp2Gmv3 { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKdfsXwVVmLoJiUTrGSx48aozNtXk7Kg { top:13.25rem;left:45.875rem;width:1.875rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99cWqxWJOsRDN9Do4G30D0RxOkHZpJl { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snGqWJctcvwbKwZf6Scf3UFk125kcZ6q { top:37.3125rem;left:13.250001907349rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfcKbcZs2v9Tl3pVtJvq4lMlTKHa5fr4 { width:12.4375rem;height:3.6875rem;top:56.125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2uTI7IxFGeJ5RFHwHOMyT89xew79RXJ { display:block; }
 }@media only screen and (max-width: 763px) { #MR3JBvc5zgwtT3FHqiX99ThswxMbMssU { top:37.3125rem;left:26.5rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfbxpm0iX6F3Wkm4M7xIZ0laWJpfEzQ4 { top:61.6875rem;left:7.2638874053956rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umKmSBNezLEN1sRFebdfiV1c1bn3LhVx { top:57.5rem;left:0.8125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6BFxt4Ms67zKPa2ubg4i6p6fL0yEzK5 { top:57.5rem;left:26.375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlKdOJp0iJhTqhkfqRP3SScHT41BKpUN { top:57.5rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV { display:block; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPgKzToskzypw0DRTIJmpeDCswQFVsCG { top:17.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wogxGXkECm5mqZhcbLxo1EMhXaHyATkZ { width:33.125rem;height:1.6875rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrrxGpXNMtxmSDLUQf8M3TrOPHVsQCsL { width:15.625rem;height:3.75rem;top:36.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFl1FSaV4JdHoKUEue8hxIq767ZUP6xA { display:block; }
 }@media only screen and (max-width: 763px) { #fHxbgeevXibsBXdvkM0kwotgiPAS1wtk { top:37.9375rem;left:23.125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJaoa0ZxVo9fzWB73TuOu7oE8H6sJPM5 { top:6rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImiVgKtvdmkIqJh1RPeGQVZDE4lefaL4 { top:10.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8oLrlMDxdZxM0uaIDRQ2inRFaWZAEqq { width:33.1875rem;height:17.75rem;top:24.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwiTu69wHSeQoWcTnyNhJTlqMBEMS55 { width:25.6875rem;height:2.25rem;top:27rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r { display:flex;width:18rem;height:5.0625rem;top:27.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #mE2oxhvhdzxzfkUU4Jw669Zgm0zfitU1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #tIrZNTTO08OJBQnIsWSxFwag786KT3N8 {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #M0mmTSE2oI8AaxhomLUUanlkZ2X3Dk4S {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #kcgmF0PyURzfqOr3FBeXOL13kxvqgvOp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #OZtChsOToEPka7UbDXENaozyQgqNVxdF {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #KrFAFHaM68m5DKeTn3KvdrJk8Syotkal {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #bP1ypItCevEUPs9VcBVKWeiF48tpURkm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #TzQtm3B8PS9QlBILQNEARWAOKhXJA7v6 {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #oXvtt0HES960dgbnJP2KMGaZZgDiq8X2 {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #WIDXkozOWyWRcNWNBXl0SyHeDsTr9oX8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #UfCmPhvGT8PUIIJTVzhPwTCiiUzzZXKL {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #tc4ydANI3RHUrhoiWeguitZrPwSIzDNw {  }
 }@media only screen and (max-width: 763px) { #dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp { display:block; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziWaZOePRZxEr00PEXzDgWQhuXq0L8PP { width:33.125rem;height:1.75rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3azdM9J3VGETDLUXJtDKr9pqSiiuzP6 { top:4.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lludOPc8yXR2XTdg8XJVSZhWUVxkCEI1 { top:9.9375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rngJ4Shsfc5IJMosWeZSb002aDLuXqdP { display:block; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi { top:25.25rem;left:0rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ { top:4.375rem;left:11.375rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc { top:25.25rem;left:22.75rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzABTa7TQ3zU3lFTvdnldzNzQQtivJ3k { top:7.125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT53TZRGeewtIqFD8B8LsKKuxHIVSMG { top:12.5625rem;left:0rem;width:20rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtBm2SZ3wbZ239i8bJuUarqCZC5IavR { top:27.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFlxAreonVZPX2QtnpoS5SXUBvDwXmaq { top:6.6875rem;left:13.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzBClIaFFdTEuGoVGa70Ln89KvFNPo3 { top:27.9375rem;left:13.875rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdDPonK6e5eAxOcafcMQQnPGEdVNAxQ4 { top:33.4375rem;left:13.875rem;width:20rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8dyEgSw6FfRzERKFAoyK1k0nSDyHNe2 { top:7.0625rem;left:27.75rem;width:20rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuOg0TelgMbTibxt18nMqiBiT5Vmor9c { top:12.5625rem;left:27.75rem;width:20rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFuOE7PQW6ySkLTbgXy9kosZMhh5Ot { top:27.5rem;left:38.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3oMaZSHAkqsKiRLbkoKE5m4wnNy79eD { top:27.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czMCEC1I5nT46hiZh8xcBc0pxSzkzwJk { top:27.5rem;left:38.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yefUM4zp6v7MWSDecDtsNlea4FSECnrN { top:6.75rem;left:13.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpTkrtd0z2lZfx6FR021Te8eeeZbo4Lr { display:none; }
 }@media only screen and (max-width: 763px) { #oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx { display:block; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t { display:block; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3lxC0eGRxl0Wc6Hu6CldZOeokD1Auqm { top:5.375rem;left:10.25rem;width:37.5rem;height:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqvxIyRCgFrTCqlwW1uBP04UAwam2f37 { top:15.5rem;left:10.25rem;width:37.5rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5WnP09zIJOSHW9c5xEDRdMGvhCENlIX { width:33.125rem;height:1.75rem;top:2.9375rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVfVyFJXZoWBGtDNiZTbp8t5BE5yvlrt { top:35.8125rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GthuTJDFfcHAo5iCQk19FniWCiJ4PL7X { top:32.9375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4gTxGp5Qrh9CqQ6pazSgZ75VUXy2Gp { top:32.875rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuCahznHATEoAeX3krDUrovK2ne2SXhf { top:35.75rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXSqtx3zGwiNx2ZRmHTy1fxd4CAlzMp6 { top:29.9375rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4okULTQR0DWf6zuCqovkgkCBiGwRwh2 { top:29.875rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9g4qHMpyUN2a1iXHDReczouDQ7N0vF { top:27rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVDDrmmiQvn78qn2RKwMuoJHC3ubffPd { top:26.9375rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJuXIoS6Ty8VlZ7DcOdScm4f0HMqNxAA { top:38.8125rem;left:12.75rem;width:35rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h95Tx5eghN4BpTwckpwTekpPcZXbaFPJ { top:38.875rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0l72MEJt0cXRZ9QN7zE2ulfgRXEtpW { top:10.625rem;left:0rem;width:33.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MQDFdSaUhfLlWC4MP3qrI6w9InFers { display:none; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cEwPDa32CakpT6buUVMvxMn9k6aAVohx { display:block; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2QMtX2GkRU9nGEXVDmy4PpFTvhZo7OG { width:33.125rem;height:1.75rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSq66kvH7vlpW22p6F8xxMMkOaP6iBP6 { top:5.0625rem;left:0rem;width:37.5rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zws27t6sEgasbwSRlr9IARq1XCEdT1e0 { top:12.625rem;left:0rem;width:32.3125rem;height:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW { display:block; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgC4N1Gqaqlf952QuGv8Ua9eQ7svg78e { width:27.75rem;height:17.1875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7UQvSRuy0MS5Xg4iNxwS0dTeoNWEDzg { top:5.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXmaTV95TgBeepk5EkxdTouQUw2IeLmF { top:6.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMlb6sqFhqzE3ulqKraT5zeVl7TehlKN { top:6.5rem;left:0rem;width:19.4375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNEBc8BSB8kFXtlRSVoC3ahsGxsTF79S { top:11.4375rem;left:0rem;width:24.4375rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkP8uFBA0duQxUryWgqvg3kE3RCFZMrQ { width:27.75rem;height:17.1875rem;top:3.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbeZo30qP8FPnGUKMuCh1affrNak4dS4 { top:11.4375rem;left:23.3125rem;width:24.4375rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3RXNgM9HPzVkwHLCzUGx2CMS3lUQ1E { top:5.5625rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f17J4c3upBVm8IZ24rkaonRhfkFn8UsE { top:6.5rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLO4wvVhG2SlgxvPb9HJW735uWnQVIPP { top:6.5rem;left:23.875rem;width:19.4375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G85qWVSuTO6mPtGltuaxtsDf1aTDRisc { display:block; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBSLuHtfSt5q6blxUKmsh0gDEUVTKbA3 { width:27.75rem;height:17.1875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlOIFAdNX62wUF4JTtEFS989wqfOTxgP { top:11.4375rem;left:0rem;width:24.4375rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfEJdTkC5KDGXBJFEQUy0G1lnHXTzttG { top:5.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTu2eT9kIV0trxICfrC2ctERao7hG8p { top:6.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsThfsQk504Uy66p1WycrmWvES3CXmzy { top:6.5rem;left:0rem;width:19.4375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VST46BPIonttdU8oebrgOGsGZgSvu9kD { width:27.75rem;height:17.1875rem;top:3.9375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZo8hmdvZNnUXagdsdaJPB9IUkQFWDZ { top:11.4375rem;left:23.3125rem;width:24.4375rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2sgVdizRZ6NH0pTW6tHD39VLW85vskT { top:6.5rem;left:23.875rem;width:19.4375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r80M8kAU5nQUhzbED1A9pRpbNzra7khu { top:5.5625rem;left:23.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1h8GKQobGK18KhG2hkHoBaISR7dNS7 { top:6.5rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS { display:block; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVniweCmTO0WdoR3c9kklNKHwNbHR8K8 { width:33.125rem;height:1.6875rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCf47knQHvrcH1VCqgUD23g9kkVcq3O0 { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOf1o8HkQmrhrxEasXicq7TurFh7RyT { display:block; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hy0DTKg8hgySifnCGRMdRbLadEUiFluf { top:0rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX { display:block; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0tFVoLnO52HodOxeJtLt6XTx46elGgk { width:33.125rem;height:1.75rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeDEEt7kPSvUwkuRlXW5rlPW4ToDq8zN { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC { display:block; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbV34DNBvhC9IyKkOG02RAS3MTlGDTDK { top:14.3125rem;left:6.75rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y51p6MU0eSZkBVmh7ZTbG5RhQTezJ3nt { top:7.9375rem;left:6.75rem;width:25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvq0yfQnti4NFGxdLEL4Z0C2ZuN5I8o3 { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqba89BwqFx3eaoogTCGrZ6DVpHtuR4V { top:13.75rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ6VxW4OJlk5BaFuLQQH1bbTUc3pz2i7 { top:13.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcaniOaPtw04DWlKzOc28QTJJBW86Iii { top:14.3125rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpwCgX43yM4bOE6FkTQIMuGErCDac3Tw { top:8rem;left:0rem;width:25rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUk5ANs8UZvcGxXKgS3mLkzNG1supbmS { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V54iuHd23gSBZm5ettCgvnWWJHl7m0dF { top:13.75rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLtciD6XqKTuiGF6IUZ4nEU8DUtsBXhf { top:14.3125rem;left:22.625rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrqsT4O5UI33TxAn0hx99TVGUXDPm87K { top:7.9375rem;left:22.625rem;width:25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWL8hPIL8VGyQSoh4MTuNu2eJh3F6fpk { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOt935q5A2c09kOUTe4WrH568LfWNc2h { top:13.75rem;left:46.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEkXKhw9wdcyM2N45gAkCipJ0indp980 { top:4.375rem;left:0rem;width:1.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfUKr4JTOSFUK59b7uJ3Jw0GfMnfLmyT { top:4.375rem;left:15.875rem;width:1.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie5oIg9cR3hbE1z4cwEaO39oLZW3iJhD { top:4.375rem;left:31.75rem;width:1.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 { display:block; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itmlyTALPCmDNAlKkqDAt4nEDzNQc4Uv { top:14.3125rem;left:6.75rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxySl5Cyt4BkyTwzkFxyrxN1d3AF8ezk { top:7.9375rem;left:10.5rem;width:21.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6TFFTd5hlQDmBOydEC1MKFQ4ptPpEaM { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnhQrlUDMBpIeeLLl1BV2ZEsb5MwCGIT { top:13.75rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOSnwLU1VrtECkUOUrdssRK5ZiXcrubD { top:14.3125rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEzOpTD1wieEXhaMNL1umE4u6or9oKK8 { top:7.9375rem;left:0rem;width:25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClfHw0HEmeS6v3459Ch4OdSIJOwAvDnk { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6VvHPzkSnirERtNg65kx0uC7Dl5IOn { top:13.75rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egvXiLkd9TpTnmwu38Rg3orehnb7pies { top:14.3125rem;left:22.625rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiSBQt8hwCtuMvzEfSEGuyBmweqKRS30 { top:7.9375rem;left:22.625rem;width:25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiVaTnbzK3Z1X2CoEEMxQhOcJNwywKhP { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag2Tyy24hTofQ1u84kEC1cZ50RaO3Igr { top:13.75rem;left:46.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taW5SyIaWuiGvzehtbTuvNCIUbZxGwhU { top:4.375rem;left:0rem;width:1.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJscBDX14tnFK1OkW4yqaxuhS5Xtk4lI { top:4.375rem;left:15.875rem;width:1.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8mxpeWlgIgng5kACr74OuzslrOzFnEv { top:4.375rem;left:31.75rem;width:1.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQFM5z6cyUFumATqJ0X0VThFy7p9qsH { display:block; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIMmZcqscrsCcb2g6w1xQPEHmG3MAcyq { top:13.6875rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJs1eZZJOVnu3HwhtRU8Qlzf84HnJlv4 { top:14.3125rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJRFxFNneKSMLC0tfmoZB3pxaUTWpblE { top:7.9375rem;left:0rem;width:25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeIHwN5O9SUXw7q6RWHtyGz2wTq1WiAa { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpRP5oA6pGlervLFoAyN4XZlIdA7Z7bH { top:4.375rem;left:0rem;width:1.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K { display:block; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8DpBafKcJhfXdTgBPfC91dtBZDHTQe2 { width:33.125rem;height:1.6875rem;top:2.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf3BNa9iD5KzBSlkgNl8f0wzaNER9aU9 { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 { display:block; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #DpDnNPeZh0IbkkCDyvVQ53H36G6Cbclw {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #aQZQikPkqd9Sm3RL033Xd8FEmrpTpG5f {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #d7uAKDetea7fBXnaUNHkPhWW3k5kTTqu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #k0i33uAmxyn9BvcZ2xb5Pcy4GebrRJVK {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #COOnFfmxPtsfXvIXJ3QhgBzgQLRVeXVt {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Bp8ftR5TTDumDE7BPJGRteKOklnSTkT4 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #iiE8zOUGmE3PkHMUFxaZTcwkb0pLEnSR {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #sLHHwuQJr5zggG5TiqqAuBog5S7Inx74 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #UobXXZBSXWPdscdZ6EJWdAbt2ZR7m0vr {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #VHwFPIfSnQUgtEitQpeTifXflmfKlfER {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #mDPO2MyE9G1OJvW4yIPEc6DGuJ2L6VVz {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #B5xi4Mmg5TK5A8FhpgZ7OOmJCR2FGpzX {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #sFayPBKiEawwBUCGhgvhaFnwI7r7LzTN {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #zIxxTBLRnmOLvPqbkuSOLLTE2sQCJFrs {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #m7PSGclT7y0VipBizD4h0HJwp06MTJht {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #QKn2w8E0yIwyxSSuHhvQ9O2ObnU9gb3A {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #dc60gUwIXKhZo3BTJIa2Dp2fwCKwBnwT {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #f7k89BNc0TFcc6uK2l67mc3iZe0T5TSu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #krwFAmqubLVqDNPXH57gJgHM4IzZ0FoP {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #gv7TER2q8SJ45AgTJgNe08915fFbT8FO {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #W89LQNUtmEza1CnZabu1dyPSVcUWqCLx {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ES4QWhSm94k5hR6ofDfAeg4iFJ2mDnKu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #W7KdNneuBHWJA0oDKRuBVbFD2w3tTz3f {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TbM99JVm73d3X9nHK6eJZlibNSad9Thl {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #RTbl8Ev131GIhwrp4lzKy1ZqOIPuQ5PH {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #SmZeWzmqERZMwDv6QoAJsXoiftDCMQQ7 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #xDTLP6fL0cv4FsW7O2LWbCKJgsA1MC8o {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Pg9SEN727zSG94tOBehBdk3fZC0QeFZC {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #RDwTasMq5ggJaKOLx3b08ZFc4T0wdZ38 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #rWwBJC5fAitH4CNZD3JeovBp6K8yfPp9 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #MuOxL3HR3NnghTLMrSm5WzIdkGRgvAgT {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #dmlpq45hBHLZXvoFF2fGBmoCVIiEbc1T {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #A3bHXoD05fQorQEmAFaJmomUiNeDOr6T {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #wOLJWpwmSkIkvBEoTB3GeJ4mQz2d1T1M {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #vUtPK5aPuWorTKw3DaGyRdhn2nmyCHT1 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #NGvoIqGTxVo2D27ZvFkTSGpcEvtRyOZV {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #GuIBZp83G3ZdgWVbLBQKT2tZeD4E18B7 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #vfJNur5sRN6t9C4BLzRUaoynNwDi0EsK {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #F9wSIFVBuG31ngxOgQLWesW8Qdvecb4c {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TmVDENFGO4XzNRiD7woDTd5CdZbNg7Fv {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #cb34et7d9D3qKONtDKGvxtLDuUbmUnkR {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #UbcQD2tIv7sHxNeXulol5hiixENAHVpu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #iwz1hH5CE33HO1hNcCJyctmstQQLk8IC {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #o2Ma0DSzlDwrgbnHgABMHDtzLg7sOpiK {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #IISaig1t2hGv1kmdqlTES9qAI6UifuwZ {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TgTflBUst8koSCznUoaM4y6825OP4klg {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #wQa7voMf38KXnDtT0r4zcIgmf8qdzdR5 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ccxNMTt5wMOPU7ADwP13RefTuNMJQCwE {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Zp6iC8SbnTXIBtSwFVrRcFn4GcLAdqr8 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #S884o0oTeEzJgrFuTo7Kp3ITuqMKUp76 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #WTIaupxHz603hXcACqNyXNbFw3eqvNiX {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Cs2KsaIbeTn7EQrJTgcwLR9Jb98sCTzV {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #CpNwAKKJPsVuSaWAE8TGdmixoKZ6sarA {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ntHya5qLscwwOQRVL2tggRPGXazVq84J {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #mnvcRtP3hL7fxFJwDfSrVxyBMyTLGvmN {  }
 }@media only screen and (max-width: 763px) { #nbLE2KE7vaLybg5NCO0sHlssImEvBIbG { display:block; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy { display:block; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7TIJ0lsP1zeJRzp6bfAuXFHIPyUp70H { top:0rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6NMIFlPUg4KAQzZNBHV8i9bQbDhETCD { width:14.5625rem;height:3.4375rem;top:7.625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpbduaPGWbsa5lD7Q3HPlDqGUsotttDP { display:block; }
 }@media only screen and (max-width: 763px) { #A8Qb4TTcnVNwZALPeultfidp0gfIkLHL { top:8.875rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzGUmaZ5LCshWMdeoxuXfFfWMHpBIpDU { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHudhhWOZKXue7VHfPAQtuWPqqNVlTV4 { top:10.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2X3zFqVgifq239EKeto1meVi3VvXkLT { width:20rem;height:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 { display:block; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd { display:block; }#FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTUPQl8UelBl8CigwSiTG74VToDbh7et { top:2.625rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf { display:block; }#gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcBmrfgJOCwCUwM8u7smiiLMgP6AxQlS { top:2.625rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N { display:block; }#ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnbDC7uv9hSwNkI9H8aPaS4ukyD1REm3 { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2TSsGGPkh5mKkGpNmFopwyxI3gfb5Ql { top:10.625rem;left:0rem;width:47.75rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqs2i3RR0qwygFT0fZHevTIWhPrwJJft { display:block; }#xqs2i3RR0qwygFT0fZHevTIWhPrwJJft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIP34Lgtvtbrt9FpJThAaHEUEPR5i2rb { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IWgFBA6OngvmM6Dp67lSgpCnMChddU { top:5.1875rem;left:0rem;width:47.75rem;height:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs { display:block; }#TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqeqVgsWkLCxDne1TA6LIS7ay6xQlcUQ { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtEwnIC72FLvv3pEEcb55r33Q62WiQMk { top:5.1875rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0AuSss81xAp79AZeesQZG6TNRtrIXTr { display:block; }#a0AuSss81xAp79AZeesQZG6TNRtrIXTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Df0ZPrySNbS125U2Xgmzh9rTVVTxhxdB { width:22.8125rem;height:2.875rem;top:0.9375rem;left:24.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOwZgeaGgAx2T39wetSpBbnh3O2l8lM { top:5.1875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG { display:block; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCBthCuV9yiVK120ZLdDVKESs4k1Ppe4 { top:3.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sByfsZdoc9bG5NCHXURTiKMmNELdTOSx { top:9.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNephip2xhI69TThRhF8vHACmg2ZXIkS { top:6.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGfgwZJzIxMi6DZkHRUZ3qyyhe87D3eV { width:11.375rem;height:2.5625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5w8FTQOoAqapiiPKEm3lRPuw7qlAtRA { display:block; }
 }@media only screen and (max-width: 763px) { #mlKPXragrD4Je5rN6F95hi4AdDa7T96C { width:10.4375rem;height:2.5625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJUG0D7OmApKRSys4N1xHDboONXB5Ss8 { display:block; }
 }@media only screen and (max-width: 763px) { #kK0D2Nxz5LCMakyMMFJ1MEAc4VVveHTp { width:9.6875rem;height:2.5625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oUeEHCONrZQdM2W9fz4KMCT1eoSMQe { display:block; }
 }@media only screen and (max-width: 763px) { #GpsTsD5S5akpTb9Qa3JHry1zRIgwmXSu { top:14.6875rem;left:0rem;width:12.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1mFf1ZzfWXEvoDBJGitUfX3EDNQbgSV { top:3.1875rem;left:5.3720703125rem;width:17.375rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y00SSTC0h3ny8bIrIrGolV2UeHTb9ypZ { top:3.25rem;left:24.3720703125rem;width:19.6875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTT3H7BpqXz6HtqdF4isKC81rNo2ZKLv { top:3.1875rem;left:28.375rem;width:19.375rem;height:8.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhTB24usNM2dOdu7gAL5alITi7MuKF2q { top:13rem;left:36.125rem;width:11.625rem;height:4.5378840877365rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 { position:relative;z-index:auto;display:block; }#v4pUG3heFO7T5X4DRB8CPdAnTWP1Vie3 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWtWJbA2CwTH5tQTReNVme4nL59poF8L { width:11.8125rem;height:2.4375rem;top:8.53125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2yTcQQrzKZroP68HyubzZoiPn7wckMV { display:block; }
 }@media only screen and (max-width: 763px) { #Py0aiu5cEtJaMJ6EGu5CtMB8DxOdipGq { width:9.9375rem;height:2.625rem;top:6rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7z2AK3DIV1TgDJgGkSkTzhAZhlHELUG { display:block; }
 }@media only screen and (max-width: 763px) { #f55yLF0sU0q5utUHvLD3E2kKKbqFNv4s { width:10.75rem;height:2.625rem;top:3.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #boqSZTXZa7Klk0Mnq5PsINq7grzMQApP { display:block; }
 }@media only screen and (max-width: 763px) { #o3KRf4E3zKEpizcsudok56zsPqbPNrq5 { width:10.75rem;height:2.625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tdEwfbq0RMpc1FTFIE7mWrSv5tU5xgiL { width:1.875rem;height:1.875rem;top:8.8125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeMGSUG1oTPWRK6Z7FkQVAh4rqNda5BM { width:1.875rem;height:1.875rem;top:3.8125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #muAgCcsEVIoaPR5IUTizzgcD6nZagIlc { width:1.875rem;height:1.875rem;top:6.375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCMkyBqFJPTghkod3fr271KvHXT4TTzw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3b2f0019-5c38-4874-9ebd-41329cc60666/headermobile.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw.adaptive-delivery-prevent-bg, #VCMkyBqFJPTghkod3fr271KvHXT4TTzw.lazyload, #VCMkyBqFJPTghkod3fr271KvHXT4TTzw.lazyloading { background-image: none; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row .container { background-color: transparent; background-image: none; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row .container > .video-iframe-container { display: none; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row > .video-iframe-container { display: none; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .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); }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row .container { border-width: 0; border-radius: 0; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCMkyBqFJPTghkod3fr271KvHXT4TTzw > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01887a0d-24a9-43ab-9940-78959bf0bf01/headermobilepiktogramy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:40.125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx4CaThkAaOmBJFKhXVBO9ZDmFaLaaw { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:20rem;height:3.148875rem;top:8.6103515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH { width:20rem;height:8.75rem;top:30.5rem;left:0rem;background-color:#1d3a5f;background-image:url("https://images.assets-landingi.com/uc/d571f5c9-4802-48ca-82bb-30bc47e5afb1/formokregimobile1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH.adaptive-delivery-prevent-bg, #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH.lazyload, #T7hsvR49m6SKxTIWNbW1hWbtJnSpy7bH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Eo7GWgIbTBvbeqThSK1NQIgDhaXsJlgL { width:17.75rem;height:2.0996125rem;top:32.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #zbWUA6hULTTH5r1DgJAfTq0mLQAatCi2 { width:16.3125rem;height:5.4003875rem;top:34.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfGEKdZaOQUvxpssDhl99AhLl3iOEbOS { width:2.1875rem;height:2.1875rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTUVwoiifN1kvWfpnI1oJ4bwnqLHOJs2 { width:2.1875rem;height:2.1875rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzyolxRfco5FF77nFzpimtO908aMHEuA { width:2.1875rem;height:2.1875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJeKyeHn7OerfhrvtQiW1lVeMBvmy9C { width:2.1875rem;height:2.1875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMPF2GyNPDVoWitrprXTznLdKL3gEur { width:2.1875rem;height:2.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5fXHSFkATlbuP8PAmt259OJOM8T7b6i { width:17.125rem;height:2.79948125rem;top:12.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #umM6PLsZZr5mbeCmGFfXkb4xTCRgz4BB { width:17.1875rem;height:2.79948125rem;top:16.375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mKEUnVdoosHwksqcZLaHT5eOWIoXNC8Q { width:17.1875rem;height:1.3997375rem;top:20.4375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GhdlmVFPOWL5B6r1pA7qu4R1ey9hi92K { width:17.1875rem;height:2.79948125rem;top:23.380859375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SPoMIMeUTWXdRZ6HGcmRvGvVv97p97UE { width:17.1875rem;height:2.79948125rem;top:26.818359375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cEZchfgZmp1GyKZCElDdotaBNPikME3P { width:0.9375rem;height:0.9375rem;top:13.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFbfnaTS2em2MDqb2xf98QD9zzvMIew { width:0.9375rem;height:0.9375rem;top:17.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0SdO3iRwS4VITZaqp8QBhZ8EDhiLXJ7 { width:0.9375rem;height:0.9375rem;top:20.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckDNtyEpsTerdqTmBL2pIp8h4MLis2u { width:0.9375rem;height:0.9375rem;top:27.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLJLzDsiw5L8AfqOWMSTMTsaqxTnrc0J { width:0.9375rem;height:0.9375rem;top:24.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL5msV7JcHPDZkcZJ7lyMq981Kl7G94F { top:31.375rem;left:0rem;width:20rem;height:8.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/e1dffb85-28b1-48de-b37e-399813ee8cbc/rozliczamymobile31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D.adaptive-delivery-prevent-bg, #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D.lazyload, #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D.lazyloading { background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:20rem;height:23.75rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-text {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-select {padding-top: 0; padding-bottom: 0;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;font-size:1.125rem;overflow:hidden; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup  { width:17.5rem;height:auto;top:0rem;left:0rem;z-index:14999; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup {display:block;}#U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup { width:17.5rem;height:auto;top:0rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #InpidT5pHiafT3RnyOu5AhMEUrvROszs {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #t4JLOs6XwZxVoCFl2W1B20RZ5glxwZlx { display:none; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ETVlAfCHcEWPvW6i9oSruaPFZrOzOMdG {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #J08T2MErgfoUbkMf03UpQ7c0n8Ac8FBk {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MGnLFedM3T525s8U7aDLAR4XLODPsLuL { display:none; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JKp3Mc1sh3rzSxi0CyVfNNoXM0yVpmlG {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #mKKDGQnGGy5mf7ORJGmvvLunEfLKFsEb {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #yPdf0VW9ws0yLwUm4m7bXCOVezLUyv5Q { display:none; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #JmmxP0IrWX1xHTfvffNGEQPJTeb0xNcI {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #HhVx8zkUz766AOTn7BTuMbWBvJCFGgZV {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #MEOZ0vVJQsm3dmpRSm7gtmnNbyUeiKwy {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #foGcHvHpfI09XkmhmtzTkCmW0QEVPfba {  }
 }@media only screen and (max-width: 763px) { #ZMEthd3M0d9q9kax1XPJGE9h9moWPCuZ { display:block; }
 }@media only screen and (max-width: 763px) { #TCeqzTVsa5H61rGMI2s2cZpARWdAXHak { display:block; }
 }@media only screen and (max-width: 763px) { #TdVM7AtgAg4UOgZLMhg4Rf5Aa6xxAyUX { display:block; }
 }@media only screen and (max-width: 763px) { #nL11U3rCtOIBBf1zwBIk237idr1ixXqQ { display:block; }
 }@media only screen and (max-width: 763px) { #PxTgzhQx96br4iIyKNqsCTpp2TliBEDp { display:block; }
 }@media only screen and (max-width: 763px) { #MzHSZRtkI2hfJmowmo85rytgA4sDCTB4 { display:block; }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #sQ17wfyd2BBB8BMAcxyknLhicmlE7LTt {  }
 }@media only screen and (max-width: 763px) { #U7NHsG2DOgqVqAuaoFREC7zhqGrE8iup #ZwLWBTXd0rJrWz5yAZFv3nwzLd8Var1U {  }
 }@media only screen and (max-width: 763px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:17.9375rem;height:5.3994125rem;top:25.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpwplJ2fGlT2SXnlpIyRmy0M4MJwLPV4 { width:16.875rem;height:2.699225rem;top:36.3125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XydiQqR1sd6rdbMD6hF05bBge70V71ce { width:13.6748125rem;height:3.36230625rem;top:55.3681640625rem;left:3.162109375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLZhWZ8On8nMBVd16pNWd7DMrTtceag { display:block; }
 }@media only screen and (max-width: 763px) { #oXp6X5ewlfpx6xPLA4sdW25SE6Ie1cct { width:2.1875rem;height:2.1875rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgoloa95Nk1E7TdTEMCNeHLReuTi69xb { width:16.875rem;height:2.699225rem;top:40rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz9IqxepyiJcRHdbAhiWsMGENctQPPoy { width:2.1875rem;height:2.1875rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9sA3JFKE4pcxT0uGARpRb5yEQwAvDU0 { width:16.875rem;height:2.69921875rem;top:32.5rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhUCKlevE6TiXucXy8J4v0GTQZPPQFN2 { width:2.1875rem;height:2.1875rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG0AeACIMi1yiRqPIPgRywkuyQG2xr2E { width:16.875rem;height:2.699225rem;top:43.6875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2uA1cZFXOzHW2xrfkMQ0dbcIC9sAfF { width:2.1875rem;height:2.1875rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEtpBdAHAIgFrePTWBGqCmesbkUKlCHM { width:16.875rem;height:1.3496125rem;top:48.0439453125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unBOJRRsQA3yLtlt1BQECBLUrGVD25h7 { width:2.1875rem;height:2.1875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4tcisMaQyLa3CPN5dFfBMWr6P0EiTLH { width:16.875rem;height:2.69965rem;top:50.875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGSdBxaq0kqcpsJXVTUrxHdPBIV3gsZv { width:2.1875rem;height:2.1875rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nARO3lFQHgTzMJfWouS9hiD2eOBbZSip { display:flex;width:1.125rem;height:1.125rem;top:19.98046875rem;left:14.21875rem; }
 }@media only screen and (max-width: 763px) { #pynSRKqugqId4pouyORFQNIv1qa0FaXV { width:0.9375rem;height:0.9375rem;top:33.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWLUoo44OQaUIGLIQdBblwM8nK43sVBS { width:0.9375rem;height:0.9375rem;top:37.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwW5i8LQh0vBlACnlme6PyiQDIqHGm4R { width:0.9375rem;height:0.9375rem;top:44.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5U7oCWV2WbAMWqTB954PGuFfWRGd29e { width:0.9375rem;height:0.9375rem;top:40.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Op7UpMyv30a13Li1C3T7eSnhpcSl79 { width:0.9375rem;height:0.9375rem;top:51.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7cCKdy3FCkA6mmSpTSlpKKoFR04RVpX { width:0.9375rem;height:0.9375rem;top:48.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Einp1nxqlOysA64yQxIKShhifB7oKXRg { display:flex;width:1.125rem;height:1.125rem;top:56.486328125rem;left:14.59375rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #KTs1KIQMaCh3ykPeHvPCpsL1NpQV6TWd { top:0rem;left:0rem;width:20rem;height:8.75rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTBKbUPMsBQDTMiTKQmHdba7doHafVvM { width:20rem;height:18.85rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaI6gEZz8tizcFmPX8ucDGV358lPz8ru { display:block; }#XaI6gEZz8tizcFmPX8ucDGV358lPz8ru > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9JUQpgiCgpIhv4TwDdEP6s5WbAo6XM8 { width:18rem;height:3.5996125rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m4HH1FoEcBQKuP06PAxAy7SmJkmO9Nuq { width:20rem;height:7.19925rem;top:22.046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Tkge543w21qbTM1QnM6f63mg1BV3zpIZ { width:13.6875rem;height:3.4375rem;top:31.8125rem;left:3.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cph7FVRkwSbHTleRK0cwg8h2hmDEsNLT { display:block; }
 }@media only screen and (max-width: 763px) { #zPlbVIUtJnqTPWCHnXwvAWRBB37TavaT { display:flex;width:1.125rem;height:1.125rem;top:32.5rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #PGNgUUIbuzNEaPgEocsTrSi3f24mSp9X { width:14.5625rem;height:3.4375rem;top:31.3125rem;left:2.75rem;font-size:1.125rem;background-color:#007bff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kly5fiTE0TEyWN6iHg5obTN754HRlUVw { display:block; }
 }@media only screen and (max-width: 763px) { #M5PV1R7JZugwKnncuCPvpqmH6keX2VoB { width:20rem;height:10.6875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89ffbdd6-cc2f-4a63-b867-5d90626d9fe4/rozliczeniewobukrajachmobile.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o.adaptive-delivery-prevent-bg, #Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o.lazyload, #Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o.lazyloading { background-image: none; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row .container { background-color: transparent; background-image: none; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row .container > .video-iframe-container { display: none; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row > .video-iframe-container { display: none; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .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); }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row .container { border-width: 0; border-radius: 0; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fw6e4o4G6LpmeNOrDt0zsuMaLFVaNS8o > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm { background-color:#f7f4f2;background-image:none;display:block; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container { background-color: transparent; background-image: none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container > .video-iframe-container { display: none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row > .video-iframe-container { display: none; }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .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); }#dTPEQZtM0WHlBR7AmFnQEviNGETFiRAm > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C625S9lndwXNCUsmQxEXmd9O7U2QTPG8 { width:20rem;height:5.3994125rem;top:3.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAaSsZ3NfNExEK6uKd1e4Ggr61W2L0qy { width:20rem;height:5.3994125rem;top:9.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M37h8F5WvtftdBq5RgoSnod3hATxWFa4 { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDcubSDwX8n34emyuzM69ZpDcB0yAg5V { width:20rem;height:5.4003875rem;top:15.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XkS4CCn3raiHMPzm6Ir0KqkuizHVDdCB { width:20rem;height:8.999025rem;top:21.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wFviszTu7x31CfzcVhOCLCeTv1OZTkJq { width:20rem;height:7.19925rem;top:31.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm { display:none; }#BVo4XiQwaHGlamiOR20VV54xHnwp9Mgm > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xAKSpAGuN1JFGeWTQ7RdG7DygdRvKmvF { width:20rem;height:0;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaT5dcfc8dOvQnBhRR3NRR3Rkue1UOpo { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun { display:none; }#pyQoqNLXluiQgWmTL9xTTyGy3sqH4iun > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZMQUxn5b18ZPpDurTr2TosqpW8SJbP4u { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qh0lxK66Ks70c7aaXW09lwzyDixLFlav { display:none; }#qh0lxK66Ks70c7aaXW09lwzyDixLFlav > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eyxLvehcPbQ5z8opdW3286Vb8FxTCZ4A { width:14.5625rem;height:1.9375rem;top:6rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7bxUuaZn791beSvUsiteo1KWnzrPDVt { width:11.0625rem;height:6rem;top:11.25rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWNTVyT4JPGfgWTZRCZXImCaTc9H3lRv { width:14.5625rem;height:1.9375rem;top:23.3125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ODm9M9P6obEV12T34kqn93sTU8XCRC { width:18.25rem;height:20.1875rem;top:18.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6SILb0ZFFPFmWHHAla1gq2a5Ts02Ral { display:flex;width:2.8125rem;height:2.8125rem;top:2.6875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #f2b6zhWTwbUln7iBA5QIqubclA01O7db { display:flex;width:2.8125rem;height:2.8125rem;top:20rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #He5ObS6nlaJIrKaSpzdhi1GAyCDQCfEr { width:18.1875rem;height:16.0625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbLwTytmUBIAGPs20ugBfOS9B4LCEeyv { width:14.25rem;height:0;top:28.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeXJ6GhOvpn1bAGRiwNJ6peD3cVgMUAp { width:18.1875rem;height:16.0625rem;top:40rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcJ8WdNoyx1bAImALlF6Npzxth0GJDq { width:14.5625rem;height:0;top:44.75rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWGRtttJsBtXpZT0b5EAhQQTlHKzTRvv { width:14.25rem;height:0;top:50rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PCr9Fn94ZVGpSnQmxxwfB8KKGh9QmT { display:flex;width:2.8125rem;height:2.8125rem;top:41.4375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah { display:block; }#O5P6mvEfoWN1iaa2RoUXmbOXmqpWXSah > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkGrOAbHaTbybDhC6feJrosSGXCc37pt { width:20rem;height:1.5744375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XkenMqELrpZCOvTty1wNdTEdPl4KMoZq { width:20rem;height:5.3994125rem;top:3.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD93U1nrpfE4WzLuX87zKDD9xK32EZMc { width:20rem;height:10.7988125rem;top:9.2841796875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUOLM0zWbb2UtKZfL6GDTl8M68s3n1c4 { display:flex;width:2.8125rem;height:2.8125rem;top:23.5625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #yoHQAHMqhQKc4gTIJ2vEa18EB0VQ3U8Z { width:18.1875rem;height:16.0625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKgOmH66iE0A6nNWetvQx46kGizOxV9L { width:14.5625rem;height:3.8496125rem;top:27.0625rem;left:1.8125rem;font-size:1.375rem;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; }
 }@media only screen and (max-width: 763px) { #eOwJRaJrk63tqVOVEgEDLOzrm94M92in { width:14.5625rem;height:3.8496125rem;top:44.8125rem;left:1.8125rem;font-size:1.375rem;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; }
 }@media only screen and (max-width: 763px) { #o9VIKcJstkFEoWwXEtCbIotOdLQaaHzU { width:18.1875rem;height:16.0625rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCb1BK9T2ddudRLbsr9zPMtwCE8zCIK { display:flex;width:2.8125rem;height:2.8125rem;top:41.375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #rwc6bXencr9TxRg67tu6i8tbtLxO49Xq { width:18.1875rem;height:16.0625rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hla7T5ZtI1TrdJpd6rCw2qc6IqWmh8iA { width:14.5625rem;height:3.8496125rem;top:62.8125rem;left:1.8125rem;font-size:1.375rem;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; }
 }@media only screen and (max-width: 763px) { #AyZGqu1cJsgJPVliTAbh3PmxZIouk3GX { display:flex;width:2.8125rem;height:2.8125rem;top:59.375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Jzu1oSiSy90NAuVRVPGJdptlpIhH4oti { width:14.5625rem;height:4.19824375rem;top:31.375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Nna6nJNkoWkQzU0ukTnsI4702VFibt { width:14.5625rem;height:4.19824375rem;top:49.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz00b1UyXOTwZCLKBBWJFsJErQyR7iUK { width:14.25rem;height:4.19824375rem;top:67.25rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc { display:none; }#pdGgHCCmELPHzViwEpTZ9uRq7bEG0XEc > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uZrmrKqUC3o3voJ3pV2sq8PTXRzs0l14 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR { display:none; }#SbKisAMiAoKAD6Pu5TLnIezSQ3Im5rcR > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nIX7809Txcbm14lxwF1cB9iBgWFo4g5q { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVvX6dU9wWi163M49hHBezvTVHLHRe6U { display:none; }#qVvX6dU9wWi163M49hHBezvTVHLHRe6U > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sWzCRQdUOpqem73TTlpwQyti0l5IvPfO { width:14.5625rem;height:1.9375rem;top:7.4375rem;left:2.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIOCxtHMC6IyRidAlunDWZTvmUc1AyK2 { display:flex;width:2.5rem;height:2.5rem;top:2.4375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ixMOs4M5RgZ6BKtKKfdp6dNTd9JH0Hne { width:4.9375rem;height:4.9375rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g575Iuy59L0R67h8unr259NJhAMpUgz9 { width:15.625rem;height:0;top:16.8125rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esc4lGInCQmAlmD5xnlm7CThZ6HUS2d6 { width:4.9375rem;height:4.9375rem;top:10.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0WULzA0nyCS5ERziWGU9GJq5MO1TWhn { display:flex;width:2.5rem;height:2.5rem;top:11.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #TUlE2sCgSqE20wGRhGZd8WOLyP8VGDr9 { width:15.625rem;height:0;top:26.6875rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abGkBv6iPCN7aviMQ63EfpBhzXLO6qtf { width:4.9375rem;height:4.9375rem;top:20.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH9uIL1iZ9wvSsiTOLsFmMZoMdilITZJ { display:flex;width:2.5rem;height:2.5rem;top:21.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl { display:block; }#PPUPxZvXTFiS4pglDfdQwZAyO5yaAFsl > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0B3L0ZDUQOw26wz2dts5NHQpKoFh4I { width:20rem;height:7.19925rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0a8ML3l2FBdzal8rBHvcazxp5u8iw9 { width:20rem;height:12.598625rem;top:8.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5VyZeBqLdoI0XX1vHswkTkqbXpnNT7E { width:2.9375rem;height:1.75rem;top:27.5625rem;left:16.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoPZPTT4vBKoTcdccUBuVH7Fv6C62VQT { width:3.75rem;height:3.75rem;top:22.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbpcObUzCzDKx1XQ85fgR7Zwsz2JfwV4 { display:flex;width:1.875rem;height:1.875rem;top:23.6875rem;left:17.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #R7OKUSz6Qwr0W6C1riJXJnQZQ0m1sKiS { width:2.75rem;height:1.75rem;top:27.5625rem;left:8.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xmEUvHFMKrQoUchZOilBz3MzHbk5C6ge { width:3.75rem;height:3.75rem;top:22.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyJZyTdIn9kk2TDRLuLNRbxJfCJHOmT7 { display:flex;width:1.875rem;height:1.875rem;top:23.6875rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #adR5esqTtr80mIFVFpgSFVuWB2Bmh0sm { width:4.25rem;height:1.75rem;top:27.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iBVTSqyEvqoCZsQwdCvucoKJ5abwOgr5 { width:3.75rem;height:3.75rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl4B8WAzfrZqQtF2cDvbd2rwVmlVAIOr { display:flex;width:1.875rem;height:1.875rem;top:23.6875rem;left:0.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WqSLIyaBe3NprgAS0cATyeegbnb98bav { display:none; }#WqSLIyaBe3NprgAS0cATyeegbnb98bav > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MEahiuantJqrQ7uFFwHaNwRGCESclJeP { display:block; }#MEahiuantJqrQ7uFFwHaNwRGCESclJeP > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5zb9LXTd1wyKQArBd1tKfca3Qvis4kx { width:20rem;height:5rem;top:1.9375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZX9FJpQrMqvuwEebgJWpoHeob35u4ZdA { width:13.6875rem;height:3.4375rem;top:17.375rem;left:3.3125rem;font-size:1.125rem;background-color:#007bff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RgzROxOZaRUH2lIgQn9zmRFGydrqaDv3 { display:block; }
 }@media only screen and (max-width: 763px) { #oqdGCCWT3GywPkQTKaW6KRggOCo762m1 { display:flex;width:1.125rem;height:1.125rem;top:18.5rem;left:14.375rem; }
 }@media only screen and (max-width: 763px) { #tb0o8xbwqodoxq1msEdKdIE09fMNcWC0 { width:18.375rem;height:4.94824375rem;top:3.3125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV3ntZ4aWOdSoMlJ2Run93x16dDXFFpx { width:18.3125rem;height:7.19925rem;top:9.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DXfOHH26rhhANT7i1aqnngMKsCqIct63 { display:flex;width:1.125rem;height:1.125rem;top:23.1875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #efUfDx0W9tN2ZTK1rsTDsBRQCemBGLeD { top:2.1875rem;left:0rem;width:20rem;height:20rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 { background-color:#f4f4f4;background-image:none;display:block; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container { background-color: transparent; background-image: none; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container > .video-iframe-container { display: none; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row > .video-iframe-container { display: none; }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .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); }#PZybZJtdA8ITJ7APNDutbrXoLXEhuB73 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFrHnEQVXbv19RkTcQV2f4V5odPwb63c { width:20rem;height:7.19925rem;top:3.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTtPQRsyfh9rqBeMllttHauZTfWB2y60 { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 { background-color:#f4f4f4;background-image:none;display:block; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container { background-color: transparent; background-image: none; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container > .video-iframe-container { display: none; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row > .video-iframe-container { display: none; }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .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); }#cNKOrCz0UplcXzutdhwmPOHhr4kUs6n6 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpL8DP0VRcE1evNT9wK4ST21s6O5Gi9t { width:20rem;height:14.3984375rem;top:1.26953125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI { background-color:#f7f4f2;background-image:none;display:block; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container { background-color: transparent; background-image: none; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container > .video-iframe-container { display: none; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row > .video-iframe-container { display: none; }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .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); }#cH5O3N6TSxal8NdURgcS5yAQ2GMBT2CI > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lA4pZReiM4Pm9r5nBvEcvKefN9UlNH8M { width:20rem;height:5.3994125rem;top:23.1875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNihA3QElBCX3sWbLSN9ozhitMD74eOd { width:20rem;height:5.4003875rem;top:29.3984375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m5HQKbqqzdrtF15BQ2NfxUKQT9Wvf2te { width:20rem;height:12.598625rem;top:35.734375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NomaSffXEHy2qX4x2xo8Ke9O75DgIviA { width:20rem;height:8.999rem;top:49.3310546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IH5aX9dIaN5lylfTuAbXEctZyEX5IHo2 { width:20rem;height:20rem;top:1.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG { background-color:#f7f4f2;background-image:none;display:block; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container { background-color: transparent; background-image: none; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container > .video-iframe-container { display: none; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row > .video-iframe-container { display: none; }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .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); }#U2VMB2o25pZ08FACpK9Xn12lMQe0J1yG > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4VgnmGaHqMSksEJOI85Zaz1e1iplJHs { width:20rem;height:7.19925rem;top:21.6494140625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FWXUwDe8pT75u6viRveToBN9ZC8rTqOv { width:20rem;height:1.75rem;top:12.9980625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8BWZ7qwp1cqJKQGeqG6n0gp3DDn3xzm { width:20rem;height:8.999rem;top:29.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xT6N1sXG9BG8LiH8sSrmU80q3Pdl5MHT { width:20rem;height:10.7988125rem;top:39.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iLeexHnrHTkPbbf6WS0eMThILa5OvBLi { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC { display:block; }#uxOwrCTWtQg2iKz5LKxRr2eA9ahWEmsC > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmJEdZOguWlVVTe0yBC4teT0omK2AggG { width:20rem;height:7.19925rem;top:1.4931640625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#1d3a5f;display:block; }
 }@media only screen and (max-width: 763px) { #z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 { display:block; }#z4TE0DgmqXhgBpnE7IT0hl9EgF3qR0A1 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwoPTqSyMneUeMAKA3sqX56hxBfvFlcR { width:20rem;height:17.9980625rem;top:0rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wd8mNde00xUCntIBt9O0a47f5UhT1df7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d1b5360-9c48-4c91-a8ed-c671450e853d/panadrianpaniskarbowkamobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7.adaptive-delivery-prevent-bg, #Wd8mNde00xUCntIBt9O0a47f5UhT1df7.lazyload, #Wd8mNde00xUCntIBt9O0a47f5UhT1df7.lazyloading { background-image: none; }#Wd8mNde00xUCntIBt9O0a47f5UhT1df7 > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 { background-color:#211916;background-image:url("https://images.assets-landingi.com/uc/a869387c-9d9d-48c9-afb5-bb4c958fd6bf/panadrian.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4.adaptive-delivery-prevent-bg, #mog6kozGfrT5KGEfoiVED1d5n4mgG1S4.lazyload, #mog6kozGfrT5KGEfoiVED1d5n4mgG1S4.lazyloading { background-image: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container { background-color: transparent; background-image: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container > .video-iframe-container { display: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row > .video-iframe-container { display: none; }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .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); }#mog6kozGfrT5KGEfoiVED1d5n4mgG1S4 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzAsst2IEuHlbXZ2dWrv4T00vr7bUTWC { width:15.75rem;height:3.8496125rem;top:16.824005126953rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;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; }
 }@media only screen and (max-width: 763px) { #mcFz7zTABFSAd6pTZrJM3IUyxBfHrnkh { width:20rem;height:3.5rem;top:21.26171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awvlnAr7O7rOgFnGboHg4aIp7NJxAVq2 { width:20rem;height:23.39743125rem;top:25.59765625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hry4ZbVL5bgDLB90KZQPKdpBGK6xbkqH { width:15.625rem;height:1.3997375rem;top:14.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOBqwMchOfPm8AoW8ofNdscgXgSxzZb4 { width:20rem;height:1.75rem;top:50.025390625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfa0MDuE8ENirp8np0NmgwxNhfiLM8iG { width:20rem;height:1.75rem;top:52.373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHm3CtvfBqvhnAsphC9VQPUarJbMT0X0 { width:9.75rem;height:1.5rem;top:50.150390625rem;left:10.25rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BfOS7BRVSqb169yTP4QDpwlSZpJZNK4h { width:9.8125rem;height:1.5rem;top:52.498046875rem;left:10.1875rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cmBwGDSqrApziilfUxyW60aoloCG4MD6 { width:20rem;height:1.75rem;top:54.783203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3wUVMQliJmzrxqPf4JW5Z1zJtJedFa { width:10.8125rem;height:1.79980625rem;top:54.908203125rem;left:9.1875rem;font-size:1.5rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU { display:block; }#eiZT2uQ1QuUAVKdVO7IC7WcVAqv0FcNU > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #by9i0AACBZr5GXE7rqUeMbUoDw69oPcF { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tcGrhLF9WZoTqTlWHgWb4Zl5TBosnkMS { width:20rem;height:5.3994125rem;top:3rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#1d3a5f;display:block; }
 }@media only screen and (max-width: 763px) { #q5VPAJpDNq1EWMdiy3wXQWbMWRSdyma1 { width:20rem;height:12.598625rem;top:8.9482421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ihGckHp7r9VyaGsyZwcJ723eUxXyuWTu { width:14.25rem;height:4.19824375rem;top:32.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smJMWxTxnMdc6WPkm0kUM2379Ah7vlMt { width:18.1875rem;height:16.0625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCSOuWTgonJuTNlGImJZE0Pz5ZWwBT8n { width:14.5625rem;height:3.8496125rem;top:28.1875rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVqlNE3KJZrRE4UOInnH3RTfqsErPOr { width:18.1875rem;height:16.0625rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdMqakKkFypqD2o0tzBtN6Gfwt4hsfig { width:14.5625rem;height:3.8496125rem;top:45.4375rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeC3z410kK7HxW6zQ2FgCIaPx6HZwRB8 { width:14.25rem;height:4.19824375rem;top:50.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXpKfy5IW4V7uwGUHUwTkBLnEolvUWu3 { display:flex;width:2.8125rem;height:2.8125rem;top:24.25rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #t6TZQGJpyOxnrzEZTt1GTBiHUGQuuIR1 { display:flex;width:2.8125rem;height:2.8125rem;top:41.625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #U1OdelATIRhMm8vNJMzTJSv5SH1bXNgt { width:18.1875rem;height:16.0625rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqetfSfFUNFvsaJkROABxSWxSWKuTh8 { width:14.5625rem;height:3.8496125rem;top:63.125rem;left:1.8125rem;font-size:1.375rem;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; }
 }@media only screen and (max-width: 763px) { #TZFFFw8STxcnqB2MDim56nlrUvctUCoc { width:14.25rem;height:4.19824375rem;top:67.9375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLyAaBaUvSNoeUoSzvKbd1L5v2MNsRS4 { display:flex;width:2.8125rem;height:2.8125rem;top:59.375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L { display:block; }#afIqFbJplAZNq2XPtCwWZU12Z3Ue1Q1L > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbBSWL2RqOpw0SxtyvJABIx4wk7UIoNR { width:20rem;height:7.19925rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;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; }
 }@media only screen and (max-width: 763px) { #QZBONoo3uB6fDKSX7LrKDmnPLCNDwerp { width:20rem;height:12.598625rem;top:9.12109375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Af4pER03T09gFQiKeI02eCm7codAiSpc { width:3.75rem;height:3.75rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esdcHRKl5UbVIrHp0MKBxToZ6GqEMBv5 { width:3.25rem;height:1.75rem;top:27.5rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifyk2EVztAWqiKk1Vy9RRG2dQZOXvNVT { display:flex;width:1.875rem;height:1.875rem;top:24.0625rem;left:0.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #DQco79iM0chI4oZTlSegW1SAfPvJtq9v { width:3.75rem;height:3.75rem;top:23.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXPrDFyDQgaWrnpTsd2DFhiZlo76yopz { display:flex;width:1.875rem;height:1.875rem;top:24.0625rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Fn6rmL582QAyi9ekzQzZ9WtOqpgTLgRT { width:3.8125rem;height:1.75rem;top:27.5rem;left:8.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvML8hXPAsPtB2pDJTptdBQdNSDy4Rfl { width:3.75rem;height:3.75rem;top:23.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsGNuhtZDgTL7kUR64ZtBCwnHAJfcVz6 { display:flex;width:1.875rem;height:1.875rem;top:24.0625rem;left:17.1875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Zr4fgbl55bXWFBWxs3Ea1GyAccUzsZbF { width:3.1875rem;height:1.75rem;top:27.5rem;left:16.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT { display:none; }#IML6iVyaMSM5hQmBPgi8tOLyaIzq3ETT > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dapfq9pD9sVo8a5TVV097BlXf83cw6UA { width:20rem;height:0;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #It3NiPqZyLCoh8wb3BB9FXwmWLAiNxNX { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss { display:none; }#lLNS448RdKuqF5Mdpa6K4i6AW5VEp6Ss > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ckxeEoct3XnznSbxFi9WES8o6gI571dK { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i { display:none; }#rgzn6UEMGRT4dlzES2a8ZJVKKOwd7r0i > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TN0s0pWEXuJ0JtVnFv3Tt40F4OBo1TNA { width:14.5625rem;height:1.9375rem;top:6rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWQoQEZZo1uMIRPJ7mOhdrmLwElWtRLT { width:11.0625rem;height:6rem;top:11.25rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLcTX7eQer3R6bqDOF43G5tFT0Er7GBB { width:14.5625rem;height:1.9375rem;top:23.3125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di63xzpbvQQHvBZly0CWhR8bTtQddJla { width:18.25rem;height:20.1875rem;top:18.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Qp3GlG5RQO93IzcR6ogKzG2yQm2nFA { display:flex;width:2.8125rem;height:2.8125rem;top:2.6875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #s2AeF1aywQK0Vu8wpLVbca2THPH1Tax9 { display:flex;width:2.8125rem;height:2.8125rem;top:20rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #GcgM3mNMa7a66H4mgSinytz4qJJkLzT4 { width:18.1875rem;height:16.0625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1RG96aIZFerBpwUfLxnix5H1hz2fk1E { width:14.25rem;height:0;top:28.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxhrNTTJgmRIAJRFRSXBJGVBUJIR8R4m { width:18.1875rem;height:16.0625rem;top:40rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpTHUNSCti5Unh5zR22HgSD6uCsvg9ld { width:14.5625rem;height:0;top:44.75rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ8uGTmQZrmeLbSWlR9ObDZhmP7avVtE { width:14.25rem;height:0;top:50rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egL0a8oFuX9gkJ8kOTVJLzk7J7Ezr7Cm { display:flex;width:2.8125rem;height:2.8125rem;top:41.4375rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa { display:none; }#uUUviirnzUPSrsUJwxvI3vpxs7zKcUWa > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ySr1BBsHcOKosituUFMzT2mdM9GOiDkG { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL { display:none; }#CH4E0lEAOzeiUTldoPxk5NJ24HpnNPxL > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DCgAIizuvQk6eCoy3W7aEXg89VvIoACU { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8spDzlZn42yMS9DvgBowIffZt3fcAWf { display:none; }#c8spDzlZn42yMS9DvgBowIffZt3fcAWf > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lpTbg6UDvnv6u6unl7355oyKCCFOOwly { width:14.5625rem;height:1.9375rem;top:7.4375rem;left:2.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvLpXquUPSnfl2oNMN7smfCUlpfsZyRO { display:flex;width:2.5rem;height:2.5rem;top:2.4375rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #QRBnolqbeg4ZMcGvdwpJ3PEZhoNTUbxn { width:4.9375rem;height:4.9375rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVeRL7v0kAOHfAoT2xfy0qms915Lvac { width:15.625rem;height:0;top:16.8125rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxHwvhvyDhoGzWR4620xO0qpAvBftQdg { width:4.9375rem;height:4.9375rem;top:10.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIeIMpxgsDhJOFgabx98biA1NUuTdn4a { display:flex;width:2.5rem;height:2.5rem;top:11.8125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #AJQl1Xme31rm2uGTA5zENV63b4OiW8sd { width:15.625rem;height:0;top:26.6875rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upR9WQoHDFQOqQuNSi8X6HevF8NLmHmB { width:4.9375rem;height:4.9375rem;top:20.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2mUq920bzW6O56s18wzGWMbWrfCn53s { display:flex;width:2.5rem;height:2.5rem;top:21.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #XItOnw4EevWK5JyflNaU5TzSx8MmKFAr { display:none; }#XItOnw4EevWK5JyflNaU5TzSx8MmKFAr > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OAWCBLQP149vc98KDRD9tyamfmSPGflJ { display:none; }#OAWCBLQP149vc98KDRD9tyamfmSPGflJ > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BJOwABFQdEKGLvkU42s0H6QTzkmVb3Dd { width:20rem;height:5rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RIHxKKnfILRE9tMzE2eJfA2TsNTUQyth { width:13.6875rem;height:3.4375rem;top:16.5rem;left:3.1875rem;font-size:1.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#007bff;display:block; }
 }@media only screen and (max-width: 763px) { #DlbkcV5CqVabgp44hsTVHqtoFhFBtG0R { display:block; }
 }@media only screen and (max-width: 763px) { #Or9bGArbl7smFeQ4uNrCTDGtATK9cBmN { display:flex;width:1.125rem;height:1.125rem;top:17.6875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #hkqbZWc3fohEeyhmO74pw128PKfdykSV { width:18.375rem;height:4.94824375rem;top:2.375rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atIh2nv6Amd9nBfKzI9FBzakzFO2O4xz { width:18.375rem;height:7.199225rem;top:8.4375rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p4nCfVF5wF99ptSyP2ytgLv18yvlHJGo { display:flex;width:1.125rem;height:1.125rem;top:22.5rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT { display:none; }#bgTAOkQaCbrl9TOEnwPkLUhCxPBDKWAT > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nUDk8ZHiGTiDUGyix83GwqlONoRmDksS { display:block; }#nUDk8ZHiGTiDUGyix83GwqlONoRmDksS > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTWp8bq5SCUvFThBJidRl0ROvuGUoW9L { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZ6GkaJAdG8XbeuET0kKfBVvIgCtt6zV { width:20rem;height:1.79980625rem;top:41.79296875rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FU4NpP3m5L5a2scpQT21SIQ427zrZMnt { width:20rem;height:8.999rem;top:4.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmvlB20gUu8lK5AKRlJyAvyAT3MhPZ2X { width:20rem;height:3.6002625rem;top:14.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nvsQOvsPvq1iGI7pbh1UlmUmHAn7fpb5 { width:20rem;height:10.7988125rem;top:44.7783203125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GOy348ItqQ2hIu3PpEDsGFr9a7Wkg3QV { width:20rem;height:3.6002625rem;top:56.2998046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3rVcekoxblw4TXs6POZ71uWBMN9h7cb { width:1.875rem;height:1.875rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfNwMIoMG3Vy5tMbpuxo217oUhZuMWa { width:1.875rem;height:1.875rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4phi7oQ20Of5OyW2qlLH2n1Qh4zCKro { width:1.875rem;height:1.875rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSfExTFe8O0XSu5cB91svOZRlkfIOVpZ { width:1.875rem;height:1.875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou77RRA30VX6oGTA4XzfyHeN2AdwFBMD { width:1.875rem;height:1.875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN4cyqPfsunMMG9MkFkkMTL4TTw09DhC { width:1.875rem;height:1.875rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9R6akCTT4yHf9Dsi1KuwAvMnI84B8R { width:17.5rem;height:3.6002625rem;top:18.9375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTuC4FFN6vppmcw7eabLcHAsFfIDghnE { width:17.5rem;height:3.6002625rem;top:22.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sSHQ3ctk8c69kxkxBlhbPrFG0gudPw1s { width:17.5rem;height:1.80013125rem;top:27rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #o1O3N6NXs4mn8HGCotApyuDd3K8POLf4 { width:17.5rem;height:3.6002625rem;top:29.4375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v24BByGauvhqsdIUOp8Q4lewS5dhEQgb { width:17.5rem;height:3.6002625rem;top:33.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FNMplvEck1sgBw6WIxTVLvNNunzZ3lp7 { width:17.5rem;height:1.80013125rem;top:37.875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hD3kFnJXz1V9ewlC91To3upUNSMmXraI { width:1.875rem;height:1.875rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WldyCspyMC6bykSkFtKogN1oukLBMDbT { width:1.875rem;height:1.875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuKDiIDx7qBBPVmEoJ7zd0rmdUOSBKcc { width:17.5rem;height:3.6002625rem;top:75.1875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n86CaJU8TPsymD4cgPeETTARTfXhDTJa { width:17.5rem;height:1.80013125rem;top:79.5rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsGpuWDV5OBZRb4GMhzT7zrlZv0OS99F { width:1.875rem;height:1.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sanAWrnOu6cP3lXiIWb0nvSm3T8CHJWE { width:1.875rem;height:1.875rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tokl31vmGGOWmxXcC2UxRIS2sWt8c9qb { width:17.5rem;height:3.6002625rem;top:66.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pc3SRmWL0dVT1awsL5TL9t09E14C75k6 { width:17.5rem;height:3.6002625rem;top:71rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2a0wIb7cXKoE9oHuDlUfQXMnRZR0QXd { width:1.875rem;height:1.875rem;top:60.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqULKmBXFgiWupaMcoFi7nLswUdSUQVQ { width:1.875rem;height:1.875rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai23L2JmB4GVoBoFL8bxvrGaqywX4rDO { width:17.5rem;height:3.6002625rem;top:60.2353515625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Me7vpZSrFQKllly7gTGTkTOuLqRIyNZr { width:17.5rem;height:1.80013125rem;top:64.4375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTHiAMO6TmsMMTrWiD7NJi8U4IIf9hmZ { width:1.875rem;height:1.875rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcLznoR23ngf2OdCkPAwXOilnXDV9MMz { width:17.5rem;height:1.80013125rem;top:82.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZJmEJMD5H60zml1IyrLOccCDBTO0XEg { display:block; }#aZJmEJMD5H60zml1IyrLOccCDBTO0XEg > .row .container { width:20rem;height:150rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7Vzm9GhJICMGaBvUDGMt5sAn823mcZ5 { width:20rem;height:3.5996125rem;top:3.75rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9Vs30i5628fwVO1txe63hFE8eUG60tS { width:19.8125rem;height:41.625rem;top:11.046875rem;left:0.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpBB2uCHF6FXbk9dq1TRr3Jup5skU7vM { width:13.6875rem;height:3.75rem;top:46.75rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2aTTk4Th1PGmyRLLOJChSvnCvTH0kuq { display:block; }
 }@media only screen and (max-width: 763px) { #HdRX2lLiRgdO9Mmtvsa7TNuZNQwNDWLv { width:17.625rem;height:13.1953125rem;top:31.927734375rem;left:1.25rem;font-size:1.125rem;display:block; }#HdRX2lLiRgdO9Mmtvsa7TNuZNQwNDWLv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
 }@media only screen and (max-width: 763px) { #ouZT662NxQR6gN3kGgaMAu2boMfA99we { width:17.625rem;height:6.9970625rem;top:22.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WClTTq8cSwaZ6R1yAROny7SQqcE4VeeC { width:17.5rem;height:1.6494125rem;top:14.6875rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4luwL8h3xCqKlXlDs5IqqmRNigOPVgk { width:17.5rem;height:2.0996125rem;top:17.4375rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMofVy60DHcui5TeHNMKn4tpVZt4ovGo { width:20rem;height:0.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBFl6s59Goa9sFmfK7TTeGn4QoupUiL8 { width:20rem;height:1.57421875rem;top:2rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3CGmhxBHtrz5x0b5qOutb7hcitBfySG { width:20rem;height:0.125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtx79a7BpxlUtlpyZnsKh107phbaNChX { width:19.75rem;height:41.625rem;top:58.5rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGyu08xRuaZiRVASM85Pc9gxWtcr6UFU { width:13.6875rem;height:3.75rem;top:93.75rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5p4fEdgdkb4Nn4hQQvXw2qiUqifPasZ { display:block; }
 }@media only screen and (max-width: 763px) { #p9GhRFm61zkSiAq0CVXZd7XnATcAJ2su { width:17.625rem;height:9.746125rem;top:80.125rem;left:1.25rem;font-size:1.125rem;display:block; }#p9GhRFm61zkSiAq0CVXZd7XnATcAJ2su li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
 }@media only screen and (max-width: 763px) { #xQq1lsQT0mfsBCp74CpxrpRQ6QMEBTlJ { width:17.625rem;height:5.59765625rem;top:70.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8FKNk61RzbcimaiDadPZ1lZfQu9QVv5 { width:20rem;height:0.125rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8qT9uHFTmVCyN7iFJWcCpNAB4fD4Dwx { width:17.5rem;height:2.0996125rem;top:64.625rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2rgkLy3wBhCwc98lmWnTlVT9b2ND3cS { width:17.5rem;height:1.6494125rem;top:61.9375rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQrX43XBbe3lO8fKl92QeIFhhlcmkNS { width:20rem;height:41.625rem;top:105.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMoUOIZdVTq4hvfuKg8MKgROgXCBGC8S { width:17.625rem;height:8.17275rem;top:127.9375rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }#iMoUOIZdVTq4hvfuKg8MKgROgXCBGC8S li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4aaa05915a156bbab1587d18b173c8b21920cf1.svg); }
 }@media only screen and (max-width: 763px) { #cdcw6vMSKe2lPccKIJNFUEOxcC2fAn2b { width:17.625rem;height:6.9970625rem;top:117.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFfv60aGoONCXI07oDsuyk4uZOQfdVOK { width:20rem;height:0.125rem;top:115.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7QusVoVWZvsi1N7sBBd4s9RTkJSLRps { width:17.5rem;height:2.0996125rem;top:111.5625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqFBEXaLoLTtBEH38OwVnG13Skd5WoA { width:17.5rem;height:1.6494125rem;top:108.75rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsK1cMBi6HTdf3m9JHdMAaR07OIF2rrQ { width:3.75rem;height:3.75rem;top:9.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUqwOzE3dDWko9CmBmcAH4eeQV84txsz { width:1.875rem;height:2.0996125rem;top:9.88671875rem;left:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh93mVmHs2NWlTFNdOXNbKJb5B1TDQJp { width:1.875rem;height:2.3994125rem;top:57.3125rem;left:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqp8TaUDBmVXRH3ok4A5ob3ZOp2Gmv3 { width:3.75rem;height:3.75rem;top:56.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKdfsXwVVmLoJiUTrGSx48aozNtXk7Kg { width:1.875rem;height:2.3994125rem;top:104rem;left:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99cWqxWJOsRDN9Do4G30D0RxOkHZpJl { width:3.75rem;height:3.75rem;top:103.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snGqWJctcvwbKwZf6Scf3UFk125kcZ6q { width:20rem;height:0.125rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfcKbcZs2v9Tl3pVtJvq4lMlTKHa5fr4 { width:12.4375rem;height:3.6875rem;top:139.9375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2uTI7IxFGeJ5RFHwHOMyT89xew79RXJ { display:block; }
 }@media only screen and (max-width: 763px) { #MR3JBvc5zgwtT3FHqiX99ThswxMbMssU { width:20rem;height:0.125rem;top:126rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfbxpm0iX6F3Wkm4M7xIZ0laWJpfEzQ4 { display:flex;width:1.25rem;height:1.25rem;top:56.7226546875rem;left:18.75rem; }
 }@media only screen and (max-width: 763px) { #umKmSBNezLEN1sRFebdfiV1c1bn3LhVx { display:flex;width:1.125rem;height:1.125rem;top:48.0625rem;left:12.375rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #p6BFxt4Ms67zKPa2ubg4i6p6fL0yEzK5 { display:flex;width:1.125rem;height:1.125rem;top:95.0625rem;left:12.375rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #RlKdOJp0iJhTqhkfqRP3SScHT41BKpUN { display:flex;width:1.125rem;height:1.125rem;top:141.25rem;left:12.375rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV { background-color:#1d3a5f;background-image:url("https://images.assets-landingi.com/uc/db49f451-4abb-4a5d-bdb6-2a1175457430/rozliczamymobile2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV.adaptive-delivery-prevent-bg, #SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV.lazyload, #SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV.lazyloading { background-image: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container { background-color: transparent; background-image: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container > .video-iframe-container { display: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row > .video-iframe-container { display: none; }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .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); }#SgJv7Sv0KuFILTUku5nshg2xPKTiAyNV > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPgKzToskzypw0DRTIJmpeDCswQFVsCG { width:20rem;height:3.5996125rem;top:21.2490234375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wogxGXkECm5mqZhcbLxo1EMhXaHyATkZ { width:20rem;height:1.57421875rem;top:2.26171875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KrrxGpXNMtxmSDLUQf8M3TrOPHVsQCsL { width:15.625rem;height:3.75rem;top:51.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFl1FSaV4JdHoKUEue8hxIq767ZUP6xA { display:block; }
 }@media only screen and (max-width: 763px) { #fHxbgeevXibsBXdvkM0kwotgiPAS1wtk { display:flex;width:1.0625rem;height:1.0625rem;top:53.0625rem;left:15.25rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #EJaoa0ZxVo9fzWB73TuOu7oE8H6sJPM5 { width:20rem;height:3.5996125rem;top:4.5859375rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImiVgKtvdmkIqJh1RPeGQVZDE4lefaL4 { width:20rem;height:10.7988125rem;top:9.138671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #B8oLrlMDxdZxM0uaIDRQ2inRFaWZAEqq { width:20rem;height:17.75rem;top:40.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(91deg, #211916, rgba(0,0,0,0));background-image: -moz-linear-gradient(91deg, #211916, rgba(0,0,0,0));background-image: -ms-linear-gradient(91deg, #211916, rgba(0,0,0,0));background-image: -o-linear-gradient(91deg, #211916, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#211916', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#211916', endColorstr='#00000000' );";background-image: linear-gradient(91deg, #211916, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TGwiTu69wHSeQoWcTnyNhJTlqMBEMS55 { width:20rem;height:1.75rem;top:42.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KnRGLrkiUxBkQLH1NKeT0GoT938qD21r { display:flex;width:18rem;height:5.0625rem;top:44.5625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #mE2oxhvhdzxzfkUU4Jw669Zgm0zfitU1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #tIrZNTTO08OJBQnIsWSxFwag786KT3N8 {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #M0mmTSE2oI8AaxhomLUUanlkZ2X3Dk4S {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #kcgmF0PyURzfqOr3FBeXOL13kxvqgvOp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #OZtChsOToEPka7UbDXENaozyQgqNVxdF {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #KrFAFHaM68m5DKeTn3KvdrJk8Syotkal {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #bP1ypItCevEUPs9VcBVKWeiF48tpURkm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #TzQtm3B8PS9QlBILQNEARWAOKhXJA7v6 {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #oXvtt0HES960dgbnJP2KMGaZZgDiq8X2 {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #WIDXkozOWyWRcNWNBXl0SyHeDsTr9oX8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #UfCmPhvGT8PUIIJTVzhPwTCiiUzzZXKL {  }
 }@media only screen and (max-width: 763px) { #KnRGLrkiUxBkQLH1NKeT0GoT938qD21r #tc4ydANI3RHUrhoiWeguitZrPwSIzDNw {  }
 }@media only screen and (max-width: 763px) { #dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp { display:block; }#dGdaneNTKgbtkzDs4MLr3Q2wfsiqWTlp > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ziWaZOePRZxEr00PEXzDgWQhuXq0L8PP { width:20rem;height:1.57421875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3azdM9J3VGETDLUXJtDKr9pqSiiuzP6 { width:20rem;height:3.5996125rem;top:3.69921875rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lludOPc8yXR2XTdg8XJVSZhWUVxkCEI1 { width:20rem;height:19.797875rem;top:8.236328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rngJ4Shsfc5IJMosWeZSb002aDLuXqdP { display:block; }#rngJ4Shsfc5IJMosWeZSb002aDLuXqdP > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi { width:20rem;height:20rem;top:1.375rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93f233dd-65a0-41c3-8ed9-10d3e75ae6e1/pomoglismytobieinnychsprawach.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi.adaptive-delivery-prevent-bg, #uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi.lazyload, #uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi.lazyloading { background-image: none; }
#uDNM5qfGV2QKWNMKBAIt2rBm73Aho6wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); } }@media only screen and (max-width: 763px) { #mB3WH1ofDNGefLfEvcFJPpNXm3Az1UNZ { width:20rem;height:20rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMe8WiPi8lwBbbFr4pO4hNRCOGFpywCc { width:20rem;height:20rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzABTa7TQ3zU3lFTvdnldzNzQQtivJ3k { width:20rem;height:3.298825rem;top:22.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT53TZRGeewtIqFD8B8LsKKuxHIVSMG { width:20rem;height:8.999rem;top:26.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgtBm2SZ3wbZ239i8bJuUarqCZC5IavR { width:3.75rem;height:3.75rem;top:2.4375rem;left:1.375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #RFlxAreonVZPX2QtnpoS5SXUBvDwXmaq { width:3.875rem;height:3.75rem;top:38.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWzBClIaFFdTEuGoVGa70Ln89KvFNPo3 { width:20rem;height:3.298825rem;top:57.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdDPonK6e5eAxOcafcMQQnPGEdVNAxQ4 { width:20rem;height:8.999rem;top:61.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G8dyEgSw6FfRzERKFAoyK1k0nSDyHNe2 { width:20rem;height:3.298825rem;top:93.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuOg0TelgMbTibxt18nMqiBiT5Vmor9c { width:20rem;height:8.999rem;top:97.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFuOE7PQW6ySkLTbgXy9kosZMhh5Ot { width:3.75rem;height:3.75rem;top:74.25rem;left:1.375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #T3oMaZSHAkqsKiRLbkoKE5m4wnNy79eD { width:5rem;height:5rem;top:102.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czMCEC1I5nT46hiZh8xcBc0pxSzkzwJk { width:3.75rem;height:3.75rem;top:38.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yefUM4zp6v7MWSDecDtsNlea4FSECnrN { width:3.75rem;height:3.75rem;top:74.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpTkrtd0z2lZfx6FR021Te8eeeZbo4Lr { top:2.4375rem;left:1.375rem;width:3.75rem;height:3.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx { display:none; }#oPMaWn4KeKxoLy9hncXE2NAds0lVgPZx > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/f47dbcb9-8507-441e-a086-2e084509e363/onasmobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t.adaptive-delivery-prevent-bg, #ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t.lazyload, #ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t.lazyloading { background-image: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container { background-color: transparent; background-image: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container > .video-iframe-container { display: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row > .video-iframe-container { display: none; }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .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); }#ZBo3y5ce6D9EqhNmQb6JHwH74W2m074t > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3lxC0eGRxl0Wc6Hu6CldZOeokD1Auqm { width:20rem;height:5.3994125rem;top:18.9375rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SqvxIyRCgFrTCqlwW1uBP04UAwam2f37 { width:20rem;height:16.19825rem;top:25.4794921875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g5WnP09zIJOSHW9c5xEDRdMGvhCENlIX { width:20rem;height:1.5744375rem;top:16.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eVfVyFJXZoWBGtDNiZTbp8t5BE5yvlrt { width:1.875rem;height:1.875rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GthuTJDFfcHAo5iCQk19FniWCiJ4PL7X { width:1.875rem;height:1.875rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4gTxGp5Qrh9CqQ6pazSgZ75VUXy2Gp { width:17.5rem;height:3.6002625rem;top:48.1376953125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WuCahznHATEoAeX3krDUrovK2ne2SXhf { width:17.5rem;height:3.6002625rem;top:52.375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXSqtx3zGwiNx2ZRmHTy1fxd4CAlzMp6 { width:1.875rem;height:1.875rem;top:45.8076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4okULTQR0DWf6zuCqovkgkCBiGwRwh2 { width:17.5rem;height:1.80013125rem;top:45.845703125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tx9g4qHMpyUN2a1iXHDReczouDQ7N0vF { width:1.875rem;height:1.875rem;top:42.7216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVDDrmmiQvn78qn2RKwMuoJHC3ubffPd { width:17.4375rem;height:1.80013125rem;top:42.759765625rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DJuXIoS6Ty8VlZ7DcOdScm4f0HMqNxAA { width:17.5rem;height:3.5996125rem;top:56.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h95Tx5eghN4BpTwckpwTekpPcZXbaFPJ { width:1.875rem;height:1.875rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0l72MEJt0cXRZ9QN7zE2ulfgRXEtpW { width:20rem;height:13.296296296296rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MQDFdSaUhfLlWC4MP3qrI6w9InFers { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3422ea2-ed09-4ca7-847e-05c3f4018a1b/dlaczegomymobile_1_.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers.adaptive-delivery-prevent-bg, #a0MQDFdSaUhfLlWC4MP3qrI6w9InFers.lazyload, #a0MQDFdSaUhfLlWC4MP3qrI6w9InFers.lazyloading { background-image: none; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row .container { background-color: transparent; background-image: none; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row .container > .video-iframe-container { display: none; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row > .video-iframe-container { display: none; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .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); }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row .container { border-width: 0; border-radius: 0; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0MQDFdSaUhfLlWC4MP3qrI6w9InFers > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEwPDa32CakpT6buUVMvxMn9k6aAVohx { background-color:#ffffff;background-image:none;display:block; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container { background-color: transparent; background-image: none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container > .video-iframe-container { display: none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row > .video-iframe-container { display: none; }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .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); }#cEwPDa32CakpT6buUVMvxMn9k6aAVohx > .row .container { width:20rem;height:38.6357421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2QMtX2GkRU9nGEXVDmy4PpFTvhZo7OG { width:20rem;height:1.5744375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zSq66kvH7vlpW22p6F8xxMMkOaP6iBP6 { width:20rem;height:3.5996125rem;top:3.375rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zws27t6sEgasbwSRlr9IARq1XCEdT1e0 { width:20rem;height:30.59668125rem;top:8.0732421875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW { display:block; }#HrTU3DE3aoMSMDsn6aLskRRv53Fv9UkW > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgC4N1Gqaqlf952QuGv8Ua9eQ7svg78e { width:20rem;height:16.0625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7UQvSRuy0MS5Xg4iNxwS0dTeoNWEDzg { width:3.75rem;height:3.75rem;top:2.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXmaTV95TgBeepk5EkxdTouQUw2IeLmF { width:1.875rem;height:1.875rem;top:3.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMlb6sqFhqzE3ulqKraT5zeVl7TehlKN { width:12.5625rem;height:3.8496125rem;top:3.75rem;left:5.5rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNEBc8BSB8kFXtlRSVoC3ahsGxsTF79S { width:17.875rem;height:8.999rem;top:7.8125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WkP8uFBA0duQxUryWgqvg3kE3RCFZMrQ { width:20rem;height:16.0625rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbeZo30qP8FPnGUKMuCh1affrNak4dS4 { width:17.875rem;height:8.999rem;top:26.6875rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hM3RXNgM9HPzVkwHLCzUGx2CMS3lUQ1E { width:3.75rem;height:3.75rem;top:21.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f17J4c3upBVm8IZ24rkaonRhfkFn8UsE { width:1.875rem;height:1.875rem;top:22.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLO4wvVhG2SlgxvPb9HJW735uWnQVIPP { width:12.5625rem;height:3.8496125rem;top:21.6875rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G85qWVSuTO6mPtGltuaxtsDf1aTDRisc { display:block; }#G85qWVSuTO6mPtGltuaxtsDf1aTDRisc > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBSLuHtfSt5q6blxUKmsh0gDEUVTKbA3 { width:20rem;height:16.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlOIFAdNX62wUF4JTtEFS989wqfOTxgP { width:17.875rem;height:8.999rem;top:7.3125rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dfEJdTkC5KDGXBJFEQUy0G1lnHXTzttG { width:3.75rem;height:3.75rem;top:2.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTu2eT9kIV0trxICfrC2ctERao7hG8p { width:1.875rem;height:1.875rem;top:3.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsThfsQk504Uy66p1WycrmWvES3CXmzy { width:12.5625rem;height:3.8496125rem;top:2.375rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VST46BPIonttdU8oebrgOGsGZgSvu9kD { width:20rem;height:16.0625rem;top:20.121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzZo8hmdvZNnUXagdsdaJPB9IUkQFWDZ { width:17.875rem;height:8.999rem;top:26.0625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2sgVdizRZ6NH0pTW6tHD39VLW85vskT { width:12.5625rem;height:3.8496125rem;top:21.25rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r80M8kAU5nQUhzbED1A9pRpbNzra7khu { width:3.75rem;height:3.75rem;top:21.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1h8GKQobGK18KhG2hkHoBaISR7dNS7 { width:1.875rem;height:1.875rem;top:22.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS { display:block; }#iayz19oleTOJ6TwA1c4iwFQwcwrSgtRS > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVniweCmTO0WdoR3c9kklNKHwNbHR8K8 { width:20rem;height:1.5744375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCf47knQHvrcH1VCqgUD23g9kkVcq3O0 { width:20rem;height:3.5996125rem;top:3.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOf1o8HkQmrhrxEasXicq7TurFh7RyT { display:block; }#IGOf1o8HkQmrhrxEasXicq7TurFh7RyT > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hy0DTKg8hgySifnCGRMdRbLadEUiFluf { width:20rem;height:37.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX { display:block; }#Uu5ukARPQHc6mhcAAdm3pG31HMIV7zZX > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0tFVoLnO52HodOxeJtLt6XTx46elGgk { width:20rem;height:1.5744375rem;top:3.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PeDEEt7kPSvUwkuRlXW5rlPW4ToDq8zN { width:20rem;height:3.5996125rem;top:6.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC { display:block; }#x1aDpCPEP1mkBpDeo9BTLO9BvFiHMQcC > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbV34DNBvhC9IyKkOG02RAS3MTlGDTDK { width:20rem;height:0.0625rem;top:19.5947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y51p6MU0eSZkBVmh7ZTbG5RhQTezJ3nt { width:20rem;height:3.298825rem;top:15.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mvq0yfQnti4NFGxdLEL4Z0C2ZuN5I8o3 { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqba89BwqFx3eaoogTCGrZ6DVpHtuR4V { width:1.25rem;height:1.25rem;top:19.0009765625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ6VxW4OJlk5BaFuLQQH1bbTUc3pz2i7 { width:1.25rem;height:1.25rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcaniOaPtw04DWlKzOc28QTJJBW86Iii { width:20rem;height:0.0625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpwCgX43yM4bOE6FkTQIMuGErCDac3Tw { width:20rem;height:3.298825rem;top:5.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rUk5ANs8UZvcGxXKgS3mLkzNG1supbmS { width:2.8125rem;height:2.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V54iuHd23gSBZm5ettCgvnWWJHl7m0dF { width:1.25rem;height:1.25rem;top:9.1875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLtciD6XqKTuiGF6IUZ4nEU8DUtsBXhf { width:20rem;height:0.0625rem;top:28.580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrqsT4O5UI33TxAn0hx99TVGUXDPm87K { width:20rem;height:3.298825rem;top:24.3447265625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yWL8hPIL8VGyQSoh4MTuNu2eJh3F6fpk { width:2.8125rem;height:2.8125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOt935q5A2c09kOUTe4WrH568LfWNc2h { width:1.25rem;height:1.25rem;top:27.986328125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEkXKhw9wdcyM2N45gAkCipJ0indp980 { width:1.4375rem;height:1.5rem;top:2.5625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfUKr4JTOSFUK59b7uJ3Jw0GfMnfLmyT { width:1.4375rem;height:1.5rem;top:12.53125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie5oIg9cR3hbE1z4cwEaO39oLZW3iJhD { width:1.4375rem;height:1.5rem;top:21.625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 { display:block; }#hOsRWhhku0H8GdQUQ0HxgL5f29yDGNp5 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itmlyTALPCmDNAlKkqDAt4nEDzNQc4Uv { width:20rem;height:0.0625rem;top:15.8203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxySl5Cyt4BkyTwzkFxyrxN1d3AF8ezk { width:20rem;height:3.298825rem;top:11.7109375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6TFFTd5hlQDmBOydEC1MKFQ4ptPpEaM { width:2.8125rem;height:2.8125rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnhQrlUDMBpIeeLLl1BV2ZEsb5MwCGIT { width:1.25rem;height:1.25rem;top:15.2265625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOSnwLU1VrtECkUOUrdssRK5ZiXcrubD { width:20rem;height:0.0625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEzOpTD1wieEXhaMNL1umE4u6or9oKK8 { width:20rem;height:1.6494125rem;top:4.125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ClfHw0HEmeS6v3459Ch4OdSIJOwAvDnk { width:2.8125rem;height:2.8125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU6VvHPzkSnirERtNg65kx0uC7Dl5IOn { width:1.25rem;height:1.25rem;top:6.3125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egvXiLkd9TpTnmwu38Rg3orehnb7pies { width:20rem;height:0.0625rem;top:25.1181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiSBQt8hwCtuMvzEfSEGuyBmweqKRS30 { width:20rem;height:3.298825rem;top:20.6953125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aiVaTnbzK3Z1X2CoEEMxQhOcJNwywKhP { width:2.8125rem;height:2.8125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag2Tyy24hTofQ1u84kEC1cZ50RaO3Igr { width:1.25rem;height:1.25rem;top:24.5244140625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taW5SyIaWuiGvzehtbTuvNCIUbZxGwhU { width:1.4375rem;height:1.5rem;top:1.40625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJscBDX14tnFK1OkW4yqaxuhS5Xtk4lI { width:1.4375rem;height:1.5rem;top:8.8125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8mxpeWlgIgng5kACr74OuzslrOzFnEv { width:1.4375rem;height:1.5rem;top:17.6875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orQFM5z6cyUFumATqJ0X0VThFy7p9qsH { display:block; }#orQFM5z6cyUFumATqJ0X0VThFy7p9qsH > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIMmZcqscrsCcb2g6w1xQPEHmG3MAcyq { width:1.25rem;height:1.25rem;top:7.328125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJs1eZZJOVnu3HwhtRU8Qlzf84HnJlv4 { width:20rem;height:0.0625rem;top:7.921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJRFxFNneKSMLC0tfmoZB3pxaUTWpblE { width:20rem;height:3.298825rem;top:3.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PeIHwN5O9SUXw7q6RWHtyGz2wTq1WiAa { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpRP5oA6pGlervLFoAyN4XZlIdA7Z7bH { width:1.4375rem;height:1.5rem;top:1.25rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K { display:block; }#PVUBVB6c6dELLTOr7mGWDTCqbcFT2n9K > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8DpBafKcJhfXdTgBPfC91dtBZDHTQe2 { width:20rem;height:1.5744375rem;top:2.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cf3BNa9iD5KzBSlkgNl8f0wzaNER9aU9 { width:20rem;height:3.5996125rem;top:4.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#1d3a5f;display:block; }
 }@media only screen and (max-width: 763px) { #D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 { display:block; }#D4Lge4z0aT0HFywxAW7VUFbBfCCrKCE6 > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-heading-text { font-size:1.125rem;height:auto; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #DpDnNPeZh0IbkkCDyvVQ53H36G6Cbclw {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #aQZQikPkqd9Sm3RL033Xd8FEmrpTpG5f {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #d7uAKDetea7fBXnaUNHkPhWW3k5kTTqu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #k0i33uAmxyn9BvcZ2xb5Pcy4GebrRJVK {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #COOnFfmxPtsfXvIXJ3QhgBzgQLRVeXVt {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Bp8ftR5TTDumDE7BPJGRteKOklnSTkT4 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #iiE8zOUGmE3PkHMUFxaZTcwkb0pLEnSR {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #sLHHwuQJr5zggG5TiqqAuBog5S7Inx74 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #UobXXZBSXWPdscdZ6EJWdAbt2ZR7m0vr {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #VHwFPIfSnQUgtEitQpeTifXflmfKlfER {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #mDPO2MyE9G1OJvW4yIPEc6DGuJ2L6VVz {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #B5xi4Mmg5TK5A8FhpgZ7OOmJCR2FGpzX {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #sFayPBKiEawwBUCGhgvhaFnwI7r7LzTN {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #zIxxTBLRnmOLvPqbkuSOLLTE2sQCJFrs {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #m7PSGclT7y0VipBizD4h0HJwp06MTJht {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #QKn2w8E0yIwyxSSuHhvQ9O2ObnU9gb3A {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #dc60gUwIXKhZo3BTJIa2Dp2fwCKwBnwT {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #f7k89BNc0TFcc6uK2l67mc3iZe0T5TSu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #krwFAmqubLVqDNPXH57gJgHM4IzZ0FoP {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #gv7TER2q8SJ45AgTJgNe08915fFbT8FO {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #W89LQNUtmEza1CnZabu1dyPSVcUWqCLx {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ES4QWhSm94k5hR6ofDfAeg4iFJ2mDnKu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #W7KdNneuBHWJA0oDKRuBVbFD2w3tTz3f {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TbM99JVm73d3X9nHK6eJZlibNSad9Thl {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #RTbl8Ev131GIhwrp4lzKy1ZqOIPuQ5PH {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #SmZeWzmqERZMwDv6QoAJsXoiftDCMQQ7 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #xDTLP6fL0cv4FsW7O2LWbCKJgsA1MC8o {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Pg9SEN727zSG94tOBehBdk3fZC0QeFZC {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #RDwTasMq5ggJaKOLx3b08ZFc4T0wdZ38 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #rWwBJC5fAitH4CNZD3JeovBp6K8yfPp9 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #MuOxL3HR3NnghTLMrSm5WzIdkGRgvAgT {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #dmlpq45hBHLZXvoFF2fGBmoCVIiEbc1T {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #A3bHXoD05fQorQEmAFaJmomUiNeDOr6T {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #wOLJWpwmSkIkvBEoTB3GeJ4mQz2d1T1M {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #vUtPK5aPuWorTKw3DaGyRdhn2nmyCHT1 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #NGvoIqGTxVo2D27ZvFkTSGpcEvtRyOZV {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #GuIBZp83G3ZdgWVbLBQKT2tZeD4E18B7 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #vfJNur5sRN6t9C4BLzRUaoynNwDi0EsK {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #F9wSIFVBuG31ngxOgQLWesW8Qdvecb4c {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TmVDENFGO4XzNRiD7woDTd5CdZbNg7Fv {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #cb34et7d9D3qKONtDKGvxtLDuUbmUnkR {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #UbcQD2tIv7sHxNeXulol5hiixENAHVpu {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #iwz1hH5CE33HO1hNcCJyctmstQQLk8IC {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #o2Ma0DSzlDwrgbnHgABMHDtzLg7sOpiK {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #IISaig1t2hGv1kmdqlTES9qAI6UifuwZ {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #TgTflBUst8koSCznUoaM4y6825OP4klg {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #wQa7voMf38KXnDtT0r4zcIgmf8qdzdR5 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ccxNMTt5wMOPU7ADwP13RefTuNMJQCwE {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Zp6iC8SbnTXIBtSwFVrRcFn4GcLAdqr8 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #S884o0oTeEzJgrFuTo7Kp3ITuqMKUp76 {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #WTIaupxHz603hXcACqNyXNbFw3eqvNiX {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #Cs2KsaIbeTn7EQrJTgcwLR9Jb98sCTzV {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #CpNwAKKJPsVuSaWAE8TGdmixoKZ6sarA {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #ntHya5qLscwwOQRVL2tggRPGXazVq84J {  }
 }@media only screen and (max-width: 763px) { #WSgpc4LTQ4lTy9s19MWkPVD9ND574U74 #mnvcRtP3hL7fxFJwDfSrVxyBMyTLGvmN {  }
 }@media only screen and (max-width: 763px) { #nbLE2KE7vaLybg5NCO0sHlssImEvBIbG { display:none; }#nbLE2KE7vaLybg5NCO0sHlssImEvBIbG > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy { display:block; }#moT9FB9QliGkrOKauxE8c0oS7RL3r0Qy > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7TIJ0lsP1zeJRzp6bfAuXFHIPyUp70H { width:20rem;height:5rem;top:1.25rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #w6NMIFlPUg4KAQzZNBHV8i9bQbDhETCD { width:13.6875rem;height:3.4375rem;top:15.3125rem;left:2.75rem;font-size:1.125rem;color:#ffffff;background-color:#007bff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CpbduaPGWbsa5lD7Q3HPlDqGUsotttDP { display:block; }
 }@media only screen and (max-width: 763px) { #A8Qb4TTcnVNwZALPeultfidp0gfIkLHL { display:flex;width:1.125rem;height:1.125rem;top:16.5rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #dzGUmaZ5LCshWMdeoxuXfFfWMHpBIpDU { width:18.25rem;height:3.298825rem;top:3.4375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHudhhWOZKXue7VHfPAQtuWPqqNVlTV4 { width:18.25rem;height:5.39941875rem;top:7.6875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F2X3zFqVgifq239EKeto1meVi3VvXkLT { top:1.34375rem;left:0rem;width:20rem;height:20rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 { display:none; }#q0VXNg2HImUPCaNP0IIXfOnNAdSAik26 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd { display:none; }#FD7LifJrAbvtgUJ4amsRsX4ElPTR7DKd > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTUPQl8UelBl8CigwSiTG74VToDbh7et { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf { display:none; }#gaDnFPxWz84ZJsQVygiv0VBS4tnRJJTf > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dcBmrfgJOCwCUwM8u7smiiLMgP6AxQlS { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N { display:none; }#ZQqQ2u8L0E1xQP4bhiuEhW93ICV1zP7N > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AnbDC7uv9hSwNkI9H8aPaS4ukyD1REm3 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2TSsGGPkh5mKkGpNmFopwyxI3gfb5Ql { width:20rem;height:0;top:5.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqs2i3RR0qwygFT0fZHevTIWhPrwJJft { display:none; }#xqs2i3RR0qwygFT0fZHevTIWhPrwJJft > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RIP34Lgtvtbrt9FpJThAaHEUEPR5i2rb { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IWgFBA6OngvmM6Dp67lSgpCnMChddU { width:20rem;height:0;top:5.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs { display:none; }#TMIws1abvdLgAbIzEqWtaHmil1qCH2Xs > .row .container { width:20rem;height:16.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JqeqVgsWkLCxDne1TA6LIS7ay6xQlcUQ { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtEwnIC72FLvv3pEEcb55r33Q62WiQMk { width:20rem;height:0;top:5.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0AuSss81xAp79AZeesQZG6TNRtrIXTr { display:none; }#a0AuSss81xAp79AZeesQZG6TNRtrIXTr > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Df0ZPrySNbS125U2Xgmzh9rTVVTxhxdB { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVOwZgeaGgAx2T39wetSpBbnh3O2l8lM { width:20rem;height:0;top:5.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG { background-color:#1d3a5f;background-image:url("https://images.assets-landingi.com/uc/66e0b873-1b8b-4ae4-a27e-7f053339aeb2/footernorekspertmobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG.adaptive-delivery-prevent-bg, #fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG.lazyload, #fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG.lazyloading { background-image: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container { background-color: transparent; background-image: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container > .video-iframe-container { display: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row > .video-iframe-container { display: none; }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .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); }#fT89W6iNMxWTpwT6lD0fKKOAtsJoAPOG > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCBthCuV9yiVK120ZLdDVKESs4k1Ppe4 { width:1.875rem;height:1.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sByfsZdoc9bG5NCHXURTiKMmNELdTOSx { width:1.875rem;height:1.875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNephip2xhI69TThRhF8vHACmg2ZXIkS { width:1.875rem;height:1.875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGfgwZJzIxMi6DZkHRUZ3qyyhe87D3eV { width:11.375rem;height:2.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5w8FTQOoAqapiiPKEm3lRPuw7qlAtRA { display:block; }
 }@media only screen and (max-width: 763px) { #mlKPXragrD4Je5rN6F95hi4AdDa7T96C { width:10.4375rem;height:2.5625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJUG0D7OmApKRSys4N1xHDboONXB5Ss8 { display:block; }
 }@media only screen and (max-width: 763px) { #kK0D2Nxz5LCMakyMMFJ1MEAc4VVveHTp { width:9.5625rem;height:2.5625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oUeEHCONrZQdM2W9fz4KMCT1eoSMQe { display:block; }
 }@media only screen and (max-width: 763px) { #GpsTsD5S5akpTb9Qa3JHry1zRIgwmXSu { width:12.1875rem;height:1.2246125rem;top:44.2255859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1mFf1ZzfWXEvoDBJGitUfX3EDNQbgSV { width:17.375rem;height:9.79589375rem;top:10.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y00SSTC0h3ny8bIrIrGolV2UeHTb9ypZ { width:17.375rem;height:6.99706875rem;top:21.482421875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTT3H7BpqXz6HtqdF4isKC81rNo2ZKLv { width:19.375rem;height:8.3984375rem;top:29.978515625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bhTB24usNM2dOdu7gAL5alITi7MuKF2q { width:11.625rem;height:4.5371125rem;top:38.9765625rem;left:0rem;display:block; }
 }