.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Rubik";--paragraphs-font-family:"Poppins"; }@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:#0b153f;background-image:url("https://images.assets-landingi.com/uc/07d70fd0-9930-4416-a7d9-ae247cf358ae/Projektbeznazwy38.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: 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); }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row .container { background-color: transparent; background-image: none; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row .container > .video-iframe-container { display: none; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row > .video-iframe-container { display: none; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .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); }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row .container { border-width: 0; border-radius: 0; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#TuKZsTaeh4k2ClMFqUfTRWXu4A7JuBJ6 { 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.0625rem solid #ff9100;border-left:0.0625rem solid #ff9100;border-right:0.0625rem solid #ff9100;border-bottom:0.0625rem solid #ff9100;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.05rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.75rem;left:13rem;display:block; }
#PXpM1o60SNcTUPGXq87pxA6X3htlLJq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZCDLsdOqOS1oCJMSnWHtxZZpqJXlifn { 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.0625rem solid #ff9100;border-left:0.0625rem solid #ff9100;border-right:0.0625rem solid #ff9100;border-bottom:0.0625rem solid #ff9100;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:22.875rem;display:block; }
#JctBsgFUu3wFwSr0EWvdAtr12TR5AFTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w07zCwcwO3rG0i6qMLdw3R8dHRTC7acw { 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.0625rem solid #ff9100;border-left:0.0625rem solid #ff9100;border-right:0.0625rem solid #ff9100;border-bottom:0.0625rem solid #ff9100;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.95rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6812499761581rem;left:34.249218940735rem;display:none; }
#RCaxvNwAGkTAASB36mhTH0l0RgqobTnL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uI6MhnkTZGXlr8TnuWbSeKTBuD5HwKXe { 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.0625rem solid #ff9100;border-left:0.0625rem solid #ff9100;border-right:0.0625rem solid #ff9100;border-bottom:0.0625rem solid #ff9100;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.85rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.7312500476837rem;left:44.624218940735rem;display:block; }
#vaTkLnFSqOT8UDhdMPZJzbTfoa3ACTvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ctD8oqznJZGqVkaE1upsVnIrTLGJPng6 { 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.0625rem solid #ff9100;border-left:0.0625rem solid #ff9100;border-right:0.0625rem solid #ff9100;border-bottom:0.0625rem solid #ff9100;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.78125rem;left:54.749222755432rem;display:block; }
#UNNFcuQpDJi6iTk8333l7bnOQVCL3rFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dAori5TvUT9lr9cLS0OP25fLxCTdf8af { 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.0625rem solid #ff9100;border-left:0.0625rem solid #ff9100;border-right:0.0625rem solid #ff9100;border-bottom:0.0625rem solid #ff9100;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.65rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.8312500715256rem;left:64.625000953675rem;display:block; }
#DCsTUwSqOZXURbAgxqmsUgDL3feed82g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LL9IVf9qPQDzmRhgmHh10PRARl742Q5J { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:10rem;top:0.375rem;left:1.3515625rem;overflow:hidden;display:block; }
#JpPOiULJEzuFgdsic0OaOp88qoQJeLvS { 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.0625rem solid #ff9100;border-left:0.0625rem solid #ff9100;border-right:0.0625rem solid #ff9100;border-bottom:0.0625rem solid #ff9100;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.849625rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.75rem;left:35.0615234375rem;display:block; }
#OPHogyM8g0PbKzZ7ycIgPl70Ka4g7eFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),0.48);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#km3mULInTfVVbZaQEGcPiDHPWFNKe9s1 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:22.373046875rem;left:7.998046875rem;height:8.6614625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2rem;height:1.86805625rem;font-style:normal;display:block; }
#Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:34rem;left:3.1875rem;height:3.2986125rem;font-style:normal;display:block; }
#KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:33.787326812744rem;left:41.875001907349rem;height:3.1493rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:11.375rem;width:29.3125rem;top:3.625rem;left:1.375rem;overflow:hidden;display:block; }
#lraVABGN8XMGymzAukXzRZLKfGp9T8No { background-color:#f6811d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size: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:15006;text-align:center;text-align-last:center;top:40.875rem;left:3.1875rem;display:block; }
#JU1VSCh1htAZEfRqscSsJgQ0lQMqdt1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBwdVZXAb5oOf53CUOgKtRXvWMRTa8ea { box-sizing:content-box;height:2.75rem;width:15.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.375rem;left:5.5625rem;display:block; }
#oo9aI3dQHQXp8omUi8yKaFtGPaEiEf6G { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:38.4375rem;top:0.0625rem;left:36.5625rem;overflow:hidden;display:block; }
#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row .container { background-color: transparent; background-image: none; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row .container > .video-iframe-container { display: none; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row > .video-iframe-container { display: none; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .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); }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row .container { border-width: 0; border-radius: 0; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#gxQ5ZJ8tGHOoqfQ16zkicZcQk78aEkP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0542964935302rem;left:2.6929664611816rem;height:21.92709375rem;text-align:justify;text-align-last:initial;display:block; }
#WeXPl1aXJHgu2N2qHQFTe9sRqqe1SG2P { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:9.4991875rem;width:17.687125rem;top:20.937887191773rem;left:57.311714172363rem;overflow:hidden;display:block; }
#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121e33;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; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row .container { background-color: transparent; background-image: none; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row .container > .video-iframe-container { display: none; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row > .video-iframe-container { display: none; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .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); }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row .container { border-width: 0; border-radius: 0; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#vK2BIUWPmrNSQPr0WrTZ4DO1dCJFgQ2P { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1902330b-f249-4efd-8600-3f4034ce4eea/1.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:2.5rem;display:block; }#vK2BIUWPmrNSQPr0WrTZ4DO1dCJFgQ2P.adaptive-delivery-prevent-bg, #vK2BIUWPmrNSQPr0WrTZ4DO1dCJFgQ2P.lazyload, #vK2BIUWPmrNSQPr0WrTZ4DO1dCJFgQ2P.lazyloading { background-image: none; }
#ND0CJPNrgqTgEEtm9zmdopMxx0AT4Klp { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e30cb81f-bce4-456a-a6a8-2652850c8cfa/2.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.0625rem;top:27.749128520489rem;left:51.118059158325rem;display:block; }#ND0CJPNrgqTgEEtm9zmdopMxx0AT4Klp.adaptive-delivery-prevent-bg, #ND0CJPNrgqTgEEtm9zmdopMxx0AT4Klp.lazyload, #ND0CJPNrgqTgEEtm9zmdopMxx0AT4Klp.lazyloading { background-image: none; }
#c3TWaOQLZNlVNb8Gr5TlbBWaLTGZU5Ly { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.9375rem;left:52.000001907349rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BF2AiA2pAQFmoLGmpZIfI26eXzd0tKfQ { color:#f9f9f9;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:10.974826812744rem;left:52.000001907349rem;height:1.575rem;font-style:normal;display:block; }
#c9V1Gz82DUKEXedcvSrDf86uEfyJFiIm { color:#f9f9f9;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:13.53125rem;left:51.937501907349rem;height:12.59375rem;font-style:normal;display:block; }
#dJQJyP4HNQVFRTZU33cfZf8HBKTX8PQA { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/40783d6c-e831-4f33-84c4-0554298e232c/5.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:27.6875rem;display:block; }#dJQJyP4HNQVFRTZU33cfZf8HBKTX8PQA.adaptive-delivery-prevent-bg, #dJQJyP4HNQVFRTZU33cfZf8HBKTX8PQA.lazyload, #dJQJyP4HNQVFRTZU33cfZf8HBKTX8PQA.lazyloading { background-image: none; }
#RUJA2rXBI7PGayREeOxDSt7uWhSy4HvU { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/62210eeb-c879-4092-b2fe-974879a5b021/3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14.625rem;left:2.5rem;display:block; }#RUJA2rXBI7PGayREeOxDSt7uWhSy4HvU.adaptive-delivery-prevent-bg, #RUJA2rXBI7PGayREeOxDSt7uWhSy4HvU.lazyload, #RUJA2rXBI7PGayREeOxDSt7uWhSy4HvU.lazyloading { background-image: none; }
#LPqe5kNSJFeXNF0mM0VFPANH6MZhFURq { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8c4bb3f6-b254-40ee-9f50-6817206d1791/Projektbeznazwy44.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:15.125rem;left:27.687500953674rem;display:block; }#LPqe5kNSJFeXNF0mM0VFPANH6MZhFURq.adaptive-delivery-prevent-bg, #LPqe5kNSJFeXNF0mM0VFPANH6MZhFURq.lazyload, #LPqe5kNSJFeXNF0mM0VFPANH6MZhFURq.lazyloading { background-image: none; }
#z2S7WpV9WcMCtsG1HoVTIkU1LUSkBAs9 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/02fcbdac-a7f8-4fae-a25a-4b2545f47e16/4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.625rem;left:2.5rem;display:block; }#z2S7WpV9WcMCtsG1HoVTIkU1LUSkBAs9.adaptive-delivery-prevent-bg, #z2S7WpV9WcMCtsG1HoVTIkU1LUSkBAs9.lazyload, #z2S7WpV9WcMCtsG1HoVTIkU1LUSkBAs9.lazyloading { background-image: none; }
#OTHCTL5T6aDM3LG6flF1wP9JLg73eNMt { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.6875rem;top:2.75rem;left:52.000001907349rem;display:block; }
#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container { background-color: transparent; background-image: none; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container > .video-iframe-container { display: none; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row > .video-iframe-container { display: none; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .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); }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container { border-width: 0; border-radius: 0; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;position:relative;display:block; }#IT5UAmBDcT5FpOwTCn3AbsZCxHiPJOmc { color:#121e33;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2.2492179870606rem;left:0rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RKGZByyrHRguJO5SpaNxQaJ8QkF1yXJ3 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:44rem;left:53.1875rem;display:block; }
#SFqGO62bfhOR7HSL6iGgl7gnTMTB2z7z { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:43.9375rem;left:38.1875rem;display:block; }
#HaWERshoGEaZ86LHvm7ziMhe4AQ50Qd8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:26.875rem;top:37.3125rem;left:8.125rem;overflow:hidden;display:block; }
#edZTonfyDQH1NXEQPs8e1PlI43Xc0nEm { position:absolute;display:block;z-index:15021;background-color:#004673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:47.0625rem;left:7.5rem;display:block; }
#IdanCuKCuJVc0Q6AR1L48PSqT6pH2Uwd { position:absolute;display:block;z-index:15022;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:50.8125rem;left:7.5rem;display:block; }
#iA1tgCXWRlGRLIn9GDnpwu6vzVzhlDDD { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.375rem;left:39.125rem;height:7.309rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uS74ohOIeAIlOMpBe4PAGPhZwcIVnzNJ { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.375001907349rem;left:54.093751907349rem;height:7.717rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQpicKa0sRmTK08r8OmDoMar0oymJfiz { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:16.0625rem;left:7.4999990463256rem;display:block; }
#QR69puwSEgvAEuxfVBG0WhxT8TgPQrtK { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:16.125rem;left:22.5rem;display:block; }
#wEWnIvZO51Dw09fBWyI7TFPRrSLSMB9S { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:26.875rem;top:9.4375rem;left:40rem;overflow:hidden;display:block; }
#dhGoEbnksIyHnw1zvXHnhUhThshAIAQG { position:absolute;display:block;z-index:15021;background-color:#001f5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:19.1875rem;left:55rem;display:block; }
#CqnRpEQHy7WTOUkrGFAdu5qfKWHwactL { position:absolute;display:block;z-index:15022;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:22.9375rem;left:55rem;display:block; }
#MOtDlw6ZabWcRXh5zO9lpSBvpIJsVmQa { position:absolute;display:block;z-index:15001;background-color:#001f5f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:40.8125rem;left:42.1875rem;display:block; }
#PtWZ4a4FpvoqkRorVXQpsEDIbRAJzbrc { position:absolute;display:block;z-index:15003;background-color:#001f5f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:40.875rem;left:57.1875rem;display:block; }
#n28MDfsm5iuGpxpgZEOzNkm3g8qDUUPw { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.163193702698rem;left:8.4053821563719rem;height:6.1736125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZxHS6gKQZGwIk3s53V44DHx2GRSurcR { color:#ff9100;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.309027671814rem;left:23.468751907349rem;height:6.17360625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXdFIzBCDPXnTGtMkIGemcFyOXfo0ycH { position:absolute;display:block;z-index:15001;background-color:#001f5f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:12.987500190735rem;left:11.530468940735rem;display:block; }
#L5gnWXxe151emG3BXqqxODXEV4kfvFKJ { position:absolute;display:block;z-index:15003;background-color:#001f5f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:13rem;left:26.5rem;display:block; }
#BfJ5HgzI1k8drCaM9r2uy5S1oOIIanOw { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:42.156249046326rem;left:43.562501907349rem; }
#zaxAL8srbyWbstgtF7aWVVsXe3QnrnPE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.3125rem;left:27.875rem; }
#io2KrgmHOIkXpPHTpeA1EnRn7Iglz8O9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.330729484558rem;left:12.874132156372rem; }
#Ce9uv7JLgTTLuZHngCLcuzK5a4QkSZzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:42.1875rem;left:58.5625rem; }
#PPBqNHmZzaqTx1ph3TQyg5dX4mGvGsZG { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:14.0625rem;top:0.125rem;left:60.774635030786rem;overflow:hidden;display:block; }
#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container { background-color: transparent; background-image: none; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container > .video-iframe-container { display: none; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row > .video-iframe-container { display: none; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .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); }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container { border-width: 0; border-radius: 0; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#uwupHhlvaTO1VGmEE8BxBwiJq1QJbyZK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:7.875rem;left:7.5rem;display:block; }
#TSzsQQiMnRu5CnVvTTJRSavoOpJSsWN5 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:7.9375rem;left:22.5rem;display:block; }
#VzotFVq7vS3INTJTNRzMsb5K5aG3TB7O { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:26.875rem;top:1.25rem;left:40rem;overflow:hidden;display:block; }
#EXNIsXT1ATr4mBh6A0CLT0h7BA7ZmxKg { position:absolute;display:block;z-index:15021;background-color:#001f5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:11rem;left:55rem;display:block; }
#GrqgTDvgpogHMXWR5STQtEyu5OmKABtT { position:absolute;display:block;z-index:15022;background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.75rem;left:55rem;display:block; }
#snWFq39iUUz0Fc6HGughURaFP5nEp7zA { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.8125rem;left:8.375rem;height:7.717rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMLIm1io6KXhSzTLptGzeROEtKDIXXZD { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.875rem;left:23.437501907349rem;height:6.1736125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGrlDckl4CZpgv8NsJ1OJsQsutACukPX { position:absolute;display:block;z-index:15001;background-color:#001f5f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:4.75rem;left:11.5rem;display:block; }
#OpB7hT4FcqlGB04IkaHwkspb8dpKkhNU { position:absolute;display:block;z-index:15003;background-color:#001f5f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:4.8125rem;left:26.5rem;display:block; }
#cVvx0qINEU6Aq9g7G0FNzB8OfuSmRalP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.125rem;left:12.875rem; }
#ObxsNsF4hCN12IzZhc9ZSEG640GXIQlb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:6.125rem;left:27.875rem; }
#udv5fm7Z2PeT47hQ9q65C9rtIhZsv8NB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:9.4980625rem;width:17.687125rem;top:7.8750076293944rem;left:49.260932922363rem;overflow:hidden;display:block; }
#tB9V8UT0HII68F5peFiz46KfgpOerq9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container { background-color: transparent; background-image: none; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container > .video-iframe-container { display: none; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row > .video-iframe-container { display: none; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .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); }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container { border-width: 0; border-radius: 0; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#EmOp5tzLO1RCwEcBlSaIBzBT9Pw76qkS { color:#121e33;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GiAy16QEGTL2i2iJpv2GV4ife6qc9Sfy { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8.875rem;left:4.5rem; }
#IEPhTSqGRimdTTW7kUtdfLMfth3PR0Me { color:#121e33;display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9rem;left:9.875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZG3a1daZ0zA30FQTe6CL3lX6QTAJTR58 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:14.25rem;left:4.5rem; }
#RMSCml1LD9D2mgIoetk6nuMoLOH3B6Pm { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.1875rem;left:4.5rem; }
#xmTVpL5VB4I4V0PyPPmC1Kxrn4JoSFaN { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.9375rem;left:4.5rem; }
#AHfGScDMX0GTfmOhqlMEf1FLUQH7P424 { color:#121e33;display:block;width:61.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:14.375rem;left:9.875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f2UHHD7A6PqIuPDuREv5yvQCzC8ZkVcP { color:#121e33;display:block;width:61.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:20.3125rem;left:9.875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0c00TZ67H5ak4vbr0JbmsJluqBrdiMm { color:#121e33;display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:26.0625rem;left:10.625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ios8zxKT7bJD2aPvhIAX83zVTuKX8t4B { color:#121e33;display:block;width:61.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:31.9375rem;left:10.625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBP5JCLWdN8e9PoRA3zOV0XbeVECy1Ty { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:31.8125rem;left:4.5rem; }
#ocxrTKw9agTViosrJbDqGQUTQnvT6cXs { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:14.875rem;top:0.1875rem;left:59.958739355248rem;overflow:hidden;display:block; }
#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001f5f;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; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { background-color: transparent; background-image: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container > .video-iframe-container { display: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container { display: none; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .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); }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { border-width: 0; border-radius: 0; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:134.875rem;width:75rem;position:relative;display:block; }#AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:10.625rem;left:16.25rem;display:block; }
#EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:10.5625rem;left:8.25rem;overflow:hidden;display:block; }
#zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.25rem;left:17.6875rem;height:2.9236125rem;font-style:normal;display:block; }
#UgyR051urHvReKm8hmefJ6vHxQoEg06X { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.3125rem;left:17.5625rem;height:1.6875rem;font-style:normal;display:block; }
#BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { background-color:#265447;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:106rem;left:52.25rem;display:none; }
#M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:8.75rem;left:17.0625rem;display:none; }
#kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { 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:7.8125rem;width:7.8125rem;top:21.9375rem;left:8.3125rem;overflow:hidden;display:block; }
#dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:22rem;left:16.3125rem;display:block; }
#rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:17.624217987061rem;height:2.9236125rem;font-style:normal;display:block; }
#yXHiL708s632QqwZh6o0C6OR5ILO0BcR { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.812103271484rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#KdkA15WVgew1vp7J8kyplfdkmgfoAks8 { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:block; }
#DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:18.5rem;left:53.375rem;display:block; }
#nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxHt8d9Goic0zIpNFgVCEhzNGTifloLr { position:absolute;display:block;z-index:14999;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:24.9375rem;left:52.9375rem;display:block; }
#B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:30.0625rem;left:53.375rem;display:block; }
#ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WXwfEH8hthmvsZPxEGH3B6ZkNAePr1nE { position:absolute;display:block;z-index:15005;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:36.875rem;left:52.9375rem;display:block; }
#XT2T6mvFSz4BeAl5cIZcLsgSLyplc4Kg { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:42rem;left:53.375rem;display:block; }
#Bt0SB8g6FtlHXvMTPtnD33uXvZ4VNfNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwNRAIa4GlMvcLtS0GWH5zSTHwEyeyb0 { 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:7.8125rem;width:7.8125rem;top:33.875rem;left:8.3125rem;overflow:hidden;display:block; }
#Qx5DfnTUp7gm5bUgnfU2L6075zGPgqDZ { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:33.9375rem;left:16.3125rem;display:block; }
#V0LvTFelix9WIo2vENs1UOWR1J8UZrJs { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38.9375rem;left:17.59375rem;height:1.4625rem;font-style:normal;display:block; }
#NudqsImovxVbhxIiJAtghI3kUvZL2EeK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.9375rem;left:17.625rem;height:2.9236125rem;font-style:normal;display:block; }
#T6SSIguch1qRqUWy1cC6oqAyI2VKRwGG { position:absolute;display:block;z-index:15011;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:49rem;left:52.9375rem;display:block; }
#admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:54.125rem;left:53.375rem;display:block; }
#f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46rem;left:8.3125rem;overflow:hidden;display:block; }
#aFqlkT24SXM3EaB43m881STfGrUa9gvm { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:46.0625rem;left:16.3125rem;display:block; }
#hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:49.875rem;left:17.625rem;height:2.9236125rem;font-style:normal;display:block; }
#WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:47.625rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#M0xOvAzogeznu9FldGR7fnRmXd3QksVu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:58.25rem;left:8.3125rem;overflow:hidden;display:block; }
#T9RuoImT5TIMGGD0IyoKFdphxAknrE2u { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:58.3125rem;left:16.3125rem;display:block; }
#TvfnzyXO5fn74R305P7EkTgfQO8u3omW { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:63.125rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#TdVTNslxlRG6ZfO1DbMyX5gvfiuKpV7D { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:59.4375rem;left:17.625rem;height:2.9236125rem;font-style:normal;display:block; }
#oq8hOVW9DpIRLEAINg6hmXXpVIK5VdO1 { position:absolute;display:block;z-index:15017;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:61.25rem;left:52.9375rem;display:block; }
#akyDpy1dubqiJtxeuKGZslrPTXUzhPr9 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:left;text-align-last:left;top:66.375rem;left:53.375rem;display:block; }
#zfQhvlJ9hFxp3tMH9cROT1TvJVGkSro6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#CsBRhw03qaQOI3CtXTO4PNPRmS9AeW28 { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#tmIEhwnWx78U3VQxQ4aWTxTFKoSnFfsa { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#VtBTEaiJ62BQSTtyQsAN23JmIU1rKOds { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:70.375rem;left:8.3125rem;overflow:hidden;display:block; }
#eg5lBzE55p5406mKOk84VfHnq7VzCJTQ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.75rem;width:46.8125rem;top:70.4375rem;left:16.3125rem;display:block; }
#yszDxfb5nBSTvTPMitmX8IdG5T9XgSXU { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:75.25rem;left:17.625rem;height:1.4625rem;font-style:normal;display:block; }
#EuqxFFvovslIbzwLI0UZx7S4KBuFoHbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:71.561721801756rem;left:17.625rem;height:2.9236125rem;font-style:normal;display:block; }
#O8FZHgAuhO0ZFGuIHSlUnqwTZJR1IV7L { position:absolute;display:block;z-index:15023;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:73.375rem;left:52.9375rem;display:block; }
#SnTQwTmwk8o2zd7GybSTIkuUiyZPSJMs { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:78.5rem;left:53.375rem;display:block; }
#uPT93eemyCChgnVoqZU5DdekQHdaFwGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#MaHuGWJMz1swwM73bEOU7c8ED3fe2Q1w { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:83.25rem;left:8.3125rem;overflow:hidden;display:block; }
#CykgqZXlAfZqubPRT35AgnW2lxbtPwX6 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.749625rem;width:46.8116875rem;top:83.280460357669rem;left:16.249217987061rem;display:block; }
#q47kVZXdzfbO2xKKCP2scHeeTnAPy1Wp { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:88.125rem;left:17.625rem;height:1.46180625rem;font-style:normal;display:block; }
#gmOUpcyEqbOgOTsAGPNmv5rOpbd4Fa70 { position:absolute;display:block;z-index:15029;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:86.25rem;left:52.9375rem;display:block; }
#SsHHC6auWIZrOHwziWmAHxRAlDN6ZggR { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:91.375rem;left:53.375rem;display:block; }
#Purvgb6XHrd8pS4Qihwzwt6GslGP7M8t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1pZWlsF3wfKSfAaFC6Wf8cJDknnxAhP { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#TAWFL2b6Tm1JczppIWC0f23FTq9gehek { color:rgba(var(--color-tertiary-4),1);display:block;width:42.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:84.561710357669rem;left:17.497264862061rem;height:2.9236125rem;font-style:normal;display:block; }
#v2MvpF8WZohbZoFrhdRm5u54F9fS0FnT { position:absolute;display:block;z-index:15035;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:98.8125rem;left:52.875rem;display:block; }
#vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:103.9375rem;left:53.3125rem;display:block; }
#Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:95.8125rem;left:8.25rem;overflow:hidden;display:block; }
#erERhMzCsTgK5cI06iv0LoPQNcATFp45 { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.749625rem;width:46.8116875rem;top:95.8125rem;left:16.1875rem;display:block; }
#zP0fWIdLISIeuGSToTT218cGDDDngNAF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:100.6875rem;left:17.5625rem;height:1.46180625rem;font-style:normal;display:block; }
#JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { color:rgba(var(--color-tertiary-4),1);display:block;width:42.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:97.125rem;left:17.4375rem;height:2.9236125rem;font-style:normal;display:block; }
#CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#bGqDTDM3XQEhT42tC0WKlXGQcksnz6bB { position:absolute;display:block;z-index:15041;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:111.625rem;left:52.9375rem;display:block; }
#VbV2BD0zszaUlxz5X0mOqtHuWGCMc79f { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:left;text-align-last:left;top:116.75rem;left:53.375rem;display:block; }
#ZVmcu9nOGh3Gxcy3VdryOQPLPblrLHpP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVpcDCQKEEc5G7EV7HuRUCkkk3vP8McU { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:7.8125rem;top:108.625rem;left:8.3125rem;overflow:hidden;display:block; }
#oUHvGXKGVI7zb9UTvdpTsMa1yZfNzgNs { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:8.3125rem;width:46.8125rem;top:108.625rem;left:16.25rem;display:block; }
#zQ0ExTK3ERHib4xUZeFq3bI3P1WLhRdx { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:113.36111068726rem;left:17.593751907349rem;height:2.9236125rem;font-style:normal;display:block; }
#ETTRRiWSrVSeXzHLkoTNXxC1N0T5HOTp { color:rgba(var(--color-tertiary-4),1);display:block;width:42.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:109.62500762939rem;left:17.562501907349rem;height:2.9236125rem;font-style:normal;display:block; }
#V4fsmKmtCsEyzmxeHyIWoT4IQF9RHA1T { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#eI41JMRHg6iOku6uCENhSIN26u123v3r { position:absolute;display:block;z-index:15047;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:124.875rem;left:52.9375rem;display:block; }
#JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.5rem;text-decoration:none;z-index:15064;text-align:left;text-align-last:left;top:130rem;left:53.375rem;display:block; }
#h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.8125rem;top:121.875rem;left:8.3125rem;overflow:hidden;display:block; }
#KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:7.6875rem;width:46.8125rem;top:121.875rem;left:16.25rem;display:block; }
#q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:127.1874961853rem;left:17.593751907349rem;height:1.46180625rem;font-style:normal;display:block; }
#fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:122.875rem;left:17.5625rem;height:2.9236125rem;font-style:normal;display:block; }
#Nm0a5b3XfHTOJo9ZLHowubHhUkDigXpM { position:absolute;display:block;z-index:14997;background-color:#ff9100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:13.75rem;top:13.375rem;left:52.9375rem;display:none; }
#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row .container { background-color: transparent; background-image: none; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row .container > .video-iframe-container { display: none; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row > .video-iframe-container { display: none; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .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); }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row .container { border-width: 0; border-radius: 0; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#VDTLfy8ApcPu3nb7oDMdNxBxmvtwgiTH { color:#001623;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:8.875rem;left:22.625rem;height:15.3125rem;text-align:justify;text-align-last:initial;display:block; }#VDTLfy8ApcPu3nb7oDMdNxBxmvtwgiTH li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#VDTLfy8ApcPu3nb7oDMdNxBxmvtwgiTH li:before{  }
#G0C9v30WaiLpkn99AttEvEfqagie6Q5X { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:12.1875rem;top:13.4375rem;left:4rem;overflow:hidden;display:block; }
#afvUh8ILya7dqFP9T9TCekIchU8hpMLH { position:absolute;display:block;z-index:15004;background-color:#cc9832;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #121e33;border-left:0.0625rem solid #121e33;border-right:0.0625rem solid #121e33;border-bottom:0.0625rem solid #121e33;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:0;top:8.375rem;left:21.125rem;display:block; }
#Ot06uXtyD3NwQISXHa2rcbzanOTu6bW6 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.83984375rem;left:21.124218940735rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c7e30470-b876-44e7-b4e7-39d6fc99089a/Projektbeznazwy35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd.adaptive-delivery-prevent-bg, #Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd.lazyload, #Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd.lazyloading { background-image: none; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row .container { background-color: transparent; background-image: none; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row .container > .video-iframe-container { display: none; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row > .video-iframe-container { display: none; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .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); }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row .container { border-width: 0; border-radius: 0; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row .container { font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;position:relative;display:block; }#dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d { color:#000000;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:25.599822998047rem;left:4.1875rem;height:11.658875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#lTplcwbQfBtfRBFdrEfscM1koKqENKwM { color:#f9f6f6;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:23.500780105591rem;left:5.5rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBFRmpfFu4hehJTeM0MPXV4qB22fgexr { color:#9e050d;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:13.939063072204rem;left:8.0289068222044rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WI2T91fdkRyBdMmohfrOwCZXPJp43ct1 { box-sizing:content-box;height:38.875rem;width:30.375rem;position:absolute;display:block;z-index:15003;background-color:#121e33;background-image:none;top:5.8125rem;left:2.2482643127441rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JGqLHEwM2tz2OvIx6K6RyPTvTTIb6I18 { box-sizing:content-box;height:13.25rem;width:27.1875rem;position:absolute;display:block;z-index:15026;background-color:#fdfdfd;background-image:none;top:8.3765869140625rem;left:4.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#VvI2xbt2hEoLaKgqb0Tanr72QpLEC2cx { color:#0c0b0b;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:9.7374992370606rem;left:5.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALWvSJFtkDACIwT0gHSFxm9oq8366LDH { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:19.40781211853rem;left:8.624218940735rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGshs2cnwxFiLxO3cWntpButN1FORBDG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.449625rem;height:3.38715rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:38.937497615814rem;left:9.0243053436281rem;display:block; }
#aFCxRm4GH5lA41KFkQo7eRM5J8N9H552 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mq03dygHoia1zOUWlxQcAphN1JCAn12o { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.08680625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ht2MC67fUqCpp9KiuLG3AD3A3NveksDH { box-sizing:content-box;height:13.4375rem;width:27.1875rem;position:absolute;display:block;z-index:15031;background-color:#fdfdfd;background-image:none;top:8.2828123122456rem;left:43.500000953674rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#naAB0et9svJfygtFWNbMRaN4DNiJRBeP { color:#0c0b0b;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:50.939064025879rem;left:6.0929689407349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcPI8X7LNRg2unCNLnGNgFoIiT2WuwOQ { color:#9e050d;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:55.626564025879rem;left:8.624218940735rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tUPEUHrTCdGh5PKynqXwqMVue5NTaapm { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1;letter-spacing:0;top:58.720314025879rem;left:8.999218940735rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODbccWRMURLU1V6akWuZGKWdHV7NTv1i { color:#f9f6f6;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:23.500000953674rem;left:44.312500953674rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BpTXiWkvKQmKnHyGyJZ9RP69ZhegJhv7 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.449625rem;height:3.38715rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:38.936632156372rem;left:48.824655532837rem;display:block; }
#qP6QDJ9PZW70VBP1HXR1ZRpoKR3szkJP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mko4HzIC46DR9CvFwOmuIL3epkWlvdfE { box-sizing:content-box;height:38.875rem;width:30.375rem;position:absolute;display:block;z-index:15004;background-color:#121e33;background-image:none;top:5.75rem;left:41.906251907349rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm { color:#000000;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:25.769966125488rem;left:43.531251907349rem;height:10.171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#d4vno3VJhNWSGl71r0kpnpLgsIKp1zl0 { box-sizing:content-box;height:17.25rem;width:70.5625rem;position:absolute;display:block;z-index:15005;background-color:#121e33;background-image:none;top:46.63593788445rem;left:2.24609375rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#C21wGN4MyKlbbTMGNCTiXXsLdyVm6wHy { box-sizing:content-box;height:13.4375rem;width:27.1875rem;position:absolute;display:block;z-index:15037;background-color:#fdfdfd;background-image:none;top:48.542188167572rem;left:3.83984375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pJaB3qnOczi3cO4iTbleOFpdo49d5hLR { color:#f9f6f6;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:48.542188644409rem;left:36.000000953674rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L2eUCbm4Ef0bIL6zKZee4QAP0gpVS8XC { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:50.251563072204rem;left:35.250000953674rem;height:11.658875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#L2eUCbm4Ef0bIL6zKZee4QAP0gpVS8XC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L2eUCbm4Ef0bIL6zKZee4QAP0gpVS8XC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#iJXyQBb7XAoJZnMdgytJQLEUOJlm4VVR { color:#0c0b0b;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:9.736719325185rem;left:45.437500953674rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtezqcT2pnhb2ps1aGOV5yPlevR0pVIp { color:#9e050d;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:13.939062312246rem;left:47.000000953674rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDX7yWdgOPayWJnlVXLlniZa1QSeQdM5 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:19.407813265919rem;left:48.798436164856rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MG92yLRr56BmAO42AvRW00XAtBqXMaGz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.449625rem;height:3.38715rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:38.936632156372rem;left:48.824655532837rem;display:none; }
#lM2ZCi8eHWuwD7O8p8T2OUkw0gHv1rlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { background-color: transparent; background-image: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container > .video-iframe-container { display: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container { display: none; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .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); }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { border-width: 0; border-radius: 0; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#eqb4yf2IX5308GzfftPINI7T7IifIWLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5441417694092rem;left:5.0625rem;height:3.08680625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTShBf5gcMOLPvBXkh4FpkC3OM5hRpfc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.7999877929688rem;left:2.8191413879394rem;height:6.2986rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXPRkzUweRrHETaI9zeW1EMwhwZcgOgS { background-color:#f6811d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.341407775879rem;left:8.279296875rem;display:block; }
#qJOTkIxAFOPo2wFZTPWMqoG1uNautW4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOv0h9fhOSD1TFDIUaU2hmf5XJTpur0l { box-sizing:content-box;height:2.75rem;width:15.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:20.125rem;display:block; }
#HRAGFAFGJlbZk6xyyOBoNQ5AZ1f8cPF1 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:15.375rem;width:35.0625rem;top:4.4671878814697rem;left:35.935546875rem;overflow:hidden;display:block; }
#KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:24.1875rem;width:45.625rem;top:-0.026953124999977rem;left:29.199416011243rem;overflow:hidden;display:block; }
#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { background-color: transparent; background-image: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container > .video-iframe-container { display: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container { display: none; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .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); }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { border-width: 0; border-radius: 0; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:3.08680625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { 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; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { background-color: transparent; background-image: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container > .video-iframe-container { display: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container { display: none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .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); }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { border-width: 0; border-radius: 0; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#RFnP7QoskW09KqhVEh5qD1oId252TA4W { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:17rem;top:5.5rem;left:4rem;overflow:hidden;display:block; }
#upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:9rem;top:3.5rem;left:58.000000953674rem;overflow:hidden;display:block; }
#sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13.0625rem;top:4.875rem;left:30.968750953674rem;overflow:hidden;display:block; }
#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { 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; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { background-color: transparent; background-image: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container > .video-iframe-container { display: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container { display: none; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .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); }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { border-width: 0; border-radius: 0; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:14.6875rem;width:75rem;position:relative;display:block; }#BTXDauerXug9R93ViDHICVQcV3Ivkkto { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:17.75rem;top:4.46875rem;left:3.625rem;overflow:hidden;display:block; }
#BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:14.4375rem;top:5.0625rem;left:30.28125rem;overflow:hidden;display:block; }
#ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:11rem;top:3.3125rem;left:57.000001907349rem;overflow:hidden;display:block; }
#TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { 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; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { background-color: transparent; background-image: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container > .video-iframe-container { display: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container { display: none; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .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); }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { border-width: 0; border-radius: 0; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.625rem;width:75rem;position:relative;display:block; }#qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.6875rem;top:3rem;left:8.15625rem;overflow:hidden;display:block; }
#M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#v67CTTFEn687XBAiHHKXT48orK5hAipP { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:14.4375rem;top:2rem;left:30.281251907349rem;overflow:hidden;display:block; }
#WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:13rem;top:2.5rem;left:57.156251907349rem;overflow:hidden;display:block; }
#RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#cPcbhtEX9z0GkihcxmwWU4manvgygc0z { 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; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { background-color: transparent; background-image: none; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container > .video-iframe-container { display: none; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row > .video-iframe-container { display: none; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .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); }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { border-width: 0; border-radius: 0; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.625rem;width:75rem;position:relative;display:block; }#f8dJNkSIm5n9fZTvfmMuLAivBP7Whefx { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#TshLkElzbPfmbbzBVew1ouRknevUeJhE { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#ZOVMZwlRdc3SN5itEP18qQ6CsySaIT5I { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#VHG2JUIQikhOOMmvgFa1lCXPUfbM0byp { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#NBxnp26KHh2yATgsElZe4bHfIS3bJkPw { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:15.0625rem;top:5.9357652664184rem;left:4.96875rem;overflow:hidden;display:block; }
#Ax6cK22Fiet1N5HFGoZt2ePUh1tDl1Cy { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#WJJOtpqrALTSB8f8f50TNPGTqeBTqAs8 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:none; }
#rqBsDn2inON30cyDFciDtVXGgSOtf1ws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { background-color: transparent; background-image: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container > .video-iframe-container { display: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container { display: none; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .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); }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { border-width: 0; border-radius: 0; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.859375rem;left:0rem;height:3.08680625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { background-color: transparent; background-image: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container > .video-iframe-container { display: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container { display: none; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .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); }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { border-width: 0; border-radius: 0; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #f6811d;border-left:0.125rem solid #f6811d;border-right:0.125rem solid #f6811d;border-bottom:0.125rem solid #f6811d;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:2.375rem;overflow:hidden;display:block; }
#CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6rem;left:14rem;height:3.1875rem;display:block; }
#ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.875rem;left:13.999218940735rem;height:2.53125rem;display:block; }
#ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { color:#000000;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #ea7a17;border-left:0.125rem solid #ea7a17;border-right:0.125rem solid #ea7a17;border-bottom:0.125rem solid #ea7a17;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:39.474999427796rem;overflow:hidden;display:block; }
#TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:51.812500953674rem;height:3.1875rem;display:block; }
#QATsLsuOi37TurXCJEd6V36RabAffzKI { color:#000000;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.8125rem;left:51.812500953674rem;height:2.53125rem;display:block; }
#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.adaptive-delivery-prevent-bg, #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.lazyload, #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld.lazyloading { background-image: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { background-color: transparent; background-image: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container > .video-iframe-container { display: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container { display: none; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .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); }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { border-width: 0; border-radius: 0; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.018750190735rem;left:14.717968940735rem;height:2.76215rem;display:block; }
#H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #ff9100;border-left:0.125rem solid #ff9100;border-right:0.125rem solid #ff9100;border-bottom:0.125rem solid #ff9100;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.5867195129394rem;left:2.3125rem;overflow:hidden;display:block; }
#IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { color:#000000;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.300001144409rem;left:14.686718940735rem;height:2.53125rem;display:block; }
#Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.78125rem;left:51.687500953674rem;height:2.53125rem;display:block; }
#PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #ff9100;border-left:0.125rem solid #ff9100;border-right:0.125rem solid #ff9100;border-bottom:0.125rem solid #ff9100;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:3.2062511444092rem;left:39.675000190735rem;overflow:hidden;display:block; }
#y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.6875rem;height:2.76215rem;display:block; }
#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { 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; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { background-color: transparent; background-image: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container > .video-iframe-container { display: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container { display: none; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .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); }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { border-width: 0; border-radius: 0; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.3125rem;left:44.6875rem;height:1.6253875rem;text-align:center;text-align-last:center;display:block; }
#L46fsT9gTwWvttFbdungq73Tp0n1TUoF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.4375rem;left:45.8125rem;height:1.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.1875rem;left:45.4375rem;height:1.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.75rem;left:42.8125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#KJHtOl4q108atSX88OgC7dPCm6oPCTMi { color:#001623;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.8125rem;height:1.6253875rem;display:block; }
#U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { 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:7.1875rem;width:16.4375rem;top:0.5625rem;left:14.8125rem;overflow:hidden;display:block; }
#cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.25rem;left:23.6875rem;display:block; }
#TGclfvEGtRwMmxSJm46KWiSGepESvgqr { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8rem;left:19.8125rem;display:block; }
#cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { box-sizing:content-box;color:#001623;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.3125rem;left:16.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr { display:block; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuKZsTaeh4k2ClMFqUfTRWXu4A7JuBJ6 { width:9rem;height:2.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXpM1o60SNcTUPGXq87pxA6X3htlLJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #kZCDLsdOqOS1oCJMSnWHtxZZpqJXlifn { width:11.375rem;height:2.625rem;top:1.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JctBsgFUu3wFwSr0EWvdAtr12TR5AFTZ { display:block; }
 }@media only screen and (max-width: 763px) { #w07zCwcwO3rG0i6qMLdw3R8dHRTC7acw { width:8.875rem;height:2.6875rem;top:1.625rem;left:20.624218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCaxvNwAGkTAASB36mhTH0l0RgqobTnL { display:block; }
 }@media only screen and (max-width: 763px) { #uI6MhnkTZGXlr8TnuWbSeKTBuD5HwKXe { width:8.75rem;height:2.625rem;top:1.6875rem;left:30.999218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTkLnFSqOT8UDhdMPZJzbTfoa3ACTvT { display:block; }
 }@media only screen and (max-width: 763px) { #ctD8oqznJZGqVkaE1upsVnIrTLGJPng6 { width:8.625rem;height:2.625rem;top:1.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNNFcuQpDJi6iTk8333l7bnOQVCL3rFk { display:block; }
 }@media only screen and (max-width: 763px) { #dAori5TvUT9lr9cLS0OP25fLxCTdf8af { width:8.5625rem;height:2.625rem;top:1.8125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCsTUwSqOZXURbAgxqmsUgDL3feed82g { display:block; }
 }@media only screen and (max-width: 763px) { #LL9IVf9qPQDzmRhgmHh10PRARl742Q5J { top:0.375rem;left:0rem;width:10rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpPOiULJEzuFgdsic0OaOp88qoQJeLvS { width:8.8125rem;height:2.625rem;top:1.75rem;left:21.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPHogyM8g0PbKzZ7ycIgPl70Ka4g7eFc { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3mULInTfVVbZaQEGcPiDHPWFNKe9s1 { top:22.3125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { top:2.4375rem;left:0rem;width:36.125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { top:34rem;left:0rem;width:24.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { top:33.75rem;left:17.1875rem;width:30.5625rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { top:3.625rem;left:0rem;width:29.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraVABGN8XMGymzAukXzRZLKfGp9T8No { width:17.5rem;height:3.4375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1VSCh1htAZEfRqscSsJgQ0lQMqdt1E { display:block; }
 }@media only screen and (max-width: 763px) { #kBwdVZXAb5oOf53CUOgKtRXvWMRTa8ea { top:42.375rem;left:0rem;width:15.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo9aI3dQHQXp8omUi8yKaFtGPaEiEf6G { top:0.0625rem;left:9.3125rem;width:38.4375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN { display:block; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxQ5ZJ8tGHOoqfQ16zkicZcQk78aEkP4 { top:2rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeXPl1aXJHgu2N2qHQFTe9sRqqe1SG2P { top:20.9375rem;left:30.125rem;width:17.625rem;height:9.46582215524rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL { display:block; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK2BIUWPmrNSQPr0WrTZ4DO1dCJFgQ2P { width:19.75rem;height:13.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0CJPNrgqTgEEtm9zmdopMxx0AT4Klp { width:22.0625rem;height:15.125rem;top:27.6875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TWaOQLZNlVNb8Gr5TlbBWaLTGZU5Ly { width:17.875rem;height:6rem;top:3.9375rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF2AiA2pAQFmoLGmpZIfI26eXzd0tKfQ { width:16.5625rem;height:1.5625rem;top:10.9375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9V1Gz82DUKEXedcvSrDf86uEfyJFiIm { width:21.125rem;height:12.5625rem;top:13.5rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJQJyP4HNQVFRTZU33cfZf8HBKTX8PQA { top:0.6875rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJA2rXBI7PGayREeOxDSt7uWhSy4HvU { top:14.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPqe5kNSJFeXNF0mM0VFPANH6MZhFURq { top:15.125rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2S7WpV9WcMCtsG1HoVTIkU1LUSkBAs9 { top:28.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHCTL5T6aDM3LG6flF1wP9JLg73eNMt { top:2.75rem;left:31.75rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV { display:block; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT5UAmBDcT5FpOwTCn3AbsZCxHiPJOmc { width:47.75rem;height:3.0625rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKGZByyrHRguJO5SpaNxQaJ8QkF1yXJ3 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFqGO62bfhOR7HSL6iGgl7gnTMTB2z7z { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaWERshoGEaZ86LHvm7ziMhe4AQ50Qd8 { top:37.3125rem;left:0rem;width:26.875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edZTonfyDQH1NXEQPs8e1PlI43Xc0nEm { top:47.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdanCuKCuJVc0Q6AR1L48PSqT6pH2Uwd { top:50.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1tgCXWRlGRLIn9GDnpwu6vzVzhlDDD { top:49.375rem;left:25.500001907349rem;width:12.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS74ohOIeAIlOMpBe4PAGPhZwcIVnzNJ { top:49.375rem;left:35.25rem;width:12.5rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQpicKa0sRmTK08r8OmDoMar0oymJfiz { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR69puwSEgvAEuxfVBG0WhxT8TgPQrtK { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEWnIvZO51Dw09fBWyI7TFPRrSLSMB9S { top:9.4375rem;left:20.875rem;width:26.875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhGoEbnksIyHnw1zvXHnhUhThshAIAQG { top:19.1875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqnRpEQHy7WTOUkrGFAdu5qfKWHwactL { top:22.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOtDlw6ZabWcRXh5zO9lpSBvpIJsVmQa { width:6.25rem;height:6.25rem;top:40.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWZ4a4FpvoqkRorVXQpsEDIbRAJzbrc { width:6.25rem;height:6.25rem;top:40.875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28MDfsm5iuGpxpgZEOzNkm3g8qDUUPw { top:21.125rem;left:0rem;width:12.5rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZxHS6gKQZGwIk3s53V44DHx2GRSurcR { top:21.25rem;left:9.8437519073488rem;width:12.375rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXdFIzBCDPXnTGtMkIGemcFyOXfo0ycH { width:6.25rem;height:6.25rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gnWXxe151emG3BXqqxODXEV4kfvFKJ { width:6.25rem;height:6.25rem;top:13rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJ5HgzI1k8drCaM9r2uy5S1oOIIanOw { top:42.125rem;left:29.937501907349rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaxAL8srbyWbstgtF7aWVVsXe3QnrnPE { top:14.3125rem;left:14.25rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io2KrgmHOIkXpPHTpeA1EnRn7Iglz8O9 { top:14.3125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9uv7JLgTTLuZHngCLcuzK5a4QkSZzw { top:42.1875rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPBqNHmZzaqTx1ph3TQyg5dX4mGvGsZG { top:0.125rem;left:33.6875rem;width:14.0625rem;height:7.4366875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX { display:block; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwupHhlvaTO1VGmEE8BxBwiJq1QJbyZK { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzsQQiMnRu5CnVvTTJRSavoOpJSsWN5 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzotFVq7vS3INTJTNRzMsb5K5aG3TB7O { top:1.25rem;left:20.875rem;width:26.875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXNIsXT1ATr4mBh6A0CLT0h7BA7ZmxKg { top:11rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrqgTDvgpogHMXWR5STQtEyu5OmKABtT { top:14.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWFq39iUUz0Fc6HGughURaFP5nEp7zA { top:12.8125rem;left:0rem;width:12.5rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLIm1io6KXhSzTLptGzeROEtKDIXXZD { top:12.875rem;left:9.8125019073488rem;width:12.5rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGrlDckl4CZpgv8NsJ1OJsQsutACukPX { width:6.25rem;height:6.25rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpB7hT4FcqlGB04IkaHwkspb8dpKkhNU { width:6.25rem;height:6.25rem;top:4.8125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvx0qINEU6Aq9g7G0FNzB8OfuSmRalP { top:6.125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObxsNsF4hCN12IzZhc9ZSEG640GXIQlb { top:6.125rem;left:14.25rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udv5fm7Z2PeT47hQ9q65C9rtIhZsv8NB { top:7.875rem;left:30.125rem;width:17.625rem;height:9.4647011067372rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB9V8UT0HII68F5peFiz46KfgpOerq9o { display:block; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmOp5tzLO1RCwEcBlSaIBzBT9Pw76qkS { width:47.75rem;height:3.0625rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiAy16QEGTL2i2iJpv2GV4ife6qc9Sfy { top:8.875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPhTSqGRimdTTW7kUtdfLMfth3PR0Me { width:47.75rem;height:3.4375rem;top:9rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG3a1daZ0zA30FQTe6CL3lX6QTAJTR58 { top:14.25rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSCml1LD9D2mgIoetk6nuMoLOH3B6Pm { top:20.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmTVpL5VB4I4V0PyPPmC1Kxrn4JoSFaN { top:25.9375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHfGScDMX0GTfmOhqlMEf1FLUQH7P424 { width:47.75rem;height:3.4375rem;top:14.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2UHHD7A6PqIuPDuREv5yvQCzC8ZkVcP { width:47.75rem;height:3.4375rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0c00TZ67H5ak4vbr0JbmsJluqBrdiMm { width:47.75rem;height:3.4375rem;top:26.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ios8zxKT7bJD2aPvhIAX83zVTuKX8t4B { width:47.75rem;height:3.4375rem;top:31.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBP5JCLWdN8e9PoRA3zOV0XbeVECy1Ty { top:31.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocxrTKw9agTViosrJbDqGQUTQnvT6cXs { top:0.1875rem;left:32.875rem;width:14.875rem;height:7.9373251006328rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { display:block; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { width:46.8125rem;height:7.75rem;top:10.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { width:7.8125rem;height:7.8125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { width:42.75rem;height:2.875rem;top:12.1875rem;left:4.0621070861816rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:44.125rem;height:1.6875rem;top:15.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { width:12.75rem;height:2.5rem;top:106rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { width:46.8125rem;height:7.75rem;top:8.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { width:7.8125rem;height:7.8125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { width:46.8125rem;height:7.75rem;top:22rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { width:42.75rem;height:2.875rem;top:23.4375rem;left:3.9992179870606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:44.125rem;height:1.4375rem;top:26.75rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdkA15WVgew1vp7J8kyplfdkmgfoAks8 { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { width:12.75rem;height:2.5rem;top:18.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block; }
 }@media only screen and (max-width: 763px) { #zxHt8d9Goic0zIpNFgVCEhzNGTifloLr { width:13.75rem;height:7.9375rem;top:24.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { width:12.75rem;height:2.5rem;top:30.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block; }
 }@media only screen and (max-width: 763px) { #fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { width:47.75rem;height:3.0625rem;top:3rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXwfEH8hthmvsZPxEGH3B6ZkNAePr1nE { width:13.75rem;height:7.9375rem;top:36.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2T6mvFSz4BeAl5cIZcLsgSLyplc4Kg { width:12.75rem;height:2.5rem;top:42rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt0SB8g6FtlHXvMTPtnD33uXvZ4VNfNz { display:block; }
 }@media only screen and (max-width: 763px) { #UwNRAIa4GlMvcLtS0GWH5zSTHwEyeyb0 { width:7.8125rem;height:7.8125rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5DfnTUp7gm5bUgnfU2L6075zGPgqDZ { width:46.8125rem;height:7.75rem;top:33.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0LvTFelix9WIo2vENs1UOWR1J8UZrJs { width:44.125rem;height:1.4375rem;top:38.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NudqsImovxVbhxIiJAtghI3kUvZL2EeK { width:42.8125rem;height:2.875rem;top:34.9375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6SSIguch1qRqUWy1cC6oqAyI2VKRwGG { width:13.75rem;height:7.9375rem;top:49rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { width:12.75rem;height:2.5rem;top:54.125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block; }
 }@media only screen and (max-width: 763px) { #JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { width:7.8125rem;height:7.8125rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqlkT24SXM3EaB43m881STfGrUa9gvm { width:46.8125rem;height:7.75rem;top:46.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { width:44.125rem;height:2.875rem;top:49.875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { width:42.8125rem;height:1.4375rem;top:47.625rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0xOvAzogeznu9FldGR7fnRmXd3QksVu { width:7.8125rem;height:7.8125rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RuoImT5TIMGGD0IyoKFdphxAknrE2u { width:46.8125rem;height:7.75rem;top:58.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfnzyXO5fn74R305P7EkTgfQO8u3omW { width:44.125rem;height:1.4375rem;top:63.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdVTNslxlRG6ZfO1DbMyX5gvfiuKpV7D { width:42.75rem;height:2.875rem;top:59.4375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq8hOVW9DpIRLEAINg6hmXXpVIK5VdO1 { width:13.75rem;height:7.9375rem;top:61.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #akyDpy1dubqiJtxeuKGZslrPTXUzhPr9 { width:12.75rem;height:2.5rem;top:66.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfQhvlJ9hFxp3tMH9cROT1TvJVGkSro6 { display:block; }
 }@media only screen and (max-width: 763px) { #wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsBRhw03qaQOI3CtXTO4PNPRmS9AeW28 { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmIEhwnWx78U3VQxQ4aWTxTFKoSnFfsa { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtBTEaiJ62BQSTtyQsAN23JmIU1rKOds { width:7.8125rem;height:7.8125rem;top:70.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg5lBzE55p5406mKOk84VfHnq7VzCJTQ { width:46.8125rem;height:7.75rem;top:70.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yszDxfb5nBSTvTPMitmX8IdG5T9XgSXU { width:44.125rem;height:1.4375rem;top:75.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuqxFFvovslIbzwLI0UZx7S4KBuFoHbZ { width:42.75rem;height:2.875rem;top:71.5rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8FZHgAuhO0ZFGuIHSlUnqwTZJR1IV7L { width:13.75rem;height:7.9375rem;top:73.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTQwTmwk8o2zd7GybSTIkuUiyZPSJMs { width:12.75rem;height:2.5rem;top:78.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPT93eemyCChgnVoqZU5DdekQHdaFwGT { display:block; }
 }@media only screen and (max-width: 763px) { #S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaHuGWJMz1swwM73bEOU7c8ED3fe2Q1w { width:7.8125rem;height:7.8125rem;top:83.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykgqZXlAfZqubPRT35AgnW2lxbtPwX6 { width:46.75rem;height:7.6875rem;top:83.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47kVZXdzfbO2xKKCP2scHeeTnAPy1Wp { width:44.125rem;height:1.4375rem;top:88.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmOUpcyEqbOgOTsAGPNmv5rOpbd4Fa70 { width:13.75rem;height:7.9375rem;top:86.25rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsHHC6auWIZrOHwziWmAHxRAlDN6ZggR { width:12.75rem;height:2.5rem;top:91.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Purvgb6XHrd8pS4Qihwzwt6GslGP7M8t { display:block; }
 }@media only screen and (max-width: 763px) { #m1pZWlsF3wfKSfAaFC6Wf8cJDknnxAhP { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAWFL2b6Tm1JczppIWC0f23FTq9gehek { width:42.75rem;height:2.875rem;top:84.5rem;left:3.8722648620606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2MvpF8WZohbZoFrhdRm5u54F9fS0FnT { width:13.75rem;height:7.9375rem;top:98.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { width:12.75rem;height:2.5rem;top:103.9375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block; }
 }@media only screen and (max-width: 763px) { #fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { width:7.8125rem;height:7.8125rem;top:95.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #erERhMzCsTgK5cI06iv0LoPQNcATFp45 { width:46.75rem;height:7.6875rem;top:95.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0fWIdLISIeuGSToTT218cGDDDngNAF { width:44.125rem;height:1.4375rem;top:100.6875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { width:42.75rem;height:2.875rem;top:97.125rem;left:3.8125019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGqDTDM3XQEhT42tC0WKlXGQcksnz6bB { width:13.75rem;height:7.9375rem;top:111.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbV2BD0zszaUlxz5X0mOqtHuWGCMc79f { width:12.75rem;height:2.5rem;top:116.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVmcu9nOGh3Gxcy3VdryOQPLPblrLHpP { display:block; }
 }@media only screen and (max-width: 763px) { #WVpcDCQKEEc5G7EV7HuRUCkkk3vP8McU { width:7.8125rem;height:8.375rem;top:108.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHvGXKGVI7zb9UTvdpTsMa1yZfNzgNs { width:46.8125rem;height:8.3125rem;top:108.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0ExTK3ERHib4xUZeFq3bI3P1WLhRdx { width:44.125rem;height:2.875rem;top:113.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTRRiWSrVSeXzHLkoTNXxC1N0T5HOTp { width:42.75rem;height:2.875rem;top:109.625rem;left:3.9375019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsmKmtCsEyzmxeHyIWoT4IQF9RHA1T { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI41JMRHg6iOku6uCENhSIN26u123v3r { width:13.75rem;height:7.9375rem;top:124.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { width:12.75rem;height:2.5rem;top:130rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block; }
 }@media only screen and (max-width: 763px) { #UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { width:7.8125rem;height:7.875rem;top:121.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { width:46.8125rem;height:7.6875rem;top:121.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { width:44.125rem;height:1.4375rem;top:127.125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { width:42.75rem;height:2.875rem;top:122.875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0a5b3XfHTOJo9ZLHowubHhUkDigXpM { width:13.75rem;height:7.9375rem;top:13.375rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 { display:block; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDTLfy8ApcPu3nb7oDMdNxBxmvtwgiTH { top:8.875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#VDTLfy8ApcPu3nb7oDMdNxBxmvtwgiTH li:before{  }
 }@media only screen and (max-width: 763px) { #G0C9v30WaiLpkn99AttEvEfqagie6Q5X { top:13.4375rem;left:0rem;width:12.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvUh8ILya7dqFP9T9TCekIchU8hpMLH { top:8.375rem;left:7.5rem;width:0;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot06uXtyD3NwQISXHa2rcbzanOTu6bW6 { top:1.8125rem;left:4.3125rem;width:43.4375rem;height:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd { display:block; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d { width:27.125rem;height:;top:25.5625rem;left:0rem;font-size:0.75rem;display:block; }#dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #lTplcwbQfBtfRBFdrEfscM1koKqENKwM { width:17.5rem;height:1.125rem;top:23.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFRmpfFu4hehJTeM0MPXV4qB22fgexr { width:20.1875rem;height:4.125rem;top:13.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI2T91fdkRyBdMmohfrOwCZXPJp43ct1 { top:5.8125rem;left:0rem;width:30.375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGqLHEwM2tz2OvIx6K6RyPTvTTIb6I18 { top:8.375rem;left:0rem;width:27.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvI2xbt2hEoLaKgqb0Tanr72QpLEC2cx { width:23.3125rem;height:3rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWvSJFtkDACIwT0gHSFxm9oq8366LDH { width:17.5rem;height:1.1875rem;top:19.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGshs2cnwxFiLxO3cWntpButN1FORBDG { width:17.4375rem;height:3.375rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFCxRm4GH5lA41KFkQo7eRM5J8N9H552 { display:block; }
 }@media only screen and (max-width: 763px) { #mq03dygHoia1zOUWlxQcAphN1JCAn12o { top:1.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht2MC67fUqCpp9KiuLG3AD3A3NveksDH { top:8.25rem;left:4.5625rem;width:27.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naAB0et9svJfygtFWNbMRaN4DNiJRBeP { width:23.3125rem;height:3rem;top:50.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPI8X7LNRg2unCNLnGNgFoIiT2WuwOQ { width:18.25rem;height:2.0625rem;top:55.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUPEUHrTCdGh5PKynqXwqMVue5NTaapm { width:17.5rem;height:1.1875rem;top:58.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODbccWRMURLU1V6akWuZGKWdHV7NTv1i { width:17.5rem;height:1.125rem;top:23.5rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTXiWkvKQmKnHyGyJZ9RP69ZhegJhv7 { width:17.4375rem;height:3.375rem;top:38.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP6QDJ9PZW70VBP1HXR1ZRpoKR3szkJP { display:block; }
 }@media only screen and (max-width: 763px) { #mko4HzIC46DR9CvFwOmuIL3epkWlvdfE { top:5.75rem;left:1.375rem;width:30.375rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm { width:27.125rem;height:;top:25.75rem;left:4.625rem;font-size:0.75rem;display:block; }#P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #d4vno3VJhNWSGl71r0kpnpLgsIKp1zl0 { top:46.625rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C21wGN4MyKlbbTMGNCTiXXsLdyVm6wHy { top:48.5rem;left:0rem;width:27.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJaB3qnOczi3cO4iTbleOFpdo49d5hLR { width:17.5rem;height:1.125rem;top:48.5rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2eUCbm4Ef0bIL6zKZee4QAP0gpVS8XC { width:35.25rem;height:11.6875rem;top:50.25rem;left:0rem;font-size:0.75rem;display:block; }#L2eUCbm4Ef0bIL6zKZee4QAP0gpVS8XC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #iJXyQBb7XAoJZnMdgytJQLEUOJlm4VVR { width:23.3125rem;height:3rem;top:9.6875rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtezqcT2pnhb2ps1aGOV5yPlevR0pVIp { width:20.1875rem;height:4.125rem;top:13.9375rem;left:11.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDX7yWdgOPayWJnlVXLlniZa1QSeQdM5 { width:17.5rem;height:1.1875rem;top:19.375rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG92yLRr56BmAO42AvRW00XAtBqXMaGz { width:17.4375rem;height:3.375rem;top:38.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lM2ZCi8eHWuwD7O8p8T2OUkw0gHv1rlZ { display:block; }
 }@media only screen and (max-width: 763px) { #iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqb4yf2IX5308GzfftPINI7T7IifIWLJ { top:2.5rem;left:0rem;width:23.9375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTShBf5gcMOLPvBXkh4FpkC3OM5hRpfc { top:7.75rem;left:0rem;width:30.5625rem;height:6.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPRkzUweRrHETaI9zeW1EMwhwZcgOgS { width:17.4375rem;height:3.375rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJOTkIxAFOPo2wFZTPWMqoG1uNautW4k { display:block; }
 }@media only screen and (max-width: 763px) { #lOv0h9fhOSD1TFDIUaU2hmf5XJTpur0l { top:15.9375rem;left:6.5rem;width:15.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRAGFAFGJlbZk6xyyOBoNQ5AZ1f8cPF1 { top:4.4375rem;left:12.6875rem;width:35.0625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { top:0rem;left:2.125rem;width:45.625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { top:1.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { display:block; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFnP7QoskW09KqhVEh5qD1oId252TA4W { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { top:5.5rem;left:0rem;width:17rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { top:3.5rem;left:35.187500953674rem;width:9rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { top:4.875rem;left:17.281250953674rem;width:13.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { display:block; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTXDauerXug9R93ViDHICVQcV3Ivkkto { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { top:4.4375rem;left:0rem;width:17.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { top:5.0625rem;left:16.59375rem;width:14.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { top:3.3125rem;left:34.187501907349rem;width:11rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { display:block; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { top:3rem;left:3.59375rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v67CTTFEn687XBAiHHKXT48orK5hAipP { top:2rem;left:16.593751907349rem;width:14.4375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { top:2.5rem;left:34.343751907349rem;width:13rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPcbhtEX9z0GkihcxmwWU4manvgygc0z { display:block; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8dJNkSIm5n9fZTvfmMuLAivBP7Whefx { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TshLkElzbPfmbbzBVew1ouRknevUeJhE { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVMZwlRdc3SN5itEP18qQ6CsySaIT5I { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHG2JUIQikhOOMmvgFa1lCXPUfbM0byp { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBxnp26KHh2yATgsElZe4bHfIS3bJkPw { top:5.875rem;left:0.40625rem;width:15.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6cK22Fiet1N5HFGoZt2ePUh1tDl1Cy { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJJOtpqrALTSB8f8f50TNPGTqeBTqAs8 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqBsDn2inON30cyDFciDtVXGgSOtf1ws { display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { top:1.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { display:block; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { top:4.1875rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { width:47.5625rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { top:6rem;left:0.37499904632568rem;width:35.9375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { top:9.875rem;left:0.37421894073486rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { width:33rem;height:2rem;top:1.4375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { top:4.1875rem;left:25.849999427796rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { top:6rem;left:24.6875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QATsLsuOi37TurXCJEd6V36RabAffzKI { top:9.8125rem;left:19.75rem;width:28rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { top:7rem;left:1.0929689407349rem;width:21.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { top:3.5625rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { width:43.4375rem;height:2rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { top:10.25rem;left:1.0617189407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { top:9.75rem;left:25.8125rem;width:21.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { top:3.1875rem;left:26.050000190735rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { top:6.5625rem;left:28.375rem;width:19.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { display:block; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { top:10.3125rem;left:31.0625rem;width:13.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46fsT9gTwWvttFbdungq73Tp0n1TUoF { top:14.4375rem;left:32.1875rem;width:11.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { top:13.1875rem;left:31.8125rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { top:1.75rem;left:29.1875rem;width:17.375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJHtOl4q108atSX88OgC7dPCm6oPCTMi { top:14.25rem;left:3.1875rem;width:19.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { top:0.5625rem;left:1.1875rem;width:16.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { width:3.5625rem;height:3.5625rem;top:8.25rem;left:10.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGclfvEGtRwMmxSJm46KWiSGepESvgqr { width:3.6875rem;height:3.6875rem;top:8rem;left:6.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { width:3.75rem;height:3.75rem;top:8.3125rem;left:2.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr { position:relative;z-index:auto;display:block; }#Zq9W7xhCpozeEIev5JF6wMK0K6wIXtFr > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuKZsTaeh4k2ClMFqUfTRWXu4A7JuBJ6 { width:5.7744125rem;height:1.7119125rem;top:9.2802734375rem;left:0.4287109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXpM1o60SNcTUPGXq87pxA6X3htlLJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #kZCDLsdOqOS1oCJMSnWHtxZZpqJXlifn { width:8.1494375rem;height:1.6494125rem;top:9.3115234375rem;left:6.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JctBsgFUu3wFwSr0EWvdAtr12TR5AFTZ { display:block; }
 }@media only screen and (max-width: 763px) { #w07zCwcwO3rG0i6qMLdw3R8dHRTC7acw { width:8.9375rem;height:1.75rem;top:14.1875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCaxvNwAGkTAASB36mhTH0l0RgqobTnL { display:block; }
 }@media only screen and (max-width: 763px) { #uI6MhnkTZGXlr8TnuWbSeKTBuD5HwKXe { width:4.5rem;height:1.6875rem;top:9.2607421875rem;left:15.1181640625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTkLnFSqOT8UDhdMPZJzbTfoa3ACTvT { display:block; }
 }@media only screen and (max-width: 763px) { #ctD8oqznJZGqVkaE1upsVnIrTLGJPng6 { width:5.525rem;height:1.525rem;top:11.574652671814rem;left:13.282117962837rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNNFcuQpDJi6iTk8333l7bnOQVCL3rFk { display:block; }
 }@media only screen and (max-width: 763px) { #dAori5TvUT9lr9cLS0OP25fLxCTdf8af { width:5.5875rem;height:1.4rem;top:11.637152671814rem;left:7.1562501192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCsTUwSqOZXURbAgxqmsUgDL3feed82g { display:block; }
 }@media only screen and (max-width: 763px) { #LL9IVf9qPQDzmRhgmHh10PRARl742Q5J { width:20rem;height:8.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpPOiULJEzuFgdsic0OaOp88qoQJeLvS { width:6.25rem;height:1.625rem;top:11.5234375rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPHogyM8g0PbKzZ7ycIgPl70Ka4g7eFc { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),0.27);background-image:url("https://images.assets-landingi.com/uc/c7e30470-b876-44e7-b4e7-39d6fc99089a/Projektbeznazwy35.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3mULInTfVVbZaQEGcPiDHPWFNKe9s1 { width:20rem;height:2.8875rem;top:8.9296879768369rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { width:20rem;height:1.29948125rem;top:0.86197948455813rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { width:20rem;height:3rem;top:19.505077362061rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { width:15.6875rem;height:6rem;top:23.562107086182rem;left:2.1562498211861rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { width:20rem;height:7.3125rem;top:1.6171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraVABGN8XMGymzAukXzRZLKfGp9T8No { width:17.5rem;height:3.4375rem;top:31.124217987061rem;left:1.2492186427116rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1VSCh1htAZEfRqscSsJgQ0lQMqdt1E { display:block; }
 }@media only screen and (max-width: 763px) { #kBwdVZXAb5oOf53CUOgKtRXvWMRTa8ea { width:15.8125rem;height:2.75rem;top:33.186717987061rem;left:4.1871092915535rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo9aI3dQHQXp8omUi8yKaFtGPaEiEf6G { width:9.249rem;height:4.936525rem;top:12.6748046875rem;left:5.3740234375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN { display:block; }#ByNoVEh0ZUGBXo1Jb71Hm1iNhlTSZgrN > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxQ5ZJ8tGHOoqfQ16zkicZcQk78aEkP4 { width:19.9991875rem;height:57.17705rem;top:7.55859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeXPl1aXJHgu2N2qHQFTe9sRqqe1SG2P { width:8.4375rem;height:4.5rem;top:1.6863288879394rem;left:5.7796872258186rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL { display:block; }#uTzsiIMBmbSnV7KQ4rrT8L5Rx7eNglCL > .row .container { width:20rem;height:115.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK2BIUWPmrNSQPr0WrTZ4DO1dCJFgQ2P { width:19.75rem;height:13.625rem;top:18.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0CJPNrgqTgEEtm9zmdopMxx0AT4Klp { width:19.75rem;height:13.625rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3TWaOQLZNlVNb8Gr5TlbBWaLTGZU5Ly { width:18.125rem;height:4.3993rem;top:0.625rem;left:0.93671876192094rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BF2AiA2pAQFmoLGmpZIfI26eXzd0tKfQ { width:18rem;height:1.7rem;top:5.625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #c9V1Gz82DUKEXedcvSrDf86uEfyJFiIm { width:19.9375rem;height:9.6675625rem;top:7.8871526718137rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dJQJyP4HNQVFRTZU33cfZf8HBKTX8PQA { width:19.75rem;height:13.5625rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJA2rXBI7PGayREeOxDSt7uWhSy4HvU { width:19.75rem;height:13.5625rem;top:46.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPqe5kNSJFeXNF0mM0VFPANH6MZhFURq { width:19.75rem;height:27.625rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2S7WpV9WcMCtsG1HoVTIkU1LUSkBAs9 { width:19.75rem;height:13.5625rem;top:60.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTHCTL5T6aDM3LG6flF1wP9JLg73eNMt { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV { display:block; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container { width:20rem;height:106.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT5UAmBDcT5FpOwTCn3AbsZCxHiPJOmc { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKGZByyrHRguJO5SpaNxQaJ8QkF1yXJ3 { width:15.375rem;height:12.625rem;top:74.374997138975rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFqGO62bfhOR7HSL6iGgl7gnTMTB2z7z { width:15.375rem;height:13.75rem;top:58.062497138977rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaWERshoGEaZ86LHvm7ziMhe4AQ50Qd8 { width:16.5rem;height:15.5rem;top:88.437497138975rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edZTonfyDQH1NXEQPs8e1PlI43Xc0nEm { width:12.5rem;height:12.5rem;top:89.687497138975rem;left:6.3125001192094rem;background-color:#001f5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IdanCuKCuJVc0Q6AR1L48PSqT6pH2Uwd { width:12.5rem;height:12.5rem;top:92.249997138975rem;left:6.3125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1tgCXWRlGRLIn9GDnpwu6vzVzhlDDD { width:12.5rem;height:7.309rem;top:62.874997138975rem;left:3.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS74ohOIeAIlOMpBe4PAGPhZwcIVnzNJ { width:12.5rem;height:5.847225rem;top:79.25rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQpicKa0sRmTK08r8OmDoMar0oymJfiz { width:14.3125rem;height:13.5625rem;top:7.6249990463256rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR69puwSEgvAEuxfVBG0WhxT8TgPQrtK { width:14.3125rem;height:13.125rem;top:24.250000953674rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEWnIvZO51Dw09fBWyI7TFPRrSLSMB9S { width:17.375rem;height:16.375rem;top:38.1875rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhGoEbnksIyHnw1zvXHnhUhThshAIAQG { width:12.5rem;height:12.5rem;top:41.125000953674rem;left:7.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqnRpEQHy7WTOUkrGFAdu5qfKWHwactL { width:12.5rem;height:12.5rem;top:43.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOtDlw6ZabWcRXh5zO9lpSBvpIJsVmQa { width:6.25rem;height:6.25rem;top:56.062497138977rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWZ4a4FpvoqkRorVXQpsEDIbRAJzbrc { width:6.25rem;height:6.25rem;top:72.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28MDfsm5iuGpxpgZEOzNkm3g8qDUUPw { width:12.5rem;height:2.76215rem;top:13.687503814698rem;left:3.7500001192093rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PZxHS6gKQZGwIk3s53V44DHx2GRSurcR { width:12.5rem;height:6.01041875rem;top:29.625000953674rem;left:3.8125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXdFIzBCDPXnTGtMkIGemcFyOXfo0ycH { width:6.25rem;height:6.25rem;top:5.6249990463257rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gnWXxe151emG3BXqqxODXEV4kfvFKJ { width:6.25rem;height:6.25rem;top:22.187500953674rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJ5HgzI1k8drCaM9r2uy5S1oOIIanOw { display:flex;width:3.5625rem;height:3.5625rem;top:6.9999990463256rem;left:8.1875001192094rem; }
 }@media only screen and (max-width: 763px) { #zaxAL8srbyWbstgtF7aWVVsXe3QnrnPE { display:flex;width:3.5625rem;height:3.5625rem;top:23.562500953674rem;left:8.1875001192094rem; }
 }@media only screen and (max-width: 763px) { #io2KrgmHOIkXpPHTpeA1EnRn7Iglz8O9 { display:flex;width:3.5625rem;height:3.5625rem;top:57.437497138977rem;left:8.1875001192094rem; }
 }@media only screen and (max-width: 763px) { #Ce9uv7JLgTTLuZHngCLcuzK5a4QkSZzw { display:flex;width:3.5625rem;height:3.5625rem;top:73.6875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #PPBqNHmZzaqTx1ph3TQyg5dX4mGvGsZG { width:14.0625rem;height:7.4366875rem;top:92.46798324585rem;left:2.9671872258186rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX { display:block; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwupHhlvaTO1VGmEE8BxBwiJq1QJbyZK { width:15.9375rem;height:14.1875rem;top:2.25rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzsQQiMnRu5CnVvTTJRSavoOpJSsWN5 { width:15.9375rem;height:13.25rem;top:18.875007629394rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzotFVq7vS3INTJTNRzMsb5K5aG3TB7O { width:16.875rem;height:15.875rem;top:33.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXNIsXT1ATr4mBh6A0CLT0h7BA7ZmxKg { width:12.5rem;height:12.5rem;top:33.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrqgTDvgpogHMXWR5STQtEyu5OmKABtT { width:12.5rem;height:12.5rem;top:37.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWFq39iUUz0Fc6HGughURaFP5nEp7zA { width:12.75rem;height:7.309rem;top:7.0625076293944rem;left:3.8437501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLIm1io6KXhSzTLptGzeROEtKDIXXZD { width:12.5rem;height:6.1736125rem;top:24.250007629394rem;left:3.8125001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGrlDckl4CZpgv8NsJ1OJsQsutACukPX { width:6.25rem;height:6.25rem;top:0.25rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpB7hT4FcqlGB04IkaHwkspb8dpKkhNU { width:6.25rem;height:6.25rem;top:16.812507629394rem;left:6.9375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvx0qINEU6Aq9g7G0FNzB8OfuSmRalP { display:flex;width:3.5625rem;height:3.5625rem;top:1.625rem;left:8.1875001192094rem; }
 }@media only screen and (max-width: 763px) { #ObxsNsF4hCN12IzZhc9ZSEG640GXIQlb { display:flex;width:3.5625rem;height:3.5625rem;top:18.187507629394rem;left:8.1875001192094rem; }
 }@media only screen and (max-width: 763px) { #udv5fm7Z2PeT47hQ9q65C9rtIhZsv8NB { width:10.4366875rem;height:5.56171875rem;top:52.185934066772rem;left:4.7800777554512rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB9V8UT0HII68F5peFiz46KfgpOerq9o { display:block; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmOp5tzLO1RCwEcBlSaIBzBT9Pw76qkS { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiAy16QEGTL2i2iJpv2GV4ife6qc9Sfy { display:flex;width:2.8125rem;height:2.8125rem;top:6.5625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #IEPhTSqGRimdTTW7kUtdfLMfth3PR0Me { width:20rem;height:5.9484375rem;top:10.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG3a1daZ0zA30FQTe6CL3lX6QTAJTR58 { display:flex;width:2.8125rem;height:2.8125rem;top:18rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #RMSCml1LD9D2mgIoetk6nuMoLOH3B6Pm { display:flex;width:2.8125rem;height:2.8125rem;top:30.375rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #xmTVpL5VB4I4V0PyPPmC1Kxrn4JoSFaN { display:flex;width:2.8125rem;height:2.8125rem;top:43.5rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #AHfGScDMX0GTfmOhqlMEf1FLUQH7P424 { width:20rem;height:7.4355625rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2UHHD7A6PqIuPDuREv5yvQCzC8ZkVcP { width:20rem;height:7.4355625rem;top:34.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0c00TZ67H5ak4vbr0JbmsJluqBrdiMm { width:20rem;height:7.4355625rem;top:47.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ios8zxKT7bJD2aPvhIAX83zVTuKX8t4B { width:20rem;height:5.9484375rem;top:60.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBP5JCLWdN8e9PoRA3zOV0XbeVECy1Ty { display:flex;width:2.8125rem;height:2.8125rem;top:56.1875rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ocxrTKw9agTViosrJbDqGQUTQnvT6cXs { width:14.875rem;height:7.9373251006328rem;top:67.3859375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { display:block; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { width:20rem;height:235.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuVAnIEBkpmXAZ94IW0zHqDOcfy1AnZr { width:20rem;height:18.4375rem;top:24.429688215256rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EwZp8CKplGXSEE7RTFwtvaR5N919wuwt { width:7.8125rem;height:7.8125rem;top:5.328125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { width:18.8125rem;height:4.875rem;top:21.6875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#e0ebf1;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:16.1875rem;height:3.8984375rem;top:13.9375rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BA5eupNakUZlXSxUZA51RNTQ1lflSkvu { width:12.75rem;height:2.5rem;top:64.623259544375rem;left:4.2725694775581rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15031;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;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #M61tFMsvtuhBAMaHI90s2CZahLVZwEf3 { display:block; }
 }@media only screen and (max-width: 763px) { #E87aVhreT1Kmu1A1kNrwz2CC3V1avCd9 { width:20rem;height:7.75rem;top:260.9296875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { width:7.8125rem;height:7.8125rem;top:27.093749046326rem;left:5.4679682850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFC8bJRM8VuRwoyHnzWZTGucs1RdAZrK { width:20rem;height:7.75rem;top:22rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rAySkfhu88Wz1sDG0b4TcNCzveopLWfW { width:20rem;height:4.875rem;top:43.499999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:12.1875rem;height:3.8984375rem;top:35.835936546326rem;left:3.2812498211861rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KdkA15WVgew1vp7J8kyplfdkmgfoAks8 { width:7.8125rem;height:2.3125rem;top:18.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { width:12.75rem;height:2.5rem;top:18.40625rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwSXC0Di6pmUTtEOr7fpSm6N1vKfxLHT { display:block; }
 }@media only screen and (max-width: 763px) { #zxHt8d9Goic0zIpNFgVCEhzNGTifloLr { width:13.75rem;height:7.9375rem;top:75.875000417231rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { width:12.75rem;height:2.5rem;top:40.312499046326rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryKlWqVPvCaLHFVozTbfA38k7WWuoOSa { display:block; }
 }@media only screen and (max-width: 763px) { #fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { width:20rem;height:1.95rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXwfEH8hthmvsZPxEGH3B6ZkNAePr1nE { width:13.75rem;height:7.9375rem;top:36.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT2T6mvFSz4BeAl5cIZcLsgSLyplc4Kg { width:12.75rem;height:2.5rem;top:65.686713218688rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bt0SB8g6FtlHXvMTPtnD33uXvZ4VNfNz { display:block; }
 }@media only screen and (max-width: 763px) { #UwNRAIa4GlMvcLtS0GWH5zSTHwEyeyb0 { width:7.8125rem;height:7.8125rem;top:49.279685020447rem;left:5.4679682850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5DfnTUp7gm5bUgnfU2L6075zGPgqDZ { width:20rem;height:7.75rem;top:33.9375rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #V0LvTFelix9WIo2vENs1UOWR1J8UZrJs { width:17.75rem;height:2.59895625rem;top:58.249213218689rem;left:1.1249999403954rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NudqsImovxVbhxIiJAtghI3kUvZL2EeK { width:20rem;height:3.65625rem;top:61.535933494568rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T6SSIguch1qRqUWy1cC6oqAyI2VKRwGG { width:13.75rem;height:7.9375rem;top:49rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #admnuLF3i3kkp42zTTNJDzdFQfJf5pqm { width:12.75rem;height:2.5rem;top:85.6875rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7toNWILzpIAnnDI1mlEmgGBNCDsq0kC { display:block; }
 }@media only screen and (max-width: 763px) { #JwLX2o31Jq8eu8J1aaJZ199heaniSgLC { width:7.8125rem;height:7.8125rem;top:69.124206542969rem;left:5.4996088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFqlkT24SXM3EaB43m881STfGrUa9gvm { width:20rem;height:7.75rem;top:46.0625rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hnfX9dbdB3SCGJGCoDdFVDOZ3r7iVBof { width:20rem;height:3.8984375rem;top:77.749206542969rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WGekNMbfZkMJSLAAc11l0E0Br5Qwlr4L { width:20rem;height:2.4375rem;top:82.374603271488rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M0xOvAzogeznu9FldGR7fnRmXd3QksVu { width:7.8125rem;height:7.8125rem;top:89.798431396488rem;left:5.4679682850838rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RuoImT5TIMGGD0IyoKFdphxAknrE2u { width:20rem;height:7.75rem;top:58.3125rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TvfnzyXO5fn74R305P7EkTgfQO8u3omW { width:14.125rem;height:3.8984375rem;top:98.7890625rem;left:2.3121092915535rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TdVTNslxlRG6ZfO1DbMyX5gvfiuKpV7D { width:19.9991875rem;height:4.875rem;top:131.62225723267rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oq8hOVW9DpIRLEAINg6hmXXpVIK5VdO1 { width:13.75rem;height:7.9375rem;top:61.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #akyDpy1dubqiJtxeuKGZslrPTXUzhPr9 { width:12.75rem;height:2.5rem;top:103.65585327149rem;left:2.9999998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfQhvlJ9hFxp3tMH9cROT1TvJVGkSro6 { display:block; }
 }@media only screen and (max-width: 763px) { #wgVT53SeAap8kXuDVdlSd8o14ZtodZc9 { width:7.8125rem;height:2.3125rem;top:40.312499046326rem;left:5.4996088147163rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rJLmJakya1uROnDUzw2tt6cqKvaTDiaD { width:7.8125rem;height:2.3125rem;top:65.780463218688rem;left:5.4679682850838rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CsBRhw03qaQOI3CtXTO4PNPRmS9AeW28 { width:7.8125rem;height:2.3125rem;top:85.78125rem;left:5.4679682850838rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tmIEhwnWx78U3VQxQ4aWTxTFKoSnFfsa { width:7.8125rem;height:2.3125rem;top:103.74960327149rem;left:5.4984372258186rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VtBTEaiJ62BQSTtyQsAN23JmIU1rKOds { width:7.8125rem;height:7.8125rem;top:113.56094360351rem;left:6.0621088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg5lBzE55p5406mKOk84VfHnq7VzCJTQ { width:20rem;height:7.75rem;top:70.4375rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #yszDxfb5nBSTvTPMitmX8IdG5T9XgSXU { width:16.1875rem;height:3.8984375rem;top:122.49884033203rem;left:1.9042966961861rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EuqxFFvovslIbzwLI0UZx7S4KBuFoHbZ { width:19.9991875rem;height:4.875rem;top:155.81092834472rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O8FZHgAuhO0ZFGuIHSlUnqwTZJR1IV7L { width:13.75rem;height:7.9375rem;top:73.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnTQwTmwk8o2zd7GybSTIkuUiyZPSJMs { width:8.75rem;height:2.5rem;top:127.84259033203rem;left:5.6249998211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPT93eemyCChgnVoqZU5DdekQHdaFwGT { display:block; }
 }@media only screen and (max-width: 763px) { #S2IWNIPvugln8UGMeKkNCO4uv2VqlG6I { width:7.8125rem;height:2.3125rem;top:127.93634033203rem;left:6.1242182850838rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MaHuGWJMz1swwM73bEOU7c8ED3fe2Q1w { width:7.8125rem;height:7.8125rem;top:137.93594360351rem;left:5.9371088147163rem;display:block; }
 }@media only screen and (max-width: 763px) { #CykgqZXlAfZqubPRT35AgnW2lxbtPwX6 { width:20rem;height:7.6875rem;top:83.25rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q47kVZXdzfbO2xKKCP2scHeeTnAPy1Wp { width:11.9375rem;height:3.8984375rem;top:147.56170654297rem;left:4.0312498211861rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gmOUpcyEqbOgOTsAGPNmv5rOpbd4Fa70 { width:13.75rem;height:7.9375rem;top:86.25rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsHHC6auWIZrOHwziWmAHxRAlDN6ZggR { width:9.375rem;height:2.5rem;top:152.40358924866rem;left:5.3125001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Purvgb6XHrd8pS4Qihwzwt6GslGP7M8t { display:block; }
 }@media only screen and (max-width: 763px) { #m1pZWlsF3wfKSfAaFC6Wf8cJDknnxAhP { width:7.8125rem;height:2.3125rem;top:152.49844360351rem;left:6.0609372258186rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TAWFL2b6Tm1JczppIWC0f23FTq9gehek { width:19.9991875rem;height:4.875rem;top:107.12421035767rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v2MvpF8WZohbZoFrhdRm5u54F9fS0FnT { width:13.75rem;height:7.9375rem;top:98.8125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZzGO8IOzpF4GbSbysoT0yCEpoM8kCNc { width:9.625rem;height:2.5rem;top:178.43754243851rem;left:5.1875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Za3K672EGJHVmFJzPHClJZucZJeaFgwk { display:block; }
 }@media only screen and (max-width: 763px) { #fWhNdqpCPMtWkSkWCmQCZZSdRQUxnpLS { width:7.8125rem;height:7.8125rem;top:161.93574523926rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erERhMzCsTgK5cI06iv0LoPQNcATFp45 { width:20rem;height:7.6875rem;top:95.8125rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zP0fWIdLISIeuGSToTT218cGDDDngNAF { width:13rem;height:2.59895625rem;top:170.64496612549rem;left:3.5000001192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JMh8lMT2rmkGIPpeLcAAh8wPhF5rW1Sk { width:20rem;height:3.65625rem;top:173.75004196167rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CsTkTUktGR9rf5xofdiPRsbo48zkhuLf { width:7.8125rem;height:2.3125rem;top:178.53129291534rem;left:6.0937501192093rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bGqDTDM3XQEhT42tC0WKlXGQcksnz6bB { width:13.75rem;height:7.9375rem;top:111.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbV2BD0zszaUlxz5X0mOqtHuWGCMc79f { width:8.6875rem;height:2.5rem;top:205.96875rem;left:5.6562501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVmcu9nOGh3Gxcy3VdryOQPLPblrLHpP { display:block; }
 }@media only screen and (max-width: 763px) { #WVpcDCQKEEc5G7EV7HuRUCkkk3vP8McU { width:7.8125rem;height:8.375rem;top:182.18748474121rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUHvGXKGVI7zb9UTvdpTsMa1yZfNzgNs { width:20rem;height:8.3125rem;top:108.625rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zQ0ExTK3ERHib4xUZeFq3bI3P1WLhRdx { width:12.8125rem;height:7.796875rem;top:191.44617652893rem;left:3.5937501192093rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ETTRRiWSrVSeXzHLkoTNXxC1N0T5HOTp { width:20rem;height:4.875rem;top:200.3749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsmKmtCsEyzmxeHyIWoT4IQF9RHA1T { width:7.8125rem;height:2.3125rem;top:206.0625rem;left:6.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eI41JMRHg6iOku6uCENhSIN26u123v3r { width:13.75rem;height:7.9375rem;top:124.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJmIrmWooVnr6c1gSGtMAp0lr4qZiURR { width:12.75rem;height:2.5rem;top:229.90626335144rem;left:3.6250001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9mpbspUcZr3TX9q2GPOKJL5epnn3k11 { display:block; }
 }@media only screen and (max-width: 763px) { #UI8m89QKKk4KCGGd3bIl1EkJpAq9uRVV { width:7.8125rem;height:7.875rem;top:211.25002098084rem;left:6.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEk5oLDIk0Kd9cdbQnK5zXPL0lM8RGvM { width:20rem;height:7.6875rem;top:121.875rem;left:0rem;z-index:14997;background-color:#90299e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q3Zg1GrdrbiWtqlwf0Cs3AKRu8uxUsoz { width:12.375rem;height:3.8984375rem;top:219.74913406372rem;left:4.1163192987442rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fCedfW8nwbR7ZJWmJduOQyyGt0hcgsu0 { width:20rem;height:3.65625rem;top:224.37413406372rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Nm0a5b3XfHTOJo9ZLHowubHhUkDigXpM { width:7.8125rem;height:2.3125rem;top:230rem;left:6.0937501192093rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 { display:block; }#gvKnet3kOBTnOwZPsJOv24q5iFbIACK0 > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDTLfy8ApcPu3nb7oDMdNxBxmvtwgiTH { width:19.4375rem;height:20.2916875rem;top:5.875rem;left:0.25rem;font-size:0.75rem;display:block; }#VDTLfy8ApcPu3nb7oDMdNxBxmvtwgiTH li:before{  }
 }@media only screen and (max-width: 763px) { #G0C9v30WaiLpkn99AttEvEfqagie6Q5X { width:12.1875rem;height:4.875rem;top:13.4375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #afvUh8ILya7dqFP9T9TCekIchU8hpMLH { width:0;height:17rem;top:8.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ot06uXtyD3NwQISXHa2rcbzanOTu6bW6 { width:17.375rem;height:3.375rem;top:1.25rem;left:1.3125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd { display:block; }#Qx9fpH3l9FJWFCWGaU2n61zOwGTROgPd > .row .container { width:20rem;height:101.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d { width:18.875rem;height:8.596875rem;top:21.317199707031rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #lTplcwbQfBtfRBFdrEfscM1koKqENKwM { width:15.25rem;height:0.9375rem;top:19.156250238419rem;left:3.0321182012558rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFRmpfFu4hehJTeM0MPXV4qB22fgexr { width:10.125rem;height:2.8875rem;top:10.900756835938rem;left:5.3125000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI2T91fdkRyBdMmohfrOwCZXPJp43ct1 { width:20rem;height:31.3125rem;top:4.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGqLHEwM2tz2OvIx6K6RyPTvTTIb6I18 { width:17.3125rem;height:10.5rem;top:7.0946197509762rem;left:1.8142356872559rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvI2xbt2hEoLaKgqb0Tanr72QpLEC2cx { width:18.4375rem;height:2.0989625rem;top:8.45573425293rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWvSJFtkDACIwT0gHSFxm9oq8366LDH { width:12.4375rem;height:0.9375rem;top:15.125881671906rem;left:4.4383679628373rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGshs2cnwxFiLxO3cWntpButN1FORBDG { width:10.625rem;height:2.5625rem;top:31.467882394791rem;left:4.6875001192093rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFCxRm4GH5lA41KFkQo7eRM5J8N9H552 { display:block; }
 }@media only screen and (max-width: 763px) { #mq03dygHoia1zOUWlxQcAphN1JCAn12o { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ht2MC67fUqCpp9KiuLG3AD3A3NveksDH { width:16.3125rem;height:8.6875rem;top:39.75rem;left:1.625rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naAB0et9svJfygtFWNbMRaN4DNiJRBeP { width:13.8125rem;height:2.09895625rem;top:73.25rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPI8X7LNRg2unCNLnGNgFoIiT2WuwOQ { width:12.625rem;height:1.44375rem;top:76.375rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUPEUHrTCdGh5PKynqXwqMVue5NTaapm { width:17.5rem;height:0.9375rem;top:78.6875rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODbccWRMURLU1V6akWuZGKWdHV7NTv1i { width:17.5rem;height:0.9375rem;top:49.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpTXiWkvKQmKnHyGyJZ9RP69ZhegJhv7 { width:11.6875rem;height:2.9375rem;top:62.5rem;left:4.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP6QDJ9PZW70VBP1HXR1ZRpoKR3szkJP { display:block; }
 }@media only screen and (max-width: 763px) { #mko4HzIC46DR9CvFwOmuIL3epkWlvdfE { width:20rem;height:31.1875rem;top:37.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm { width:19.3125rem;height:7.546875rem;top:52rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #d4vno3VJhNWSGl71r0kpnpLgsIKp1zl0 { width:20rem;height:29.8125rem;top:69.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #C21wGN4MyKlbbTMGNCTiXXsLdyVm6wHy { width:17.75rem;height:9.6875rem;top:71.5625rem;left:1.125rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pJaB3qnOczi3cO4iTbleOFpdo49d5hLR { width:17.5rem;height:0.9375rem;top:82.9375rem;left:1.2500000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2eUCbm4Ef0bIL6zKZee4QAP0gpVS8XC { width:18.3125rem;height:9.6458125rem;top:84.625rem;left:0.84296876192094rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#L2eUCbm4Ef0bIL6zKZee4QAP0gpVS8XC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #iJXyQBb7XAoJZnMdgytJQLEUOJlm4VVR { width:19.25rem;height:2.0989625rem;top:40.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtezqcT2pnhb2ps1aGOV5yPlevR0pVIp { width:20rem;height:2.8875rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDX7yWdgOPayWJnlVXLlniZa1QSeQdM5 { width:17.5rem;height:0.9375rem;top:46.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG92yLRr56BmAO42AvRW00XAtBqXMaGz { width:11.6875rem;height:2.3125rem;top:95.875rem;left:4.1562500596046rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #lM2ZCi8eHWuwD7O8p8T2OUkw0gHv1rlZ { display:block; }
 }@media only screen and (max-width: 763px) { #iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL { display:block; }#iCwBhmVlNfpptaeNyEJuhNSWUpSuyGWL > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqb4yf2IX5308GzfftPINI7T7IifIWLJ { width:20rem;height:2.6003875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTShBf5gcMOLPvBXkh4FpkC3OM5hRpfc { width:20rem;height:7.1224rem;top:16.681423664093rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tXPRkzUweRrHETaI9zeW1EMwhwZcgOgS { width:17.5rem;height:3.4375rem;top:25.973091602326rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJOTkIxAFOPo2wFZTPWMqoG1uNautW4k { display:block; }
 }@media only screen and (max-width: 763px) { #lOv0h9fhOSD1TFDIUaU2hmf5XJTpur0l { width:15.8125rem;height:2.75rem;top:27.598091602326rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRAGFAFGJlbZk6xyyOBoNQ5AZ1f8cPF1 { width:20rem;height:8.8322717622081rem;top:4.993923664093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHtiin6BEhGXdPMa4GtGoM9DOn8rxz6 { width:20rem;height:10.602739726027rem;top:4.9933099746704rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf { display:block; }#gHvESmhOAr4xTTBIE1gatPIlsMPt4hbf > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgsuB5oEMC3cuporG8TpBZpRe9h1wwEX { width:20rem;height:2.6003875rem;top:1.9804658889771rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { display:block; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFnP7QoskW09KqhVEh5qD1oId252TA4W { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpQX5pBfDQXrAwPuxac25z5A0xlzzJwT { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { width:14.25rem;height:3.1730306166564rem;top:16.444531679154rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { width:7.875rem;height:6.6875rem;top:2.999219417572rem;left:6.6875000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { width:11.375rem;height:4.3125rem;top:28.437500953674rem;left:4.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA { display:block; }#w8hLlRqS3nxtsE6X8wDTQNIKK06obdvA > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTXDauerXug9R93ViDHICVQcV3Ivkkto { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #OznvkgW5JhqtFrGg4oPF4bXmmyMkmt5T { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mAXr4qTB4iw3MKDXM0IFnyQalqooEC { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #InFozBGFKQoIUTO1EZmzTmEatOdMnnoq { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCkWdBaNlrJyKLGpaKfIuAu2mXcy9zAJ { width:15.0625rem;height:4.875rem;top:3.84375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpEK9NM6fR3oU9tfaPUQCVMoZ8txVxp { width:14.4375rem;height:4.5625rem;top:16.0625rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFO0Q8w3TUv6OIvLqlIEXiXcrlQL4SKP { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #oT0r9avUTO6EtKSkZJZ2awR42gtKHd1K { width:11rem;height:8.0625rem;top:25.187500953674rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAnFiU2NXmyPVDe9ldkuw6HIMTwaERo6 { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ { display:block; }#OUTVkqkQronkcI0CnZzKcpUTk8BgktxQ > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvixTD8OT5wHSyJxJIedVIfRNoeT8TTb { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #S2WL9XCXUKncL0ydpsP4GCJ3qonI2t1U { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHbsLOHoEzqmOAPSBp1ettGPXuiChSZQ { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUUMqIqnfpUl5TStDitmQCiAxwTdslBc { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #GidcQUyn5maprOVuwDr5TDzbRDCDtH7K { width:6.6875rem;height:6.6875rem;top:3.71875rem;left:6.6562501192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TynaMXxe5UAQo5JyrOQn2UAJTCcwl2 { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #N0eAQS9iFcd65VrcdpcGemEdb5uM5q9b { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #v67CTTFEn687XBAiHHKXT48orK5hAipP { width:14.4375rem;height:10.6875rem;top:12.437500238419rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDXV4HmloP8vea8DSkquXyw2QkhvCFz4 { width:13rem;height:9.6875rem;top:24.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVxFsQpZQOULmZklkP3v6MHTZTJE0o7r { width:18.9375rem;height:10.1875rem;top:12.687500238419rem;left:0.53125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #rHlDPoEQCoV3ppCaVahdPIoTEKVQ7eRg { width:18.9375rem;height:10.1875rem;top:24.374999284744rem;left:0.53125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #cPcbhtEX9z0GkihcxmwWU4manvgygc0z { display:block; }#cPcbhtEX9z0GkihcxmwWU4manvgygc0z > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8dJNkSIm5n9fZTvfmMuLAivBP7Whefx { width:19rem;height:9.6875rem;top:13.187501192093rem;left:0.49921876192093rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #TshLkElzbPfmbbzBVew1ouRknevUeJhE { width:18.9375rem;height:10.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVMZwlRdc3SN5itEP18qQ6CsySaIT5I { width:18.9980625rem;height:12.874rem;top:16.1875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHG2JUIQikhOOMmvgFa1lCXPUfbM0byp { width:18.9355625rem;height:9.6875rem;top:25.247657060623rem;left:0.53203123807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBxnp26KHh2yATgsElZe4bHfIS3bJkPw { width:15.875rem;height:2.9375rem;top:5.15625rem;left:2.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax6cK22Fiet1N5HFGoZt2ePUh1tDl1Cy { width:18.9375rem;height:10.1875rem;top:12.6875rem;left:0.53125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #WJJOtpqrALTSB8f8f50TNPGTqeBTqAs8 { width:18.9375rem;height:10.1875rem;top:24.125000953674rem;left:0.53125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #rqBsDn2inON30cyDFciDtVXGgSOtf1ws { display:block; }#rqBsDn2inON30cyDFciDtVXGgSOtf1ws > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq3tndpgRFWwoBpgnhsRXgEMoUZZ1qLA { width:20rem;height:2.6003875rem;top:1.9804706573486rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E { display:block; }#LEGSbamWJWdd4NxyTvEFM9VGgS6Sy31E > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoJGJGtBKy3gWUAsvIIInkcKHnJ9oWJx { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwdJQExddoyZfFlHpfNI8NT0dyTf9CGd { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJg0VLWC9Hi3LGQvcpSM20hGMtgrNR5o { width:16.184375rem;height:2.625rem;top:2.46875rem;left:1.9078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivV4G91dWFvuTpyJxJLMbS35s6RTKqe8 { width:19.6875rem;height:1.854166875rem;top:5.625rem;left:0.15625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryQSpoQOm00JI2G5pwQTk7gGtxTtG0nN { width:20rem;height:1.21875rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgsuSrn1fTzoZ0oz1U9cLhBxwTmR81ea { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TatqusO7pAsVrfLqXoB4V2yEPN9EPgf3 { width:20rem;height:2.625rem;top:11.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QATsLsuOi37TurXCJEd6V36RabAffzKI { width:20rem;height:1.854166875rem;top:14.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld { display:block; }#zBgcnpbtXi5bCzM2H4rD9pbJQkGbQhld > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { width:15.3125rem;height:2.2743rem;top:3.71875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8wTB8on58fG8z2A1GLKoChe7s2PsIzR { width:10.5rem;height:10.5rem;top:3.5625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOpqT7x9pNMGzmXcksI0ECAEeU6Lfwh5 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXe8Wh0CyTSTvFpLO4SoKbSa0172Qipk { width:20rem;height:1.854166875rem;top:6.5554695129394rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Accq1DpiVZRIOyFgkmJdJFPIyQpqaMFf { width:20rem;height:1.854166875rem;top:12.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNMqoMXLPDp7rJtBn0tewzyS4RcidakR { width:10.1875rem;height:10.1875rem;top:3.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y77JVdstUmtOXd0D19ETntGy0H3qO2X4 { width:15.184375rem;height:2.2743rem;top:9.8367195129394rem;left:2.4078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 { display:block; }#FcSEKdJiUafrdVrwmAhHn0XDDH0wx7K3 > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { width:10.497625rem;height:1.0556625rem;top:18.716407060623rem;left:4.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L46fsT9gTwWvttFbdungq73Tp0n1TUoF { width:20rem;height:1.0556625rem;top:23.696093797684rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKLhPOPfyrhe1MhDFJlsINWq4SUXH4yv { width:12.5rem;height:1.0556625rem;top:22.015626192093rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9WBatrWrWeLwMHR2uq76RW15bTbGuy3 { width:20rem;height:4.222225rem;top:12.37239375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJHtOl4q108atSX88OgC7dPCm6oPCTMi { width:16.310125rem;height:1.0556625rem;top:20.396874666214rem;left:1.8437500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1pHyBTP8b5Kowv1vbb4fxToMCzUCXiT { width:13.25rem;height:5.75rem;top:1.8749456405639rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGNUSGmtLekxNhxATnRmlCrsAX5thVZg { width:2.62265625rem;height:2.62265625rem;top:7.9242193698881rem;left:9.8750005364419rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGclfvEGtRwMmxSJm46KWiSGepESvgqr { width:2.87265625rem;height:2.87265625rem;top:7.6242191791537rem;left:6.2398439049721rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQgx8Rypl0pXT7Sz0uZuImHhgXLvCaRE { width:3.75rem;height:3.75rem;top:8.3125rem;left:8.125rem;font-size:2.625rem;display:none; }
 }