.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:247,224,225;--color-primary-1:228,153,156;--color-primary-2:200,50,56;--color-primary-3:100,25,28;--color-primary-4:30,8,8;--color-secondary-0:230,246,247;--color-secondary-1:226,235,242;--color-secondary-2:214,235,250;--color-secondary-3:210,233,249;--color-secondary-4:43,47,50;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"ivy-semibold-nowe";--paragraphs-font-family:"ivy-semibold-nowe"; }@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-0),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); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT { background-color:rgba(248,250,252,0.9);background-image:url("https://images.assets-landingi.com/V6blx1nl/kursy_gora.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT.adaptive-delivery-prevent-bg, #D6DePTXL17La5QpRMnPwtMMLbE12hdGT.lazyload, #D6DePTXL17La5QpRMnPwtMMLbE12hdGT.lazyloading { background-image: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container { background-color: transparent; background-image: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container > .video-iframe-container { display: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row > .video-iframe-container { display: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .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); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container { border-width: 0; border-radius: 0; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container { font-size:0.875rem;font-family:"open sans";height:16.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ONQnwltbpHDSswZr0dbW9Jt7N4dRyeRP { color:#2d2d7b;display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:9.2621875rem;text-align:left;text-align-last:left;display:block; }
#VcRZfIqUTDIv9WJAdFUgOqrlUxRxakMT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:8.875rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b1899;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; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row .container { background-color: transparent; background-image: none; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row .container > .video-iframe-container { display: none; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row > .video-iframe-container { display: none; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .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); }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row .container { border-width: 0; border-radius: 0; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#OD3oUIRyXL2sS9VqUxtU4iqw2TQhdi1K { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9375rem;position:absolute;font-family:barlow;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:8.59375rem;height:5.5244125rem;text-align:center;text-align-last:center;display:block; }
#fzxleIoRgUGFCTColGlG7lhbhZd02XEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row .container { background-color: transparent; background-image: none; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row .container > .video-iframe-container { display: none; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row > .video-iframe-container { display: none; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .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); }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row .container { border-width: 0; border-radius: 0; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#zQPlOpCJlTfbLfueZUCCPpuPz7yJsXQJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.625rem;top:5.375rem;left:0rem;display:block; }
#dBKgHPDgLDy7itxeosphFkRN9pQftegq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.625rem;top:5.375rem;left:39.375rem;display:block; }
#REG0TZaniZXvPSE51nsq0B3cTnm15rnC { color:#c20e0e;display:block;width:35.625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NSSEmq5wid4ruDlGoWzlCSWoEBAdmnsP { color:#c20e0e;display:block;width:35.625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:39.375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row .container { background-color: transparent; background-image: none; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row .container > .video-iframe-container { display: none; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row > .video-iframe-container { display: none; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .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); }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row .container { border-width: 0; border-radius: 0; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#sfTrl0Txkkeist3odygZc1VmKs3TZhHc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.625rem;top:7.625rem;left:19.8125rem;display:block; }
#WKkfXI1SQvJgxq3Vhe4axLoTw0e4Ga1F { color:#c20e0e;display:block;width:35.625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:19.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b1899;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; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row .container { background-color: transparent; background-image: none; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row .container > .video-iframe-container { display: none; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row > .video-iframe-container { display: none; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .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); }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row .container { border-width: 0; border-radius: 0; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#iTQppZTUUr1zzCzVShKIt7qymDXeVTGS { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9375rem;position:absolute;font-family:barlow;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:8.59375rem;height:11.0488125rem;text-align:center;text-align-last:center;display:block; }
#sfLlniEJXFAPQe5sudzlQROa60XCtiIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#sfLlniEJXFAPQe5sudzlQROa60XCtiIT > .row .container { border-width: 0; border-radius: 0; }#sfLlniEJXFAPQe5sudzlQROa60XCtiIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfLlniEJXFAPQe5sudzlQROa60XCtiIT > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:none; }#tT5ZdEeC2zfENbFT668nBsOg27BVnlSb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.625rem;top:5.375rem;left:0rem;display:block; }
#GDe0UZtg7wCo0aGc76vtbgClKh7RsP2r { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.625rem;top:5.375rem;left:39.375rem;display:block; }
#R4lwVDSxJDrMZ1BbIFHvVfp7gmQt17BH { color:#c20e0e;display:block;width:35.625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ATKXUa3H5G6XgiGiLXAmN54Dxa5Xtbsv { color:#c20e0e;display:block;width:35.625rem;position:absolute;font-family:barlow;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:39.375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:url("https://images.assets-landingi.com/duWmPNv8/bg_kursy6.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ.adaptive-delivery-prevent-bg, #HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ.lazyload, #HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ.lazyloading { background-image: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container { background-color: transparent; background-image: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container > .video-iframe-container { display: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row > .video-iframe-container { display: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .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); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container { border-width: 0; border-radius: 0; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#enUnVSWB04bDlvo7UkzHvnBgGeezFnOF { color:#2d2d7b;display:block;width:40.8125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#SEB3cNyE79pDyAmfevWiVvaCqo6SuOlW { color:#2d2d7b;display:block;width:40.9375rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MWH3ub09Gc62ZwcLzGpksOsQkshsJVlH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.375rem;left:11.65625rem;display:block; }
#w6JLJ6dr0l0cGFBD4OtTZnDWvnL2ONNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx { background-color:#1a174d;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container { background-color: transparent; background-image: none; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container > .video-iframe-container { display: none; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row > .video-iframe-container { display: none; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .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); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container { border-width: 0; border-radius: 0; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container { font-size:0.875rem;font-family:"open sans";height:22.875rem;width:75rem;overflow:visible;position:relative;display:block; }#vG8R7VGFltEyF716KSGNQBqiWQayEo4R { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:16.21875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qXMwSuhyk7ulPA3dU03coTiQQqixiatu { color:#f7ba4e;display:block;width:57.875rem;position:absolute;font-family:sora;font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.75rem;left:8.5625rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#ftq7wtoa6pIhS44t4GZQdAVM59g5oxQr { color:#9acc49;display:block;width:57.875rem;position:absolute;font-family:sora;font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.25rem;left:8.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi { background-color:#1a174d;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi > .row .container { border-width: 0; border-radius: 0; }#wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi > .row .container { font-size:0.875rem;font-family:"open sans";height:22.875rem;width:75rem;overflow:visible;position:relative;display:none; }#xILxneIAqQwMTf9ycXovKAE2zaOs25i3 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:16.21875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#teaZdz2wNscyTNvQ7zJTGinzGvkfpshI { color:#f7ba4e;display:block;width:57.875rem;position:absolute;font-family:sora;font-size:2rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.75rem;left:8.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#JW1hNd7o1TCTptDrCOUrPLTbwyumlaTt { color:#9acc49;display:block;width:57.875rem;position:absolute;font-family:sora;font-size:2rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.1875rem;left:8.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { position:relative;display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { background-color: transparent; background-image: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { border-width: 0; border-radius: 0; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { 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; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { background-color: transparent; background-image: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container > .video-iframe-container { display: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container { display: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .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); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { border-width: 0; border-radius: 0; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#T8XksotFJWNoxgE674vTriqfQEAuuO4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#XhG26zuscoHMNZJVkpcTJliydzSaIzIu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:16.570325rem;text-align:left;text-align-last:left;display:block; }
#wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:4.375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.8125rem;left:12.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:28.8125rem;left:12.3125rem;overflow:hidden;display:block; }
#UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { position:absolute;display:block;z-index:15001;background-color:#1a174d;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:47rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#gRok0ufsP4cbvc537x2agefOEpVbgRvw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:28.25rem;height:9.6659875rem;text-align:left;text-align-last:left;display:block; }
#TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { 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:2rem;width:7.1875rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:47rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.9375rem;left:28.375rem;display:block; }
#bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETbaC1NTS325lz5H20GkFFVLOr9iIlom { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:10.5625rem;top:19.9375rem;left:7.25rem;overflow:hidden;display:block; }
#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { 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; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { background-color: transparent; background-image: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container > .video-iframe-container { display: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container { display: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .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); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { border-width: 0; border-radius: 0; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:16.57031875rem;text-align:left;text-align-last:left;display:block; }
#r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:4.375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.8125rem;left:12.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#hamyt3A5HKNinaBpxfmlSImrlruQem6N { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:28.8125rem;left:12.3125rem;overflow:hidden;display:block; }
#f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { position:absolute;display:block;z-index:15001;background-color:#1a174d;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#o21PT2OEcR697GOkkabL7cAhnBsFkDqP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:28.25rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { 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:2rem;width:8.1875rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { background-color:rgba(0,0,0,0);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-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.6875rem;left:27.98583984375rem;display:block; }
#CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plrFBee84CwGLEfdbzPNlwBVL7IQFLrF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:10.5625rem;top:19.6875rem;left:7.25rem;overflow:hidden;display:block; }
#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { 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; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { background-color: transparent; background-image: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container > .video-iframe-container { display: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container { display: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .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); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { border-width: 0; border-radius: 0; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGXhMF0FM3p6WeoCnFBBThcecm463l0b { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:15.1894625rem;text-align:left;text-align-last:left;display:block; }
#cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.4375rem;left:4.375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.8125rem;left:12.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:28.8125rem;left:12.3125rem;overflow:hidden;display:block; }
#Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { position:absolute;display:block;z-index:15001;background-color:#1a174d;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#wXxDDKsier90HQZtkONMAaS15DnXtmS4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.0625rem;left:28.25rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { 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:2rem;width:9.3125rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { background-color:rgba(0,0,0,0);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-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.125rem;left:28.375rem;display:block; }
#pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qW8O3LprdgxNPNqcBGKDWD9guFV73bLV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:10.5625rem;top:19.75rem;left:7.25rem;overflow:hidden;display:block; }
#appc1IT4E4IRKRuJ67ePSJiri51hsRST { 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; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { background-color: transparent; background-image: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container > .video-iframe-container { display: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container { display: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .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); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { border-width: 0; border-radius: 0; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#TxK1tygrzPeDs1My2yrMW5zflk18rkCN { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.28125rem;left:8.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { 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; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { background-color: transparent; background-image: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container > .video-iframe-container { display: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container { display: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .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); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { border-width: 0; border-radius: 0; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:24rem;width:32.875rem;top:1.875rem;left:1.84375rem;overflow:hidden;display:block; }
#TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:1.40625rem;height:2.35623125rem;text-align:center;text-align-last:center;display:block; }
#Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.421875rem;left:8.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.6875rem;left:8.28125rem;display:block; }
#eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.375rem;left:10.4375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.740234375rem;left:20.3125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:32.7685546875rem;left:19.75rem;overflow:hidden;display:block; }
#RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { position:absolute;display:block;z-index:15001;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:42.5625rem;width:36.5625rem;top:0rem;left:0rem;display:block; }
#it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:24rem;width:32.875rem;top:1.875rem;left:40.3125rem;overflow:hidden;display:block; }
#CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.3125rem;left:39.5rem;height:2.35623125rem;text-align:center;text-align-last:center;display:block; }
#BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.4375rem;left:46.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.6875rem;left:46.75rem;display:block; }
#MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:48.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.75rem;left:58.75rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:32.75rem;left:58.1875rem;overflow:hidden;display:block; }
#NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { position:absolute;display:block;z-index:15009;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:42.5625rem;width:36.5625rem;top:0rem;left:38.4375rem;display:block; }
#mDZzG2ERiouJQm7HETs9dTOzrfz4dScb { 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:6.375rem;width:13.3125rem;top:17.5625rem;left:11.625rem;overflow:hidden;display:block; }
#roXRx5tBWnUSQv1dgXoJDAORo5VHCqzU { 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:6.375rem;width:13.3125rem;top:17.5625rem;left:50.09375rem;overflow:hidden;display:block; }
#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL { 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; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row .container { background-color: transparent; background-image: none; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row .container > .video-iframe-container { display: none; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row > .video-iframe-container { display: none; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .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); }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row .container { border-width: 0; border-radius: 0; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#tz4mp6c8XHWDW926PU8qMGZf6BeO0wF6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:24rem;width:32.875rem;top:1.875rem;left:21.0625rem;overflow:hidden;display:block; }
#HvSbkhTHXhRUrLcnllHuAUfdIpF27T52 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:20.625rem;height:2.35623125rem;text-align:center;text-align-last:center;display:block; }
#bZvrohdHTb7prOHvyonKTbWZvvTgofRm { color:rgba(var(--color-tertiary-0),1);display:block;width:33rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.4375rem;left:21.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obZNUTIfhGCSX7cMa0fQ4NCmePdwsG5Z { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.6875rem;left:27.5rem;display:block; }
#doVdbC7yJ8wXn4u6pdfTy91RNaDU5Bya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rczp5XoMTuu1uvQdfCFq4tSeEZ0TQb90 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.3125rem;left:29.3125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#AikQfMZs5FR5Wn43zTR5SF5DNOstlm0x { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.75rem;left:39.5625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#HDmTaWfyxksfKTU08V9IBpex1h6dT98W { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:32.75rem;left:39rem;overflow:hidden;display:block; }
#JRHkROweir6SrKAlNdWTBAivR3oHq9kd { position:absolute;display:block;z-index:15001;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:42.5625rem;width:36.5625rem;top:0rem;left:19.25rem;display:block; }
#BESVer3Wsa0V04HTmskU817wJk8RlEQA { 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:6.375rem;width:13.3125rem;top:17.1875rem;left:30.84375rem;overflow:hidden;display:block; }
#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT { 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; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row .container { background-color: transparent; background-image: none; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row .container > .video-iframe-container { display: none; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row > .video-iframe-container { display: none; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .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); }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row .container { border-width: 0; border-radius: 0; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#dHH3mzWetsdJpzGU6tGQqOeHKoqp6cdb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:24rem;width:47.75rem;top:1.875rem;left:13.4375rem;overflow:hidden;display:block; }
#WTED4Dp4xLlpTc7U91pZkCd3kdZgHf6B { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:13rem;height:2.35623125rem;text-align:center;text-align-last:center;display:block; }
#d8hfb83TduLzbC2gEAcUU5KkmRLNWZIW { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5rem;left:19rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oh9vHmUsGfIArsp9BCc5Qy3eJ3CzL5rJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.375rem;left:27.125rem;display:block; }
#pQwoDHMkBoChRV9hxvJT3WpuhbsFVcd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tbb819A1eFnaqHLxMFTSQHXcq3e6OE5K { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.5625rem;left:28.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#idAcLG8Q3GhZsmSgBBkd9TRiKk1PQx0R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.9375rem;left:39.125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#nPpfE9nWO0ticdEWH20ffTgQroGJWqIT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:32.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#Os2yMWxfOqhTLzcFSGuo37Dmzwtkzkcq { position:absolute;display:block;z-index:15001;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:42.5625rem;width:51.8125rem;top:0rem;left:11.625rem;display:block; }
#ACuB1ITSOMBRwXL2GSMLVCDU4zTT17hH { 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:6.375rem;width:13.3125rem;top:17.375rem;left:30.84375rem;overflow:hidden;display:block; }
#OGJ08DKOa3WWINDsEy2kzznnFddLxaUO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35.71875rem;left:31.28125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { 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; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { border-width: 0; border-radius: 0; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:none; }#iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { position:absolute;display:block;z-index:15001;background-color:#f8fafc;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { color:#37559a;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { color:#37559a;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LuRBktIAA4zh3W11TooIwm54X0FOu5dr { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#OsDb8nQ1sepuQUyhOAifgLGetZor2meW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.125rem;left:1.875rem;display:block; }
#iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:10.375rem;overflow:hidden;display:block; }
#isHQUOU4GZePALUPqkcQATKivK2feKIZ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.625rem;left:1.875rem;display:block; }
#lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { position:absolute;display:block;z-index:15011;background-color:#f0ffe6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.4375rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.25rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:36rem;overflow:hidden;display:block; }
#UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:27.5rem;display:block; }
#LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbCDGBVt0m63NKVKym0lIturH3p5GWaT { color:#334950;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.4375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { color:#334950;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.0625rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.125rem;left:53.125rem;display:block; }
#RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.25rem;left:62.875rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#Th3t8clwZMcDiczhwIBfhPWTelv3waQd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:61.625rem;overflow:hidden;display:block; }
#yrmSmNJENC16S5NLBl6R3B95oLI674NW { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.625rem;left:53.125rem;display:block; }
#iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:53.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { color:#ed6c20;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { color:#ed6c20;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:53.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { position:absolute;display:block;z-index:15021;background-color:#ffefe6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#w9Oo7lL54hSmT4cL5Zo88C3UcaGeP04Z { position:absolute;display:block;z-index:15002;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.3125rem;left:0rem;display:block; }
#xzxFIp7mN2EouIThxcAxruO8uHo5b34L { position:absolute;display:block;z-index:15012;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.3125rem;left:25.625rem;display:block; }
#NaJwsu9koNU9HqQbdOurB3hCnGhH1uag { position:absolute;display:block;z-index:15022;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:14.5rem;width:23.75rem;top:35.5625rem;left:51.25rem;display:block; }
#ENwPomx84DD0n64EuK9FCMf9cPrWZW9l { 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.8125rem;width:4.6875rem;top:34.5rem;left:8.125rem;overflow:hidden;display:block; }
#qTeJTzb66XBybtGJwtg0fCoT5OxVKyRq { 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.8125rem;width:4.6875rem;top:34.4375rem;left:33.875rem;overflow:hidden;display:block; }
#ytOTvI8rEtglIAFz3HuboMtxtClM4dKl { 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:1.8125rem;width:4.6875rem;top:34.9375rem;left:59.25rem;overflow:hidden;display:block; }
#ZD17cDb0p1eOuQpqp59TNqx79oZLIa3m { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38.65625rem;left:5.65625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#fNu8HdeKV5bm49JZHd6MuFOsSMN92wrT { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:38.84375rem;left:31.28125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NqzHf6uDrcBNBCReCHLlKfBmGteTXBiQ { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:38.84375rem;left:56.96875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd { 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; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row .container { background-color: transparent; background-image: none; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row .container > .video-iframe-container { display: none; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row > .video-iframe-container { display: none; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .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); }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row .container { border-width: 0; border-radius: 0; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#BBUAB0IrPMqSZJX9DmXz2fB0oA4dQH3X { position:absolute;display:block;z-index:15001;background-color:#f8fafc;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#VpXz6hTEdCHf464ABO3F5F2ngrBsarA2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#TpT0JTSTiFRSGd8QM0IWZZylDbec6ssu { color:#37559a;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#LVQWd91nQQ9fW2rROuLoJXDnuV6WWwIg { color:#37559a;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU6AbbEQBbgiag6DBaTx74KNJsJzK5WV { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#tJPCdpOlfSQmFWG4hokKo9wVii4asUO2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.125rem;left:1.875rem;display:block; }
#ySgG8TXKTCOS8Io87eThSikPrwfrVQUO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OUQy2MU3whGCmUJUolgsG60mwIh61wr8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#IVCtbl8pkA3MRpws3Lq99TLH8hlOpBsJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#dtw8M04TiLzh21PuFg53uhNTWqKdDqOm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:10.375rem;overflow:hidden;display:block; }
#Btgtkvt8F0ry7bOOU38CoTI0uu01HNNx { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.625rem;left:1.875rem;display:block; }
#TXKn415OTCN2k2A3ze8QZewoSIUmhf92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rWeehkt53kdzLJGnJZuZOcfGdO0Akxkg { position:absolute;display:block;z-index:15011;background-color:#f0ffe6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#e7Dufe1EZCOORlT5hF67qy5TkyMZd1ef { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.4375rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#yurNfLLU2gPmqebTZkQ1rPxehc6xiC13 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#SzhiPdNhqKUJ6FcrHEDNlRzfbhJTG1sW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttytRrvHFXJ8dWF4seiJAkqubPCoWKIK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.25rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#Ha9TaXzfl0NMWWx4dK0GQ2xuR4qIVyW5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:36rem;overflow:hidden;display:block; }
#TTpvyRkOcs6nl29vDqDVIqb6Qi1Solmh { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:27.5rem;display:block; }
#rzFb2SRZTOFRk5ahe1936QkNor3V3DdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aS6lp2TuqpGwMOV2vRiDsHz7kvztZh1C { color:#334950;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.4375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#loVn0fHfTGbWGtm4t1yAfTfds6HGmSr7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#RfT4lHEG1Jnh5b2Dx7uHXxvV4fEhc9vU { color:#334950;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cg27p7RWiF3QGVOLOV8RzEqM8ODKt9T7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#vBRZszdtH04U9nsF8kNxq89d5higfJm8 { position:absolute;display:block;z-index:15002;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.3125rem;left:0rem;display:block; }
#thJzm6o4C4Jdw6Hl2zbaNNa9sG6DT5hT { position:absolute;display:block;z-index:15012;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.3125rem;left:25.625rem;display:block; }
#Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { position:absolute;display:block;z-index:15011;background-color:#fff2f4;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.0625rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:53.125rem;display:block; }
#XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:62.875rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:61.625rem;overflow:hidden;display:block; }
#vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:53.125rem;display:block; }
#x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { color:#d62651;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#waEdfGxPTrEWlwz74ccPEbr8n9UFXEnm { position:absolute;display:block;z-index:15012;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.375rem;left:51.25rem;display:block; }
#obMbacaKfVGCORyI3FwHuUbQD0Hre0At { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:53.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { color:#d62651;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:53.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#W3B54hd5VvItPteLw8WaGifAhla9NgP3 { 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; }#W3B54hd5VvItPteLw8WaGifAhla9NgP3 > .row .container { border-width: 0; border-radius: 0; }#W3B54hd5VvItPteLw8WaGifAhla9NgP3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3B54hd5VvItPteLw8WaGifAhla9NgP3 > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:none; }#vmxlL0L7Q81Pfe3MckVgaqCrf7iGNsIE { position:absolute;display:block;z-index:15001;background-color:#edf5fa;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#n3gCw3evLbOgVaTfq72F4kayDKnTGgbn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#n1ddBvsmrrpuLx4iUU4sSi9FohPaN7sg { color:#055ea4;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#EKsAXNKRAl7Mt1xEJ3QxN8MeOI4wWcOI { color:#055ea4;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZorM6iHkAVzzS2m83nSLRGEek7J2mpJ2 { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#lCVknRaJukQ5y8ucroO8proTln8yT5NE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.125rem;left:1.875rem;display:block; }
#KHLWdX2y02I7n0Ve5khyrM1E1kXidW33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6HpALypA9LDPZzMQLa6WuEhQMgxQ6Tv { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.9375rem;height:3.41235625rem;text-align:left;text-align-last:left;display:block; }
#So3ZSTqa14buCsGiaaGndflGooRQJKdp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#EJhRMmxvpsHoh5FWbTVvPsRkgix32StI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.375rem;width:8rem;top:36.375rem;left:10.5625rem;overflow:hidden;display:block; }
#M2av5qMlpFAKTJdKz6l9d4TgbiyrCPCE { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.625rem;left:1.875rem;display:block; }
#O5o84f1P78TwBd5VkboclL146kR29Vh8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrT4TDOkQLOvXUgKPOTQMBvFkSOaSO1y { position:absolute;display:block;z-index:15011;background-color:#fff2f4;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#xFu42eOkJL02eF1Ckcl6bf9kmhCGmxKE { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.4375rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#uyv3eXBPsOmuV5S2PKvqXqx1F2y8L7ry { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#sAQwKhwMWhFO4TVakmTeabV887sSt9VL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waH0J9EdKZX4JH5P1Wph4yKXdVoFXPLq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.25rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#r8pWy1qFhiVmkvhCapXsZvDwoWvJaOe0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:36rem;overflow:hidden;display:block; }
#fKRqB7ev5cmuAviBN8SctS36oLzPFIIN { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:27.5rem;display:block; }
#EzoMxzT59gbiHcibqXqluQHsRJzGwNfw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PO1AL6IspKhR3d29xJzQbbcBOdEpHQge { color:#d62651;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.4375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#aqUMyH3fgFv9drQWTATT4TEI2PmKvEaO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#ezwSD0DUWqGCymMMw6LTReGIAG5HS05y { color:#d62651;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C2eTnWGaZR5wFo2OZs3hU3U7uKQ64AA3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#vvTeZtL1p7omiUHlMIS5GLWqTCJTfICp { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.0625rem;height:9.666rem;text-align:left;text-align-last:left;display:block; }
#xS4F6XuGo82xIJKd4DHwISmlCNQcOonT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.125rem;left:53.125rem;display:block; }
#ySklMKDIxJw9ss8HGUS9vPKU7zJz1BKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qENDmF20psq7P2cKRvE4yCJOmTJazSAb { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.1875rem;left:64.75rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#yxCTkfM5LXTrNpJXPc0S3QhyOGs8HyoC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.375rem;width:7.5625rem;top:36.0625rem;left:66.6875rem;overflow:hidden;display:block; }
#dXVRP20ltFdkBgpkTSM26KRbTes6LIxP { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.625rem;left:53.125rem;display:block; }
#sBF1I8zuy1qR6P2tOP1aD3XvgZRdQn86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKdh5Q0QIIRR85pdfPr3U0MnvkbSVTTU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:53.1875rem;height:3.16861875rem;text-align:left;text-align-last:left;display:block; }
#cMJvQvgOGE2kCCGs9nB8l5I1bXSQUGL0 { color:#f2632c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#tbRagZwhDQLkbH18HtG4T9H3wJIvphzb { color:#f2632c;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:53.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wtKIhZL6DKdzb41CkmQTgk66VW9w9qdx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#gPoQd2FQEXVeSuhIyuhov8MWF41FdQ8x { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#KslVzr3lmtRbv7nV9VZPyuKRPTqXh155 { position:absolute;display:block;z-index:15002;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.375rem;left:0rem;display:block; }
#KdtWF0EKyucKv2hrP8UCtBT4U9rJtPGv { position:absolute;display:block;z-index:15012;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.375rem;left:25.625rem;display:block; }
#k9edOhgCtSmNGaV4UrOhBCty3TITS3JE { 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:1.8125rem;width:4.6875rem;top:34.5625rem;left:33.5625rem;overflow:hidden;display:block; }
#o4WTTidiTQDAAWaIVwN106UCa35o7CEM { position:absolute;display:block;z-index:15022;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.6875rem;width:23.75rem;top:34.375rem;left:51.25rem;display:block; }
#ANWtnfmr0v5CZXrFrBEUGpcVXKvLNGB4 { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:38.90625rem;left:5.65625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#yPBnnBQ834wmfeL6rH25kTxKZqXOmBBF { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:38.90625rem;left:31.28125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#MoLfTDchL54VIoWGVO2wXGbGcAh9EplB { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:38.630859375rem;left:56.96875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#bZ6DT57UCCosSCSTktMo5qz5k36oFztm { 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; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row .container { background-color: transparent; background-image: none; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row .container > .video-iframe-container { display: none; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row > .video-iframe-container { display: none; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .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); }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row .container { border-width: 0; border-radius: 0; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#TfhnFdeqKkwGc2pTQ6zMWPZtiLQIaFed { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:21.3125rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#vwObciuTMlTSC6lOJUL1RgqsI9AV9POA { color:#0f2966;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:24.625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#TsMpTDEyZ6bs2R1oMindikU779QoTve4 { color:#0f2966;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:24.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BUA7LgIiUeV03etRqabNQPEdVshDfol1 { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:24.75rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#DGPw9bqPrNd10l72yoHy0PeTldTXaGFH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.5625rem;left:52.8125rem;display:block; }
#mNWS17MalgQEUImd51ZMsZ1UgB5eqnSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQNTgkWK8T6od34N2i4fLMLeKpSW3r7d { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:54.125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#fZqsTVkfnt6ShkAXgCzSCPlFGl1Z9IgR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:63.4375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#lyrfPb29P6FE6c8gmqJ9NivrVz42HzAo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:3.5rem;left:62.4375rem;overflow:hidden;display:block; }
#Wa8HzSzcr6PlChL1tZ86SMESXGlVD7RT { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.0625rem;left:52.8125rem;display:block; }
#XkNy1w8Lv5eVTpivmO5PvwPxg8HQtqSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1uv3sRxoE7u52ceMtVVDt1OelbOLNwH { position:absolute;display:block;z-index:14999;background-color:#edf5fa;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.75rem;width:70.0625rem;top:0rem;left:0rem;display:block; }
#brBSyx8brTDaTS4p4FdaSQ9FXkbBxZvw { position:absolute;display:block;z-index:15000;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.75rem;width:25.1875rem;top:0rem;left:49.8125rem;display:block; }
#oWMJp37alOTLdh8agKQIE9bezvFCHBvh { 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; }#oWMJp37alOTLdh8agKQIE9bezvFCHBvh > .row .container { border-width: 0; border-radius: 0; }#oWMJp37alOTLdh8agKQIE9bezvFCHBvh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWMJp37alOTLdh8agKQIE9bezvFCHBvh > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:none; }#VuD2mUdABaxBcLPBufZf7aIwl89DLqEc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:21.3125rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#xZyBiExP8hQOAv287CxDphvw0hGuOggB { color:#0f2966;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#yUR8631poB7AbQoCG8tNxFpLp1ATa6md { color:#0f2966;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOWqTMSAJRxMSdPse8BzDgcX0evDWg7T { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.9375rem;left:1.90625rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#FuExlJhhBHI481W2HR1MKDbI7SpTfcFT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.625rem;left:1.875rem;display:block; }
#cpwS83JwnnT7d5MfhVRIzznzW2QEBHDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDo9C3iwBvGysQqXTzHL4KTmWOMLePaa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.375rem;left:3.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#h78SIQsRs2nhNPTULKOQLyXxrCuOSPaT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38.75rem;left:12.5rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#qM2RVv9oUiCBzaOfxS5Nl9nG3iSrxUyv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:38.5625rem;left:11.5rem;overflow:hidden;display:block; }
#beFM1ih11iEdVd57PoKUIoUKG2IcRgQz { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.125rem;left:1.875rem;display:block; }
#bee8WhO6cEqK1LyrTlKyUfHKHEZzHeKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISdQiDR5ETTB8Vi7A1BdR6EFqZzOg1PU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:53.25rem;width:45.875rem;top:0rem;left:29.125rem;display:block; }
#NafDaSPAyQvAwodCs4J6APnqXpqGzO88 { color:#0f2966;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.0625rem;height:5.3623rem;text-align:left;text-align-last:left;display:block; }
#HqTOQSCkZz5DqdOaM0oGnZwO8PkT4n98 { color:#0f2966;display:block;width:35.0625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:32.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LJTg9NcnZEccdLt1OJSLAVyexKDpPELt { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/af8bbb26-0db4-441c-8464-a1a498409de2/fin60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.05517578125rem;left:32.03125rem;display:block; }#LJTg9NcnZEccdLt1OJSLAVyexKDpPELt.adaptive-delivery-prevent-bg, #LJTg9NcnZEccdLt1OJSLAVyexKDpPELt.lazyload, #LJTg9NcnZEccdLt1OJSLAVyexKDpPELt.lazyloading { background-image: none; }
#EDcEXCLLwbhg2NBP1elEp6ZePxhcIDai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/9f959e58-cb1f-439c-8327-0323cf2222f8/hr60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.05517578125rem;left:45.21875rem;display:block; }#QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA.adaptive-delivery-prevent-bg, #QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA.lazyload, #QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA.lazyloading { background-image: none; }
#KVzw3wkFbHzKWF9yfIy0vBR3XicxcQWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfFHdnz0X27J5a3tr2aeovoE5CLwPucE { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/c781582c-9fb8-4463-841c-9d00692bafc3/it60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.05517578125rem;left:58.40625rem;display:block; }#VfFHdnz0X27J5a3tr2aeovoE5CLwPucE.adaptive-delivery-prevent-bg, #VfFHdnz0X27J5a3tr2aeovoE5CLwPucE.lazyload, #VfFHdnz0X27J5a3tr2aeovoE5CLwPucE.lazyloading { background-image: none; }
#mfU55ZzWU38o3lz1tS73sD68lQzIr6Db { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/dce999c0-514b-44a9-b269-2bf1ebe6dfa0/mark60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.09375rem;left:32.0625rem;display:block; }#idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN.adaptive-delivery-prevent-bg, #idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN.lazyload, #idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN.lazyloading { background-image: none; }
#wXQOSzg9p7vXSnrFZHRinAcNhOlzETeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/86641216-b5f8-494d-b7bc-1466282d954d/neg60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.09375rem;left:45.21875rem;display:block; }#rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c.adaptive-delivery-prevent-bg, #rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c.lazyload, #rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c.lazyloading { background-image: none; }
#vg9BDIeHAVpQyVrHcZEZrEqq7kR7KOdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/f039ed84-8ee5-4c24-abe2-eabe6b3ef072/pods60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.09375rem;left:58.40625rem;display:block; }#wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb.adaptive-delivery-prevent-bg, #wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb.lazyload, #wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb.lazyloading { background-image: none; }
#q4Azoxi9KznLmPsF9cbwC7B8nZyVOLau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2 { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/4bbe12be-fa32-428f-be2a-5b8caa51c690/spr60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.349609375rem;left:32.0625rem;display:block; }#NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2.adaptive-delivery-prevent-bg, #NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2.lazyload, #NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2.lazyloading { background-image: none; }
#kBqIfCNp7tH45LIVlKAcmU6HtL1wbmHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/68f977eb-18a1-4e50-8a1a-841cdbaa44ea/prez60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.375rem;left:45.21875rem;display:block; }#TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g.adaptive-delivery-prevent-bg, #TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g.lazyload, #TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g.lazyloading { background-image: none; }
#kH18xnKzdM56HAy8VxJ1iIkN7D18VX4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nh1Eett5GQ2yoosN3qPALTnCBqHupqfi { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/8ea02dd4-dfc8-4f60-a48b-92a55f1896ad/zarz60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.375rem;left:58.40625rem;display:block; }#nh1Eett5GQ2yoosN3qPALTnCBqHupqfi.adaptive-delivery-prevent-bg, #nh1Eett5GQ2yoosN3qPALTnCBqHupqfi.lazyload, #nh1Eett5GQ2yoosN3qPALTnCBqHupqfi.lazyloading { background-image: none; }
#i71pXU1TgMlxs9CnKfu7sDeypAQr7kuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAN4fkxONVRRu9ndfPSybGfuPzBt1cWt { color:#0f2966;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.9375rem;left:32.0625rem;height:5.3623rem;text-align:left;text-align-last:left;display:block; }
#VL4GkU1QXHk1BH5HGIrAsRnTsLIrR36c { color:#0f2966;display:block;width:35.0625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.3125rem;left:32.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iURt7T4yOSfNdTnbPNqbAICmbXtpcyq5 { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/8249c409-6875-476b-8dbc-e13544b0e0f6/cbf1.png");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.6875rem;left:45.25rem;display:block; }#iURt7T4yOSfNdTnbPNqbAICmbXtpcyq5.adaptive-delivery-prevent-bg, #iURt7T4yOSfNdTnbPNqbAICmbXtpcyq5.lazyload, #iURt7T4yOSfNdTnbPNqbAICmbXtpcyq5.lazyloading { background-image: none; }
#T2MQFAA7tH3Zg6607TXGgd4gr9oy3zA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ez8qbGhNWkV0MRIQyXCVxeISLuyUClK8 { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/e29c1814-0824-466a-b092-30915ad8c4c5/dbf1.png");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.6875rem;left:58.4375rem;display:block; }#Ez8qbGhNWkV0MRIQyXCVxeISLuyUClK8.adaptive-delivery-prevent-bg, #Ez8qbGhNWkV0MRIQyXCVxeISLuyUClK8.lazyload, #Ez8qbGhNWkV0MRIQyXCVxeISLuyUClK8.lazyloading { background-image: none; }
#OnyeOdulffPHJkZPOgXhQZXypR7IUXpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KcoRVDgQGKDq1VGuIaGhAKCRsMF6xc1G { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/98e66225-095c-40fd-81d7-6848bfdb889a/zbf1.png");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.6875rem;left:32.0625rem;display:block; }#KcoRVDgQGKDq1VGuIaGhAKCRsMF6xc1G.adaptive-delivery-prevent-bg, #KcoRVDgQGKDq1VGuIaGhAKCRsMF6xc1G.lazyload, #KcoRVDgQGKDq1VGuIaGhAKCRsMF6xc1G.lazyloading { background-image: none; }
#dI3bCKLI0iiVu5yJWikXT1PDO29px34i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHVUvqpIylB7JZd5Sip2t12ig3QB0GfQ { position:absolute;display:block;z-index:14999;background-color:#edf5fa;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:53.25rem;width:32.25rem;top:0rem;left:0rem;display:block; }
#bN9H2zS5bmd8yweQe6dMvxJz1SKdlXyK { position:absolute;display:block;z-index:15000;background-color:#1a174d;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.875rem;width:32.25rem;top:37.375rem;left:0rem;display:block; }
#osHz4dV5StSMuWVW3dkJDPGcUNcQreE0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.6875rem;top:36.75rem;left:9.3125rem;overflow:hidden;display:block; }
#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdafc;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; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { border-width: 0; border-radius: 0; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:none; }#BrfLkyQEpNvyRcGUrog8UgT0XfT6GhVZ { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:8.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#M1P9mro9UyNvXKUNivXH8alH0fpfwZed { position:absolute;display:block;z-index:15001;height:23.125rem;width:62.25rem;top:12.4375rem;left:6.375rem;display:block; }
#GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#706fd2;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; }#GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq > .row .container { border-width: 0; border-radius: 0; }#GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:none; }#gZdMZ3qxWr8dIJPSD3xV70bdnwK6tcE1 { color:#dbd9ff;display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:8.286625rem;text-align:center;text-align-last:center;display:block; }
#pSakRd4qbxLxpDlIaGCaGvL9g3ztbyav { position:absolute;display:block;z-index:14999;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:31.0625rem;width:31.0625rem;top:1.5rem;left:43.9375rem;overflow:hidden;display:block; }
#ckuu36ReLKCWBxcnFNtAfDaey0I2cocT { color:#dbd9ff;display:block;width:44.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roZndacJdolzkLmaTSkxLGq4h1TETlOG { background-color:#18194a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.4375rem;left:13.5rem;display:block; }
#oWzl6wC7NnObcWeRxv3ffVNbVQNsBA8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 { 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; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { border-width: 0; border-radius: 0; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:none; }#zU9DDcnmcgAzqlHF6cT9oFAcFKGvMpZ1 { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.59375rem;left:8.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#pSCdCKHxkbBUE09MTcKC50l8u7wVrhJJ { color:#2d2d7b;display:block;width:44.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:15.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D { 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; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { border-width: 0; border-radius: 0; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#piPRnxndT4wpxq5SoOKlxxiTCLXf5JX5 { color:#2d2d7b;display:block;width:53.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2529296875rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTIkOOCghd21gXwJ5nc9Sfsn9LyWOg4H { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { border-width: 0; border-radius: 0; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:none; }#S3SJBpr4VEFXLVqmcfNPnTTO3F5uNmGq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:9.0986375rem;display:block; }
#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { position:relative;display:none; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { border-width: 0; border-radius: 0; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .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; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .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:4.375rem;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; }#IgQh1uZ8Tw60txShuT1wbCLZZyoRIkW6 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2529296875rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oCLkVAO3JGIHou7U8hTRMrzdlV4yEZmc { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#l658ToFtQAd7vMaX58aeVEZDSL4mUCee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { border-width: 0; border-radius: 0; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:none; }#vUMukQGcJ2IfM7NvsnHm3tSoUhhcNqrx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:0rem;height:10.39845rem;display:block; }
#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { position:relative;display:none; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { border-width: 0; border-radius: 0; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .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; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .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:4.375rem;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; }#XCnsa7pzaJ3G0iSeyH069irasxrt14C9 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DlowKtoUuFNTx8G08s1kvsArGHnOnSRm { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { border-width: 0; border-radius: 0; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:none; }#Nx71odwJuJ7XpRO5QGO7693UZmttCJLL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:0rem;height:5.199225rem;display:block; }
#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { position:relative;display:none; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { border-width: 0; border-radius: 0; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .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; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .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:4.375rem;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; }#hiKBKyFlZPaCAQXtvDECI1E21wQaSqGP { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.43771875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AL6FNlWA7pQduNiJsC3MWep9dLa3JkCn { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { border-width: 0; border-radius: 0; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:none; }#lzGyUm8LpcvcQxzn1XcADeivoTIIMwx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8935546875rem;left:0rem;height:3.8994125rem;display:block; }
#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { position:relative;display:none; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { border-width: 0; border-radius: 0; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .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; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .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:4.375rem;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; }#BnA77R9zc2mWrZ434Z0lK2Dp9uXozZwX { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AbgWp6thRDpuzJwhoWCC9E9yhCTqWFQn { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { border-width: 0; border-radius: 0; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#TwNyeIJsdn7lstqVc5FzK8twWtAaUkcf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.29345703125rem;left:0rem;height:2.5996125rem;display:block; }
#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { position:relative;display:none; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { border-width: 0; border-radius: 0; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .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; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .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:4.375rem;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; }#Xw1XLXzgxmJONHzuJ8hbCkCoR5CHkIQb { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HXE8s9TW4wxizE6BtVVT1572yVo1nEBK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { border-width: 0; border-radius: 0; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:none; }#fpTIQxxSrJIG1K49ZcFBlPND9V1T35W6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.880859375rem;left:0rem;height:1.2999125rem;display:block; }
#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { position:relative;display:none; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { border-width: 0; border-radius: 0; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .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; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .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:4.375rem;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; }#rBmPdv6w4yEg8n6nFDmJAtu3eXvMdk4J { color:#2d2d7b;display:block;width:68.25rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pX6IWXXCwqWycdKV1dIPCwBpLPSXqSh6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { border-width: 0; border-radius: 0; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:none; }#J39sQuvE8MMVqW8QLthKUVlZaJ9gLJhd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9560546875rem;left:0rem;height:3.8994125rem;display:block; }
#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { position:relative;display:none; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { border-width: 0; border-radius: 0; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .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; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .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:4.375rem;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; }#Twt000ZA07mP025onGFTPitNoSMxsKXa { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTmnLks8KfohiCQXwmRJsyMcCgC3Sqiw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { border-width: 0; border-radius: 0; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#oJ6T8rbkZuRwfltuck3p1HD4OwP8oXZo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.10595703125rem;left:0rem;height:2.5996125rem;display:block; }
#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { position:relative;display:none; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { border-width: 0; border-radius: 0; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .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; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .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:4.375rem;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; }#zRABpqVWo1TTchqvcSQiKnATMKDVotVc { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bXH9E37zGaV2XzRV5a89zFl4IFd55eo7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { border-width: 0; border-radius: 0; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:none; }#oSeAcHufJCncMZXM1QQVwTtrzgKWWteU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:2.5996125rem;display:block; }
#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { position:relative;display:none; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { border-width: 0; border-radius: 0; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .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; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .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:4.375rem;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; }#rW3iq9zRwT7ghXKyVNEpfhhXMNXVX0D4 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WzCS7ILkndTc2HTZJIRyDiD7dJl8uTNI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { border-width: 0; border-radius: 0; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#xrTvrroNWO12hgTPZlVxsCQ3R4xsNt31 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.5996125rem;display:block; }
#oGmURvlLdie26LMx2LEkW9StufeVum75 { position:relative;display:none; }#oGmURvlLdie26LMx2LEkW9StufeVum75 { border-width: 0; border-radius: 0; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .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; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .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:4.375rem;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; }#sFEZoTCAPQThE7dRuPz0le9SKrRygIWC { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o3V6htnp0BaiQiGZzouvoOESWSUprXpp { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { border-width: 0; border-radius: 0; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:none; }#gtKxbQqWNO98odStNEkzWzQw2eOBI5nW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:0rem;height:1.2999125rem;display:block; }
#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { position:relative;display:none; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { border-width: 0; border-radius: 0; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .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; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .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:4.375rem;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; }#PSJCClXSpFixoatS27pILbJznab46pc5 { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DBFGcFWhFwT1Z4dlStViLCp1Sb1aVLZX { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { border-width: 0; border-radius: 0; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#FTwZtywZctipZQ711vBFVzH67KQ5cptu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.01220703125rem;left:0rem;height:2.5996125rem;display:block; }
#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { position:relative;display:none; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { border-width: 0; border-radius: 0; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .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; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .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:4.375rem;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; }#v9t06W2teJHdyWttDIgaqCrcX9Jxw7RO { color:#2d2d7b;display:block;width:62.5rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.25rem;left:4.1875rem;height:1.86865rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WQ6Thp7nDDVgHAcJITtI6akkfS7NMSyX { 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:3.125rem;width:3.125rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#riE2xKV9JZCdivnTyOBneFetB0bQoUMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { border-width: 0; border-radius: 0; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:none; }#AtBDa0cyouZWISRCqRnFqJyBPyuenTT6 { 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:10.625rem;width:10.8125rem;top:0.873046875rem;left:0rem;overflow:hidden;display:block; }
#Bw7cuDsCQu9IMDazkIJZuUfEZRUpEPdo { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.873046875rem;left:12.5rem;height:16.97801875rem;display:block; }
#TwA7ozXlheM6A9tySqR9CH05wXrLN0pD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:16.875rem;top:17.8505859375rem;left:56.93603515625rem;overflow:hidden;display:block; }
#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { 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; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { border-width: 0; border-radius: 0; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#wRtHvIU5tc9gqFEifQnKcMA0eIg59oML { 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:27.1875rem;width:50rem;top:4.84375rem;left:0rem;overflow:hidden;display:block; }
#FkDsFeMbxfMKe6LdBxcqb0viLiQ9SWom { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.9375rem;left:52.8125rem;height:8.77441875rem;display:block; }
#lmw6TaRPFDrwuotCgJyCK0i7yPXsk5Sg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.3125rem;top:12.6875rem;left:52.8125rem;overflow:hidden;display:block; }
#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS { 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; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { border-width: 0; border-radius: 0; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:none; }#bMThIgyS3D3DzMb01L0mgdLEIG2raktn { 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:27rem;width:50rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#hvXhk87w01Ze56KeRKzRohqWrAwmpi7g { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.64990234375rem;left:0rem;height:11.699225rem;display:block; }
#uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1c21;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; }#uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 > .row .container { border-width: 0; border-radius: 0; }#uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:none; }#aJHOKNWBaNsezVOFkle8gFTiybZpA8fg { position:absolute;display:block;z-index:14999;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:31.0625rem;width:31.0625rem;top:1.5rem;left:43.9375rem;overflow:hidden;display:block; }
#a3cSC48Geg91Jin6S1JVFDJZoPN0lHAV { color:#dbd9ff;display:block;width:39.6875rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s6J5A7VsOFN4bW5dPvIQixF4G0OorVkX { color:#ffbc31;display:block;width:39.6875rem;position:absolute;font-family:barlow;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 .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; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#f4242f;padding-top:0.651875rem;padding-right:0.600625rem;padding-bottom:0.651875rem;padding-left:0.600625rem;display:block;align-items:center;width:3.60375rem;min-width:3.60375rem;height:3.504375rem;position:relative;font-family:barlow;font-size:2.608125rem;font-weight:700;line-height:56.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 .widget-text.counter-label { background-color:;background-image:none;color:#f4242f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.408125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.805625rem;height:1.385rem;position:relative;font-family:barlow;font-size:0.978125rem;font-weight:400;line-height:22.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 { 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:23.25rem;height:6.60125rem;padding-top:0.081875rem;padding-right:0.085625rem;padding-bottom:0.081875rem;padding-left:0.085625rem;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:22.75rem;left:7.85107421875rem;z-index:15004; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #fScsAD1zUyFc23q6vsKgX900leWhXeDD { display:flex;position:relative;top:0rem;left:0rem; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #ZniiLTC10D43UcieNku72bMk8nNQ9Zto { width:auto; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #WSLUaFtkGJBOuqhGv4TSL7iiIi81iXwi {  }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #NrweQXce2mGuwq0GJmueoz0myvXWBUD4 { display:flex;position:relative;top:0rem;left:0rem; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #q2BP4Gxizo5R2SCwTDHQMzn6kzIsHf0V {  }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #kZrhDMvi5gEhnRabzD5brPtqo9iopVLK {  }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #Whf0rNiRGs57WhDWgTmgyc746SqOcdyL { display:flex;position:relative;top:0rem;left:0rem; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #vHh1K0Ucnm7mpIG7w5VtyqW64dp1P5Lz {  }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #tB9dqzpkk1KmQ0iqWRkBTuHlF7ZO5yqo {  }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #QUGzkL8GIVyLP4iA4idKnUvebo0Z9g48 { display:flex;position:relative;top:0rem;left:0rem; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #GPCELOwmETdpBame6LqWiT2griBLBJD6 {  }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 #Tl19eL9TMxgy9C3IAFxnZTHHQEpzVp2x {  }
#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { 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; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { border-width: 0; border-radius: 0; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:none; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.375rem;left:49.875rem;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.adaptive-delivery-prevent-bg, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyload, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyloading { background-image: none; }
#s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.0625rem;left:49.875rem;display:block; }#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.adaptive-delivery-prevent-bg, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyload, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyloading { background-image: none; }
#Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSWOvotweaTRpl6nbgwM2QJK911Tg66o { background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.75rem;left:49.875rem;display:block; }#DSWOvotweaTRpl6nbgwM2QJK911Tg66o.adaptive-delivery-prevent-bg, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyload, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyloading { background-image: none; }
#GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.0625rem;width:44.6875rem;top:3.125rem;left:0rem;display:block; }
#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { background-color: transparent; background-image: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .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); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { border-width: 0; border-radius: 0; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { font-size:0.875rem;font-family:"open sans";height:17.875rem;width:75rem;position:relative;display:block; }#hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { color:#2f2a80;display:block;width:23.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:25.75rem;height:9.09864375rem;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:center;text-align-last:center;display:block; }
#VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.25rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#KielANdqOZXgdbIAMtTZ21ggpe99XvOK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:54.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#waXDvruWctg2L22T2Vdn3za9t4tOeyZq { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:55.75rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.8125rem;top:5.404296875rem;left:4.75rem;overflow:hidden;display:block; }
#LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { 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:2.9375rem;width:6.6875rem;top:5.404296875rem;left:13.75rem;overflow:hidden;display:block; }
#RpE2fE12MpTO7urldvgBsil0FNN23rmE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.375rem;top:11.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.75rem;top:8.998046875rem;left:8.25rem;overflow:hidden;display:block; }
#o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { position:absolute;display:block;z-index:15005;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.8125rem;width:7.0625rem;top:11.3125rem;left:14.21875rem;overflow:hidden;display:block; }
#zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { position:absolute;display:block;z-index:15001;height:2.0625rem;width:14.1875rem;top:11.0625rem;left:60.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D6DePTXL17La5QpRMnPwtMMLbE12hdGT { display:block; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONQnwltbpHDSswZr0dbW9Jt7N4dRyeRP { width:33.5625rem;height:9.25rem;top:5.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcRZfIqUTDIv9WJAdFUgOqrlUxRxakMT { width:8.875rem;height:3.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS { display:block; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD3oUIRyXL2sS9VqUxtU4iqw2TQhdi1K { width:47.75rem;height:5.5rem;top:2.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzxleIoRgUGFCTColGlG7lhbhZd02XEO { display:block; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQPlOpCJlTfbLfueZUCCPpuPz7yJsXQJ { width:35.625rem;height:20rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBKgHPDgLDy7itxeosphFkRN9pQftegq { width:35.625rem;height:20rem;top:5.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REG0TZaniZXvPSE51nsq0B3cTnm15rnC { width:35.625rem;height:2rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSEmq5wid4ruDlGoWzlCSWoEBAdmnsP { width:35.625rem;height:2rem;top:2.1875rem;left:12.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y { display:block; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfTrl0Txkkeist3odygZc1VmKs3TZhHc { width:35.625rem;height:20rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKkfXI1SQvJgxq3Vhe4axLoTw0e4Ga1F { width:35.625rem;height:4.0625rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi { display:block; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTQppZTUUr1zzCzVShKIt7qymDXeVTGS { width:47.75rem;height:11rem;top:2.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfLlniEJXFAPQe5sudzlQROa60XCtiIT { display:none; }#sfLlniEJXFAPQe5sudzlQROa60XCtiIT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tT5ZdEeC2zfENbFT668nBsOg27BVnlSb { width:35.625rem;height:20rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDe0UZtg7wCo0aGc76vtbgClKh7RsP2r { width:35.625rem;height:20rem;top:5.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4lwVDSxJDrMZ1BbIFHvVfp7gmQt17BH { width:35.625rem;height:2rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKXUa3H5G6XgiGiLXAmN54Dxa5Xtbsv { width:35.625rem;height:2rem;top:2.1875rem;left:12.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ { display:block; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enUnVSWB04bDlvo7UkzHvnBgGeezFnOF { width:40.8125rem;height:7.75rem;top:9.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEB3cNyE79pDyAmfevWiVvaCqo6SuOlW { width:40.9375rem;height:1.625rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWH3ub09Gc62ZwcLzGpksOsQkshsJVlH { width:17.5rem;height:3.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JLJ6dr0l0cGFBD4OtTZnDWvnL2ONNI { display:block; }
 }@media only screen and (max-width: 763px) { #xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx { display:none; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vG8R7VGFltEyF716KSGNQBqiWQayEo4R { width:42.5625rem;height:3.25rem;top:1.1875rem;left:2.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXMwSuhyk7ulPA3dU03coTiQQqixiatu { width:47.75rem;height:7.75rem;top:5.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftq7wtoa6pIhS44t4GZQdAVM59g5oxQr { width:47.75rem;height:5.1875rem;top:15.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi { display:none; }#wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xILxneIAqQwMTf9ycXovKAE2zaOs25i3 { width:42.5625rem;height:3.25rem;top:1.1875rem;left:2.59375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teaZdz2wNscyTNvQ7zJTGinzGvkfpshI { width:47.75rem;height:5.1875rem;top:5.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW1hNd7o1TCTptDrCOUrPLTbwyumlaTt { width:47.75rem;height:5.1875rem;top:14.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XksotFJWNoxgE674vTriqfQEAuuO4Q { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhG26zuscoHMNZJVkpcTJliydzSaIzIu { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { width:12.625rem;height:16.5625rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { width:12.0625rem;height:3.375rem;top:28.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { width:8.75rem;height:2.625rem;top:28.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { width:8.1875rem;height:2.625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { width:25.0625rem;height:47rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRok0ufsP4cbvc537x2agefOEpVbgRvw { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { width:43rem;height:9.625rem;top:30.6875rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { width:7.1875rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { width:47.75rem;height:47rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { width:15.8125rem;height:2.9375rem;top:41.9375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block; }
 }@media only screen and (max-width: 763px) { #ETbaC1NTS325lz5H20GkFFVLOr9iIlom { width:10.5625rem;height:5.125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { width:12.625rem;height:16.5625rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block; }
 }@media only screen and (max-width: 763px) { #HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { width:12.0625rem;height:3.375rem;top:28.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { width:8.75rem;height:2.625rem;top:28.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamyt3A5HKNinaBpxfmlSImrlruQem6N { width:8.1875rem;height:2.625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { width:25.0625rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o21PT2OEcR697GOkkabL7cAhnBsFkDqP { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { width:43rem;height:8.25rem;top:30.6875rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { width:8.1875rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { width:47.75rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { width:15.8125rem;height:2.9375rem;top:40.6875rem;left:14.36083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block; }
 }@media only screen and (max-width: 763px) { #plrFBee84CwGLEfdbzPNlwBVL7IQFLrF { width:10.5625rem;height:5.125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXhMF0FM3p6WeoCnFBBThcecm463l0b { width:12.625rem;height:15.1875rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block; }
 }@media only screen and (max-width: 763px) { #lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { width:12.0625rem;height:3.375rem;top:28.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { width:8.75rem;height:2.625rem;top:28.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { width:8.1875rem;height:2.625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { width:25.0625rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxDDKsier90HQZtkONMAaS15DnXtmS4 { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { width:43rem;height:8.25rem;top:31.0625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { width:9.3125rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { width:47.75rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { width:15.8125rem;height:2.9375rem;top:41.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block; }
 }@media only screen and (max-width: 763px) { #qW8O3LprdgxNPNqcBGKDWD9guFV73bLV { width:10.5625rem;height:5.125rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #appc1IT4E4IRKRuJ67ePSJiri51hsRST { display:none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TxK1tygrzPeDs1My2yrMW5zflk18rkCN { width:47.75rem;height:3.25rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { display:none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { width:32.875rem;height:24rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { width:33.75rem;height:2.3125rem;top:29.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { width:19.5625rem;height:1.1875rem;top:27.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { width:20rem;height:3.4375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block; }
 }@media only screen and (max-width: 763px) { #VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { width:11.3125rem;height:3.375rem;top:32.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { width:8.4375rem;height:2.625rem;top:32.6875rem;left:6.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { width:8.1875rem;height:2.625rem;top:32.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { width:36.5625rem;height:42.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { width:32.875rem;height:24rem;top:1.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { width:34.625rem;height:2.375rem;top:29.3125rem;left:13.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { width:19.5625rem;height:1.1875rem;top:27.4375rem;left:28.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { width:20rem;height:3.4375rem;top:36.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block; }
 }@media only screen and (max-width: 763px) { #GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { width:11.3125rem;height:3.375rem;top:32.375rem;left:35.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { width:8.4375rem;height:2.625rem;top:32.75rem;left:39.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { width:8.1875rem;height:2.625rem;top:32.75rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { width:36.5625rem;height:42.5625rem;top:0rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDZzG2ERiouJQm7HETs9dTOzrfz4dScb { width:13.3125rem;height:6.375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roXRx5tBWnUSQv1dgXoJDAORo5VHCqzU { width:13.3125rem;height:6.375rem;top:17.5625rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8BdVxILXzW5iTzxDkc055dmoKyHcTcL { display:none; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tz4mp6c8XHWDW926PU8qMGZf6BeO0wF6 { width:32.875rem;height:24rem;top:1.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvSbkhTHXhRUrLcnllHuAUfdIpF27T52 { width:33.75rem;height:2.3125rem;top:29.3125rem;left:7rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZvrohdHTb7prOHvyonKTbWZvvTgofRm { width:33rem;height:1.1875rem;top:27.4375rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obZNUTIfhGCSX7cMa0fQ4NCmePdwsG5Z { width:20rem;height:3.4375rem;top:36.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVdbC7yJ8wXn4u6pdfTy91RNaDU5Bya { display:block; }
 }@media only screen and (max-width: 763px) { #Rczp5XoMTuu1uvQdfCFq4tSeEZ0TQb90 { width:9.625rem;height:3.375rem;top:32.3125rem;left:15.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikQfMZs5FR5Wn43zTR5SF5DNOstlm0x { width:8.4375rem;height:2.625rem;top:32.75rem;left:25.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDmTaWfyxksfKTU08V9IBpex1h6dT98W { width:8.1875rem;height:2.625rem;top:32.75rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRHkROweir6SrKAlNdWTBAivR3oHq9kd { width:36.5625rem;height:42.5625rem;top:0rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BESVer3Wsa0V04HTmskU817wJk8RlEQA { width:13.3125rem;height:6.375rem;top:17.1875rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT { display:none; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dHH3mzWetsdJpzGU6tGQqOeHKoqp6cdb { width:47.75rem;height:24rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTED4Dp4xLlpTc7U91pZkCd3kdZgHf6B { width:47.75rem;height:2.3125rem;top:29.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8hfb83TduLzbC2gEAcUU5KkmRLNWZIW { width:36.625rem;height:1.1875rem;top:27.5rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh9vHmUsGfIArsp9BCc5Qy3eJ3CzL5rJ { width:20rem;height:3.4375rem;top:37.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQwoDHMkBoChRV9hxvJT3WpuhbsFVcd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tbb819A1eFnaqHLxMFTSQHXcq3e6OE5K { width:11.3125rem;height:3.375rem;top:32.5625rem;left:15.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idAcLG8Q3GhZsmSgBBkd9TRiKk1PQx0R { width:8.4375rem;height:2.625rem;top:32.9375rem;left:25.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPpfE9nWO0ticdEWH20ffTgQroGJWqIT { width:8.1875rem;height:2.625rem;top:32.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os2yMWxfOqhTLzcFSGuo37Dmzwtkzkcq { width:47.75rem;height:42.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACuB1ITSOMBRwXL2GSMLVCDU4zTT17hH { width:13.3125rem;height:6.375rem;top:17.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGJ08DKOa3WWINDsEy2kzznnFddLxaUO { width:12.4375rem;height:1.1875rem;top:35.6875rem;left:17.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { display:none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { width:23.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { width:12.4375rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { width:21.375rem;height:2.6875rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRBktIAA4zh3W11TooIwm54X0FOu5dr { width:20.25rem;height:8.25rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDb8nQ1sepuQUyhOAifgLGetZor2meW { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block; }
 }@media only screen and (max-width: 763px) { #JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { width:8.4375rem;height:3.375rem;top:35.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { width:8.4375rem;height:2.625rem;top:36.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { width:8.1875rem;height:2.625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHQUOU4GZePALUPqkcQATKivK2feKIZ { width:20rem;height:3.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block; }
 }@media only screen and (max-width: 763px) { #NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { width:23.75rem;height:50rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { width:20.25rem;height:8.25rem;top:24.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { width:20rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block; }
 }@media only screen and (max-width: 763px) { #PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { width:8.4375rem;height:2.625rem;top:36.25rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { width:8.1875rem;height:2.625rem;top:36.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { width:20rem;height:3.4375rem;top:44.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #rbCDGBVt0m63NKVKym0lIturH3p5GWaT { width:19.9375rem;height:2.625rem;top:20.9375rem;left:13.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { width:8.4375rem;height:3.375rem;top:35.875rem;left:13.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { width:12.4375rem;height:15.75rem;top:1.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { width:20.25rem;height:11rem;top:24.25rem;left:27.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { width:20rem;height:3.4375rem;top:40.125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block; }
 }@media only screen and (max-width: 763px) { #J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { width:8.4375rem;height:2.625rem;top:36.25rem;left:39.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Th3t8clwZMcDiczhwIBfhPWTelv3waQd { width:8.1875rem;height:2.625rem;top:36.25rem;left:39.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrmSmNJENC16S5NLBl6R3B95oLI674NW { width:20rem;height:3.4375rem;top:44.625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block; }
 }@media only screen and (max-width: 763px) { #zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { width:8.4375rem;height:3.375rem;top:35.875rem;left:39.3125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { width:20.75rem;height:2.5625rem;top:20.9375rem;left:27rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:28.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { width:12.4375rem;height:15.75rem;top:1.6875rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { width:23.75rem;height:50rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9Oo7lL54hSmT4cL5Zo88C3UcaGeP04Z { width:23.75rem;height:15.6875rem;top:34.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzxFIp7mN2EouIThxcAxruO8uHo5b34L { width:23.75rem;height:15.6875rem;top:34.3125rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaJwsu9koNU9HqQbdOurB3hCnGhH1uag { width:23.75rem;height:14.5rem;top:35.5625rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENwPomx84DD0n64EuK9FCMf9cPrWZW9l { width:4.6875rem;height:1.8125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTeJTzb66XBybtGJwtg0fCoT5OxVKyRq { width:4.6875rem;height:1.8125rem;top:34.4375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytOTvI8rEtglIAFz3HuboMtxtClM4dKl { width:4.6875rem;height:1.8125rem;top:34.9375rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD17cDb0p1eOuQpqp59TNqx79oZLIa3m { width:12.4375rem;height:1.1875rem;top:38.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNu8HdeKV5bm49JZHd6MuFOsSMN92wrT { width:12.4375rem;height:1.1875rem;top:38.8125rem;left:17.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqzHf6uDrcBNBCReCHLlKfBmGteTXBiQ { width:12.4375rem;height:1.1875rem;top:38.8125rem;left:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd { display:block; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUAB0IrPMqSZJX9DmXz2fB0oA4dQH3X { width:23.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpXz6hTEdCHf464ABO3F5F2ngrBsarA2 { width:12.4375rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT0JTSTiFRSGd8QM0IWZZylDbec6ssu { width:21.375rem;height:2.6875rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVQWd91nQQ9fW2rROuLoJXDnuV6WWwIg { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU6AbbEQBbgiag6DBaTx74KNJsJzK5WV { width:20.25rem;height:8.25rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJPCdpOlfSQmFWG4hokKo9wVii4asUO2 { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySgG8TXKTCOS8Io87eThSikPrwfrVQUO { display:block; }
 }@media only screen and (max-width: 763px) { #OUQy2MU3whGCmUJUolgsG60mwIh61wr8 { width:8.4375rem;height:3.375rem;top:35.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVCtbl8pkA3MRpws3Lq99TLH8hlOpBsJ { width:8.4375rem;height:2.625rem;top:36.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtw8M04TiLzh21PuFg53uhNTWqKdDqOm { width:8.1875rem;height:2.625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btgtkvt8F0ry7bOOU38CoTI0uu01HNNx { width:20rem;height:3.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXKn415OTCN2k2A3ze8QZewoSIUmhf92 { display:block; }
 }@media only screen and (max-width: 763px) { #rWeehkt53kdzLJGnJZuZOcfGdO0Akxkg { width:23.75rem;height:50rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Dufe1EZCOORlT5hF67qy5TkyMZd1ef { width:20.25rem;height:8.25rem;top:24.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yurNfLLU2gPmqebTZkQ1rPxehc6xiC13 { width:20rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhiPdNhqKUJ6FcrHEDNlRzfbhJTG1sW { display:block; }
 }@media only screen and (max-width: 763px) { #ttytRrvHFXJ8dWF4seiJAkqubPCoWKIK { width:8.4375rem;height:2.625rem;top:36.25rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9TaXzfl0NMWWx4dK0GQ2xuR4qIVyW5 { width:8.1875rem;height:2.625rem;top:36.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpvyRkOcs6nl29vDqDVIqb6Qi1Solmh { width:20rem;height:3.4375rem;top:44.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzFb2SRZTOFRk5ahe1936QkNor3V3DdV { display:block; }
 }@media only screen and (max-width: 763px) { #aS6lp2TuqpGwMOV2vRiDsHz7kvztZh1C { width:19.9375rem;height:2.625rem;top:20.9375rem;left:13.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loVn0fHfTGbWGtm4t1yAfTfds6HGmSr7 { width:8.4375rem;height:3.375rem;top:35.875rem;left:13.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfT4lHEG1Jnh5b2Dx7uHXxvV4fEhc9vU { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg27p7RWiF3QGVOLOV8RzEqM8ODKt9T7 { width:12.4375rem;height:15.75rem;top:1.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBRZszdtH04U9nsF8kNxq89d5higfJm8 { width:23.75rem;height:15.6875rem;top:34.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thJzm6o4C4Jdw6Hl2zbaNNa9sG6DT5hT { width:23.75rem;height:15.6875rem;top:34.3125rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { width:23.75rem;height:50rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { width:20.25rem;height:8.25rem;top:24.25rem;left:27.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { width:20rem;height:3.4375rem;top:40.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { width:8.4375rem;height:2.625rem;top:36.25rem;left:39.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { width:8.1875rem;height:2.625rem;top:36.25rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { width:20rem;height:3.4375rem;top:44.625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block; }
 }@media only screen and (max-width: 763px) { #yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { width:19.9375rem;height:2.625rem;top:20.9375rem;left:27.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waEdfGxPTrEWlwz74ccPEbr8n9UFXEnm { width:23.75rem;height:15.6875rem;top:34.375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMbacaKfVGCORyI3FwHuUbQD0Hre0At { width:8.4375rem;height:3.375rem;top:35.875rem;left:39.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:28.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { width:12.4375rem;height:15.75rem;top:1.6875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3B54hd5VvItPteLw8WaGifAhla9NgP3 { display:none; }#W3B54hd5VvItPteLw8WaGifAhla9NgP3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vmxlL0L7Q81Pfe3MckVgaqCrf7iGNsIE { width:23.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3gCw3evLbOgVaTfq72F4kayDKnTGgbn { width:12.4375rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ddBvsmrrpuLx4iUU4sSi9FohPaN7sg { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKsAXNKRAl7Mt1xEJ3QxN8MeOI4wWcOI { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZorM6iHkAVzzS2m83nSLRGEek7J2mpJ2 { width:20.25rem;height:8.25rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCVknRaJukQ5y8ucroO8proTln8yT5NE { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHLWdX2y02I7n0Ve5khyrM1E1kXidW33 { display:block; }
 }@media only screen and (max-width: 763px) { #Q6HpALypA9LDPZzMQLa6WuEhQMgxQ6Tv { width:8.9375rem;height:3.375rem;top:35.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So3ZSTqa14buCsGiaaGndflGooRQJKdp { width:8.4375rem;height:2.625rem;top:36.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhRMmxvpsHoh5FWbTVvPsRkgix32StI { width:8rem;height:2.375rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2av5qMlpFAKTJdKz6l9d4TgbiyrCPCE { width:20rem;height:3.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5o84f1P78TwBd5VkboclL146kR29Vh8 { display:block; }
 }@media only screen and (max-width: 763px) { #BrT4TDOkQLOvXUgKPOTQMBvFkSOaSO1y { width:23.75rem;height:50rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFu42eOkJL02eF1Ckcl6bf9kmhCGmxKE { width:20.25rem;height:8.25rem;top:24.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyv3eXBPsOmuV5S2PKvqXqx1F2y8L7ry { width:20rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAQwKhwMWhFO4TVakmTeabV887sSt9VL { display:block; }
 }@media only screen and (max-width: 763px) { #waH0J9EdKZX4JH5P1Wph4yKXdVoFXPLq { width:8.4375rem;height:2.625rem;top:36.25rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8pWy1qFhiVmkvhCapXsZvDwoWvJaOe0 { width:8.1875rem;height:2.625rem;top:36.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRqB7ev5cmuAviBN8SctS36oLzPFIIN { width:20rem;height:3.4375rem;top:44.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzoMxzT59gbiHcibqXqluQHsRJzGwNfw { display:block; }
 }@media only screen and (max-width: 763px) { #PO1AL6IspKhR3d29xJzQbbcBOdEpHQge { width:19.9375rem;height:2.625rem;top:20.9375rem;left:13.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqUMyH3fgFv9drQWTATT4TEI2PmKvEaO { width:8.4375rem;height:3.375rem;top:35.875rem;left:13.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezwSD0DUWqGCymMMw6LTReGIAG5HS05y { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2eTnWGaZR5wFo2OZs3hU3U7uKQ64AA3 { width:12.4375rem;height:15.75rem;top:1.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvTeZtL1p7omiUHlMIS5GLWqTCJTfICp { width:20.25rem;height:9.625rem;top:24.25rem;left:27.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xS4F6XuGo82xIJKd4DHwISmlCNQcOonT { width:20rem;height:3.4375rem;top:40.125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySklMKDIxJw9ss8HGUS9vPKU7zJz1BKZ { display:block; }
 }@media only screen and (max-width: 763px) { #qENDmF20psq7P2cKRvE4yCJOmTJazSAb { width:10.0625rem;height:2.5rem;top:36.1875rem;left:37.6875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxCTkfM5LXTrNpJXPc0S3QhyOGs8HyoC { width:7.5625rem;height:2.375rem;top:36.0625rem;left:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXVRP20ltFdkBgpkTSM26KRbTes6LIxP { width:20rem;height:3.4375rem;top:44.625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBF1I8zuy1qR6P2tOP1aD3XvgZRdQn86 { display:block; }
 }@media only screen and (max-width: 763px) { #vKdh5Q0QIIRR85pdfPr3U0MnvkbSVTTU { width:11.375rem;height:3.125rem;top:35.875rem;left:36.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMJvQvgOGE2kCCGs9nB8l5I1bXSQUGL0 { width:19.9375rem;height:2.625rem;top:20.9375rem;left:27.8125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbRagZwhDQLkbH18HtG4T9H3wJIvphzb { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:28.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtKIhZL6DKdzb41CkmQTgk66VW9w9qdx { width:12.4375rem;height:15.75rem;top:1.6875rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPoQd2FQEXVeSuhIyuhov8MWF41FdQ8x { width:23.75rem;height:50rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #KslVzr3lmtRbv7nV9VZPyuKRPTqXh155 { width:23.75rem;height:15.6875rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdtWF0EKyucKv2hrP8UCtBT4U9rJtPGv { width:23.75rem;height:15.6875rem;top:34.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9edOhgCtSmNGaV4UrOhBCty3TITS3JE { width:4.6875rem;height:1.8125rem;top:34.5625rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4WTTidiTQDAAWaIVwN106UCa35o7CEM { width:23.75rem;height:15.6875rem;top:34.375rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANWtnfmr0v5CZXrFrBEUGpcVXKvLNGB4 { width:12.4375rem;height:1.1875rem;top:38.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPBnnBQ834wmfeL6rH25kTxKZqXOmBBF { width:12.4375rem;height:1.1875rem;top:38.875rem;left:17.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoLfTDchL54VIoWGVO2wXGbGcAh9EplB { width:12.4375rem;height:1.1875rem;top:38.625rem;left:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ6DT57UCCosSCSTktMo5qz5k36oFztm { display:block; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfhnFdeqKkwGc2pTQ6zMWPZtiLQIaFed { width:21.3125rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwObciuTMlTSC6lOJUL1RgqsI9AV9POA { width:19.9375rem;height:2.625rem;top:3.3125rem;left:11rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMpTDEyZ6bs2R1oMindikU779QoTve4 { width:19.5625rem;height:1.1875rem;top:1.6875rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUA7LgIiUeV03etRqabNQPEdVshDfol1 { width:20.25rem;height:11rem;top:7.3125rem;left:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGPw9bqPrNd10l72yoHy0PeTldTXaGFH { width:20rem;height:3.4375rem;top:7.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNWS17MalgQEUImd51ZMsZ1UgB5eqnSm { display:block; }
 }@media only screen and (max-width: 763px) { #VQNTgkWK8T6od34N2i4fLMLeKpSW3r7d { width:10.375rem;height:3.375rem;top:3.3125rem;left:37.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqsTVkfnt6ShkAXgCzSCPlFGl1Z9IgR { width:8.4375rem;height:2.625rem;top:3.6875rem;left:39.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyrfPb29P6FE6c8gmqJ9NivrVz42HzAo { width:8.1875rem;height:2.625rem;top:3.5rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa8HzSzcr6PlChL1tZ86SMESXGlVD7RT { width:20rem;height:3.4375rem;top:12.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkNy1w8Lv5eVTpivmO5PvwPxg8HQtqSG { display:block; }
 }@media only screen and (max-width: 763px) { #K1uv3sRxoE7u52ceMtVVDt1OelbOLNwH { width:47.75rem;height:20.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBSyx8brTDaTS4p4FdaSQ9FXkbBxZvw { width:25.1875rem;height:20.75rem;top:0rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWMJp37alOTLdh8agKQIE9bezvFCHBvh { display:none; }#oWMJp37alOTLdh8agKQIE9bezvFCHBvh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VuD2mUdABaxBcLPBufZf7aIwl89DLqEc { width:21.3125rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZyBiExP8hQOAv287CxDphvw0hGuOggB { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUR8631poB7AbQoCG8tNxFpLp1ATa6md { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOWqTMSAJRxMSdPse8BzDgcX0evDWg7T { width:20.25rem;height:12.4375rem;top:24.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuExlJhhBHI481W2HR1MKDbI7SpTfcFT { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwS83JwnnT7d5MfhVRIzznzW2QEBHDu { display:block; }
 }@media only screen and (max-width: 763px) { #NDo9C3iwBvGysQqXTzHL4KTmWOMLePaa { width:10.375rem;height:3.375rem;top:38.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h78SIQsRs2nhNPTULKOQLyXxrCuOSPaT { width:8.4375rem;height:2.625rem;top:38.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM2RVv9oUiCBzaOfxS5Nl9nG3iSrxUyv { width:8.1875rem;height:2.625rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFM1ih11iEdVd57PoKUIoUKG2IcRgQz { width:20rem;height:3.4375rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bee8WhO6cEqK1LyrTlKyUfHKHEZzHeKe { display:block; }
 }@media only screen and (max-width: 763px) { #ISdQiDR5ETTB8Vi7A1BdR6EFqZzOg1PU { width:45.875rem;height:53.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NafDaSPAyQvAwodCs4J6APnqXpqGzO88 { width:37.5rem;height:5.3125rem;top:3.3125rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTOQSCkZz5DqdOaM0oGnZwO8PkT4n98 { width:35.0625rem;height:1.1875rem;top:1.6875rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJTg9NcnZEccdLt1OJSLAVyexKDpPELt { width:10.6875rem;height:6.875rem;top:10rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDcEXCLLwbhg2NBP1elEp6ZePxhcIDai { display:block; }
 }@media only screen and (max-width: 763px) { #QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA { width:10.6875rem;height:6.875rem;top:10rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVzw3wkFbHzKWF9yfIy0vBR3XicxcQWB { display:block; }
 }@media only screen and (max-width: 763px) { #VfFHdnz0X27J5a3tr2aeovoE5CLwPucE { width:10.6875rem;height:6.875rem;top:10rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfU55ZzWU38o3lz1tS73sD68lQzIr6Db { display:block; }
 }@media only screen and (max-width: 763px) { #idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN { width:10.6875rem;height:6.875rem;top:18.0625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXQOSzg9p7vXSnrFZHRinAcNhOlzETeA { display:block; }
 }@media only screen and (max-width: 763px) { #rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c { width:10.6875rem;height:6.875rem;top:18.0625rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg9BDIeHAVpQyVrHcZEZrEqq7kR7KOdv { display:block; }
 }@media only screen and (max-width: 763px) { #wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb { width:10.6875rem;height:6.875rem;top:18.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4Azoxi9KznLmPsF9cbwC7B8nZyVOLau { display:block; }
 }@media only screen and (max-width: 763px) { #NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2 { width:10.6875rem;height:6.875rem;top:26.3125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBqIfCNp7tH45LIVlKAcmU6HtL1wbmHa { display:block; }
 }@media only screen and (max-width: 763px) { #TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g { width:10.6875rem;height:6.875rem;top:26.375rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH18xnKzdM56HAy8VxJ1iIkN7D18VX4S { display:block; }
 }@media only screen and (max-width: 763px) { #nh1Eett5GQ2yoosN3qPALTnCBqHupqfi { width:10.6875rem;height:6.875rem;top:26.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i71pXU1TgMlxs9CnKfu7sDeypAQr7kuT { display:block; }
 }@media only screen and (max-width: 763px) { #yAN4fkxONVRRu9ndfPSybGfuPzBt1cWt { width:37.5rem;height:5.3125rem;top:36.9375rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL4GkU1QXHk1BH5HGIrAsRnTsLIrR36c { width:35.0625rem;height:1.1875rem;top:35.3125rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iURt7T4yOSfNdTnbPNqbAICmbXtpcyq5 { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2MQFAA7tH3Zg6607TXGgd4gr9oy3zA5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ez8qbGhNWkV0MRIQyXCVxeISLuyUClK8 { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyeOdulffPHJkZPOgXhQZXypR7IUXpU { display:block; }
 }@media only screen and (max-width: 763px) { #KcoRVDgQGKDq1VGuIaGhAKCRsMF6xc1G { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI3bCKLI0iiVu5yJWikXT1PDO29px34i { display:block; }
 }@media only screen and (max-width: 763px) { #KHVUvqpIylB7JZd5Sip2t12ig3QB0GfQ { width:32.25rem;height:53.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN9H2zS5bmd8yweQe6dMvxJz1SKdlXyK { width:32.25rem;height:15.875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osHz4dV5StSMuWVW3dkJDPGcUNcQreE0 { width:4.6875rem;height:1.875rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V { display:none; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BrfLkyQEpNvyRcGUrog8UgT0XfT6GhVZ { width:47.75rem;height:3.25rem;top:5.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1P9mro9UyNvXKUNivXH8alH0fpfwZed { width:47.75rem;height:23.125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq { display:none; }#GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gZdMZ3qxWr8dIJPSD3xV70bdnwK6tcE1 { width:43.125rem;height:8.25rem;top:11.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSakRd4qbxLxpDlIaGCaGvL9g3ztbyav { width:31.0625rem;height:31.0625rem;top:1.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckuu36ReLKCWBxcnFNtAfDaey0I2cocT { width:44.5rem;height:1.625rem;top:8rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roZndacJdolzkLmaTSkxLGq4h1TETlOG { width:17.5rem;height:3.4375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWzl6wC7NnObcWeRxv3ffVNbVQNsBA8c { display:block; }
 }@media only screen and (max-width: 763px) { #g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 { display:none; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zU9DDcnmcgAzqlHF6cT9oFAcFKGvMpZ1 { width:47.75rem;height:3.25rem;top:4.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSCdCKHxkbBUE09MTcKC50l8u7wVrhJJ { width:44.5rem;height:1.625rem;top:8.4375rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D { display:none; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #piPRnxndT4wpxq5SoOKlxxiTCLXf5JX5 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIkOOCghd21gXwJ5nc9Sfsn9LyWOg4H { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 { display:none; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3SJBpr4VEFXLVqmcfNPnTTO3F5uNmGq { width:47.75rem;height:9.0625rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { display:none; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IgQh1uZ8Tw60txShuT1wbCLZZyoRIkW6 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCLkVAO3JGIHou7U8hTRMrzdlV4yEZmc { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l658ToFtQAd7vMaX58aeVEZDSL4mUCee { display:none; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUMukQGcJ2IfM7NvsnHm3tSoUhhcNqrx { width:47.75rem;height:10.375rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { display:none; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCnsa7pzaJ3G0iSeyH069irasxrt14C9 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlowKtoUuFNTx8G08s1kvsArGHnOnSRm { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT { display:none; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nx71odwJuJ7XpRO5QGO7693UZmttCJLL { width:47.75rem;height:5.1875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { display:none; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hiKBKyFlZPaCAQXtvDECI1E21wQaSqGP { width:47.75rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL6FNlWA7pQduNiJsC3MWep9dLa3JkCn { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p { display:none; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lzGyUm8LpcvcQxzn1XcADeivoTIIMwx2 { width:47.75rem;height:3.875rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { display:none; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BnA77R9zc2mWrZ434Z0lK2Dp9uXozZwX { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgWp6thRDpuzJwhoWCC9E9yhCTqWFQn { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 { display:none; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwNyeIJsdn7lstqVc5FzK8twWtAaUkcf { width:47.75rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { display:none; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xw1XLXzgxmJONHzuJ8hbCkCoR5CHkIQb { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXE8s9TW4wxizE6BtVVT1572yVo1nEBK { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh { display:none; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fpTIQxxSrJIG1K49ZcFBlPND9V1T35W6 { width:47.75rem;height:1.25rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { display:none; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rBmPdv6w4yEg8n6nFDmJAtu3eXvMdk4J { width:47.75rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6IWXXCwqWycdKV1dIPCwBpLPSXqSh6 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls { display:none; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J39sQuvE8MMVqW8QLthKUVlZaJ9gLJhd { width:47.75rem;height:3.875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { display:none; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Twt000ZA07mP025onGFTPitNoSMxsKXa { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmnLks8KfohiCQXwmRJsyMcCgC3Sqiw { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn { display:none; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJ6T8rbkZuRwfltuck3p1HD4OwP8oXZo { width:47.75rem;height:2.5625rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { display:none; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zRABpqVWo1TTchqvcSQiKnATMKDVotVc { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXH9E37zGaV2XzRV5a89zFl4IFd55eo7 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToeSfaVfu5hXtqfAw5fv2y4AEshU64k { display:none; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oSeAcHufJCncMZXM1QQVwTtrzgKWWteU { width:47.75rem;height:2.5rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { display:none; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rW3iq9zRwT7ghXKyVNEpfhhXMNXVX0D4 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzCS7ILkndTc2HTZJIRyDiD7dJl8uTNI { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je { display:none; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xrTvrroNWO12hgTPZlVxsCQ3R4xsNt31 { width:47.75rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGmURvlLdie26LMx2LEkW9StufeVum75 { display:none; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sFEZoTCAPQThE7dRuPz0le9SKrRygIWC { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3V6htnp0BaiQiGZzouvoOESWSUprXpp { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT { display:none; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtKxbQqWNO98odStNEkzWzQw2eOBI5nW { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { display:none; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PSJCClXSpFixoatS27pILbJznab46pc5 { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFGcFWhFwT1Z4dlStViLCp1Sb1aVLZX { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 { display:none; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FTwZtywZctipZQ711vBFVzH67KQ5cptu { width:47.75rem;height:2.5625rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { display:none; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9t06W2teJHdyWttDIgaqCrcX9Jxw7RO { width:47.75rem;height:1.8125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6Thp7nDDVgHAcJITtI6akkfS7NMSyX { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riE2xKV9JZCdivnTyOBneFetB0bQoUMi { display:none; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AtBDa0cyouZWISRCqRnFqJyBPyuenTT6 { width:10.8125rem;height:10.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7cuDsCQu9IMDazkIJZuUfEZRUpEPdo { width:47.75rem;height:16.9375rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwA7ozXlheM6A9tySqR9CH05wXrLN0pD { width:16.875rem;height:4.5rem;top:17.8125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { display:none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wRtHvIU5tc9gqFEifQnKcMA0eIg59oML { width:47.75rem;height:25.9640625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkDsFeMbxfMKe6LdBxcqb0viLiQ9SWom { width:20.0625rem;height:8.75rem;top:16.9375rem;left:27.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmw6TaRPFDrwuotCgJyCK0i7yPXsk5Sg { width:11.3125rem;height:2.9375rem;top:12.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOFWC7Gc5w56nKp24CecQTcstOwWG4aS { display:none; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMThIgyS3D3DzMb01L0mgdLEIG2raktn { width:47.75rem;height:25.785rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXhk87w01Ze56KeRKzRohqWrAwmpi7g { width:20.0625rem;height:11.6875rem;top:7.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 { display:none; }#uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJHOKNWBaNsezVOFkle8gFTiybZpA8fg { width:31.0625rem;height:31.0625rem;top:1.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3cSC48Geg91Jin6S1JVFDJZoPN0lHAV { width:39.6875rem;height:8.125rem;top:4.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6J5A7VsOFN4bW5dPvIQixF4G0OorVkX { width:39.6875rem;height:6.5rem;top:15.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 .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; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 .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; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 { width:18rem;height:5.0625rem;display:flex;top:3.6875rem;left:28.5rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #fScsAD1zUyFc23q6vsKgX900leWhXeDD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #ZniiLTC10D43UcieNku72bMk8nNQ9Zto {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #WSLUaFtkGJBOuqhGv4TSL7iiIi81iXwi {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #NrweQXce2mGuwq0GJmueoz0myvXWBUD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #q2BP4Gxizo5R2SCwTDHQMzn6kzIsHf0V {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #kZrhDMvi5gEhnRabzD5brPtqo9iopVLK {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #Whf0rNiRGs57WhDWgTmgyc746SqOcdyL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #vHh1K0Ucnm7mpIG7w5VtyqW64dp1P5Lz {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #tB9dqzpkk1KmQ0iqWRkBTuHlF7ZO5yqo {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #QUGzkL8GIVyLP4iA4idKnUvebo0Z9g48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #GPCELOwmETdpBame6LqWiT2griBLBJD6 {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #Tl19eL9TMxgy9C3IAFxnZTHHQEpzVp2x {  }
 }@media only screen and (max-width: 763px) { #gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { display:none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { width:21.375rem;height:4.5rem;top:12.375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block; }
 }@media only screen and (max-width: 763px) { #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { width:23.1875rem;height:4.5rem;top:18.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block; }
 }@media only screen and (max-width: 763px) { #DSWOvotweaTRpl6nbgwM2QJK911Tg66o { width:25.125rem;height:4.5rem;top:23.75rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block; }
 }@media only screen and (max-width: 763px) { #XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { width:44.6875rem;height:25.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:23.4375rem;height:9.0625rem;top:5.1875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.4375rem;top:2.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.375rem;top:5.1875rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.4375rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.1875rem;height:1.4375rem;top:2.625rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.25rem;height:3.1926605504587rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.5140186915888rem;top:5.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:5.375rem;height:3.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:8.75rem;height:1.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:11.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:14.1875rem;height:2.0625rem;top:11.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D6DePTXL17La5QpRMnPwtMMLbE12hdGT { position:relative;z-index:auto;background-color:rgba(248,250,252,0.9);background-image:url("https://images.assets-landingi.com/V6blx1nl/kursy_gora.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT.adaptive-delivery-prevent-bg, #D6DePTXL17La5QpRMnPwtMMLbE12hdGT.lazyload, #D6DePTXL17La5QpRMnPwtMMLbE12hdGT.lazyloading { background-image: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container { background-color: transparent; background-image: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container > .video-iframe-container { display: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row > .video-iframe-container { display: none; }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .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); }#D6DePTXL17La5QpRMnPwtMMLbE12hdGT > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONQnwltbpHDSswZr0dbW9Jt7N4dRyeRP { width:19.625rem;height:5.361325rem;top:4.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VcRZfIqUTDIv9WJAdFUgOqrlUxRxakMT { width:7.875rem;height:3.4375rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS { display:block; }#W1HuXSMc2Cif5CSF2JLgAbNT2zyeOGVS > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD3oUIRyXL2sS9VqUxtU4iqw2TQhdi1K { width:20rem;height:8.449225rem;top:1.23095703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzxleIoRgUGFCTColGlG7lhbhZd02XEO { display:block; }#fzxleIoRgUGFCTColGlG7lhbhZd02XEO > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQPlOpCJlTfbLfueZUCCPpuPz7yJsXQJ { height:11.228rem;width:20rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBKgHPDgLDy7itxeosphFkRN9pQftegq { height:11.228rem;width:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REG0TZaniZXvPSE51nsq0B3cTnm15rnC { width:20rem;height:2.03125rem;top:2.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NSSEmq5wid4ruDlGoWzlCSWoEBAdmnsP { width:20rem;height:2.03125rem;top:18.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y { display:block; }#txZ46MuTHtndZp6BkgCuHqLTxQw5DT4y > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfTrl0Txkkeist3odygZc1VmKs3TZhHc { height:11.2275625rem;width:20rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKkfXI1SQvJgxq3Vhe4axLoTw0e4Ga1F { width:20rem;height:4.0625rem;top:2.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi { display:block; }#gwyPMd0MRVlb3MDZn39LrBbOqmTWbsJi > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTQppZTUUr1zzCzVShKIt7qymDXeVTGS { width:20rem;height:14.786125rem;top:1.94970703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfLlniEJXFAPQe5sudzlQROa60XCtiIT { display:none; }#sfLlniEJXFAPQe5sudzlQROa60XCtiIT > .row .container { width:20rem;height:35.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tT5ZdEeC2zfENbFT668nBsOg27BVnlSb { height:11.228rem;width:20rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDe0UZtg7wCo0aGc76vtbgClKh7RsP2r { height:11.228rem;width:20rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4lwVDSxJDrMZ1BbIFHvVfp7gmQt17BH { width:20rem;height:2.03125rem;top:2.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATKXUa3H5G6XgiGiLXAmN54Dxa5Xtbsv { width:20rem;height:2.03125rem;top:18.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ { background-color:#d2e9f9;background-image:url("https://images.assets-landingi.com/duWmPNv8/bg_kursy6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ.adaptive-delivery-prevent-bg, #HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ.lazyload, #HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ.lazyloading { background-image: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container { background-color: transparent; background-image: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container > .video-iframe-container { display: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row > .video-iframe-container { display: none; }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .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); }#HbsySrATDU1bxmE3MW65fdN4tJ5UCpJQ > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enUnVSWB04bDlvo7UkzHvnBgGeezFnOF { width:20rem;height:8.9355625rem;top:5.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEB3cNyE79pDyAmfevWiVvaCqo6SuOlW { width:20rem;height:1.381225rem;top:2.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWH3ub09Gc62ZwcLzGpksOsQkshsJVlH { width:17.5rem;height:3.4375rem;top:15.9462890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JLJ6dr0l0cGFBD4OtTZnDWvnL2ONNI { display:block; }
 }@media only screen and (max-width: 763px) { #xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx { position:relative;z-index:auto;background-color:#1a174d;background-image:none;display:block; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container { background-color: transparent; background-image: none; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container > .video-iframe-container { display: none; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row > .video-iframe-container { display: none; }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .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); }#xBdLBnpTMNkcoTy23rlRzXi1p9HpDuRx > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vG8R7VGFltEyF716KSGNQBqiWQayEo4R { width:20rem;height:2.1933625rem;top:2.25rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qXMwSuhyk7ulPA3dU03coTiQQqixiatu { width:20rem;height:4.875rem;top:5.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ftq7wtoa6pIhS44t4GZQdAVM59g5oxQr { width:20rem;height:6.5rem;top:13.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi { position:relative;z-index:auto;background-color:#1b1c21;background-image:none;display:none; }#wGM1m4cZGPWiO5VlK7ic7g6Zwgf3reZi > .row .container { width:20rem;height:64.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xILxneIAqQwMTf9ycXovKAE2zaOs25i3 { width:20rem;height:2.1933625rem;top:2.25rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #teaZdz2wNscyTNvQ7zJTGinzGvkfpshI { width:20rem;height:6.5rem;top:23.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JW1hNd7o1TCTptDrCOUrPLTbwyumlaTt { width:20rem;height:0;top:31.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { width:20rem;height:113.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { width:16.4375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XksotFJWNoxgE674vTriqfQEAuuO4Q { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhG26zuscoHMNZJVkpcTJliydzSaIzIu { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { width:16.6875rem;height:15.18946875rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { width:16.75rem;height:3.4375rem;top:38rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRok0ufsP4cbvc537x2agefOEpVbgRvw { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { width:16.6875rem;height:22.0937375rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { width:5.9375rem;height:1.625rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { width:20rem;height:65.375rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { width:16.6875rem;height:3.25rem;top:103rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block; }
 }@media only screen and (max-width: 763px) { #ETbaC1NTS325lz5H20GkFFVLOr9iIlom { width:10.5625rem;height:5.125rem;top:14.6875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { width:16.375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { width:16.6875rem;height:13.80860625rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { width:16.75rem;height:3.4375rem;top:38rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block; }
 }@media only screen and (max-width: 763px) { #HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamyt3A5HKNinaBpxfmlSImrlruQem6N { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o21PT2OEcR697GOkkabL7cAhnBsFkDqP { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { width:16.6875rem;height:20.7128625rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { width:6.625rem;height:1.625rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { width:20rem;height:63.8125rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { width:16.6875rem;height:3.25rem;top:101.6494140625rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block; }
 }@media only screen and (max-width: 763px) { #plrFBee84CwGLEfdbzPNlwBVL7IQFLrF { width:10.5625rem;height:5.125rem;top:14.091796875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { width:20rem;height:109.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { width:16.375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXhMF0FM3p6WeoCnFBBThcecm463l0b { width:16.6875rem;height:13.80860625rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { width:16.75rem;height:3.4375rem;top:38rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block; }
 }@media only screen and (max-width: 763px) { #lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxDDKsier90HQZtkONMAaS15DnXtmS4 { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { width:16.6875rem;height:17.951175rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { width:7.1875rem;height:1.5rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { width:20rem;height:61.25rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { width:16.6875rem;height:3.25rem;top:98.888671875rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block; }
 }@media only screen and (max-width: 763px) { #qW8O3LprdgxNPNqcBGKDWD9guFV73bLV { width:10.5625rem;height:5.125rem;top:14.125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #appc1IT4E4IRKRuJ67ePSJiri51hsRST { display:block; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxK1tygrzPeDs1My2yrMW5zflk18rkCN { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { display:block; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { width:17.5rem;height:12.6875rem;top:1.5rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { width:18.375rem;height:5.19921875rem;top:17.80078125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { width:18.375rem;height:1.21875rem;top:15.75rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { width:16.75rem;height:3.4375rem;top:28.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block; }
 }@media only screen and (max-width: 763px) { #VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { width:8.4375rem;height:3.16845625rem;top:24.375rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { width:8.4375rem;height:2.4375rem;top:24.8125rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { width:8.1875rem;height:2.625rem;top:24.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { width:20rem;height:34.625rem;top:0.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { width:17.5rem;height:12.6875rem;top:39.375rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { width:20rem;height:7.7988125rem;top:56.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { width:19.5625rem;height:1.21875rem;top:53.8125rem;left:0.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { width:16.75rem;height:3.4375rem;top:69.787109375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block; }
 }@media only screen and (max-width: 763px) { #GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { width:11.3125rem;height:3.16845625rem;top:65.1875rem;left:1.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { width:8.4375rem;height:2.4375rem;top:65.5341796875rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { width:8.1875rem;height:2.625rem;top:65.458984375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { width:20rem;height:38.0625rem;top:37.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDZzG2ERiouJQm7HETs9dTOzrfz4dScb { width:9.875rem;height:4.6875rem;top:8.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roXRx5tBWnUSQv1dgXoJDAORo5VHCqzU { width:10rem;height:4.75rem;top:46.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8BdVxILXzW5iTzxDkc055dmoKyHcTcL { display:block; }#O8BdVxILXzW5iTzxDkc055dmoKyHcTcL > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz4mp6c8XHWDW926PU8qMGZf6BeO0wF6 { width:17.375rem;height:12.6875rem;top:1.5rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvSbkhTHXhRUrLcnllHuAUfdIpF27T52 { width:18.375rem;height:5.19921875rem;top:17.80078125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZvrohdHTb7prOHvyonKTbWZvvTgofRm { width:18.375rem;height:2.4375rem;top:15.125rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obZNUTIfhGCSX7cMa0fQ4NCmePdwsG5Z { width:16.75rem;height:3.4375rem;top:28.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVdbC7yJ8wXn4u6pdfTy91RNaDU5Bya { display:block; }
 }@media only screen and (max-width: 763px) { #Rczp5XoMTuu1uvQdfCFq4tSeEZ0TQb90 { width:8.4375rem;height:3.16894375rem;top:24.375rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikQfMZs5FR5Wn43zTR5SF5DNOstlm0x { width:8.4375rem;height:2.4375rem;top:24.8125rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDmTaWfyxksfKTU08V9IBpex1h6dT98W { width:8.1875rem;height:2.625rem;top:24.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRHkROweir6SrKAlNdWTBAivR3oHq9kd { width:20rem;height:34.625rem;top:0.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BESVer3Wsa0V04HTmskU817wJk8RlEQA { width:9.875rem;height:4.6875rem;top:8.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT { display:block; }#T3P1VHEDW3aAHo5fVvwiSURZVSWZ7tmT > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHH3mzWetsdJpzGU6tGQqOeHKoqp6cdb { width:17.5rem;height:8.75rem;top:1.5rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTED4Dp4xLlpTc7U91pZkCd3kdZgHf6B { width:18.375rem;height:7.7988125rem;top:15.36328125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8hfb83TduLzbC2gEAcUU5KkmRLNWZIW { width:18.375rem;height:1.21875rem;top:12.1875rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh9vHmUsGfIArsp9BCc5Qy3eJ3CzL5rJ { width:16.75rem;height:3.4375rem;top:28.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQwoDHMkBoChRV9hxvJT3WpuhbsFVcd2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tbb819A1eFnaqHLxMFTSQHXcq3e6OE5K { width:8.4375rem;height:3.16845625rem;top:24.3125rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idAcLG8Q3GhZsmSgBBkd9TRiKk1PQx0R { width:8.4375rem;height:2.4375rem;top:24.6875rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPpfE9nWO0ticdEWH20ffTgQroGJWqIT { width:8.1875rem;height:2.625rem;top:24.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os2yMWxfOqhTLzcFSGuo37Dmzwtkzkcq { width:20rem;height:35.375rem;top:0.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACuB1ITSOMBRwXL2GSMLVCDU4zTT17hH { width:6.3125rem;height:3rem;top:6.3125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGJ08DKOa3WWINDsEy2kzznnFddLxaUO { width:12.4375rem;height:1.21875rem;top:27.28125rem;left:3.78125rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { display:none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { width:20rem;height:165.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { width:20rem;height:51.0625rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { width:11.3125rem;height:14.25rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { width:18.375rem;height:5.19921875rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRBktIAA4zh3W11TooIwm54X0FOu5dr { width:16.6875rem;height:9.666rem;top:26.1875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDb8nQ1sepuQUyhOAifgLGetZor2meW { width:16.75rem;height:3.4375rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block; }
 }@media only screen and (max-width: 763px) { #JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { width:8.4375rem;height:3.16894375rem;top:38.125rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { width:8.4375rem;height:2.5996125rem;top:38.25rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { width:8.1875rem;height:2.625rem;top:38.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHQUOU4GZePALUPqkcQATKivK2feKIZ { width:16.75rem;height:3.4375rem;top:46.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block; }
 }@media only screen and (max-width: 763px) { #NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { width:20rem;height:51.0625rem;top:53.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { width:16.6875rem;height:11.046875rem;top:75.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { width:16.75rem;height:3.4375rem;top:94.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block; }
 }@media only screen and (max-width: 763px) { #PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { width:8.4375rem;height:2.5996125rem;top:90.68701171875rem;left:11.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { width:8.1875rem;height:2.625rem;top:90.49951171875rem;left:10.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { width:16.75rem;height:3.4375rem;top:98.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #rbCDGBVt0m63NKVKym0lIturH3p5GWaT { width:18.375rem;height:2.5996125rem;top:72.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { width:8.4375rem;height:3.16845625rem;top:90.312255859375rem;left:1.937255859375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { width:18.375rem;height:1.21875rem;top:71rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { width:11.3125rem;height:14.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { width:16.6875rem;height:13.808625rem;top:128.5625rem;left:1.8125rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { width:16.75rem;height:3.4375rem;top:146.875rem;left:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block; }
 }@media only screen and (max-width: 763px) { #J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { width:8.4375rem;height:2.5996125rem;top:143.1875rem;left:11.25rem;font-size:2rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Th3t8clwZMcDiczhwIBfhPWTelv3waQd { width:8.1875rem;height:2.625rem;top:143.0625rem;left:10.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #yrmSmNJENC16S5NLBl6R3B95oLI674NW { width:16.75rem;height:3.4375rem;top:151.375rem;left:1.875rem;font-size:1.125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block; }
 }@media only screen and (max-width: 763px) { #zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { width:8.4375rem;height:3.16845625rem;top:142.9375rem;left:1.9375rem;font-size:2.4375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { width:18.375rem;height:2.2749rem;top:125.5625rem;left:1.625rem;font-size:1.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { width:18.375rem;height:1.21875rem;top:123.9375rem;left:1.625rem;font-size:0.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { width:11.3125rem;height:14.3125rem;top:108.1875rem;left:1.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { width:20rem;height:50.5625rem;top:106.5rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #w9Oo7lL54hSmT4cL5Zo88C3UcaGeP04Z { width:20rem;height:15.6875rem;top:36.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xzxFIp7mN2EouIThxcAxruO8uHo5b34L { width:20rem;height:15.6875rem;top:89rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NaJwsu9koNU9HqQbdOurB3hCnGhH1uag { width:20rem;height:14.5rem;top:142.49609375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ENwPomx84DD0n64EuK9FCMf9cPrWZW9l { width:4.6875rem;height:1.8125rem;top:36.8125rem;left:7.34375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #qTeJTzb66XBybtGJwtg0fCoT5OxVKyRq { width:4.6875rem;height:1.8125rem;top:89.12451171875rem;left:7.78125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ytOTvI8rEtglIAFz3HuboMtxtClM4dKl { width:4.6875rem;height:1.8125rem;top:142.24609375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD17cDb0p1eOuQpqp59TNqx79oZLIa3m { width:12.4375rem;height:1.21875rem;top:40.84375rem;left:3.78125rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fNu8HdeKV5bm49JZHd6MuFOsSMN92wrT { width:12.4375rem;height:1.21875rem;top:93.03125rem;left:3.78125rem;font-size:0.9375rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #NqzHf6uDrcBNBCReCHLlKfBmGteTXBiQ { width:12.4375rem;height:1.21875rem;top:145.65625rem;left:3.78125rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd { display:block; }#dtc9y6nPJ0Ja4JxsZvAZUFg3eiuiD6Vd > .row .container { width:20rem;height:165.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBUAB0IrPMqSZJX9DmXz2fB0oA4dQH3X { width:20rem;height:51.0625rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VpXz6hTEdCHf464ABO3F5F2ngrBsarA2 { width:11.3125rem;height:14.25rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpT0JTSTiFRSGd8QM0IWZZylDbec6ssu { width:18.375rem;height:5.19921875rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVQWd91nQQ9fW2rROuLoJXDnuV6WWwIg { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU6AbbEQBbgiag6DBaTx74KNJsJzK5WV { width:16.6875rem;height:9.666rem;top:26.1875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJPCdpOlfSQmFWG4hokKo9wVii4asUO2 { width:16.75rem;height:3.4375rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySgG8TXKTCOS8Io87eThSikPrwfrVQUO { display:block; }
 }@media only screen and (max-width: 763px) { #OUQy2MU3whGCmUJUolgsG60mwIh61wr8 { width:8.4375rem;height:3.16894375rem;top:38.125rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVCtbl8pkA3MRpws3Lq99TLH8hlOpBsJ { width:8.4375rem;height:2.5996125rem;top:38.25rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtw8M04TiLzh21PuFg53uhNTWqKdDqOm { width:8.1875rem;height:2.625rem;top:38.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btgtkvt8F0ry7bOOU38CoTI0uu01HNNx { width:16.75rem;height:3.4375rem;top:46.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXKn415OTCN2k2A3ze8QZewoSIUmhf92 { display:block; }
 }@media only screen and (max-width: 763px) { #rWeehkt53kdzLJGnJZuZOcfGdO0Akxkg { width:20rem;height:51.0625rem;top:53.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #e7Dufe1EZCOORlT5hF67qy5TkyMZd1ef { width:16.6875rem;height:11.046875rem;top:75.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yurNfLLU2gPmqebTZkQ1rPxehc6xiC13 { width:16.75rem;height:3.4375rem;top:94.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzhiPdNhqKUJ6FcrHEDNlRzfbhJTG1sW { display:block; }
 }@media only screen and (max-width: 763px) { #ttytRrvHFXJ8dWF4seiJAkqubPCoWKIK { width:8.4375rem;height:2.5996125rem;top:90.68701171875rem;left:11.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha9TaXzfl0NMWWx4dK0GQ2xuR4qIVyW5 { width:8.1875rem;height:2.625rem;top:90.49951171875rem;left:10.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpvyRkOcs6nl29vDqDVIqb6Qi1Solmh { width:16.75rem;height:3.4375rem;top:98.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzFb2SRZTOFRk5ahe1936QkNor3V3DdV { display:block; }
 }@media only screen and (max-width: 763px) { #aS6lp2TuqpGwMOV2vRiDsHz7kvztZh1C { width:18.375rem;height:2.5996125rem;top:72.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #loVn0fHfTGbWGtm4t1yAfTfds6HGmSr7 { width:8.4375rem;height:3.16845625rem;top:90.312255859375rem;left:1.937255859375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfT4lHEG1Jnh5b2Dx7uHXxvV4fEhc9vU { width:18.375rem;height:1.21875rem;top:71rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg27p7RWiF3QGVOLOV8RzEqM8ODKt9T7 { width:11.3125rem;height:14.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBRZszdtH04U9nsF8kNxq89d5higfJm8 { width:20rem;height:15.6875rem;top:36.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #thJzm6o4C4Jdw6Hl2zbaNNa9sG6DT5hT { width:20rem;height:15.6875rem;top:89rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { width:20rem;height:51.0625rem;top:107.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { width:16.6875rem;height:9.666rem;top:129.4375rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { width:16.75rem;height:3.4375rem;top:148.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { width:8.4375rem;height:2.5996125rem;top:143.19287109375rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { width:8.1875rem;height:2.625rem;top:143.12451171875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { width:16.75rem;height:3.4375rem;top:152.25rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block; }
 }@media only screen and (max-width: 763px) { #yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { width:18.375rem;height:2.5996125rem;top:126.212890625rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waEdfGxPTrEWlwz74ccPEbr8n9UFXEnm { width:20rem;height:17.625rem;top:140.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #obMbacaKfVGCORyI3FwHuUbQD0Hre0At { width:8.4375rem;height:3.16845625rem;top:143.06201171875rem;left:0.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { width:18.375rem;height:1.21875rem;top:124.90625rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { width:11.3125rem;height:14.3125rem;top:109.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3B54hd5VvItPteLw8WaGifAhla9NgP3 { display:none; }#W3B54hd5VvItPteLw8WaGifAhla9NgP3 > .row .container { width:20rem;height:160.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vmxlL0L7Q81Pfe3MckVgaqCrf7iGNsIE { width:20rem;height:51.0625rem;top:1.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #n3gCw3evLbOgVaTfq72F4kayDKnTGgbn { width:11.3125rem;height:14.25rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ddBvsmrrpuLx4iUU4sSi9FohPaN7sg { width:18.375rem;height:2.5996125rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKsAXNKRAl7Mt1xEJ3QxN8MeOI4wWcOI { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZorM6iHkAVzzS2m83nSLRGEek7J2mpJ2 { width:16.6875rem;height:9.666rem;top:23.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCVknRaJukQ5y8ucroO8proTln8yT5NE { width:16.75rem;height:3.4375rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHLWdX2y02I7n0Ve5khyrM1E1kXidW33 { display:block; }
 }@media only screen and (max-width: 763px) { #Q6HpALypA9LDPZzMQLa6WuEhQMgxQ6Tv { width:8.4375rem;height:3.16894375rem;top:38.125rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So3ZSTqa14buCsGiaaGndflGooRQJKdp { width:8.4375rem;height:2.5996125rem;top:38.25rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhRMmxvpsHoh5FWbTVvPsRkgix32StI { width:8.1875rem;height:2.625rem;top:38.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2av5qMlpFAKTJdKz6l9d4TgbiyrCPCE { width:16.75rem;height:3.4375rem;top:46.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5o84f1P78TwBd5VkboclL146kR29Vh8 { display:block; }
 }@media only screen and (max-width: 763px) { #BrT4TDOkQLOvXUgKPOTQMBvFkSOaSO1y { width:20rem;height:51.0625rem;top:53.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xFu42eOkJL02eF1Ckcl6bf9kmhCGmxKE { width:16.6875rem;height:9.666rem;top:75.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyv3eXBPsOmuV5S2PKvqXqx1F2y8L7ry { width:16.75rem;height:3.4375rem;top:94.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAQwKhwMWhFO4TVakmTeabV887sSt9VL { display:block; }
 }@media only screen and (max-width: 763px) { #waH0J9EdKZX4JH5P1Wph4yKXdVoFXPLq { width:8.4375rem;height:2.5996125rem;top:90.68701171875rem;left:11.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8pWy1qFhiVmkvhCapXsZvDwoWvJaOe0 { width:8.1875rem;height:2.625rem;top:90.49951171875rem;left:10.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRqB7ev5cmuAviBN8SctS36oLzPFIIN { width:16.75rem;height:3.4375rem;top:98.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzoMxzT59gbiHcibqXqluQHsRJzGwNfw { display:block; }
 }@media only screen and (max-width: 763px) { #PO1AL6IspKhR3d29xJzQbbcBOdEpHQge { width:18.375rem;height:2.5996125rem;top:72.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqUMyH3fgFv9drQWTATT4TEI2PmKvEaO { width:8.4375rem;height:3.16845625rem;top:90.312255859375rem;left:1.937255859375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezwSD0DUWqGCymMMw6LTReGIAG5HS05y { width:18.375rem;height:1.21875rem;top:71rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2eTnWGaZR5wFo2OZs3hU3U7uKQ64AA3 { width:11.3125rem;height:14.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvTeZtL1p7omiUHlMIS5GLWqTCJTfICp { width:16.6875rem;height:11.046875rem;top:128.875rem;left:1.8125rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #xS4F6XuGo82xIJKd4DHwISmlCNQcOonT { width:16.75rem;height:3.4375rem;top:146.875rem;left:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ySklMKDIxJw9ss8HGUS9vPKU7zJz1BKZ { display:block; }
 }@media only screen and (max-width: 763px) { #qENDmF20psq7P2cKRvE4yCJOmTJazSAb { width:8.4375rem;height:2.4375rem;top:142.9375rem;left:11.5625rem;font-size:1.875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #yxCTkfM5LXTrNpJXPc0S3QhyOGs8HyoC { width:8.1875rem;height:2.625rem;top:143.0625rem;left:11rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #dXVRP20ltFdkBgpkTSM26KRbTes6LIxP { width:16.75rem;height:3.4375rem;top:151.375rem;left:1.875rem;font-size:1.125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #sBF1I8zuy1qR6P2tOP1aD3XvgZRdQn86 { display:block; }
 }@media only screen and (max-width: 763px) { #vKdh5Q0QIIRR85pdfPr3U0MnvkbSVTTU { width:9rem;height:2.51855625rem;top:143.0625rem;left:1.9375rem;font-size:1.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #cMJvQvgOGE2kCCGs9nB8l5I1bXSQUGL0 { width:18.375rem;height:2.5996125rem;top:125.5625rem;left:1.625rem;font-size:2rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #tbRagZwhDQLkbH18HtG4T9H3wJIvphzb { width:18.375rem;height:1.21875rem;top:123.9375rem;left:1.625rem;font-size:0.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #wtKIhZL6DKdzb41CkmQTgk66VW9w9qdx { width:11.3125rem;height:14.3125rem;top:108.1875rem;left:1.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #gPoQd2FQEXVeSuhIyuhov8MWF41FdQ8x { width:20rem;height:50.5625rem;top:106.5rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #KslVzr3lmtRbv7nV9VZPyuKRPTqXh155 { width:20rem;height:15.6875rem;top:36.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KdtWF0EKyucKv2hrP8UCtBT4U9rJtPGv { width:20rem;height:15.6875rem;top:89rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #k9edOhgCtSmNGaV4UrOhBCty3TITS3JE { width:4.6875rem;height:1.8125rem;top:89.11181640625rem;left:7.59375rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #o4WTTidiTQDAAWaIVwN106UCa35o7CEM { width:20rem;height:15.6875rem;top:141.4375rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ANWtnfmr0v5CZXrFrBEUGpcVXKvLNGB4 { width:12.4375rem;height:1.21875rem;top:40.78125rem;left:3.78125rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yPBnnBQ834wmfeL6rH25kTxKZqXOmBBF { width:12.4375rem;height:1.21875rem;top:93.15625rem;left:3.78125rem;font-size:0.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #MoLfTDchL54VIoWGVO2wXGbGcAh9EplB { width:12.4375rem;height:1.21875rem;top:145.53125rem;left:3.78125rem;font-size:0.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #bZ6DT57UCCosSCSTktMo5qz5k36oFztm { display:block; }#bZ6DT57UCCosSCSTktMo5qz5k36oFztm > .row .container { width:20rem;height:162.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfhnFdeqKkwGc2pTQ6zMWPZtiLQIaFed { width:16.1875rem;height:11.9375rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwObciuTMlTSC6lOJUL1RgqsI9AV9POA { width:18.375rem;height:2.5996125rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMpTDEyZ6bs2R1oMindikU779QoTve4 { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUA7LgIiUeV03etRqabNQPEdVshDfol1 { width:16.6875rem;height:13.808625rem;top:23.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGPw9bqPrNd10l72yoHy0PeTldTXaGFH { width:16.75rem;height:3.4375rem;top:44rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNWS17MalgQEUImd51ZMsZ1UgB5eqnSm { display:block; }
 }@media only screen and (max-width: 763px) { #VQNTgkWK8T6od34N2i4fLMLeKpSW3r7d { width:8.4375rem;height:3.16845625rem;top:39.375rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqsTVkfnt6ShkAXgCzSCPlFGl1Z9IgR { width:8.4375rem;height:2.5996125rem;top:39.6875rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyrfPb29P6FE6c8gmqJ9NivrVz42HzAo { width:8.1875rem;height:2.625rem;top:39.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa8HzSzcr6PlChL1tZ86SMESXGlVD7RT { width:16.75rem;height:3.4375rem;top:48.75rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkNy1w8Lv5eVTpivmO5PvwPxg8HQtqSG { display:block; }
 }@media only screen and (max-width: 763px) { #K1uv3sRxoE7u52ceMtVVDt1OelbOLNwH { width:20rem;height:53.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brBSyx8brTDaTS4p4FdaSQ9FXkbBxZvw { width:20rem;height:15.875rem;top:37.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWMJp37alOTLdh8agKQIE9bezvFCHBvh { display:none; }#oWMJp37alOTLdh8agKQIE9bezvFCHBvh > .row .container { width:20rem;height:162.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VuD2mUdABaxBcLPBufZf7aIwl89DLqEc { width:16.1875rem;height:11.9375rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZyBiExP8hQOAv287CxDphvw0hGuOggB { width:18.375rem;height:2.5996125rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUR8631poB7AbQoCG8tNxFpLp1ATa6md { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOWqTMSAJRxMSdPse8BzDgcX0evDWg7T { width:16.6875rem;height:13.808625rem;top:23.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuExlJhhBHI481W2HR1MKDbI7SpTfcFT { width:16.75rem;height:3.4375rem;top:44rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpwS83JwnnT7d5MfhVRIzznzW2QEBHDu { display:block; }
 }@media only screen and (max-width: 763px) { #NDo9C3iwBvGysQqXTzHL4KTmWOMLePaa { width:8.4375rem;height:3.16845625rem;top:39.375rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h78SIQsRs2nhNPTULKOQLyXxrCuOSPaT { width:8.4375rem;height:2.5996125rem;top:39.6875rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM2RVv9oUiCBzaOfxS5Nl9nG3iSrxUyv { width:8.1875rem;height:2.625rem;top:39.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFM1ih11iEdVd57PoKUIoUKG2IcRgQz { width:16.75rem;height:3.4375rem;top:48.75rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bee8WhO6cEqK1LyrTlKyUfHKHEZzHeKe { display:block; }
 }@media only screen and (max-width: 763px) { #ISdQiDR5ETTB8Vi7A1BdR6EFqZzOg1PU { width:20rem;height:107.6875rem;top:50.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #NafDaSPAyQvAwodCs4J6APnqXpqGzO88 { width:16.6875rem;height:12.1875rem;top:60.875rem;left:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqTOQSCkZz5DqdOaM0oGnZwO8PkT4n98 { width:16.6875rem;height:3.65625rem;top:56.375rem;left:1.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJTg9NcnZEccdLt1OJSLAVyexKDpPELt { width:9.0625rem;height:5.8125rem;top:74.61767578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/af8bbb26-0db4-441c-8464-a1a498409de2/fin60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#LJTg9NcnZEccdLt1OJSLAVyexKDpPELt.adaptive-delivery-prevent-bg, #LJTg9NcnZEccdLt1OJSLAVyexKDpPELt.lazyload, #LJTg9NcnZEccdLt1OJSLAVyexKDpPELt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EDcEXCLLwbhg2NBP1elEp6ZePxhcIDai { display:block; }
 }@media only screen and (max-width: 763px) { #QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA { width:9.0625rem;height:5.8125rem;top:74.61767578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/9f959e58-cb1f-439c-8327-0323cf2222f8/hr60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA.adaptive-delivery-prevent-bg, #QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA.lazyload, #QHHdCTHkQdDlmkFwussCmC24ZoqcfgnA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KVzw3wkFbHzKWF9yfIy0vBR3XicxcQWB { display:block; }
 }@media only screen and (max-width: 763px) { #VfFHdnz0X27J5a3tr2aeovoE5CLwPucE { width:9.0625rem;height:5.8125rem;top:82.30517578125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/c781582c-9fb8-4463-841c-9d00692bafc3/it60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VfFHdnz0X27J5a3tr2aeovoE5CLwPucE.adaptive-delivery-prevent-bg, #VfFHdnz0X27J5a3tr2aeovoE5CLwPucE.lazyload, #VfFHdnz0X27J5a3tr2aeovoE5CLwPucE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mfU55ZzWU38o3lz1tS73sD68lQzIr6Db { display:block; }
 }@media only screen and (max-width: 763px) { #idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN { width:9.0625rem;height:5.8125rem;top:82.30517578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/dce999c0-514b-44a9-b269-2bf1ebe6dfa0/mark60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN.adaptive-delivery-prevent-bg, #idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN.lazyload, #idP5Cp5Twt7zPbbm3G5WN8HR7E1OSizN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wXQOSzg9p7vXSnrFZHRinAcNhOlzETeA { display:block; }
 }@media only screen and (max-width: 763px) { #rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c { width:9.0625rem;height:5.8125rem;top:89.99267578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/86641216-b5f8-494d-b7bc-1466282d954d/neg60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c.adaptive-delivery-prevent-bg, #rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c.lazyload, #rfh2xxwdTyoZNSIFllBm6fTKVQ9C119c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vg9BDIeHAVpQyVrHcZEZrEqq7kR7KOdv { display:block; }
 }@media only screen and (max-width: 763px) { #wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb { width:9.0625rem;height:5.8125rem;top:89.99267578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/f039ed84-8ee5-4c24-abe2-eabe6b3ef072/pods60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb.adaptive-delivery-prevent-bg, #wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb.lazyload, #wpn8DZaxitC4ButDWDqxzJiMKCpP7bKb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q4Azoxi9KznLmPsF9cbwC7B8nZyVOLau { display:block; }
 }@media only screen and (max-width: 763px) { #NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2 { width:9.0625rem;height:5.8125rem;top:97.68017578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/4bbe12be-fa32-428f-be2a-5b8caa51c690/spr60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2.adaptive-delivery-prevent-bg, #NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2.lazyload, #NPOlNtiVzzmws3FAuFuDIoJg6h4kWre2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kBqIfCNp7tH45LIVlKAcmU6HtL1wbmHa { display:block; }
 }@media only screen and (max-width: 763px) { #TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g { width:9.0625rem;height:5.8125rem;top:97.68017578125rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/68f977eb-18a1-4e50-8a1a-841cdbaa44ea/prez60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g.adaptive-delivery-prevent-bg, #TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g.lazyload, #TM7B3sBRrhmg2doDOflwrKO3pDtSMl7g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kH18xnKzdM56HAy8VxJ1iIkN7D18VX4S { display:block; }
 }@media only screen and (max-width: 763px) { #nh1Eett5GQ2yoosN3qPALTnCBqHupqfi { width:9.0625rem;height:5.8125rem;top:105.36767578125rem;left:5.46875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/8ea02dd4-dfc8-4f60-a48b-92a55f1896ad/zarz60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nh1Eett5GQ2yoosN3qPALTnCBqHupqfi.adaptive-delivery-prevent-bg, #nh1Eett5GQ2yoosN3qPALTnCBqHupqfi.lazyload, #nh1Eett5GQ2yoosN3qPALTnCBqHupqfi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i71pXU1TgMlxs9CnKfu7sDeypAQr7kuT { display:block; }
 }@media only screen and (max-width: 763px) { #yAN4fkxONVRRu9ndfPSybGfuPzBt1cWt { width:16.6875rem;height:9.75rem;top:119.4375rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL4GkU1QXHk1BH5HGIrAsRnTsLIrR36c { width:16.6875rem;height:2.4375rem;top:115.75rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iURt7T4yOSfNdTnbPNqbAICmbXtpcyq5 { width:10.6875rem;height:6.875rem;top:139.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2MQFAA7tH3Zg6607TXGgd4gr9oy3zA5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ez8qbGhNWkV0MRIQyXCVxeISLuyUClK8 { width:10.6875rem;height:6.875rem;top:148.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnyeOdulffPHJkZPOgXhQZXypR7IUXpU { display:block; }
 }@media only screen and (max-width: 763px) { #KcoRVDgQGKDq1VGuIaGhAKCRsMF6xc1G { width:10.6875rem;height:6.875rem;top:130.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI3bCKLI0iiVu5yJWikXT1PDO29px34i { display:block; }
 }@media only screen and (max-width: 763px) { #KHVUvqpIylB7JZd5Sip2t12ig3QB0GfQ { width:20rem;height:53.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN9H2zS5bmd8yweQe6dMvxJz1SKdlXyK { width:20rem;height:15.875rem;top:37.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osHz4dV5StSMuWVW3dkJDPGcUNcQreE0 { width:4.6875rem;height:1.875rem;top:38.125rem;left:7.65625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V { display:none; }#A6WJ5915sg9EBNM2nmWnMvLVxgsHhG9V > .row .container { width:20rem;height:40.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BrfLkyQEpNvyRcGUrog8UgT0XfT6GhVZ { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1P9mro9UyNvXKUNivXH8alH0fpfwZed { width:20rem;height:23.125rem;top:10.198974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq { display:none; }#GRJ1GRuRwt1QX1sIyyarvOTdH2usJRsq > .row .container { width:20rem;height:45.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gZdMZ3qxWr8dIJPSD3xV70bdnwK6tcE1 { width:20rem;height:9.7485625rem;top:7.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSakRd4qbxLxpDlIaGCaGvL9g3ztbyav { width:20rem;height:20rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckuu36ReLKCWBxcnFNtAfDaey0I2cocT { width:16.0625rem;height:2.76171875rem;top:3.42578125rem;left:1.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roZndacJdolzkLmaTSkxLGq4h1TETlOG { width:17.5rem;height:3.4375rem;top:18.6708984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWzl6wC7NnObcWeRxv3ffVNbVQNsBA8c { display:block; }
 }@media only screen and (max-width: 763px) { #g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 { display:none; }#g9IygPQPfiUby2BWl1KTqsS59tf3MSQ9 > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zU9DDcnmcgAzqlHF6cT9oFAcFKGvMpZ1 { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSCdCKHxkbBUE09MTcKC50l8u7wVrhJJ { width:20rem;height:2.76171875rem;top:8.94921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D { display:none; }#xdSVkyvJSocGzNp9TFibw2Bx24hkzT6D > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #piPRnxndT4wpxq5SoOKlxxiTCLXf5JX5 { width:15.8125rem;height:1.4624rem;top:1.4560546875rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIkOOCghd21gXwJ5nc9Sfsn9LyWOg4H { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 { display:none; }#LwGhShpXEtnQ68uLmkn1RXCyOyOMKCi6 > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3SJBpr4VEFXLVqmcfNPnTTO3F5uNmGq { width:20rem;height:20.79685625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT { display:none; }#uglS7nWTxZ9XTSGbkO6v5B0Cxkz5tftT > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IgQh1uZ8Tw60txShuT1wbCLZZyoRIkW6 { width:15.6875rem;height:2.92480625rem;top:0.755859375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCLkVAO3JGIHou7U8hTRMrzdlV4yEZmc { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l658ToFtQAd7vMaX58aeVEZDSL4mUCee { display:none; }#l658ToFtQAd7vMaX58aeVEZDSL4mUCee > .row .container { width:20rem;height:25.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUMukQGcJ2IfM7NvsnHm3tSoUhhcNqrx { width:20rem;height:23.39649375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh { display:none; }#kKuEq8ZZTdqiODo5zTn8eS05DpGK4Pgh > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCnsa7pzaJ3G0iSeyH069irasxrt14C9 { width:15.8125rem;height:2.92480625rem;top:0.755859375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlowKtoUuFNTx8G08s1kvsArGHnOnSRm { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT { display:none; }#i87eTv9yWUOl3zFWdOvcBE1gD1M7yoJT > .row .container { width:20rem;height:15.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nx71odwJuJ7XpRO5QGO7693UZmttCJLL { width:20rem;height:12.99805625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK { display:none; }#fvwxJZpNcUgpSF8dcswed1PTzmUTTNsK > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hiKBKyFlZPaCAQXtvDECI1E21wQaSqGP { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AL6FNlWA7pQduNiJsC3MWep9dLa3JkCn { width:3.125rem;height:3.125rem;top:1.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p { display:none; }#UG5IJQoDISvX9dTX2Zi4u6gmGh1prq3p > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lzGyUm8LpcvcQxzn1XcADeivoTIIMwx2 { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO05a0xWLG18KXis8xdTUUQhlwR5wr1q { display:none; }#AO05a0xWLG18KXis8xdTUUQhlwR5wr1q > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BnA77R9zc2mWrZ434Z0lK2Dp9uXozZwX { width:15.8125rem;height:2.92480625rem;top:0.755859375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgWp6thRDpuzJwhoWCC9E9yhCTqWFQn { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 { display:none; }#kTH8CVTRISe51xkwwTMV7DuflPSCpTC7 > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TwNyeIJsdn7lstqVc5FzK8twWtAaUkcf { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw { display:none; }#zH5i4NJCl3B2kmI3rgl1cTz3h44tiwbw > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xw1XLXzgxmJONHzuJ8hbCkCoR5CHkIQb { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXE8s9TW4wxizE6BtVVT1572yVo1nEBK { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh { display:none; }#fHm2e8ATiB1N1kTH78T3pbKJ0bddZTwh > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fpTIQxxSrJIG1K49ZcFBlPND9V1T35W6 { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 { display:none; }#QMsBZtFffp0syQtwtiTLTXp4o0HKFSU5 > .row .container { width:20rem;height:7.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rBmPdv6w4yEg8n6nFDmJAtu3eXvMdk4J { width:15.75rem;height:5.8496125rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX6IWXXCwqWycdKV1dIPCwBpLPSXqSh6 { width:3.125rem;height:3.125rem;top:1.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls { display:none; }#EzmMayzy8hsvSsOr8B3Q0qA68VfQBqls > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J39sQuvE8MMVqW8QLthKUVlZaJ9gLJhd { width:20rem;height:14.297875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 { display:none; }#bVPdvH1QXsT55rm2E2cSGgckw8PhOhh0 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Twt000ZA07mP025onGFTPitNoSMxsKXa { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmnLks8KfohiCQXwmRJsyMcCgC3Sqiw { width:3.125rem;height:3.125rem;top:1.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn { display:none; }#GtXZz5H5PqpCQxGbkBAArx3VX9tMxSdn > .row .container { width:20rem;height:8.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oJ6T8rbkZuRwfltuck3p1HD4OwP8oXZo { width:20rem;height:6.499rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 { display:none; }#ZvgJTnRfmiGITcFGRteE0Vxd2pPyNzo4 > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zRABpqVWo1TTchqvcSQiKnATMKDVotVc { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXH9E37zGaV2XzRV5a89zFl4IFd55eo7 { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AToeSfaVfu5hXtqfAw5fv2y4AEshU64k { display:none; }#AToeSfaVfu5hXtqfAw5fv2y4AEshU64k > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oSeAcHufJCncMZXM1QQVwTtrzgKWWteU { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR { display:none; }#RBzfUrgqnzX0B6hfwROXkIPrkAucV3aR > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rW3iq9zRwT7ghXKyVNEpfhhXMNXVX0D4 { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzCS7ILkndTc2HTZJIRyDiD7dJl8uTNI { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je { display:none; }#mXMFpenrHfBK1qdGQQozorW5mwA5Z3Je > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xrTvrroNWO12hgTPZlVxsCQ3R4xsNt31 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGmURvlLdie26LMx2LEkW9StufeVum75 { display:none; }#oGmURvlLdie26LMx2LEkW9StufeVum75 > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sFEZoTCAPQThE7dRuPz0le9SKrRygIWC { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3V6htnp0BaiQiGZzouvoOESWSUprXpp { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT { display:none; }#N0CCReUgJGnewO4N7Gs1U6WnlqK49PNT > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gtKxbQqWNO98odStNEkzWzQw2eOBI5nW { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm { display:none; }#O6dKhZls1cMBZkExOfPaNpCyI2FDLFQm > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PSJCClXSpFixoatS27pILbJznab46pc5 { width:15.8125rem;height:4.38720625rem;top:0.625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFGcFWhFwT1Z4dlStViLCp1Sb1aVLZX { width:3.125rem;height:3.125rem;top:1.255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 { display:none; }#uxPaH5ffc1WgEKD4p8EOaCd0GhPRPnX5 > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FTwZtywZctipZQ711vBFVzH67KQ5cptu { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 { display:none; }#TeEub9VgSs1kgkmxtTnm5pvGOXffIrS3 > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v9t06W2teJHdyWttDIgaqCrcX9Jxw7RO { width:15.8125rem;height:2.92480625rem;top:0.724609375rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6Thp7nDDVgHAcJITtI6akkfS7NMSyX { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riE2xKV9JZCdivnTyOBneFetB0bQoUMi { display:none; }#riE2xKV9JZCdivnTyOBneFetB0bQoUMi > .row .container { width:20rem;height:40.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AtBDa0cyouZWISRCqRnFqJyBPyuenTT6 { width:7.8125rem;height:7.6875rem;top:1.125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7cuDsCQu9IMDazkIJZuUfEZRUpEPdo { width:20rem;height:24.69628125rem;top:10.1806640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwA7ozXlheM6A9tySqR9CH05wXrLN0pD { width:14.6875rem;height:3.8125rem;top:35.4306640625rem;left:5.2004716981132rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { display:none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { width:20rem;height:29.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wRtHvIU5tc9gqFEifQnKcMA0eIg59oML { width:20rem;height:10.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkDsFeMbxfMKe6LdBxcqb0viLiQ9SWom { width:20rem;height:7.7988375rem;top:18rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmw6TaRPFDrwuotCgJyCK0i7yPXsk5Sg { width:10.125rem;height:2.625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOFWC7Gc5w56nKp24CecQTcstOwWG4aS { display:none; }#AOFWC7Gc5w56nKp24CecQTcstOwWG4aS > .row .container { width:20rem;height:27.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMThIgyS3D3DzMb01L0mgdLEIG2raktn { width:20rem;height:10.8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXhk87w01Ze56KeRKzRohqWrAwmpi7g { width:20rem;height:10.39844375rem;top:13.08203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 { display:none; }#uUDxG3HU9d5QTi17uRGWxmZf5zqHsFo1 > .row .container { width:20rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aJHOKNWBaNsezVOFkle8gFTiybZpA8fg { width:20rem;height:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3cSC48Geg91Jin6S1JVFDJZoPN0lHAV { width:20rem;height:4.875rem;top:22.80078125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6J5A7VsOFN4bW5dPvIQixF4G0OorVkX { width:20rem;height:6.09375rem;top:28.78857421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 .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; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 .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; }
#WVfWgllZtRQwIKZJeetgWF697KttJl96 { width:18rem;height:5.0625rem;display:flex;top:36.0625rem;left:0.91357421875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #fScsAD1zUyFc23q6vsKgX900leWhXeDD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #ZniiLTC10D43UcieNku72bMk8nNQ9Zto {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #WSLUaFtkGJBOuqhGv4TSL7iiIi81iXwi {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #NrweQXce2mGuwq0GJmueoz0myvXWBUD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #q2BP4Gxizo5R2SCwTDHQMzn6kzIsHf0V {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #kZrhDMvi5gEhnRabzD5brPtqo9iopVLK {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #Whf0rNiRGs57WhDWgTmgyc746SqOcdyL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #vHh1K0Ucnm7mpIG7w5VtyqW64dp1P5Lz {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #tB9dqzpkk1KmQ0iqWRkBTuHlF7ZO5yqo {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #QUGzkL8GIVyLP4iA4idKnUvebo0Z9g48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #GPCELOwmETdpBame6LqWiT2griBLBJD6 {  }
 }@media only screen and (max-width: 763px) { #WVfWgllZtRQwIKZJeetgWF697KttJl96 #Tl19eL9TMxgy9C3IAFxnZTHHQEpzVp2x {  }
 }@media only screen and (max-width: 763px) { #gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { display:none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { width:20rem;height:34.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { width:16.9375rem;height:3.5625rem;top:16.625rem;left:0rem;background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.adaptive-delivery-prevent-bg, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyload, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block; }
 }@media only screen and (max-width: 763px) { #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { width:18.375rem;height:3.5625rem;top:22.0625rem;left:0rem;background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.adaptive-delivery-prevent-bg, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyload, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block; }
 }@media only screen and (max-width: 763px) { #DSWOvotweaTRpl6nbgwM2QJK911Tg66o { width:20rem;height:3.5625rem;top:27.5rem;left:0rem;background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#DSWOvotweaTRpl6nbgwM2QJK911Tg66o.adaptive-delivery-prevent-bg, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyload, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block; }
 }@media only screen and (max-width: 763px) { #XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { height:11.2163125rem;width:20rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:20rem;height:9.09864375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.381225rem;top:14.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.29980625rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.381225rem;top:1.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.125rem;height:1.381225rem;top:27rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.3125rem;height:3.1875rem;top:3.375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.4375rem;top:3.25rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:4.875rem;height:3.375rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:9.9375rem;height:1.8125rem;top:7rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:9.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }