.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:rgba(var(--color-tertiary-0),1);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:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.15rem;height:1.9625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5812500715256rem;left:11.186718940735rem;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:1.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.6749954223632rem;left:22.061718940735rem;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.95rem;height:1.7625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6812499761581rem;left:34.249218940735rem;display:block; }
#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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.85rem;height:1.6625rem;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.5625rem;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.65rem;height:1.4625rem;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:5.5rem;width:7.4375rem;top:0rem;left:0.85390567779544rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),0.27);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:59.4375rem;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:23.6875rem;left:2rem;height:8.6625rem;font-style:normal;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:10.125rem;left:2rem;height:1.86875rem;font-style:normal;display:block; }
#Gu2QLTwgFL7hplK2yuM8JyTQVPLHRcQg { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:33.75rem;left:2rem;height:4.35rem;font-style:normal;display:block; }
#MkaPiz2AMKemMAiQsDQcZqaqIEyxwUek { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:40.125rem;left:2rem; }
#Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;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:40.625rem;left:4.8125rem;height:1.65rem;font-style:normal;display:block; }
#sc58IidSux9dgEUBouPt7ZJyES2ePI61 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:43.5rem;left:2rem; }
#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:44rem;left:4.8125rem;height:1.575rem;font-style:normal;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:8rem;width:20.4375rem;top:12rem;left:2rem;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:50.25rem;left:2rem;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:51.75rem;left:4.375rem;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:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.0875rem;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.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.375rem;left:39.125rem;height:7.15rem;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.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.375rem;left:54.125rem;height:7.15rem;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.5rem;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.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21rem;left:8.375rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZxHS6gKQZGwIk3s53V44DHx2GRSurcR { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5rem;left:23.4375rem;height:5.3625rem;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.9375rem;left:11.5rem;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.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:14.3125rem;left:12.875rem; }
#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:42.1875rem;left:43.5625rem; }
#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; }
#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:60.5rem;width:75rem;position:relative;display:block; }#ysLdQnXxIVyLTpI4uXDU3qzrVwS8r1ke { 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:35.8125rem;left:53.1875rem;display:block; }
#ndIdTZqsqKbiSQoydepTlhyexuUBq4Ku { 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:35.75rem;left:38.1875rem;display:block; }
#E3u5TQPBTyxPtfpZgTSmb3Rpl17IbX64 { 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:29.125rem;left:8.125rem;overflow:hidden;display:block; }
#Jl1ysA9N3K8A8XkbFLuFvXvBdewfl0Ve { 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:38.875rem;left:7.5rem;display:block; }
#JJIDvqUkqTkDGsO4O3KJgn3XRZegQ2ev { 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:42.625rem;left:7.5rem;display:block; }
#KOlqMBxF01X2iQDGHFZGzQX4uXVdyqz8 { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.1875rem;left:39.125rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O1KeAQ34TCmU3i0HI61FNMHr5ZIJ3N7Z { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.1875rem;left:54.125rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#TLbpGmwaHZQnU1f9ByUpHnx9grLfeTif { 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:32.625rem;left:42.1875rem;display:block; }
#SZoFZWbASQBrbMboMCHm1L9lv63PFQPp { 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:32.6875rem;left:57.1875rem;display:block; }
#snWFq39iUUz0Fc6HGughURaFP5nEp7zA { color:#ff9100;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.8125rem;left:8.375rem;height:8.9375rem;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.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.3125rem;left:23.4375rem;height:7.15rem;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; }
#C4uo9T8UISscMVINUd1dnZKxQAPBTvWi { 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:34rem;left:43.5625rem; }
#qCDkBJ03IRfXvIZfSNvzzDSpCz960uMU { 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:34rem;left:58.5625rem; }
#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:50.5rem;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:0rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU2Ls0QJNaaOiWPUsItZE3WvkW4ZsD5k { color:#121e33;display:block;width:71.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5617189407349rem;left:0.98671817779544rem;height:9.75rem;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:19.012499809265rem;left:5.16015625rem; }
#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:19.137496948243rem;left:10.561718940735rem;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:24.387500762939rem;left:5.16015625rem; }
#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:30.325000762939rem;left:5.16015625rem; }
#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:36.075000762939rem;left:5.16015625rem; }
#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:24.512500762939rem;left:10.561718940735rem;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:30.449999809265rem;left:10.561718940735rem;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:36.199996948243rem;left:11.285937309265rem;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:42.08046913147rem;left:11.285937309265rem;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:41.95546913147rem;left:5.16015625rem; }
#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:50.3125rem;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:11.9375rem;left:17.6875rem;height:2.925rem;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.5rem;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; }
#TtuDs6d49FTri4xLuZM9EMgV82HCNcho { 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:33.625rem;left:16.25rem;display:block; }
#XpTGDUw067UZRZdlu7mgUhDhWOO4NQhu { 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.5;letter-spacing:0;top:38.5rem;left:17.5625rem;height:1.6875rem;font-style:normal;display:block; }
#Nrsex8ZnGJd2I6btOCRwxTKQtMDiF4dk { 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:34.9375rem;left:17.6875rem;height:2.925rem;font-style:normal;display:block; }
#imyLJh8qeJu2MkNF6IzHTwUm8qWx2v7d { 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:33.5625rem;left:8.25rem;overflow:hidden;display:block; }
#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:23rem;left:17.75rem;height:2.925rem;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.3125rem;left:17.625rem;height:2.925rem;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; }
#bn4253wySch2PWgrXxGclmSHPnrznteM { position:absolute;display:block;z-index:15001;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.375rem;left:52.875rem;display:block; }
#zCrIlGOA1GNK3sT12L6FiEEnNAzTcPhC { 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:15018;text-align:left;text-align-last:left;top:41.5rem;left:53.3125rem;display:block; }
#U7zhic8bCZRS2ytT0Xa90ToFtq8aTEZt { 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.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:51.125rem;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:;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.0875rem;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:15036;background-color:#fdfdfd;background-image:none;top:8.1890869140625rem;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:9.56406211853rem;left:45.062500953674rem;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:13.939063072204rem;left:47.968750953674rem;height:4.125rem;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:19.407812595367rem;left:48.343750953674rem;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.31406211853rem;left:44.937500953674rem;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; }
#endHsqChRLipH6LRcmJEho3nb3uQTUwG { color:#000000;display:block;width:17.5rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:19.407812505961rem;left:50.000000953674rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;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:;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); }
#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.0875rem;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.18685rem;width:14.3120625rem;top:5.1866226196289rem;left:5.3428840637207rem;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:5.0625rem;width:14.0625rem;top:4.8125410079956rem;left:55.46875rem;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:8.75rem;width:8.75rem;top:2.96875rem;left:33.125rem;overflow:hidden;display:block; }
#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.0875rem;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.7625rem;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.7625rem;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.625rem;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.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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.625rem;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:9.125rem;height:1.9375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXpM1o60SNcTUPGXq87pxA6X3htlLJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #kZCDLsdOqOS1oCJMSnWHtxZZpqJXlifn { width:11.5rem;height:1.75rem;top:1.625rem;left:8.436718940735rem;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: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.8125rem;height:1.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.75rem;height:1.5625rem;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.625rem;height:1.4375rem;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:0rem;left:0rem;width:7.4375rem;height:5.5rem;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:23.6875rem;left:0rem;width:47.75rem;height:8.625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { top:10.125rem;left:0rem;width:36.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu2QLTwgFL7hplK2yuM8JyTQVPLHRcQg { top:33.75rem;left:0rem;width:30.5rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkaPiz2AMKemMAiQsDQcZqaqIEyxwUek { top:40.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { top:40.625rem;left:0rem;width:30.5rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc58IidSux9dgEUBouPt7ZJyES2ePI61 { top:43.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { top:44rem;left:0rem;width:30.5625rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { top:12rem;left:0rem;width:20.4375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraVABGN8XMGymzAukXzRZLKfGp9T8No { width:17.5rem;height:3.4375rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU1VSCh1htAZEfRqscSsJgQ0lQMqdt1E { display:block; }
 }@media only screen and (max-width: 763px) { #kBwdVZXAb5oOf53CUOgKtRXvWMRTa8ea { top:51.75rem;left:0rem;width:15.8125rem;height:2.75rem;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:3.6875rem;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.5rem;width:12.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS74ohOIeAIlOMpBe4PAGPhZwcIVnzNJ { top:49.375rem;left:35.25rem;width:12.5rem;height:7.125rem;font-size:1.375rem;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:21rem;left:0rem;width:12.5rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZxHS6gKQZGwIk3s53V44DHx2GRSurcR { top:21.5rem;left:9.8125rem;width:12.5rem;height:5.3125rem;font-size:1.375rem;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:14.3125rem;left:0rem;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:42.1875rem;left:29.9375rem;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) { #bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX { display:block; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysLdQnXxIVyLTpI4uXDU3qzrVwS8r1ke { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndIdTZqsqKbiSQoydepTlhyexuUBq4Ku { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3u5TQPBTyxPtfpZgTSmb3Rpl17IbX64 { top:29.125rem;left:0rem;width:26.875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl1ysA9N3K8A8XkbFLuFvXvBdewfl0Ve { top:38.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJIDvqUkqTkDGsO4O3KJgn3XRZegQ2ev { top:42.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlqMBxF01X2iQDGHFZGzQX4uXVdyqz8 { top:41.1875rem;left:25.5rem;width:12.5rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KeAQ34TCmU3i0HI61FNMHr5ZIJ3N7Z { top:41.1875rem;left:35.25rem;width:12.5rem;height:5.3125rem;font-size:1.375rem;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) { #TLbpGmwaHZQnU1f9ByUpHnx9grLfeTif { width:6.25rem;height:6.25rem;top:32.625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZoFZWbASQBrbMboMCHm1L9lv63PFQPp { width:6.25rem;height:6.25rem;top:32.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWFq39iUUz0Fc6HGughURaFP5nEp7zA { top:12.8125rem;left:0rem;width:12.5rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLIm1io6KXhSzTLptGzeROEtKDIXXZD { top:13.3125rem;left:9.8125rem;width:12.5rem;height:7.125rem;font-size:1.375rem;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) { #C4uo9T8UISscMVINUd1dnZKxQAPBTvWi { top:34rem;left:29.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCDkBJ03IRfXvIZfSNvzzDSpCz960uMU { top:34rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;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:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2Ls0QJNaaOiWPUsItZE3WvkW4ZsD5k { width:47.75rem;height:9.75rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiAy16QEGTL2i2iJpv2GV4ife6qc9Sfy { top:19rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPhTSqGRimdTTW7kUtdfLMfth3PR0Me { width:47.75rem;height:3.5rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG3a1daZ0zA30FQTe6CL3lX6QTAJTR58 { top:24.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSCml1LD9D2mgIoetk6nuMoLOH3B6Pm { top:30.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmTVpL5VB4I4V0PyPPmC1Kxrn4JoSFaN { top:36.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHfGScDMX0GTfmOhqlMEf1FLUQH7P424 { width:47.75rem;height:3.5rem;top:24.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2UHHD7A6PqIuPDuREv5yvQCzC8ZkVcP { width:47.75rem;height:3.5rem;top:30.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0c00TZ67H5ak4vbr0JbmsJluqBrdiMm { width:47.75rem;height:3.5rem;top:36.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ios8zxKT7bJD2aPvhIAX83zVTuKX8t4B { width:47.75rem;height:3.5rem;top:42.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBP5JCLWdN8e9PoRA3zOV0XbeVECy1Ty { top:41.9375rem;left:0rem;width:3.75rem;height:3.75rem;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.8125rem;height:2.875rem;top:11.9375rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:44.125rem;height:1.6875rem;top:15.5rem;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) { #TtuDs6d49FTri4xLuZM9EMgV82HCNcho { width:46.8125rem;height:7.75rem;top:33.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpTGDUw067UZRZdlu7mgUhDhWOO4NQhu { width:44.125rem;height:1.6875rem;top:38.5rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrsex8ZnGJd2I6btOCRwxTKQtMDiF4dk { width:42.8125rem;height:2.875rem;top:34.9375rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imyLJh8qeJu2MkNF6IzHTwUm8qWx2v7d { width:7.8125rem;height:7.8125rem;top:33.5625rem;left:0rem;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.8125rem;height:2.875rem;top:23rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:44.125rem;height:2.875rem;top:26.3125rem;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) { #bn4253wySch2PWgrXxGclmSHPnrznteM { width:13.75rem;height:7.9375rem;top:36.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCrIlGOA1GNK3sT12L6FiEEnNAzTcPhC { width:12.75rem;height:2.5rem;top:41.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7zhic8bCZRS2ytT0Xa90ToFtq8aTEZt { 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) { #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.1875rem;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:9.5625rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPI8X7LNRg2unCNLnGNgFoIiT2WuwOQ { width:18.25rem;height:4.125rem;top:13.9375rem;left:13.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUPEUHrTCdGh5PKynqXwqMVue5NTaapm { 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) { #ODbccWRMURLU1V6akWuZGKWdHV7NTv1i { width:17.5rem;height:1.125rem;top:23.3125rem;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) { #endHsqChRLipH6LRcmJEho3nb3uQTUwG { width:17.5rem;height:1.1875rem;top:19.375rem;left:30.125rem;font-size:0.9375rem;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) { #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.125rem;left:0.78038406372069rem;width:14.25rem;height:3.1730306166564rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { top:4.8125rem;left:32.65625rem;width:14.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { top:2.9375rem;left:19.4375rem;width:8.75rem;height:8.75rem;display:block; }
 }@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:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuKZsTaeh4k2ClMFqUfTRWXu4A7JuBJ6 { width:9.125rem;height:1.9375rem;top:8rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXpM1o60SNcTUPGXq87pxA6X3htlLJq9 { display:block; }
 }@media only screen and (max-width: 763px) { #kZCDLsdOqOS1oCJMSnWHtxZZpqJXlifn { width:11.5rem;height:1.75rem;top:11.1875rem;left:4.25rem;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:block; }
 }@media only screen and (max-width: 763px) { #RCaxvNwAGkTAASB36mhTH0l0RgqobTnL { display:block; }
 }@media only screen and (max-width: 763px) { #uI6MhnkTZGXlr8TnuWbSeKTBuD5HwKXe { width:8.8125rem;height:1.625rem;top:17.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTkLnFSqOT8UDhdMPZJzbTfoa3ACTvT { display:block; }
 }@media only screen and (max-width: 763px) { #ctD8oqznJZGqVkaE1upsVnIrTLGJPng6 { width:8.75rem;height:1.5625rem;top:20.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNNFcuQpDJi6iTk8333l7bnOQVCL3rFk { display:block; }
 }@media only screen and (max-width: 763px) { #dAori5TvUT9lr9cLS0OP25fLxCTdf8af { width:8.625rem;height:1.4375rem;top:22.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCsTUwSqOZXURbAgxqmsUgDL3feed82g { display:block; }
 }@media only screen and (max-width: 763px) { #LL9IVf9qPQDzmRhgmHh10PRARl742Q5J { width:7.4375rem;height:5.5rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #km3mULInTfVVbZaQEGcPiDHPWFNKe9s1 { width:20rem;height:0;top:13.44749617737rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QZMuuGNhnPdygZBVJWqEFitNZGux9J { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu2QLTwgFL7hplK2yuM8JyTQVPLHRcQg { width:20rem;height:0;top:23.35999617737rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkaPiz2AMKemMAiQsDQcZqaqIEyxwUek { display:flex;width:2.125rem;height:2.125rem;top:28.95999617737rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Jb6Op333hyXel4dEZK7bUw0UrTeKxTGQ { width:20rem;height:0;top:32.33499617737rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc58IidSux9dgEUBouPt7ZJyES2ePI61 { display:flex;width:2.125rem;height:2.125rem;top:35.23499617737rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #KwqoZT7A671Wm9f3aJE8gb1unAWF9iBF { width:20rem;height:0;top:38.60999617737rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAqRnzTztPPLihfD3bB0S47mZm6XDeRz { width:20rem;height:7.82874617737rem;top:4.36875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lraVABGN8XMGymzAukXzRZLKfGp9T8No { width:17.5rem;height:3.4375rem;top:41.43499617737rem;left:1.25rem;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:46.12249617737rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV { display:block; }#KhqTlLcMxoiPCU4pLwQ4XUCW3TQweDrV > .row .container { width:20rem;height:147.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT5UAmBDcT5FpOwTCn3AbsZCxHiPJOmc { width:20rem;height:1.9375rem;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:14.3125rem;height:15.125rem;top:91.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFqGO62bfhOR7HSL6iGgl7gnTMTB2z7z { width:14.3125rem;height:15.125rem;top:71.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaWERshoGEaZ86LHvm7ziMhe4AQ50Qd8 { width:19rem;height:17.875rem;top:108.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edZTonfyDQH1NXEQPs8e1PlI43Xc0nEm { width:12.5rem;height:12.5rem;top:111rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdanCuKCuJVc0Q6AR1L48PSqT6pH2Uwd { width:12.5rem;height:12.5rem;top:114.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1tgCXWRlGRLIn9GDnpwu6vzVzhlDDD { width:12.5rem;height:1.75rem;top:77rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS74ohOIeAIlOMpBe4PAGPhZwcIVnzNJ { width:12.5rem;height:1.75rem;top:97.3125rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQpicKa0sRmTK08r8OmDoMar0oymJfiz { width:14.3125rem;height:15.125rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR69puwSEgvAEuxfVBG0WhxT8TgPQrtK { width:14.3125rem;height:15.125rem;top:31.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEWnIvZO51Dw09fBWyI7TFPRrSLSMB9S { width:19.125rem;height:18rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhGoEbnksIyHnw1zvXHnhUhThshAIAQG { width:12.5rem;height:12.5rem;top:51.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqnRpEQHy7WTOUkrGFAdu5qfKWHwactL { width:12.5rem;height:12.5rem;top:55.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOtDlw6ZabWcRXh5zO9lpSBvpIJsVmQa { width:6.25rem;height:6.25rem;top:69.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWZ4a4FpvoqkRorVXQpsEDIbRAJzbrc { width:6.25rem;height:6.25rem;top:89.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28MDfsm5iuGpxpgZEOzNkm3g8qDUUPw { width:12.5rem;height:1.75rem;top:17.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZxHS6gKQZGwIk3s53V44DHx2GRSurcR { width:12.5rem;height:1.75rem;top:36.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXdFIzBCDPXnTGtMkIGemcFyOXfo0ycH { width:6.25rem;height:6.25rem;top:10rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gnWXxe151emG3BXqqxODXEV4kfvFKJ { width:6.25rem;height:6.25rem;top:29rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJ5HgzI1k8drCaM9r2uy5S1oOIIanOw { display:flex;width:3.5625rem;height:3.5625rem;top:128.5rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #zaxAL8srbyWbstgtF7aWVVsXe3QnrnPE { display:flex;width:3.5625rem;height:3.5625rem;top:133.3125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #io2KrgmHOIkXpPHTpeA1EnRn7Iglz8O9 { display:flex;width:3.5625rem;height:3.5625rem;top:138.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #Ce9uv7JLgTTLuZHngCLcuzK5a4QkSZzw { display:flex;width:3.5625rem;height:3.5625rem;top:142.9375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX { display:block; }#bO8noksKx9XBMIN5OpKRlWT3PFVmGRkX > .row .container { width:20rem;height:147.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysLdQnXxIVyLTpI4uXDU3qzrVwS8r1ke { width:14.3125rem;height:15.125rem;top:91.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndIdTZqsqKbiSQoydepTlhyexuUBq4Ku { width:14.3125rem;height:15.125rem;top:71.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3u5TQPBTyxPtfpZgTSmb3Rpl17IbX64 { width:19rem;height:17.875rem;top:108.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl1ysA9N3K8A8XkbFLuFvXvBdewfl0Ve { width:12.5rem;height:12.5rem;top:111rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJIDvqUkqTkDGsO4O3KJgn3XRZegQ2ev { width:12.5rem;height:12.5rem;top:114.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOlqMBxF01X2iQDGHFZGzQX4uXVdyqz8 { width:12.5rem;height:1.75rem;top:77rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1KeAQ34TCmU3i0HI61FNMHr5ZIJ3N7Z { width:12.5rem;height:1.75rem;top:97.3125rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwupHhlvaTO1VGmEE8BxBwiJq1QJbyZK { width:14.3125rem;height:15.125rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSzsQQiMnRu5CnVvTTJRSavoOpJSsWN5 { width:14.3125rem;height:15.125rem;top:31.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzotFVq7vS3INTJTNRzMsb5K5aG3TB7O { width:19.125rem;height:18rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXNIsXT1ATr4mBh6A0CLT0h7BA7ZmxKg { width:12.5rem;height:12.5rem;top:51.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrqgTDvgpogHMXWR5STQtEyu5OmKABtT { width:12.5rem;height:12.5rem;top:55.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbpGmwaHZQnU1f9ByUpHnx9grLfeTif { width:6.25rem;height:6.25rem;top:69.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZoFZWbASQBrbMboMCHm1L9lv63PFQPp { width:6.25rem;height:6.25rem;top:89.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snWFq39iUUz0Fc6HGughURaFP5nEp7zA { width:12.5rem;height:1.75rem;top:17.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMLIm1io6KXhSzTLptGzeROEtKDIXXZD { width:12.5rem;height:1.75rem;top:36.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGrlDckl4CZpgv8NsJ1OJsQsutACukPX { width:6.25rem;height:6.25rem;top:10rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpB7hT4FcqlGB04IkaHwkspb8dpKkhNU { width:6.25rem;height:6.25rem;top:29rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVvx0qINEU6Aq9g7G0FNzB8OfuSmRalP { display:flex;width:3.5625rem;height:3.5625rem;top:128.5rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #ObxsNsF4hCN12IzZhc9ZSEG640GXIQlb { display:flex;width:3.5625rem;height:3.5625rem;top:133.3125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #C4uo9T8UISscMVINUd1dnZKxQAPBTvWi { display:flex;width:3.5625rem;height:3.5625rem;top:138.125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #qCDkBJ03IRfXvIZfSNvzzDSpCz960uMU { display:flex;width:3.5625rem;height:3.5625rem;top:142.9375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #tB9V8UT0HII68F5peFiz46KfgpOerq9o { display:block; }#tB9V8UT0HII68F5peFiz46KfgpOerq9o > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmOp5tzLO1RCwEcBlSaIBzBT9Pw76qkS { width:20rem;height:0;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) { #TU2Ls0QJNaaOiWPUsItZE3WvkW4ZsD5k { width:20rem;height:0;top:5.5875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiAy16QEGTL2i2iJpv2GV4ife6qc9Sfy { display:flex;width:3.75rem;height:3.75rem;top:16.5875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #IEPhTSqGRimdTTW7kUtdfLMfth3PR0Me { width:20rem;height:0;top:21.5875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG3a1daZ0zA30FQTe6CL3lX6QTAJTR58 { display:flex;width:3.75rem;height:3.75rem;top:26.3375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #RMSCml1LD9D2mgIoetk6nuMoLOH3B6Pm { display:flex;width:3.75rem;height:3.75rem;top:36.0875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #xmTVpL5VB4I4V0PyPPmC1Kxrn4JoSFaN { display:flex;width:3.75rem;height:3.75rem;top:45.8375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #AHfGScDMX0GTfmOhqlMEf1FLUQH7P424 { width:20rem;height:0;top:31.3375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2UHHD7A6PqIuPDuREv5yvQCzC8ZkVcP { width:20rem;height:0;top:41.0875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0c00TZ67H5ak4vbr0JbmsJluqBrdiMm { width:20rem;height:0;top:50.8375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ios8zxKT7bJD2aPvhIAX83zVTuKX8t4B { width:20rem;height:0;top:60.5875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBP5JCLWdN8e9PoRA3zOV0XbeVECy1Ty { display:flex;width:3.75rem;height:3.75rem;top:55.5875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM { display:block; }#qiRgINhCwN2W0gMQbgzBKh3UQhpTiewM > .row .container { width:20rem;height:357.5625rem;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:0.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTg9rXD5bixOsGu8eC9lkD7nkTIEHZMy { width:18.8125rem;height:4.21875rem;top:9.125rem;left:0.59288197755814rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UgyR051urHvReKm8hmefJ6vHxQoEg06X { width:16.1875rem;height:3rem;top:13.9375rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;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) { #TtuDs6d49FTri4xLuZM9EMgV82HCNcho { width:20rem;height:7.75rem;top:33.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) { #XpTGDUw067UZRZdlu7mgUhDhWOO4NQhu { width:20rem;height:1.5rem;top:31.281249046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Nrsex8ZnGJd2I6btOCRwxTKQtMDiF4dk { width:20rem;height:4.21875rem;top:27.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #imyLJh8qeJu2MkNF6IzHTwUm8qWx2v7d { width:7.8125rem;height:7.8125rem;top:18.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMmKLazTqP2HRmRHtLWCgcrBIa7a7RG { width:7.8125rem;height:7.8125rem;top:66.812500417231rem;left:6.0625rem;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:auto;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yXHiL708s632QqwZh6o0C6OR5ILO0BcR { width:20rem;height:auto;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KdkA15WVgew1vp7J8kyplfdkmgfoAks8 { width:13.75rem;height:7.9375rem;top:57.625000417232rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR3Qi53y2NUTbGeveiWZA9pIPiOEdgge { width:12.75rem;height:2.5rem;top:62.750000417231rem;left:3.5625rem;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:block; }
 }@media only screen and (max-width: 763px) { #B9h5VrOzrEzPHUEuXKxgUTBra0m00L01 { width:12.75rem;height:2.5rem;top:81.000000417231rem;left:3.5625rem;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) { #bn4253wySch2PWgrXxGclmSHPnrznteM { width:13.75rem;height:7.9375rem;top:85.062500417231rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCrIlGOA1GNK3sT12L6FiEEnNAzTcPhC { width:12.75rem;height:2.5rem;top:90.187500417231rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7zhic8bCZRS2ytT0Xa90ToFtq8aTEZt { display:block; }
 }@media only screen and (max-width: 763px) { #fRW7ar3HkpQeXZL9LhgewD86iMTXnI1A { width:20rem;height:0;top:94.250000417231rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;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:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB9UETMH2Bx4RxfyHlbf7OfSCluI4F7d { width:19.375rem;height:8.596375rem;top:21.317709207535rem;left:0rem;text-align:center;text-align-last:center;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:9.375rem;height:2.88715rem;top:10.901014328003rem;left:5.3125001192093rem;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:43.906265258789rem;left:1.59375rem;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:44.593804597854rem;left:3.0937501192093rem;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:2.88715rem;top:47.65625rem;left:3.6875001192093rem;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:51.0625rem;left:1.25rem;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:54.03125rem;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:66.7169342041rem;left:4.1562501192093rem;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:41.467895507812rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #endHsqChRLipH6LRcmJEho3nb3uQTUwG { width:17.5rem;height:0;top:55.125015258789rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4I7IwhLOXF8UqrtOyp6P0Tv5zCaXMJm { width:19.3125rem;height:8.596375rem;top:56.174480438233rem;left:0.6866319179535rem;text-align:center;text-align-last:center;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) { #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:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD { display:none; }#nXxiLaTbf6w9qBbpbZRMnGh08TKeIJyD > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RFnP7QoskW09KqhVEh5qD1oId252TA4W { width:18.9980625rem;height:12.874rem;top:15.3125rem;left:0.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #n2CkXpkZGCa3ZCeSeNef2vzOHIAooopy { width:18.9365rem;height:12.8125rem;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:block; }
 }@media only screen and (max-width: 763px) { #X5WC4TXuM4ZDbKIUBtWc1Nocl8UG7iMp { width:18.9365rem;height:12.8125rem;top:30.3105625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXVtrrdXqDhR2ZFpt7fvHDNi2dQGET7 { width:14.25rem;height:3.1730306166564rem;top:44.373046875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upUFQiLGpcTzsACdaMuaKdHaVaEmZPX2 { width:11.5625rem;height:4.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDD8L4WxVBfQRt8aqoqS3tlzSQmdQfDp { width:8.75rem;height:8.75rem;top:48.795790625rem;left:5.625rem;display:block; }
 }@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:0;top:1.25rem;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:18.125rem;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.85625rem;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.85625rem;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.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM1p6uDDT0vMz8lFTLGLG7CKTN5DPTT { width:15.3125rem;height:2.275rem;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.85625rem;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.85625rem;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.275rem;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:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzIxmyRed30ZuPIvZfB6TTBGRWGSssMR { width:10.49825rem;height:1.05555625rem;top:21.7170125rem;left:4.75rem;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.05555625rem;top:28.63368125rem;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.05555625rem;top:26.328125rem;left:3.75rem;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.31075rem;height:1.05555625rem;top:24.02256875rem;left:1.8125rem;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.6232625rem;height:2.6232625rem;top:17.84461875rem;left:8.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGclfvEGtRwMmxSJm46KWiSGepESvgqr { width:2.8732625rem;height:2.8732625rem;top:8.25rem;left:8.5625rem;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; }
 }