.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:224,226,226;--color-primary-1:151,157,158;--color-primary-2:46,59,60;--color-primary-3:23,30,30;--color-primary-4:7,9,9;--color-secondary-0:219,232,240;--color-secondary-1:134,178,206;--color-secondary-2:13,101,157;--color-secondary-3:7,51,79;--color-secondary-4:2,15,24;--color-tertiary-0:255,255,255;--color-tertiary-1:182,209,226;--color-tertiary-2:13,101,157;--color-tertiary-3:7,51,79;--color-tertiary-4:1,10,16;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f0f0f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d659d;background-image:url("https://images.assets-landingi.com/uc/61984021-af30-4e22-9166-7641f3101cd4/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:13.625rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:7.6875rem;left:40.375rem;overflow:hidden;display:block; }
#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:comfortaa;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bWUh1qR7noLbay8RD3KtnT7qums32IOc { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:21.875rem;left:0rem;height:6.3984375rem;display:block; }
#vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { background-color:#ed383a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.0625rem;left:22.5625rem;display:block; }
#sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:26.25rem;display:block; }
#LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:36.1875rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5rem;left:46.0625rem;display:block; }
#oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.4375rem;left:53.4375rem;display:block; }
#AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:3.0859375rem;font-style:normal;display:block; }
#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { 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; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;position:relative;display:block; }#MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { color:rgba(var(--color-tertiary-3),1);display:block;width:46.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:12.1875rem;left:7rem;height:11.8945rem;text-align:left;text-align-last:left;display:block; }
#qOcoK6822fTr7txfZthZANgDVceT6XFf { color:rgba(var(--color-tertiary-3),1);display:block;width:26.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:28rem;left:2.5rem;height:2.3994125rem;font-style:normal;display:block; }
#BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:31.1875rem;left:7rem;height:3.19921875rem;display:block; }
#fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:35.5rem;left:6.9375rem;height:3.19921875rem;display:block; }
#uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { color:rgba(var(--color-tertiary-3),1);display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:44.375rem;left:7.375rem;height:3.19921875rem;display:block; }
#NzdHTg4H83FGdm6HTzC6ngTDQkiiKeWh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:27.625rem;top:28.5625rem;left:32.375rem;overflow:hidden;display:block; }
#LuzxxNpn5irdemfrfc60RAhiU4Tlo4c1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:29.75rem;border-top-right-radius:29.75rem;border-bottom-left-radius:29.75rem;border-bottom-right-radius:29.75rem;box-shadow: none;height:8.5rem;width:8.5rem;top:1.1875rem;left:7rem;overflow:hidden;display:block; }
#hk7Gy5KPEtvSDZvTHih5WXw95TfWs0O4 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.5625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:48.75rem;left:7.375rem;height:3.19921875rem;display:block; }
#S17v9mIDpEFF5BsDD9n8zVE5if902xT8 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:39.9375rem;left:7.375rem;height:3.19921875rem;display:block; }
#r7ZSM8vl6eJ8HOkeXRSLizhJFh9uFDA2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.1875rem;left:2.5rem; }
#OuzTr3aysMHsOsVmur1rpftIrThaaEEB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:35.5rem;left:2.5rem; }
#yrGqgGdx5IOtyPt2ZHPRooMJBAr0PTWM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:44.375rem;left:2.5rem; }
#spVCo5WTVL4xG3K2qhvPHlPxrUbV8d1F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:48.75rem;left:2.5rem; }
#chUi9n2q7NGEpas1HXCoUqXFKEpBvxm0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:39.9375rem;left:2.5rem; }
#G7Tfv2pgbQxsHewtcvQSAh0gJD1SutI3 { box-sizing:content-box;height:0.0625rem;width:47.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.125rem;left:7rem;display:block; }
#JNEtzD9Ur3O4xf1InyDhyONPPECLTHIw { box-sizing:content-box;height:0.0625rem;width:20.3125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.375rem;left:2.5rem;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { font-size:0.875rem;font-family:arial;height:157.75rem;width:60rem;position:relative;display:block; }#qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:29rem;left:37.875rem;overflow:hidden;display:block; }
#ITVrE7KTgLN6cSeywsZTpukLCEEgWSvW { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhgzNJd1LGAHvvVqfshI8kvT0QinRO34 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.3125rem;left:25.625rem;height:6.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vDJczMkAiZSqg4NPZlC5KAm0itRzVTJ2 { box-sizing:content-box;height:0.0625rem;width:53.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:1.1875rem;display:block; }
#sZ65UdvBL99nnB46XfLUytmauLOM5aBT { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:26.40625rem;left:1.1875rem;height:4.3984375rem;font-style:normal;display:block; }
#uQn9VtFbWxOiqgCublRgggczKQJgMSEB { 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:12.5rem;width:18.75rem;top:50.15625rem;left:4.5625rem;overflow:hidden;display:block; }
#UQwJRmsQT92Qd8PK4bcUqamkGHb6WStx { box-sizing:content-box;height:0.0625rem;width:53.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.28125rem;left:5.875rem;display:block; }
#GxDrJgZe9S6yeQfKNkx0TOgSiCVkQhg8 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:48.375rem;left:25.625rem;height:4.3984375rem;font-style:normal;display:block; }
#zuc7EQM8bNXHWT2y8pULCZ8tZxGkasrf { box-sizing:content-box;height:0.0625rem;width:53.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.75rem;left:2.3125rem;display:block; }
#P2PAh5EMpB031UQNVNd3qvX0ODgi0s4k { box-sizing:content-box;height:0.0625rem;width:53.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.3125rem;left:4.5625rem;display:block; }
#Z6LROE2bDGcuQ7uEE8pcDGQI9XkAMIpW { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.1875rem;left:15.9375rem;display:block; }
#GgpzHETkzT2bhEvl0T7dg1fTPWt8mtkP { color:rgba(var(--color-tertiary-3),1);display:block;width:37.875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:69rem;left:2.3125rem;height:4.3984375rem;font-style:normal;display:block; }
#QTVgof41p798iq0yJnTLZITsiuWpbxxo { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:87.9375rem;left:23.125rem;height:4.798825rem;font-style:normal;display:block; }
#mPEevaDvTW0Fd1ttkwoEl7b0COd0A2Hx { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:108.125rem;left:1.1875rem;height:4.798825rem;font-style:normal;display:block; }
#cSuocl8wMfx2DT6Knz7zvpKQPm4WuM2Q { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:140.6875rem;left:25.625rem;height:7.19825rem;font-style:normal;display:block; }
#l1AN8hoDpGNldyTUKuIHDvcp2H4CCCHa { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:12.875rem;left:25.625rem;height:7.9980625rem;display:block; }
#BU4txAEnq83LDKxChi8fTXQXX5IkGTPQ { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:33.625rem;left:1.1875rem;height:6.3984375rem;display:block; }
#oUay1xpAJ7WW82WprQIHPdLFgpeMv6kx { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:54.9375rem;left:25.625rem;height:9.597625rem;display:block; }
#LcRcuwco7hOp3NbTw2ZwS3qmniOTN14H { color:rgba(var(--color-tertiary-3),1);display:block;width:36.6875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:75.5625rem;left:2.3125rem;height:7.9980625rem;display:block; }
#ECT6mBc4DeO3LEJVCCSQ83zcMXUDwI1G { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:92.6875rem;left:23.125rem;height:11.19725rem;display:block; }
#RgnXdkLV51hp9ZgLuSHkB7OzeecEVaxQ { box-sizing:content-box;height:0.0625rem;width:53.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:107.375rem;left:1.1875rem;display:block; }
#mqdTsMixB06LSrD2citSxOvCgn9ne12L { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:115.25rem;left:1.1875rem;height:4.79883125rem;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; }
#vtnyCicdDmnRtfmTMQQi9QL2CvI3424v { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:120.75rem;left:1.1875rem;height:8.9355625rem;display:block; }#vtnyCicdDmnRtfmTMQQi9QL2CvI3424v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vtnyCicdDmnRtfmTMQQi9QL2CvI3424v li:before{  }
#levb3Xzoma3kPNX0RQ9b45Od5m6TAmyd { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:133.4375rem;left:1.1875rem;height:1.5996125rem;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; }
#AznveimKE3doTwKAIoHsxfO0kzd08FyR { color:rgba(var(--color-tertiary-3),1);display:block;width:34.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:147.75rem;left:25.625rem;height:6.3984375rem;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; }
#qgkZR7tMdReBrasZqPqwlurCgGp3Xy6I { box-sizing:content-box;height:0.0625rem;width:53.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:138.625rem;left:4.625rem;display:block; }
#TqylOEtNCceTvdLt2OBsGhfi5iWxdqQT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:70.53125rem;left:40.1875rem;overflow:hidden;display:block; }
#HBfcMvJOU7Lgg3hRGJdxhsxo4NrDEmXS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:91.59375rem;left:3.4375rem;overflow:hidden;display:block; }
#nlpt2K1CfIQLFcdLBKOv6Dnzd74M13AV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:117.5rem;left:37.875rem;overflow:hidden;display:block; }
#X3oTTWaOVmomZxJAvJMZcJGndFuiMNTr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:141.875rem;left:3.4375rem;overflow:hidden;display:block; }
#CxQ3NoLqssRAFN7JaHOyuNsiWsgsTktu { 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:12.5rem;width:12.5rem;top:8rem;left:3.4375rem;overflow:hidden;display:block; }
#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e40f1081-21eb-4b68-8268-33defb4905d4/Projektbeznazwy9.png");background-position:bottom 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; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D.adaptive-delivery-prevent-bg, #Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D.lazyload, #Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D.lazyloading { background-image: none; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row .container { background-color: transparent; background-image: none; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row .container > .video-iframe-container { display: none; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row > .video-iframe-container { display: none; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .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); }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row .container { border-width: 0; border-radius: 0; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#gq2KZCkqOI7nwRQRfmqcTunykdE1uxFO { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:55.5rem;top:15rem;left:1.90625rem;display:block; }
#vATHiuPQrfEzsz5ozTGULPtgIT1ohuJl { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid rgba(var(--color-secondary-2),1);border-left:0.375rem solid rgba(var(--color-secondary-2),1);border-right:0.375rem solid rgba(var(--color-secondary-2),1);border-bottom:0.375rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:14.03125rem;left:0rem;display:block; }
#qFhPIPgZeTvIPJ48wNqCH2Rpgw2Mltlz { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:14.03125rem;left:55.5rem;display:block; }
#Nyxh0ccZ0DApr6KTlTHmaz9DNH5ZKMAb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#DrvvvS5xtBbtkJ0eI300aQwF3URxvuLz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#vlLckCTS2Wr4C3VFBXS3JwJA6h7Qxs0i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#T27HaXV0AEAhGSDqWFt0HLQqWFhZIu76 { color:rgba(var(--color-primary-0),1);display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:20.3125rem;height:3.65625rem;font-style:normal;display:block; }
#aKXO6ese3boTkcWOLBX7rB22f16doSL2 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.4375rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#C0QQkTzG1BrZ5fmylBliqnMGAWE71WpU { color:rgba(var(--color-primary-4),1);display:block;width:8.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.25rem;left:4.84375rem;height:2.2734375rem;font-style:normal;display:block; }
#eAPW4d1OdkAtO4fDr6obpnn1FZ1Aa3cu { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.5rem;left:4.84375rem;height:1.13671875rem;font-style:normal;display:block; }
#anF5yv5dqz9ZTQd88y7IBH08FJ5NSLhX { color:rgba(var(--color-primary-0),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.2265625rem;left:9.3125rem;height:2.2734375rem;font-style:normal;display:block; }
#kdJD6NTwnwtnVpdSRDBJbtJvw62Uw0pt { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.4375rem;left:9.3125rem;height:1.13671875rem;font-style:normal;display:block; }
#FWEhctQoW6v56LiffwIyruUCoD6hDFZH { color:rgba(var(--color-primary-4),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.25rem;left:17.375rem;height:1.13671875rem;font-style:normal;display:block; }
#TxITZqbp1cTzalmqnn9nJSMn6uqnP0kZ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.4375rem;left:17.375rem;height:1.13671875rem;font-style:normal;display:block; }
#BGwbVnVtDesnXEEiVwx8oEPFnn37mBDf { color:rgba(var(--color-primary-0),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:18.125rem;left:22.09375rem;height:1.13671875rem;font-style:normal;display:block; }
#XwwfXPmZwsbEGQvNMnLw6H7C9uPEHwns { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.375rem;left:22.125rem;height:1.13671875rem;font-style:normal;display:block; }
#USaZ0BvaxLWc5Sikat1Ve53lOQZSnNvh { color:rgba(var(--color-primary-4),1);display:block;width:9.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:9.25rem;left:28.375rem;height:2.2734375rem;font-style:normal;display:block; }
#h5mQcdvGv4Vl9aLnfLpL4Viemn1G3yyR { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:11.5rem;left:28.375rem;height:1.13671875rem;font-style:normal;display:block; }
#Na36ROReKZCrETZytHtqK16TCSgRf8lI { color:rgba(var(--color-primary-0),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.125rem;left:33.96875rem;height:1.13671875rem;font-style:normal;display:block; }
#kwN9FckDwBTAcG52GOnmTQgoDfhgfNR9 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.375rem;left:33.96875rem;height:1.13671875rem;font-style:normal;display:block; }
#WaCfivxmfpgSs9lnNIC3lxv5dKxEZSE7 { color:rgba(var(--color-primary-4),1);display:block;width:11.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:9.25rem;left:38.75rem;height:2.2734375rem;font-style:normal;display:block; }
#tMZRgT5nS1hX4ydWFtL5oUpEEcR7mp5A { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:11.5rem;left:38.75rem;height:1.13671875rem;font-style:normal;display:block; }
#oXedAudoCXFMFKzscchA6KxnBbr9ciHN { color:rgba(var(--color-primary-0),1);display:block;width:9.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:18.125rem;left:46.875rem;height:2.2734375rem;font-style:normal;display:block; }
#eAQJFUnwaLfzxX0mMtIBlTm20WqJ4lXs { color:rgba(var(--color-tertiary-1),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:46.875rem;height:1.13671875rem;font-style:normal;display:block; }
#Kk6V5ZvDtQSGFypFLiIov0mLnIvxsXhR { color:rgba(var(--color-primary-4),1);display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:9.25rem;left:50.6875rem;height:2.2734375rem;font-style:normal;display:block; }
#MBTGcJVVpEtPeTgVrNLcITT6hDd3N0VF { color:rgba(var(--color-tertiary-1),1);display:block;width:9.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:11.5rem;left:50.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#JZFVOAhzy2r9vIZQhZ6GJ95XmutvvtKm { color:rgba(var(--color-primary-0),1);display:block;width:8.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.125rem;left:0rem;height:2.2734375rem;font-style:normal;display:block; }
#cK4RN7yNwEXUxGT2Prv2t1IlyV0G6Bgz { position:absolute;display:block;z-index:15044;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:8.1875rem;width:12.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vFZB4eB1uhOQCvtbkHBsOF8dTxoRFIT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:13.625rem;left:5.5rem; }
#aTIw0NCCDO9K8Vdzax4S06IktVzkyo3v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:13.625rem;left:11.75rem; }
#n8LE20Q3OzH6iVJBEKpJfREUVJcLrxnH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:13.625rem;left:18rem; }
#Dg007wJpaxkkOMib4TRF0fiV7PLDyWhm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:13.625rem;left:24.25rem; }
#bGZ4S5kxovl9BSPyxgq26sommlkCQNdu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:13.625rem;left:30.5rem; }
#t8LRcARH6fB6wpSquFQRg2bDuvqEPFSv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:13.625rem;left:36.75rem; }
#d3IOhaKAux75zJUgQIe3DpE6q8VTRf5q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:13.625rem;left:43rem; }
#B3HL25IC8PRSnwkGEOiiNZ8bslE60y9P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:13.625rem;left:49.25rem; }
#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { background-color: transparent; background-image: none; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container > .video-iframe-container { display: none; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row > .video-iframe-container { display: none; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .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); }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { border-width: 0; border-radius: 0; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#NmrUFCw9DEg8pgAe4TalMeQTuhM2TGAB { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:1.25rem;display:block; }
#gbh3TpZXiQLAXmQkPbia0HwsJ7HkmwU1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.8125rem;left:13.375rem; }
#ngRqvQDJV2MNpEJ7zXrvr8ywpVpDKF6E { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:16.25rem;display:block; }
#xVwEyCsEcM19VanNGqt0qCg7SiwVTrJc { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:31.25rem;display:block; }
#MB1KZgwzOPGpaztXZEJM195DmSoqUMbl { box-sizing:content-box;height:17.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:46.25rem;display:block; }
#mlu58CqLTbs91nstceOtxLsDiVAfbZB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.8125rem;left:43.375rem; }
#VXLxLZBPUH5QnwS5BHukKXCXMNn1vMJ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.8125rem;left:28.375rem; }
#v6sD7erulIm7DB2o4tN8tevsJJttW2Eg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.4375rem;left:1.53125rem;height:2.26171875rem;display:block; }#v6sD7erulIm7DB2o4tN8tevsJJttW2Eg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v6sD7erulIm7DB2o4tN8tevsJJttW2Eg li:before{  }
#gnPTMR0RSyOZXL8SdvE6IbQ9BcgdOp3a { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.5625rem;height:1.0556625rem;display:block; }
#Zvg2kvH98QWpI0HBpT2ZeqQse070n4ks { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.5625rem;height:1.0556625rem;font-style:normal;display:block; }
#aqERumP1Epp5dqMTlhO7850WumHU0pLu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.5625rem;height:1.0556625rem;display:block; }
#VM9slSo7sA0WbVK3E2TSFImne8ESH010 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.8125rem;left:58.3125rem; }
#oOgUCTxfEdT6WCUWRm0B89S5sUnXW3sM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4375rem;left:16.53125rem;height:5.49805rem;display:block; }#oOgUCTxfEdT6WCUWRm0B89S5sUnXW3sM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oOgUCTxfEdT6WCUWRm0B89S5sUnXW3sM li:before{  }
#TS3iukqgFL9ou8sKfiMyG5OaZmhPLLb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.375rem;left:16.5625rem;height:1.0556625rem;display:block; }
#D5rUP7zVGd6IQzE6C6KzUXnPadZwITIz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.875rem;left:16.5625rem;height:1.0556625rem;font-style:normal;display:block; }
#EyvRVsNd5ahMp00N5TDyICLaIqzIl4KB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.625rem;left:16.5625rem;height:1.0556625rem;display:block; }
#TWbFvZOO2xAxLhUBqxIXvxBg3XIe3JtX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.375rem;left:31.78125rem;height:7.75975rem;display:block; }#TWbFvZOO2xAxLhUBqxIXvxBg3XIe3JtX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWbFvZOO2xAxLhUBqxIXvxBg3XIe3JtX li:before{  }
#TrwxahxnUkJs1o2KW5wxep0Q8WxfbBzV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.5625rem;height:1.0556625rem;display:block; }
#d3WIhDMvPnwcS9EcMmkOwG7LzqTUS6xW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.5625rem;height:2.111325rem;font-style:normal;display:block; }
#WNTFwEdgvQuDu5vFAeosqQQQSQKl75sB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.625rem;left:31.5625rem;height:1.0556625rem;display:block; }
#PdpP4Nea2QNFP3zT5efcm1wQTedq7qLu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.4375rem;height:;display:block; }#PdpP4Nea2QNFP3zT5efcm1wQTedq7qLu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PdpP4Nea2QNFP3zT5efcm1wQTedq7qLu li:before{  }
#hb7Q2LTQH8p59MJqV6JCcD8t0Nlp5Mdb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.375rem;left:46.5625rem;height:1.0556625rem;display:block; }
#CcK27JmdG3XyuEPU5IUBEFCSQ5HAUCEs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.875rem;left:46.5625rem;height:1.0556625rem;font-style:normal;display:block; }
#rZLMMZaGKIzBdVQIdV9msmVGE01J94Ky { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.625rem;left:46.5625rem;height:1.0556625rem;display:block; }
#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq { position:relative;display:block; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq { background-color: transparent; background-image: none; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row .container > .video-iframe-container { display: none; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row > .video-iframe-container { display: none; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .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); }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq { border-width: 0; border-radius: 0; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f0;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vWnp3Z91UC9LqaizEw5pqlxxHLnyNPFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.71875rem;left:38.375rem; }
#xv2KlldaeI3QTinWtSUw5SJ79SvFVT9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.71875rem;left:18.375rem; }
#TfTNTBPhFmmEUuWfoNeS94MIQs7hwB3N { box-sizing:content-box;height:24.6875rem;width:18.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.03125rem;left:41.9375rem;display:block; }
#qebIg2Tx6pseTRUxdrrWz1D49SFcB5ye { box-sizing:content-box;height:24.6875rem;width:18.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:20.96875rem;display:block; }
#Nq4l0JFpvC8IGq2HZ6kiRSXK7F2o1uA7 { box-sizing:content-box;height:24.6875rem;width:18.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:0.96875rem;display:block; }
#Lo58K478QlH0u1DfCmkPafnGi3HrgKz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.71875rem;left:58.3125rem; }
#W92MTBLQBT5x5X5IJs1Ci3Hi5Vu3ZVyB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.15625rem;left:1.5625rem;height:12.2831875rem;display:block; }#W92MTBLQBT5x5X5IJs1Ci3Hi5Vu3ZVyB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W92MTBLQBT5x5X5IJs1Ci3Hi5Vu3ZVyB li:before{  }
#NnhJyLEzkTyvvw6mhqI3TBCxHnGbtOm2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.25rem;left:1.5625rem;height:1.13671875rem;display:block; }
#bCiSG1OAVJlZPzqEKHz1z5lhzEPeKAkO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#rgB0KwcTJXWWSWzyGbU7nEyg4h5tPqLU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.5625rem;height:1.13671875rem;display:block; }
#S0d1ZvJma9hSgGMaTK3VncOTZxxNE94x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:6.15625rem;left:21.65625rem;height:16.1445rem;display:block; }#S0d1ZvJma9hSgGMaTK3VncOTZxxNE94x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S0d1ZvJma9hSgGMaTK3VncOTZxxNE94x li:before{  }
#yeELLMcTO6d499dinDAychMEdtT6DTTB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.25rem;left:21.6875rem;height:1.13671875rem;display:block; }
#FMsyJ10AO9U8HgD9AuUhsA7JRmiDqB3M { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.75rem;left:21.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#tKO1lCXCJpoa7DLUVdFvIpxAATklfWAD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.5rem;left:21.6875rem;height:1.13671875rem;display:block; }
#hWMaSIse1mWPdwe9Q7SeDt6sIMvBbbyB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.1025390625rem;left:42.625rem;height:15.5195rem;display:block; }#hWMaSIse1mWPdwe9Q7SeDt6sIMvBbbyB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hWMaSIse1mWPdwe9Q7SeDt6sIMvBbbyB li:before{  }
#ZqnlVyAOF3ffgnOXQaQqt8VTgm42liNM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.25rem;left:42.625rem;height:1.13671875rem;display:block; }
#QObJDCTv50ldooXTFyNrNUL1ZzsTrOSG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.75rem;left:42.625rem;height:1.13671875rem;font-style:normal;display:block; }
#qDyImQZdFgVlVh7L3BmKrAHJ2LqXqyKG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:1.5rem;left:42.625rem;height:1.13671875rem;display:block; }
#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row .container { background-color: transparent; background-image: none; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row .container > .video-iframe-container { display: none; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row > .video-iframe-container { display: none; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .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); }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row .container { border-width: 0; border-radius: 0; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#qWv565WopJSi8wMwix1b4XLbsOP39MX8 { box-sizing:content-box;height:20rem;width:28.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:0.875rem;display:block; }
#v3tOTDmT9h3t8d663mM0rhIREVPvru1a { box-sizing:content-box;height:20rem;width:28.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.71875rem;left:30.96875rem;display:block; }
#cqHSPMRatoM0GahcrgfzvT2WzSobD2tL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.71875rem;left:28.375rem; }
#URq6sDphNdv17Ep0FZlMIZ4JQIel8Tq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.8125rem;height:11.933625rem;display:block; }#URq6sDphNdv17Ep0FZlMIZ4JQIel8Tq2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#URq6sDphNdv17Ep0FZlMIZ4JQIel8Tq2 li:before{  }
#cM8KFmFVPRTnOl79Xm1qPPwWEAdAWwDk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.6875rem;height:1.13671875rem;display:block; }
#yiETI0ReWAwTzyJtaJh2FkpP4RyF9ulS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.6875rem;height:1.13671875rem;font-style:normal;display:block; }
#HDPgpb6R1d4cow2zgwA1z6DPEwOkEVJF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.6875rem;height:1.13671875rem;display:block; }
#LmIWC9lCLiAOe3p9VxSrwJ60sxIzg9v2 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.6875rem;left:31.625rem;height:11.2715rem;display:block; }#LmIWC9lCLiAOe3p9VxSrwJ60sxIzg9v2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LmIWC9lCLiAOe3p9VxSrwJ60sxIzg9v2 li:before{  }
#KQTGCu9hNoaipWOEEiV4ZTEN6aLlHsl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.5rem;height:1.13671875rem;display:block; }
#mJBdBonoiZEVB20bElgJw1yoU010b3d9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.5rem;height:1.13671875rem;font-style:normal;display:block; }
#E70XSlkTlboZaT4vJPs2FrOFzPrnmEkX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:1.625rem;left:31.5rem;height:1.13671875rem;display:block; }
#emZyWU8cuQDWToUZqJoTK4L3cJDcCf6T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.71875rem;left:58.3125rem; }
#p8AsgquBQiPEpR3RO5rRUnWRhCyGDJ9d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.71875rem;left:0rem; }
#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S { position:relative;display:block; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S { background-color: transparent; background-image: none; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row .container > .video-iframe-container { display: none; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row > .video-iframe-container { display: none; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .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); }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S { border-width: 0; border-radius: 0; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f0f0;background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lf3ui32gm4fOsAFms9Ddqrnb0vAQdS3k { box-sizing:content-box;height:21.375rem;width:33.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:0.6875rem;left:13.0625rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
#p32TkkUyqvFbkL06QqrJKRlcWgpDTrTu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:6.75rem;left:17rem;height:15.1328125rem;display:block; }#p32TkkUyqvFbkL06QqrJKRlcWgpDTrTu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p32TkkUyqvFbkL06QqrJKRlcWgpDTrTu li:before{  }
#NhSTBoxXvAtCbf7oUycvyhX6m0p99oBB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:4.5625rem;left:17rem;height:1.13671875rem;display:block; }
#oc5WLomrcHVIX5W2rhGhrV8GTtI0CHo5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:3.0625rem;left:17rem;height:1.13671875rem;font-style:normal;display:block; }
#GWtq6w7ZN8glzSNVbporTyUJgAdtS0zT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:1.8125rem;left:17rem;height:1.13671875rem;display:block; }
#OmCTr4SeW8aFtZ4g2Lr2uQ8EyCZFLzKR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.6875rem;left:11.4375rem; }
#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM { 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; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row .container { background-color: transparent; background-image: none; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row .container > .video-iframe-container { display: none; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row > .video-iframe-container { display: none; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .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); }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row .container { border-width: 0; border-radius: 0; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#ZRshQacERRUxGMQH541kUDCeNF43EIAt { color:rgba(var(--color-secondary-2),0.7);display:block;width:9.5625rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.375rem;left:7.9375rem;height:1.8369125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7avS73VP456OgNUHVCyspyRmGF6cECA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#No6nGfGiWnX5dnXL174XAFR4Loi4G6O3 { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.25rem;left:1rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7kFqfPdBOolixxMMFo5psGSPMvwu8CC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20.0625rem;top:22.125rem;left:0rem;overflow:hidden;display:block; }
#iBsulfaqsAPGQAZF7LBwlchPny90AGCf { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:22.46875rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MFDC1ErlrcaLx31xRl59OTWb4gJh3URv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.3125rem;left:22.46875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jq0qQlnsLvkK1nLkZAZ2eQ8pRBprmmcW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18.25rem;left:22.5rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dvNuLA7MxeNvtLTsk2CRpKMLK3edSgpn { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.0625rem;left:22.5rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KIxFKLbSeqMK0glai0W02x4deJquKZsP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:26.0625rem;left:22.5rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fh2sTbrpKnmobeKM77ea1ACA1UNxQT1x { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:29.5625rem;left:22.5rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C3Jk0c3dZUCVZoWbuhdkNUKxELXzgy75 { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:21.75rem;left:42.1875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UnzW4M7WQk68uHM4VHNGTQUxI0NwE1gU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:18.25rem;left:42.1875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MFRCmUMemk9VecpFgDU4LpmPlT0fmXuf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:5.3125rem;left:42.1875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C03BJrIggmAKo3KmOUSxRIfF24nqpSyc { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:7rem;left:42.1875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z6S3NcLdVWP50sLAsEdXgxvSdkEGxUcG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:26.0625rem;left:42.1875rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aJDwbG06MR0TCKVK0SG7rmXUT5FJRbLv { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:29.5rem;left:42.1875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aPniGQszR3oSi7MEmSmi0oeifbxicDPU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.5625rem;left:20rem; }
#T2I1J7SFnV9znnGsALE2n9xe806TEIdi { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.75rem;left:22.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ly2AT12K4Mw81HTQ1PisIqmbsOIOkwxX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:35.625rem;left:22.5rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JSBXSO5MWcW22uTgAHUozeq0IqtenhTI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:35.9375rem;left:20rem; }
#luNWwCzMw0vJU9zze1mLwtk0MmO1UhFb { color:rgba(var(--color-tertiary-2),0.5);display:block;width:16.5625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:39.125rem;left:42.1875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yOqAwwdkFNKlr6ASFcrBCNRoK2mFFFTK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:35.625rem;left:42.1875rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yaEEmoyrVVB6sSxGseXZygPxSMmTn1CE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:35.9375rem;left:40rem; }
#WaABLtSohTDVc5bXCXMAWPfBp0SLoUox { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:50.0625rem;left:22.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dNmQklAweNdHRnczVeOVN5T3CkCzqxa0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:46.9375rem;left:22.5rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DTHCxrZGiIBmBbQCDzeTW4y7RSrxCVSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:47.25rem;left:20rem; }
#zeJ1LEVJOl9if1VkF5ih4vPlrbPOvsmQ { color:rgba(var(--color-tertiary-2),0.5);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:50.25rem;left:42.1875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dvaKXQi7FL1TzSkMo4UEySk95EVt8mxO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:46.9375rem;left:42.1875rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NkLP13kt0EwhBTzOsDdLL1Gwq7QnyXkh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:47.25rem;left:40rem; }
#psccutP2rnZvKuukt1IWEACNGcSk6Pm5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.5625rem;left:20rem; }
#n97TbOn6VtgW3kO48VCmG3VcWakZDclv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.4375rem;left:20rem; }
#feWEzHGAtZrQEgmfPBdqd18z7cg0IXVu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.5625rem;left:40rem; }
#CXHHULVuyLGPSUQERi2PtDibRC3dC90S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.625rem;left:40rem; }
#MMJCbitG7W9Vk3rRbUkHw04la2kcLmQU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.375rem;left:40rem; }
#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61984021-af30-4e22-9166-7641f3101cd4/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { border-width: 0; border-radius: 0; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.90625rem;left:13.09375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:10.5625rem;left:31.125rem;height:10.7988125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:23.1591796875rem;left:41.1875rem;height:1.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:15.9375rem;left:16.375rem;height:1.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.5625rem;left:10.375rem;height:3.5996125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IXhf6g41e2BoaOTt14o3ZtamKcI940ky { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:16.5625rem;left:0rem;overflow:hidden;display:block; }
#kNDfmIKdkETtMmwEvMs7Q2KueTnw9BqI { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.4375rem;left:29.96875rem;display:block; }
#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK { 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; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row .container { background-color: transparent; background-image: none; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row .container > .video-iframe-container { display: none; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row > .video-iframe-container { display: none; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .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); }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row .container { border-width: 0; border-radius: 0; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#W9vX6AnqC3gfpSA6bAGTyzRo1qsJpO8a { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-0),0.1);border-left:0.1875rem solid rgba(var(--color-secondary-0),0.1);border-right:0.1875rem solid rgba(var(--color-secondary-0),0.1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:13.5rem;top:8.75rem;left:0rem;display:block; }
#f4FXTrJ2fygKMJwFtxzqTL2wR4UioMio { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEi2go9bw2CV8l2WgSkE5nAWZP6L0cOJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:16.6875rem;left:1.125rem;height:6.22265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yEi2go9bw2CV8l2WgSkE5nAWZP6L0cOJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yEi2go9bw2CV8l2WgSkE5nAWZP6L0cOJ li:before{  }
#t9BkZZq2sOLnF1lyIR10kEKyKFWPfJFc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:13.5rem;top:8.75rem;left:15.4375rem;display:block; }
#dadLDFe0Ey4IuWlK9I9Dym2FWkNZfNsX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:16.75rem;left:15.90625rem;height:7.6220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dadLDFe0Ey4IuWlK9I9Dym2FWkNZfNsX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dadLDFe0Ey4IuWlK9I9Dym2FWkNZfNsX li:before{  }
#lx2b3m33Agqelh3I2wrqzZ1aD8NQT8ST { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:15.84375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyL3XOoKrNDM4S4IR6Ml0I5ZldfIXZT8 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:13.5rem;top:8.75rem;left:30.875rem;display:block; }
#M8o09IghHhwa2yqhg6OMZWBQTqeh4qi8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.75rem;left:31.6875rem;height:9.0215rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#M8o09IghHhwa2yqhg6OMZWBQTqeh4qi8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M8o09IghHhwa2yqhg6OMZWBQTqeh4qi8 li:before{  }
#mA7hBC1ETiysvKfQ7S7Pvt7M56ZfQ8hT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:30.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxWu0O6myZqmpTVPlZrnmlr3AInKgtVN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),0.4);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:13.5rem;top:8.75rem;left:46.125rem;display:block; }
#U9aA7AuDL0f5Fms3wSHRbW9D0uZ5sm15 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:17.25rem;left:47.25rem;height:9.0215rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#U9aA7AuDL0f5Fms3wSHRbW9D0uZ5sm15 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U9aA7AuDL0f5Fms3wSHRbW9D0uZ5sm15 li:before{  }
#o3oMtx0iRL3rUb701wzzUAls9bw4VJTv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.75rem;left:46.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sePikEwd3y7hVy7TzT9JxbJv393cfHrv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lu5XDwmt988MQTT5dR8XZNNxn62hvIb5 { background-color:#ed383a;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-primary-4),0.2) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.9375rem;left:21.96875rem;display:block; }
#BJTidUEFpwLyTpNEz8g4Z3ISacouqSWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b46BgSFRThAwyMMKDSsnWWC4eBG6uuN0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.5625rem;left:5.375rem; }
#xrNI1R2NVDbOTeX3XCQomL3lHfVWk6RI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.5625rem;left:20.9375rem; }
#qrWuOD8BgLoXwZX5VJpSprzlorIpBLKr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.5625rem;left:35.9375rem; }
#ewfTNikt2uwUwAhiu2ndHOnM6VMK4Sik { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.5625rem;left:51.90625rem; }
#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { background-color: transparent; background-image: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { border-width: 0; border-radius: 0; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#f0f0f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-text { display:block;position:relative;width:100%;font-family:comfortaa;font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-2),1);height:auto;text-align:left;text-align-last:left;font-style:normal;line-height:2;overflow:hidden; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e7a76b02cc95edeb905f22f898dbac11.svg");background-size:contain !important; }#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger.adaptive-delivery-prevent-bg, #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger.lazyload, #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-trigger.lazyloading { background-image: none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 { box-sizing:content-box;height:auto;width:40.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XHsfQx3HvtktaqOD1pwp0aSgItUdAp4l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #OBWmXIzlgzCJdobCt2q48MnaJUMvi8D4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y9ESvMImLmJ3eJsZaXBdXamDWmCUtzc7 { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #OlvX5sOc9zXxM9Z3fC0Xfxin77U9HasZ {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #kf8q7Le4eHmkvKrzT3TzA7Mq5KqdKnlo {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RgrUwaDmKUOHmJhbOWiDdQUX080dKwUD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #TkfrKKp7wR60zvq1Ttm2514LGbU7tq4l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #IgyrePM3foJqrUZgPQKJk4tN1amTER5a { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y6z1qL3BaOkvzCgi3T3GI1b896UNQG54 {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #G1zhLsDdAzIqkZrVz0AhfR9dRBAnwPFD { display:none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ADALwz7RwLAXTf0QRryFV1uNxxlcdU4P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nBgxcwwgcbIBTgBHBuBHamvPfCrrsItU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aN8384MRTI9nJor2IpmxsbN3ThCVDckH { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #v4ka11WmImB0bnapBBU7IQ1KQCE1p2LJ {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ca4OlTPqdQ6hmI3NsRuq3hTQFV3N7wO0 { display:none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #MbF4yvkwcez2QsO7xLg0GGeTbTmA67tQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XD65fTItkCKgkr9167Ky4VBkg8rB5Lry { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #z8r0XdkUTeAGbGkrxi4uF5tWFE60rJgK { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #O3iAODrDydFtHq0XLfFB9lTgMEmNd8ax {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #kXkPoyFbcTQlcobczERJK0gcwTENPZTX { display:none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #MU3ObBgdLfKr60phnUOmWEo3sKdZVTDs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XR6ZTPIoMmQeaSphTXllQfpNOCbL9ulR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #CeJu7k2koHZ2VdIrgINHNbonZGLrzHq8 { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ZR414OIQeXQobqpBtPsZTd6QG6bpPDBv {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #hMHDEnbmka9ZwtObCGhuvm9BHFbOo5ob { display:none; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #D8nWhbEoRQUPedhOUwpULRhvz0VWtTaw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #xZgOJPCfnI2Q3Nra2TtdEASDHRKO7mFS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #JhDbC1fZRmb4kcWHAUexEvBtIKcLLTcH { display:block;position:relative; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #wmmVFEvWkM9fiM3ZgFlkEIxELqBTIXZ4 {  }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #FIJNanR5ODcMIqn6NFEZx03VI2M0oE7V { display:none; }
#bIALXdl9ggDCpq8kaT8M13ZLdHATq9wu { color:rgba(var(--color-primary-2),1);display:block;width:54.125rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.4121125rem;display:block; }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { 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/e40f1081-21eb-4b68-8268-33defb4905d4/Projektbeznazwy9.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { color:rgba(var(--color-primary-0),1);display:block;width:60rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { color:rgba(var(--color-primary-0),1);display:block;width:23.3125rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.5rem;height:3.65625rem;font-style:normal;display:block; }
#GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { color:rgba(var(--color-primary-0),1);display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.875rem;left:1.5rem;height:5.361325rem;font-style:normal;display:block; }
#buETIg3bLw63pftRp0FRLrH9sWhgIIBL { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:25.8125rem;left:1.5rem;height:1.5996125rem;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-form-header {  }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-primary-0),1);width:27.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:3.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ed383a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:13.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.2;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:29.5625rem;overflow:hidden;font-style:normal; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:first-of-type{padding-top:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:last-of-type{padding-bottom:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:29.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:29.875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu { position:relative;z-index:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H { position:relative; }
#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 { 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; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row .container { background-color: transparent; background-image: none; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row .container > .video-iframe-container { display: none; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row > .video-iframe-container { display: none; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .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); }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row .container { border-width: 0; border-radius: 0; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#pbLzU9eSodHIUM6HoWbcRDzt9Ax3dGa7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.0625rem;left:48.1875rem;display:block; }
#Kq3dUqCaTJh6elZwhEVtlAATkVKSo22W { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.0625rem;left:52.1875rem;display:block; }
#fs6vf8tGPKxDZdB7vMTlqSbIJmU86pZk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:52.6875rem;height:1.2246125rem;font-style:normal;display:block; }
#RnJgK2VM4SpCOni4FJRtkzdzE8cT1rVC { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#KVseRG7uWqzia4wuVpTlcLwHF6FSlWlw { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:41.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#XCrTfMXGwNlHIMl9UiDQEH1LkuVGxVJB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.03125rem;left:24.9375rem;height:1.2246125rem;font-style:normal;display:block; }
#G00R8fzkoVs4ULeb0VFf3nTDvqOd1f9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#u30lJAyFKue2HITMv49wM745zhTMTSeI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#Ro7uMqHXQdKMZODhf7ZTAJsTQNWDLfI8 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.375rem;left:0rem;display:block; }
#RXeK3hiUOM6bqekVbCf0sHfsBd8SDJDV { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2rem;left:0.625rem;display:block; }
#vmihkxkD8FgNEo8iMFazNORigBydduwn { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#abWuSTNspLNJ7zzyLSt1hSc6QccRmQ9D { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.65625rem;left:48.78125rem; }
#abWuSTNspLNJ7zzyLSt1hSc6QccRmQ9D > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#lS2EbcmR5J5kAgeFK4c1yOxoEV9E70GE { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.5625rem;left:52.6875rem; }
#lS2EbcmR5J5kAgeFK4c1yOxoEV9E70GE > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#esD8lrRDwZi7opk7IiXwSkywuzob3hft { position:absolute;display:block;z-index:15026;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:2.5625rem;width:8.625rem;top:2.5625rem;left:1.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { top:2.1875rem;left:0rem;width:13.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { top:7.6875rem;left:28.125rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:11.125rem;left:0rem;width:32.125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { top:21.875rem;left:0rem;width:32.125rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { width:13.6875rem;height:3.9375rem;top:33.0625rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:9.0625rem;height:2.625rem;top:2.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:8.875rem;height:2.625rem;top:2.5rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:6.5625rem;height:2.625rem;top:2.5rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { width:6.5625rem;height:2.625rem;top:2.4375rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { top:15.125rem;left:0rem;width:26rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { top:3.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { top:12.1875rem;left:0.875rem;width:46.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOcoK6822fTr7txfZthZANgDVceT6XFf { top:28rem;left:0rem;width:26.4375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { top:31.1875rem;left:0.875rem;width:18.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { top:35.5rem;left:0.8125rem;width:19.6875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { top:44.375rem;left:1.25rem;width:28.625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzdHTg4H83FGdm6HTzC6ngTDQkiiKeWh { width:27.625rem;height:18.0625rem;top:28.5625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuzxxNpn5irdemfrfc60RAhiU4Tlo4c1 { top:1.1875rem;left:0.875rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7Gy5KPEtvSDZvTHih5WXw95TfWs0O4 { top:48.75rem;left:1.25rem;width:30.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17v9mIDpEFF5BsDD9n8zVE5if902xT8 { top:39.9375rem;left:1.25rem;width:25.125rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZSM8vl6eJ8HOkeXRSLizhJFh9uFDA2 { top:31.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuzTr3aysMHsOsVmur1rpftIrThaaEEB { top:35.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrGqgGdx5IOtyPt2ZHPRooMJBAr0PTWM { top:44.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spVCo5WTVL4xG3K2qhvPHlPxrUbV8d1F { top:48.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chUi9n2q7NGEpas1HXCoUqXFKEpBvxm0 { top:39.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Tfv2pgbQxsHewtcvQSAh0gJD1SutI3 { top:11.125rem;left:0.625rem;width:47.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNEtzD9Ur3O4xf1InyDhyONPPECLTHIw { top:30.375rem;left:0rem;width:20.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { top:29rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITVrE7KTgLN6cSeywsZTpukLCEEgWSvW { top:0.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhgzNJd1LGAHvvVqfshI8kvT0QinRO34 { top:6.3125rem;left:13.375rem;width:34.375rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDJczMkAiZSqg4NPZlC5KAm0itRzVTJ2 { top:24.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ65UdvBL99nnB46XfLUytmauLOM5aBT { top:26.375rem;left:0rem;width:34.375rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQn9VtFbWxOiqgCublRgggczKQJgMSEB { top:50.125rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQwJRmsQT92Qd8PK4bcUqamkGHb6WStx { top:47.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxDrJgZe9S6yeQfKNkx0TOgSiCVkQhg8 { top:48.375rem;left:13.375rem;width:34.375rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuc7EQM8bNXHWT2y8pULCZ8tZxGkasrf { top:67.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2PAh5EMpB031UQNVNd3qvX0ODgi0s4k { top:87.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6LROE2bDGcuQ7uEE8pcDGQI9XkAMIpW { top:5.1875rem;left:9.8125rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgpzHETkzT2bhEvl0T7dg1fTPWt8mtkP { top:69rem;left:0rem;width:37.875rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVgof41p798iq0yJnTLZITsiuWpbxxo { top:87.9375rem;left:13.375rem;width:34.375rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPEevaDvTW0Fd1ttkwoEl7b0COd0A2Hx { top:108.125rem;left:0rem;width:34.375rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSuocl8wMfx2DT6Knz7zvpKQPm4WuM2Q { top:140.6875rem;left:13.375rem;width:34.375rem;height:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1AN8hoDpGNldyTUKuIHDvcp2H4CCCHa { top:12.875rem;left:13.375rem;width:34.375rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU4txAEnq83LDKxChi8fTXQXX5IkGTPQ { top:33.625rem;left:0rem;width:34.375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUay1xpAJ7WW82WprQIHPdLFgpeMv6kx { top:54.9375rem;left:13.375rem;width:34.375rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcRcuwco7hOp3NbTw2ZwS3qmniOTN14H { top:75.5625rem;left:0rem;width:36.6875rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECT6mBc4DeO3LEJVCCSQ83zcMXUDwI1G { top:92.6875rem;left:13.375rem;width:34.375rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgnXdkLV51hp9ZgLuSHkB7OzeecEVaxQ { top:107.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqdTsMixB06LSrD2citSxOvCgn9ne12L { top:115.25rem;left:0rem;width:34.375rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnyCicdDmnRtfmTMQQi9QL2CvI3424v { top:120.75rem;left:0rem;width:34.375rem;height:11.875rem;font-size:1rem;display:block; }#vtnyCicdDmnRtfmTMQQi9QL2CvI3424v li:before{  }
 }@media only screen and (max-width: 763px) { #levb3Xzoma3kPNX0RQ9b45Od5m6TAmyd { top:133.4375rem;left:0rem;width:34.375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AznveimKE3doTwKAIoHsxfO0kzd08FyR { top:147.75rem;left:13.375rem;width:34.375rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgkZR7tMdReBrasZqPqwlurCgGp3Xy6I { top:138.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqylOEtNCceTvdLt2OBsGhfi5iWxdqQT { top:70.5rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfcMvJOU7Lgg3hRGJdxhsxo4NrDEmXS { top:91.5625rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlpt2K1CfIQLFcdLBKOv6Dnzd74M13AV { top:117.5rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3oTTWaOVmomZxJAvJMZcJGndFuiMNTr { top:141.875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQ3NoLqssRAFN7JaHOyuNsiWsgsTktu { top:8rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D { display:block; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gq2KZCkqOI7nwRQRfmqcTunykdE1uxFO { top:15rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vATHiuPQrfEzsz5ozTGULPtgIT1ohuJl { top:14rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFhPIPgZeTvIPJ48wNqCH2Rpgw2Mltlz { top:14.0625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyxh0ccZ0DApr6KTlTHmaz9DNH5ZKMAb { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrvvvS5xtBbtkJ0eI300aQwF3URxvuLz { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlLckCTS2Wr4C3VFBXS3JwJA6h7Qxs0i { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T27HaXV0AEAhGSDqWFt0HLQqWFhZIu76 { top:1.625rem;left:14.1875rem;width:28.3125rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKXO6ese3boTkcWOLBX7rB22f16doSL2 { top:20.4375rem;left:0rem;width:7.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0QQkTzG1BrZ5fmylBliqnMGAWE71WpU { top:9.25rem;left:0rem;width:8.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAPW4d1OdkAtO4fDr6obpnn1FZ1Aa3cu { top:11.5rem;left:0rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anF5yv5dqz9ZTQd88y7IBH08FJ5NSLhX { top:18.1875rem;left:3.1875rem;width:11.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdJD6NTwnwtnVpdSRDBJbtJvw62Uw0pt { top:20.4375rem;left:3.1875rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWEhctQoW6v56LiffwIyruUCoD6hDFZH { top:9.25rem;left:11.25rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxITZqbp1cTzalmqnn9nJSMn6uqnP0kZ { top:10.4375rem;left:11.25rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGwbVnVtDesnXEEiVwx8oEPFnn37mBDf { top:18.125rem;left:16rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwwfXPmZwsbEGQvNMnLw6H7C9uPEHwns { top:19.375rem;left:16rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USaZ0BvaxLWc5Sikat1Ve53lOQZSnNvh { top:9.25rem;left:22.25rem;width:9.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5mQcdvGv4Vl9aLnfLpL4Viemn1G3yyR { top:11.5rem;left:22.25rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na36ROReKZCrETZytHtqK16TCSgRf8lI { top:18.125rem;left:27.875rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwN9FckDwBTAcG52GOnmTQgoDfhgfNR9 { top:19.375rem;left:27.84375rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaCfivxmfpgSs9lnNIC3lxv5dKxEZSE7 { top:9.25rem;left:32.625rem;width:11.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMZRgT5nS1hX4ydWFtL5oUpEEcR7mp5A { top:11.5rem;left:32.625rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXedAudoCXFMFKzscchA6KxnBbr9ciHN { top:18.125rem;left:38.25rem;width:9.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQJFUnwaLfzxX0mMtIBlTm20WqJ4lXs { top:20.4375rem;left:36.875rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6V5ZvDtQSGFypFLiIov0mLnIvxsXhR { top:9.25rem;left:38.8125rem;width:8.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTGcJVVpEtPeTgVrNLcITT6hDd3N0VF { top:11.5rem;left:38.0625rem;width:9.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZFVOAhzy2r9vIZQhZ6GJ95XmutvvtKm { top:18.125rem;left:0rem;width:8.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK4RN7yNwEXUxGT2Prv2t1IlyV0G6Bgz { top:0rem;left:0rem;width:12.3125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFZB4eB1uhOQCvtbkHBsOF8dTxoRFIT5 { top:13.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTIw0NCCDO9K8Vdzax4S06IktVzkyo3v { top:13.625rem;left:5.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8LE20Q3OzH6iVJBEKpJfREUVJcLrxnH { top:13.625rem;left:11.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg007wJpaxkkOMib4TRF0fiV7PLDyWhm { top:13.625rem;left:18.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGZ4S5kxovl9BSPyxgq26sommlkCQNdu { top:13.625rem;left:24.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8LRcARH6fB6wpSquFQRg2bDuvqEPFSv { top:13.625rem;left:30.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3IOhaKAux75zJUgQIe3DpE6q8VTRf5q { top:13.625rem;left:36.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3HL25IC8PRSnwkGEOiiNZ8bslE60y9P { top:13.625rem;left:43.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E { display:block; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmrUFCw9DEg8pgAe4TalMeQTuhM2TGAB { top:0.8125rem;left:0rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbh3TpZXiQLAXmQkPbia0HwsJ7HkmwU1 { top:0.8125rem;left:10.25rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRqvQDJV2MNpEJ7zXrvr8ywpVpDKF6E { top:0.6875rem;left:11.375rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVwEyCsEcM19VanNGqt0qCg7SiwVTrJc { top:0.6875rem;left:23.3125rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1KZgwzOPGpaztXZEJM195DmSoqUMbl { top:0.6875rem;left:35.25rem;width:12.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu58CqLTbs91nstceOtxLsDiVAfbZB3 { top:0.8125rem;left:34.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXLxLZBPUH5QnwS5BHukKXCXMNn1vMJ2 { top:0.8125rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6sD7erulIm7DB2o4tN8tevsJJttW2Eg { top:7.4375rem;left:0rem;width:11.9375rem;height:4.0625rem;font-size:0.75rem;display:block; }#v6sD7erulIm7DB2o4tN8tevsJJttW2Eg li:before{  }
 }@media only screen and (max-width: 763px) { #gnPTMR0RSyOZXL8SdvE6IbQ9BcgdOp3a { top:1.5625rem;left:0.03125rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvg2kvH98QWpI0HBpT2ZeqQse070n4ks { top:2.8125rem;left:0.03125rem;width:11.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqERumP1Epp5dqMTlhO7850WumHU0pLu { top:4.3125rem;left:0.03125rem;width:10.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM9slSo7sA0WbVK3E2TSFImne8ESH010 { top:0.8125rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOgUCTxfEdT6WCUWRm0B89S5sUnXW3sM { top:7.4375rem;left:11.9375rem;width:11.9375rem;height:5.3125rem;font-size:0.75rem;display:block; }#oOgUCTxfEdT6WCUWRm0B89S5sUnXW3sM li:before{  }
 }@media only screen and (max-width: 763px) { #TS3iukqgFL9ou8sKfiMyG5OaZmhPLLb7 { top:4.375rem;left:11.96875rem;width:10.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5rUP7zVGd6IQzE6C6KzUXnPadZwITIz { top:2.875rem;left:11.96875rem;width:11.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyvRVsNd5ahMp00N5TDyICLaIqzIl4KB { top:1.625rem;left:11.96875rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbFvZOO2xAxLhUBqxIXvxBg3XIe3JtX { top:7.375rem;left:24.125rem;width:11.4375rem;height:8.4375rem;font-size:0.75rem;display:block; }#TWbFvZOO2xAxLhUBqxIXvxBg3XIe3JtX li:before{  }
 }@media only screen and (max-width: 763px) { #TrwxahxnUkJs1o2KW5wxep0Q8WxfbBzV { top:5.3125rem;left:23.90625rem;width:10.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3WIhDMvPnwcS9EcMmkOwG7LzqTUS6xW { top:2.875rem;left:23.90625rem;width:11.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTFwEdgvQuDu5vFAeosqQQQSQKl75sB { top:1.625rem;left:23.90625rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdpP4Nea2QNFP3zT5efcm1wQTedq7qLu { top:6.4375rem;left:35.625rem;width:12.125rem;height:;font-size:0.75rem;display:block; }#PdpP4Nea2QNFP3zT5efcm1wQTedq7qLu li:before{  }
 }@media only screen and (max-width: 763px) { #hb7Q2LTQH8p59MJqV6JCcD8t0Nlp5Mdb { top:4.375rem;left:35.84375rem;width:10.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcK27JmdG3XyuEPU5IUBEFCSQ5HAUCEs { top:2.875rem;left:35.84375rem;width:11.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZLMMZaGKIzBdVQIdV9msmVGE01J94Ky { top:1.625rem;left:35.84375rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwRmTrihTppSdS4NkxSL65XDZrqgCMzq { display:block; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWnp3Z91UC9LqaizEw5pqlxxHLnyNPFT { top:0.6875rem;left:30.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv2KlldaeI3QTinWtSUw5SJ79SvFVT9M { top:0.6875rem;left:14.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfTNTBPhFmmEUuWfoNeS94MIQs7hwB3N { top:1rem;left:29.5625rem;width:18.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qebIg2Tx6pseTRUxdrrWz1D49SFcB5ye { top:0.6875rem;left:13.6875rem;width:18.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4l0JFpvC8IGq2HZ6kiRSXK7F2o1uA7 { top:0.6875rem;left:0rem;width:18.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo58K478QlH0u1DfCmkPafnGi3HrgKz1 { top:0.6875rem;left:45.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W92MTBLQBT5x5X5IJs1Ci3Hi5Vu3ZVyB { top:6.125rem;left:0rem;width:16.5625rem;height:;font-size:0.75rem;display:block; }#W92MTBLQBT5x5X5IJs1Ci3Hi5Vu3ZVyB li:before{  }
 }@media only screen and (max-width: 763px) { #NnhJyLEzkTyvvw6mhqI3TBCxHnGbtOm2 { top:4.25rem;left:0rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiSG1OAVJlZPzqEKHz1z5lhzEPeKAkO { top:2.75rem;left:0rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgB0KwcTJXWWSWzyGbU7nEyg4h5tPqLU { top:1.5rem;left:0rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0d1ZvJma9hSgGMaTK3VncOTZxxNE94x { top:6.125rem;left:15.0625rem;width:16.6875rem;height:;font-size:0.75rem;display:block; }#S0d1ZvJma9hSgGMaTK3VncOTZxxNE94x li:before{  }
 }@media only screen and (max-width: 763px) { #yeELLMcTO6d499dinDAychMEdtT6DTTB { top:4.25rem;left:15.875rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMsyJ10AO9U8HgD9AuUhsA7JRmiDqB3M { top:2.75rem;left:15.875rem;width:15.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKO1lCXCJpoa7DLUVdFvIpxAATklfWAD { top:1.5rem;left:15.875rem;width:11.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWMaSIse1mWPdwe9Q7SeDt6sIMvBbbyB { top:6.0625rem;left:30.9375rem;width:16.6875rem;height:16.4375rem;font-size:0.75rem;display:block; }#hWMaSIse1mWPdwe9Q7SeDt6sIMvBbbyB li:before{  }
 }@media only screen and (max-width: 763px) { #ZqnlVyAOF3ffgnOXQaQqt8VTgm42liNM { top:4.25rem;left:32.3125rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QObJDCTv50ldooXTFyNrNUL1ZzsTrOSG { top:2.75rem;left:32.3125rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDyImQZdFgVlVh7L3BmKrAHJ2LqXqyKG { top:1.5rem;left:32.3125rem;width:15.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC { display:block; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWv565WopJSi8wMwix1b4XLbsOP39MX8 { top:0.6875rem;left:0rem;width:28.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3tOTDmT9h3t8d663mM0rhIREVPvru1a { top:0.6875rem;left:19.6875rem;width:28.0625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqHSPMRatoM0GahcrgfzvT2WzSobD2tL { top:0.6875rem;left:22.1875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URq6sDphNdv17Ep0FZlMIZ4JQIel8Tq2 { top:6.375rem;left:0rem;width:26.375rem;height:12.5rem;font-size:0.75rem;display:block; }#URq6sDphNdv17Ep0FZlMIZ4JQIel8Tq2 li:before{  }
 }@media only screen and (max-width: 763px) { #cM8KFmFVPRTnOl79Xm1qPPwWEAdAWwDk { top:4.3125rem;left:0rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiETI0ReWAwTzyJtaJh2FkpP4RyF9ulS { top:2.8125rem;left:0rem;width:22.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDPgpb6R1d4cow2zgwA1z6DPEwOkEVJF { top:1.5625rem;left:0rem;width:11.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmIWC9lCLiAOe3p9VxSrwJ60sxIzg9v2 { top:6.6875rem;left:21rem;width:26.75rem;height:11.875rem;font-size:0.75rem;display:block; }#LmIWC9lCLiAOe3p9VxSrwJ60sxIzg9v2 li:before{  }
 }@media only screen and (max-width: 763px) { #KQTGCu9hNoaipWOEEiV4ZTEN6aLlHsl6 { top:4.375rem;left:23.875rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBdBonoiZEVB20bElgJw1yoU010b3d9 { top:2.875rem;left:23.875rem;width:22.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E70XSlkTlboZaT4vJPs2FrOFzPrnmEkX { top:1.625rem;left:23.875rem;width:22.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZyWU8cuQDWToUZqJoTK4L3cJDcCf6T { top:0.6875rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8AsgquBQiPEpR3RO5rRUnWRhCyGDJ9d { top:0.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptni1btgb5TPuv7JXHB2wZDQnuCTU32S { display:block; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf3ui32gm4fOsAFms9Ddqrnb0vAQdS3k { top:0.6875rem;left:6.9375rem;width:33.875rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32TkkUyqvFbkL06QqrJKRlcWgpDTrTu { top:6.75rem;left:10.875rem;width:31.5rem;height:14.6875rem;font-size:0.75rem;display:block; }#p32TkkUyqvFbkL06QqrJKRlcWgpDTrTu li:before{  }
 }@media only screen and (max-width: 763px) { #NhSTBoxXvAtCbf7oUycvyhX6m0p99oBB { top:4.5625rem;left:10.875rem;width:10.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc5WLomrcHVIX5W2rhGhrV8GTtI0CHo5 { top:3.0625rem;left:10.875rem;width:22.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWtq6w7ZN8glzSNVbporTyUJgAdtS0zT { top:1.8125rem;left:10.875rem;width:22.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmCTr4SeW8aFtZ4g2Lr2uQ8EyCZFLzKR { top:0.6875rem;left:5.3125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM { display:block; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRshQacERRUxGMQH541kUDCeNF43EIAt { width:9.5625rem;height:1.8125rem;top:5.375rem;left:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7avS73VP456OgNUHVCyspyRmGF6cECA { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #No6nGfGiWnX5dnXL174XAFR4Loi4G6O3 { width:18rem;height:5.25rem;top:12.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kFqfPdBOolixxMMFo5psGSPMvwu8CC { width:20.0625rem;height:13.25rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsulfaqsAPGQAZF7LBwlchPny90AGCf { width:17.1875rem;height:9.1875rem;top:8.75rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFDC1ErlrcaLx31xRl59OTWb4gJh3URv { width:17.1875rem;height:3.1875rem;top:5.3125rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0qQlnsLvkK1nLkZAZ2eQ8pRBprmmcW { width:17.5625rem;height:1.5625rem;top:18.25rem;left:14.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvNuLA7MxeNvtLTsk2CRpKMLK3edSgpn { width:17.1875rem;height:5.25rem;top:20.0625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIxFKLbSeqMK0glai0W02x4deJquKZsP { width:17.1875rem;height:3.125rem;top:26.0625rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh2sTbrpKnmobeKM77ea1ACA1UNxQT1x { width:17.1875rem;height:5.25rem;top:29.5625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3Jk0c3dZUCVZoWbuhdkNUKxELXzgy75 { width:17.1875rem;height:3.9375rem;top:21.75rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnzW4M7WQk68uHM4VHNGTQUxI0NwE1gU { width:17.1875rem;height:3.125rem;top:18.25rem;left:30.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFRCmUMemk9VecpFgDU4LpmPlT0fmXuf { width:17.1875rem;height:1.6875rem;top:5.3125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C03BJrIggmAKo3KmOUSxRIfF24nqpSyc { width:17.1875rem;height:6.5625rem;top:7rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6S3NcLdVWP50sLAsEdXgxvSdkEGxUcG { width:17.1875rem;height:3.125rem;top:26.0625rem;left:30.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJDwbG06MR0TCKVK0SG7rmXUT5FJRbLv { width:17.1875rem;height:3.9375rem;top:29.5rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPniGQszR3oSi7MEmSmi0oeifbxicDPU { top:5.5625rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2I1J7SFnV9znnGsALE2n9xe806TEIdi { width:17.1875rem;height:6.5625rem;top:38.75rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2AT12K4Mw81HTQ1PisIqmbsOIOkwxX { width:17.1875rem;height:3.125rem;top:35.625rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSBXSO5MWcW22uTgAHUozeq0IqtenhTI { top:35.9375rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luNWwCzMw0vJU9zze1mLwtk0MmO1UhFb { width:16.5625rem;height:5.25rem;top:39.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOqAwwdkFNKlr6ASFcrBCNRoK2mFFFTK { width:17.1875rem;height:3.125rem;top:35.625rem;left:30.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaEEmoyrVVB6sSxGseXZygPxSMmTn1CE { top:35.9375rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaABLtSohTDVc5bXCXMAWPfBp0SLoUox { width:17.1875rem;height:5.25rem;top:50.0625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmQklAweNdHRnczVeOVN5T3CkCzqxa0 { width:17.1875rem;height:3.125rem;top:46.9375rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHCxrZGiIBmBbQCDzeTW4y7RSrxCVSD { top:47.25rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJ1LEVJOl9if1VkF5ih4vPlrbPOvsmQ { width:17.1875rem;height:5.25rem;top:50.25rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvaKXQi7FL1TzSkMo4UEySk95EVt8mxO { width:17.1875rem;height:3.125rem;top:46.9375rem;left:30.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkLP13kt0EwhBTzOsDdLL1Gwq7QnyXkh { top:47.25rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psccutP2rnZvKuukt1IWEACNGcSk6Pm5 { top:18.5625rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n97TbOn6VtgW3kO48VCmG3VcWakZDclv { top:26.4375rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feWEzHGAtZrQEgmfPBdqd18z7cg0IXVu { top:18.5625rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXHHULVuyLGPSUQERi2PtDibRC3dC90S { top:5.625rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMJCbitG7W9Vk3rRbUkHw04la2kcLmQU { top:26.375rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { top:2.875rem;left:6.96875rem;width:33.8125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { top:10.5625rem;left:25rem;width:22.5rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { top:23.125rem;left:35.0625rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { top:15.9375rem;left:10.25rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { top:10.5625rem;left:4.25rem;width:18.4375rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhf6g41e2BoaOTt14o3ZtamKcI940ky { top:16.5625rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNDfmIKdkETtMmwEvMs7Q2KueTnw9BqI { top:10.4375rem;left:23.84375rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK { display:block; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9vX6AnqC3gfpSA6bAGTyzRo1qsJpO8a { width:13.5rem;height:21.3125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4FXTrJ2fygKMJwFtxzqTL2wR4UioMio { width:13.125rem;height:1.375rem;top:13.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEi2go9bw2CV8l2WgSkE5nAWZP6L0cOJ { width:11.625rem;height:6.125rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }#yEi2go9bw2CV8l2WgSkE5nAWZP6L0cOJ li:before{  }
 }@media only screen and (max-width: 763px) { #t9BkZZq2sOLnF1lyIR10kEKyKFWPfJFc { width:13.5rem;height:21.3125rem;top:8.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadLDFe0Ey4IuWlK9I9Dym2FWkNZfNsX { width:13.1875rem;height:;top:16.75rem;left:10.6875rem;font-size:0.875rem;display:block; }#dadLDFe0Ey4IuWlK9I9Dym2FWkNZfNsX li:before{  }
 }@media only screen and (max-width: 763px) { #lx2b3m33Agqelh3I2wrqzZ1aD8NQT8ST { width:13.3125rem;height:1.375rem;top:13.875rem;left:10.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyL3XOoKrNDM4S4IR6Ml0I5ZldfIXZT8 { width:13.5rem;height:21.3125rem;top:8.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8o09IghHhwa2yqhg6OMZWBQTqeh4qi8 { width:12.4375rem;height:;top:16.75rem;left:23.375rem;font-size:0.875rem;display:block; }#M8o09IghHhwa2yqhg6OMZWBQTqeh4qi8 li:before{  }
 }@media only screen and (max-width: 763px) { #mA7hBC1ETiysvKfQ7S7Pvt7M56ZfQ8hT { width:13.125rem;height:1.375rem;top:13.75rem;left:22.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWu0O6myZqmpTVPlZrnmlr3AInKgtVN { width:13.5rem;height:21.3125rem;top:8.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9aA7AuDL0f5Fms3wSHRbW9D0uZ5sm15 { width:12.4375rem;height:10.25rem;top:17.25rem;left:35.3125rem;font-size:0.875rem;display:block; }#U9aA7AuDL0f5Fms3wSHRbW9D0uZ5sm15 li:before{  }
 }@media only screen and (max-width: 763px) { #o3oMtx0iRL3rUb701wzzUAls9bw4VJTv { width:13.125rem;height:2.75rem;top:13.75rem;left:34.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sePikEwd3y7hVy7TzT9JxbJv393cfHrv { width:47.75rem;height:2.875rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu5XDwmt988MQTT5dR8XZNNxn62hvIb5 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTidUEFpwLyTpNEz8g4Z3ISacouqSWu { display:block; }
 }@media only screen and (max-width: 763px) { #b46BgSFRThAwyMMKDSsnWWC4eBG6uuN0 { top:9.5625rem;left:3.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrNI1R2NVDbOTeX3XCQomL3lHfVWk6RI { top:9.5625rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrWuOD8BgLoXwZX5VJpSprzlorIpBLKr { top:9.5625rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewfTNikt2uwUwAhiu2ndHOnM6VMK4Sik { top:9.5625rem;left:41.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 { display:flex;height:auto;width:27.8125rem;top:7.4375rem;left:7.875rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XHsfQx3HvtktaqOD1pwp0aSgItUdAp4l {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #OBWmXIzlgzCJdobCt2q48MnaJUMvi8D4 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y9ESvMImLmJ3eJsZaXBdXamDWmCUtzc7 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #OlvX5sOc9zXxM9Z3fC0Xfxin77U9HasZ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #kf8q7Le4eHmkvKrzT3TzA7Mq5KqdKnlo {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RgrUwaDmKUOHmJhbOWiDdQUX080dKwUD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #TkfrKKp7wR60zvq1Ttm2514LGbU7tq4l {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #IgyrePM3foJqrUZgPQKJk4tN1amTER5a {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y6z1qL3BaOkvzCgi3T3GI1b896UNQG54 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #G1zhLsDdAzIqkZrVz0AhfR9dRBAnwPFD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ADALwz7RwLAXTf0QRryFV1uNxxlcdU4P {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nBgxcwwgcbIBTgBHBuBHamvPfCrrsItU {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aN8384MRTI9nJor2IpmxsbN3ThCVDckH {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #v4ka11WmImB0bnapBBU7IQ1KQCE1p2LJ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ca4OlTPqdQ6hmI3NsRuq3hTQFV3N7wO0 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #MbF4yvkwcez2QsO7xLg0GGeTbTmA67tQ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XD65fTItkCKgkr9167Ky4VBkg8rB5Lry {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #z8r0XdkUTeAGbGkrxi4uF5tWFE60rJgK {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #O3iAODrDydFtHq0XLfFB9lTgMEmNd8ax {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #kXkPoyFbcTQlcobczERJK0gcwTENPZTX {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #MU3ObBgdLfKr60phnUOmWEo3sKdZVTDs {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XR6ZTPIoMmQeaSphTXllQfpNOCbL9ulR {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #CeJu7k2koHZ2VdIrgINHNbonZGLrzHq8 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ZR414OIQeXQobqpBtPsZTd6QG6bpPDBv {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #hMHDEnbmka9ZwtObCGhuvm9BHFbOo5ob {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #D8nWhbEoRQUPedhOUwpULRhvz0VWtTaw {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #xZgOJPCfnI2Q3Nra2TtdEASDHRKO7mFS {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #JhDbC1fZRmb4kcWHAUexEvBtIKcLLTcH {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #wmmVFEvWkM9fiM3ZgFlkEIxELqBTIXZ4 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #FIJNanR5ODcMIqn6NFEZx03VI2M0oE7V {  }
 }@media only screen and (max-width: 763px) { #bIALXdl9ggDCpq8kaT8M13ZLdHATq9wu { top:0rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { top:4rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { top:14.25rem;left:0rem;width:23.3125rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { top:18.875rem;left:0rem;width:26.3125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { top:25.8125rem;left:0rem;width:24.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:31rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:31rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:31rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:31rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:29.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:31rem;height:auto;top:12.875rem;left:14.1875rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:31rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:31rem;height:auto;top:12.875rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 { display:block; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbLzU9eSodHIUM6HoWbcRDzt9Ax3dGa7 { top:14.0625rem;left:42.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq3dUqCaTJh6elZwhEVtlAATkVKSo22W { top:14.0625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs6vf8tGPKxDZdB7vMTlqSbIJmU86pZk { top:6rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnJgK2VM4SpCOni4FJRtkzdzE8cT1rVC { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVseRG7uWqzia4wuVpTlcLwHF6FSlWlw { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrTfMXGwNlHIMl9UiDQEH1LkuVGxVJB { top:6rem;left:18.8125rem;width:13.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G00R8fzkoVs4ULeb0VFf3nTDvqOd1f9Q { top:13.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u30lJAyFKue2HITMv49wM745zhTMTSeI { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7uMqHXQdKMZODhf7ZTAJsTQNWDLfI8 { top:1.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXeK3hiUOM6bqekVbCf0sHfsBd8SDJDV { top:2rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmihkxkD8FgNEo8iMFazNORigBydduwn { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abWuSTNspLNJ7zzyLSt1hSc6QccRmQ9D { top:14.625rem;left:42.65625rem;width:1.875rem;height:1.875rem;display:block; }
#abWuSTNspLNJ7zzyLSt1hSc6QccRmQ9D > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lS2EbcmR5J5kAgeFK4c1yOxoEV9E70GE { top:14.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#lS2EbcmR5J5kAgeFK4c1yOxoEV9E70GE > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #esD8lrRDwZi7opk7IiXwSkywuzob3hft { top:2.5625rem;left:0rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#042048;background-image:url("https://images.assets-landingi.com/9UPqE3UT/bg1_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lezaJotMeoIDJlFfUMoozPRuB2O1p8cb { width:4.3125rem;height:1.25rem;top:0.87446731328963rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tch6QLScUHxitmo08BLd4BeTNP2THwR0 { width:13.4375rem;height:13.4375rem;top:32.75rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:2.1875rem;top:8.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { width:18.4989375rem;height:14.0625rem;top:15.75rem;left:0.75rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { width:13.310546875rem;height:3.623046875rem;top:26.5625rem;left:3.3447265625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:5.8125rem;height:1.8125rem;top:5.78125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:6rem;height:1.8125rem;top:5.78125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:3.5625rem;height:1.8125rem;top:5.78125rem;left:12.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { width:4.125rem;height:1.8125rem;top:5.78125rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { width:20rem;height:1.875rem;top:11.943359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:20rem;height:103.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { width:20rem;height:2.5625rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qF1CA3JysDcU5cpDRGHHrESofBnJbT9n { width:20rem;height:35.4375rem;top:8.1996459960938rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOcoK6822fTr7txfZthZANgDVceT6XFf { width:20rem;height:2.375rem;top:16.223739624024rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { width:13.9375rem;height:3.125rem;top:21.687278747559rem;left:6.2489150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { width:13.3123125rem;height:4.6875rem;top:28.498260498047rem;left:6.3747833371163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { width:6.624625rem;height:14.0625rem;top:37.312278747559rem;left:6.4984810948375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzdHTg4H83FGdm6HTzC6ngTDQkiiKeWh { width:7.875rem;height:5.25rem;top:51.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuzxxNpn5irdemfrfc60RAhiU4Tlo4c1 { width:8.5rem;height:8.5rem;top:57.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7Gy5KPEtvSDZvTHih5WXw95TfWs0O4 { width:20rem;height:4.6875rem;top:97.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17v9mIDpEFF5BsDD9n8zVE5if902xT8 { width:20rem;height:4.6875rem;top:83.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZSM8vl6eJ8HOkeXRSLizhJFh9uFDA2 { display:flex;width:3.125rem;height:3.125rem;top:69.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OuzTr3aysMHsOsVmur1rpftIrThaaEEB { display:flex;width:3.125rem;height:3.125rem;top:74.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yrGqgGdx5IOtyPt2ZHPRooMJBAr0PTWM { display:flex;width:3.125rem;height:3.125rem;top:89rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #spVCo5WTVL4xG3K2qhvPHlPxrUbV8d1F { display:flex;width:3.125rem;height:3.125rem;top:93.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #chUi9n2q7NGEpas1HXCoUqXFKEpBvxm0 { display:flex;width:3.125rem;height:3.125rem;top:78.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G7Tfv2pgbQxsHewtcvQSAh0gJD1SutI3 { width:20rem;height:0.0625rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNEtzD9Ur3O4xf1InyDhyONPPECLTHIw { width:20rem;height:0.0625rem;top:68.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:20rem;height:405.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { width:9.5rem;height:6.3125rem;top:20.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITVrE7KTgLN6cSeywsZTpukLCEEgWSvW { width:20rem;height:5.125rem;top:80.935546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhgzNJd1LGAHvvVqfshI8kvT0QinRO34 { width:20rem;height:13.125rem;top:102.373046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDJczMkAiZSqg4NPZlC5KAm0itRzVTJ2 { width:20rem;height:0.0625rem;top:135.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ65UdvBL99nnB46XfLUytmauLOM5aBT { width:20rem;height:8.75rem;top:136.498046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQn9VtFbWxOiqgCublRgggczKQJgMSEB { width:18.75rem;height:12.5rem;top:161.560546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQwJRmsQT92Qd8PK4bcUqamkGHb6WStx { width:20rem;height:0.0625rem;top:160.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxDrJgZe9S6yeQfKNkx0TOgSiCVkQhg8 { width:20rem;height:10.9375rem;top:175.310546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuc7EQM8bNXHWT2y8pULCZ8tZxGkasrf { width:20rem;height:0.0625rem;top:210.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2PAh5EMpB031UQNVNd3qvX0ODgi0s4k { width:20rem;height:0.0625rem;top:258.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6LROE2bDGcuQ7uEE8pcDGQI9XkAMIpW { width:20rem;height:0.0625rem;top:87.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgpzHETkzT2bhEvl0T7dg1fTPWt8mtkP { width:20rem;height:13.125rem;top:211.935546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTVgof41p798iq0yJnTLZITsiuWpbxxo { width:20rem;height:6rem;top:273.560546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPEevaDvTW0Fd1ttkwoEl7b0COd0A2Hx { width:20rem;height:8rem;top:306.810546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSuocl8wMfx2DT6Knz7zvpKQPm4WuM2Q { width:20rem;height:10rem;top:379.248046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1AN8hoDpGNldyTUKuIHDvcp2H4CCCHa { width:20rem;height:17.1875rem;top:116.748046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU4txAEnq83LDKxChi8fTXQXX5IkGTPQ { width:20rem;height:12.5rem;top:146.498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUay1xpAJ7WW82WprQIHPdLFgpeMv6kx { width:20rem;height:21.875rem;top:187.498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcRcuwco7hOp3NbTw2ZwS3qmniOTN14H { width:20rem;height:17.1875rem;top:226.310546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECT6mBc4DeO3LEJVCCSQ83zcMXUDwI1G { width:20rem;height:23.4375rem;top:280.810546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgnXdkLV51hp9ZgLuSHkB7OzeecEVaxQ { width:20rem;height:0.0625rem;top:305.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqdTsMixB06LSrD2citSxOvCgn9ne12L { width:20rem;height:7.8125rem;top:316.060546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnyCicdDmnRtfmTMQQi9QL2CvI3424v { width:20rem;height:19.6875rem;top:325.123046875rem;left:0rem;font-size:1rem;display:block; }#vtnyCicdDmnRtfmTMQQi9QL2CvI3424v li:before{  }
 }@media only screen and (max-width: 763px) { #levb3Xzoma3kPNX0RQ9b45Od5m6TAmyd { width:20rem;height:3.125rem;top:359.810546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AznveimKE3doTwKAIoHsxfO0kzd08FyR { width:20rem;height:14.0625rem;top:390.498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgkZR7tMdReBrasZqPqwlurCgGp3Xy6I { width:20rem;height:0.0625rem;top:364.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqylOEtNCceTvdLt2OBsGhfi5iWxdqQT { width:18.75rem;height:12.5rem;top:244.748046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfcMvJOU7Lgg3hRGJdxhsxo4NrDEmXS { width:18.75rem;height:12.5rem;top:259.810546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlpt2K1CfIQLFcdLBKOv6Dnzd74M13AV { width:18.75rem;height:12.5rem;top:346.060546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3oTTWaOVmomZxJAvJMZcJGndFuiMNTr { width:12.5rem;height:12.5rem;top:365.498046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQ3NoLqssRAFN7JaHOyuNsiWsgsTktu { width:12.5rem;height:12.5rem;top:88.623046875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D { display:block; }#Jkdh4mwxNXQcagx5HckoX8vzi4cbBk3D > .row .container { width:20rem;height:152.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gq2KZCkqOI7nwRQRfmqcTunykdE1uxFO { width:0.375rem;height:30rem;top:56.4375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vATHiuPQrfEzsz5ozTGULPtgIT1ohuJl { width:1.25rem;height:1.25rem;top:53.3125rem;left:9.0625rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:block; }
 }@media only screen and (max-width: 763px) { #qFhPIPgZeTvIPJ48wNqCH2Rpgw2Mltlz { width:1.625rem;height:1.625rem;top:122.6875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyxh0ccZ0DApr6KTlTHmaz9DNH5ZKMAb { width:2.3125rem;height:2.3125rem;top:27.375rem;left:8.8125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DrvvvS5xtBbtkJ0eI300aQwF3URxvuLz { width:2.3125rem;height:2.3125rem;top:23.8125rem;left:8.8125rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vlLckCTS2Wr4C3VFBXS3JwJA6h7Qxs0i { width:2.3125rem;height:2.3125rem;top:20.25rem;left:8.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T27HaXV0AEAhGSDqWFt0HLQqWFhZIu76 { width:19.0625rem;height:2.4375rem;top:10.6875rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKXO6ese3boTkcWOLBX7rB22f16doSL2 { width:7.6875rem;height:1.125rem;top:140.8125rem;left:6.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0QQkTzG1BrZ5fmylBliqnMGAWE71WpU { width:8.5rem;height:2.25rem;top:14.375rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAPW4d1OdkAtO4fDr6obpnn1FZ1Aa3cu { width:10.875rem;height:1.125rem;top:30.9375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anF5yv5dqz9ZTQd88y7IBH08FJ5NSLhX { width:11.875rem;height:2.25rem;top:129.0625rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdJD6NTwnwtnVpdSRDBJbtJvw62Uw0pt { width:10.875rem;height:1.125rem;top:143.1875rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWEhctQoW6v56LiffwIyruUCoD6hDFZH { width:11.875rem;height:1.125rem;top:17.875rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxITZqbp1cTzalmqnn9nJSMn6uqnP0kZ { width:10.875rem;height:1.125rem;top:33.3125rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGwbVnVtDesnXEEiVwx8oEPFnn37mBDf { width:11.875rem;height:1.125rem;top:132.5625rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwwfXPmZwsbEGQvNMnLw6H7C9uPEHwns { width:10.875rem;height:1.125rem;top:145.5625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USaZ0BvaxLWc5Sikat1Ve53lOQZSnNvh { width:8.4375rem;height:2.25rem;top:35.6875rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5mQcdvGv4Vl9aLnfLpL4Viemn1G3yyR { width:10.875rem;height:1.125rem;top:46.1875rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na36ROReKZCrETZytHtqK16TCSgRf8lI { width:11.875rem;height:1.125rem;top:134.9375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwN9FckDwBTAcG52GOnmTQgoDfhgfNR9 { width:10.875rem;height:1.125rem;top:147.9375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WaCfivxmfpgSs9lnNIC3lxv5dKxEZSE7 { width:11.6875rem;height:2.25rem;top:39.1875rem;left:4.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMZRgT5nS1hX4ydWFtL5oUpEEcR7mp5A { width:10.875rem;height:1.125rem;top:48.5625rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXedAudoCXFMFKzscchA6KxnBbr9ciHN { width:9.5rem;height:2.25rem;top:137.3125rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAQJFUnwaLfzxX0mMtIBlTm20WqJ4lXs { width:10.875rem;height:1.125rem;top:150.3125rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6V5ZvDtQSGFypFLiIov0mLnIvxsXhR { width:8.9375rem;height:2.25rem;top:42.6875rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBTGcJVVpEtPeTgVrNLcITT6hDd3N0VF { width:8.125rem;height:1.125rem;top:50.9375rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZFVOAhzy2r9vIZQhZ6GJ95XmutvvtKm { width:8.625rem;height:2.25rem;top:125.5625rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cK4RN7yNwEXUxGT2Prv2t1IlyV0G6Bgz { width:12.3125rem;height:8.1875rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFZB4eB1uhOQCvtbkHBsOF8dTxoRFIT5 { display:flex;width:3.125rem;height:3.125rem;top:87.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #aTIw0NCCDO9K8Vdzax4S06IktVzkyo3v { display:flex;width:3.125rem;height:3.125rem;top:92.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #n8LE20Q3OzH6iVJBEKpJfREUVJcLrxnH { display:flex;width:3.125rem;height:3.125rem;top:96.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Dg007wJpaxkkOMib4TRF0fiV7PLDyWhm { display:flex;width:3.125rem;height:3.125rem;top:100.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bGZ4S5kxovl9BSPyxgq26sommlkCQNdu { display:flex;width:3.125rem;height:3.125rem;top:105.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #t8LRcARH6fB6wpSquFQRg2bDuvqEPFSv { display:flex;width:3.125rem;height:3.125rem;top:109.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #d3IOhaKAux75zJUgQIe3DpE6q8VTRf5q { display:flex;width:3.125rem;height:3.125rem;top:113.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B3HL25IC8PRSnwkGEOiiNZ8bslE60y9P { display:flex;width:3.125rem;height:3.125rem;top:118.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E { display:block; }#Xl6GzGedDsd3AGg2Rcc5SuHdeRGthW4E > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmrUFCw9DEg8pgAe4TalMeQTuhM2TGAB { width:12.5rem;height:17.3125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbh3TpZXiQLAXmQkPbia0HwsJ7HkmwU1 { display:flex;width:1.6875rem;height:1.6875rem;top:1.25rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #ngRqvQDJV2MNpEJ7zXrvr8ywpVpDKF6E { width:12.5rem;height:17.3125rem;top:19.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVwEyCsEcM19VanNGqt0qCg7SiwVTrJc { width:12.5rem;height:17.3125rem;top:38.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1KZgwzOPGpaztXZEJM195DmSoqUMbl { width:12.5rem;height:17.3125rem;top:56.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu58CqLTbs91nstceOtxLsDiVAfbZB3 { display:flex;width:1.6875rem;height:1.6875rem;top:38.46875rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #VXLxLZBPUH5QnwS5BHukKXCXMNn1vMJ2 { display:flex;width:1.6875rem;height:1.6875rem;top:19.90625rem;left:15.875rem; }
 }@media only screen and (max-width: 763px) { #v6sD7erulIm7DB2o4tN8tevsJJttW2Eg { width:11.9375rem;height:4.0625rem;top:7.875rem;left:4.03125rem;font-size:0.75rem;display:block; }#v6sD7erulIm7DB2o4tN8tevsJJttW2Eg li:before{  }
 }@media only screen and (max-width: 763px) { #gnPTMR0RSyOZXL8SdvE6IbQ9BcgdOp3a { width:11.75rem;height:1.125rem;top:2rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvg2kvH98QWpI0HBpT2ZeqQse070n4ks { width:11.875rem;height:1.125rem;top:3.25rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqERumP1Epp5dqMTlhO7850WumHU0pLu { width:10.875rem;height:1.125rem;top:4.75rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM9slSo7sA0WbVK3E2TSFImne8ESH010 { display:flex;width:1.6875rem;height:1.6875rem;top:57.03125rem;left:15.8125rem; }
 }@media only screen and (max-width: 763px) { #oOgUCTxfEdT6WCUWRm0B89S5sUnXW3sM { width:11.9375rem;height:5.3125rem;top:26.53125rem;left:4.03125rem;font-size:0.75rem;display:block; }#oOgUCTxfEdT6WCUWRm0B89S5sUnXW3sM li:before{  }
 }@media only screen and (max-width: 763px) { #TS3iukqgFL9ou8sKfiMyG5OaZmhPLLb7 { width:10.875rem;height:1.125rem;top:23.46875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5rUP7zVGd6IQzE6C6KzUXnPadZwITIz { width:11.875rem;height:1.125rem;top:21.96875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyvRVsNd5ahMp00N5TDyICLaIqzIl4KB { width:11.75rem;height:1.125rem;top:20.71875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWbFvZOO2xAxLhUBqxIXvxBg3XIe3JtX { width:11.4375rem;height:8.4375rem;top:45.03125rem;left:4.28125rem;font-size:0.75rem;display:block; }#TWbFvZOO2xAxLhUBqxIXvxBg3XIe3JtX li:before{  }
 }@media only screen and (max-width: 763px) { #TrwxahxnUkJs1o2KW5wxep0Q8WxfbBzV { width:10.875rem;height:1.125rem;top:42.96875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3WIhDMvPnwcS9EcMmkOwG7LzqTUS6xW { width:11.875rem;height:2.25rem;top:40.53125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNTFwEdgvQuDu5vFAeosqQQQSQKl75sB { width:11.75rem;height:1.125rem;top:39.28125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdpP4Nea2QNFP3zT5efcm1wQTedq7qLu { width:12.125rem;height:10.3125rem;top:62.65625rem;left:3.9375rem;font-size:0.75rem;display:block; }#PdpP4Nea2QNFP3zT5efcm1wQTedq7qLu li:before{  }
 }@media only screen and (max-width: 763px) { #hb7Q2LTQH8p59MJqV6JCcD8t0Nlp5Mdb { width:10.875rem;height:1.125rem;top:60.59375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcK27JmdG3XyuEPU5IUBEFCSQ5HAUCEs { width:11.875rem;height:1.125rem;top:59.09375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZLMMZaGKIzBdVQIdV9msmVGE01J94Ky { width:11.75rem;height:1.125rem;top:57.84375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwRmTrihTppSdS4NkxSL65XDZrqgCMzq { display:block; }#HwRmTrihTppSdS4NkxSL65XDZrqgCMzq > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWnp3Z91UC9LqaizEw5pqlxxHLnyNPFT { display:flex;width:1.6875rem;height:1.6875rem;top:50rem;left:-1.65625rem; }
 }@media only screen and (max-width: 763px) { #xv2KlldaeI3QTinWtSUw5SJ79SvFVT9M { display:flex;width:1.6875rem;height:1.6875rem;top:25.625rem;left:-1.65625rem; }
 }@media only screen and (max-width: 763px) { #TfTNTBPhFmmEUuWfoNeS94MIQs7hwB3N { width:18.0625rem;height:23.0625rem;top:50rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qebIg2Tx6pseTRUxdrrWz1D49SFcB5ye { width:18.0625rem;height:23.125rem;top:25.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq4l0JFpvC8IGq2HZ6kiRSXK7F2o1uA7 { width:18.0625rem;height:23.125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo58K478QlH0u1DfCmkPafnGi3HrgKz1 { display:flex;width:1.6875rem;height:1.6875rem;top:50rem;left:18.28125rem; }
 }@media only screen and (max-width: 763px) { #W92MTBLQBT5x5X5IJs1Ci3Hi5Vu3ZVyB { width:16.5625rem;height:13.75rem;top:6.6875rem;left:1.53125rem;font-size:0.75rem;display:block; }#W92MTBLQBT5x5X5IJs1Ci3Hi5Vu3ZVyB li:before{  }
 }@media only screen and (max-width: 763px) { #NnhJyLEzkTyvvw6mhqI3TBCxHnGbtOm2 { width:10.875rem;height:1.125rem;top:4.71875rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiSG1OAVJlZPzqEKHz1z5lhzEPeKAkO { width:11.875rem;height:1.125rem;top:3.21875rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgB0KwcTJXWWSWzyGbU7nEyg4h5tPqLU { width:11.75rem;height:1.125rem;top:1.96875rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0d1ZvJma9hSgGMaTK3VncOTZxxNE94x { width:16.6875rem;height:15.625rem;top:31.0625rem;left:1.625rem;font-size:0.75rem;display:block; }#S0d1ZvJma9hSgGMaTK3VncOTZxxNE94x li:before{  }
 }@media only screen and (max-width: 763px) { #yeELLMcTO6d499dinDAychMEdtT6DTTB { width:10.875rem;height:1.125rem;top:29.15625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMsyJ10AO9U8HgD9AuUhsA7JRmiDqB3M { width:15.375rem;height:1.125rem;top:27.65625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKO1lCXCJpoa7DLUVdFvIpxAATklfWAD { width:11.75rem;height:1.125rem;top:26.40625rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWMaSIse1mWPdwe9Q7SeDt6sIMvBbbyB { width:16.6875rem;height:15.9375rem;top:55.1875rem;left:1.625rem;font-size:0.75rem;display:block; }#hWMaSIse1mWPdwe9Q7SeDt6sIMvBbbyB li:before{  }
 }@media only screen and (max-width: 763px) { #ZqnlVyAOF3ffgnOXQaQqt8VTgm42liNM { width:10.875rem;height:1.125rem;top:53.53125rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QObJDCTv50ldooXTFyNrNUL1ZzsTrOSG { width:11.875rem;height:1.125rem;top:52.03125rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDyImQZdFgVlVh7L3BmKrAHJ2LqXqyKG { width:11.75rem;height:1.125rem;top:50.78125rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC { display:block; }#eMEfGG2XnzvEAJBDVMqNeFxxV2U0tlSC > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWv565WopJSi8wMwix1b4XLbsOP39MX8 { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3tOTDmT9h3t8d663mM0rhIREVPvru1a { width:20rem;height:19.375rem;top:24.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqHSPMRatoM0GahcrgfzvT2WzSobD2tL { display:flex;width:1.6875rem;height:1.6875rem;top:1.25rem;left:18.3125rem; }
 }@media only screen and (max-width: 763px) { #URq6sDphNdv17Ep0FZlMIZ4JQIel8Tq2 { width:20rem;height:16.25rem;top:6.90625rem;left:0rem;font-size:0.75rem;display:block; }#URq6sDphNdv17Ep0FZlMIZ4JQIel8Tq2 li:before{  }
 }@media only screen and (max-width: 763px) { #cM8KFmFVPRTnOl79Xm1qPPwWEAdAWwDk { width:10.875rem;height:1.125rem;top:4.84375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiETI0ReWAwTzyJtaJh2FkpP4RyF9ulS { width:20rem;height:1.125rem;top:3.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDPgpb6R1d4cow2zgwA1z6DPEwOkEVJF { width:11.75rem;height:1.125rem;top:2.09375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmIWC9lCLiAOe3p9VxSrwJ60sxIzg9v2 { width:20rem;height:12.8125rem;top:30.375rem;left:0rem;font-size:0.75rem;display:block; }#LmIWC9lCLiAOe3p9VxSrwJ60sxIzg9v2 li:before{  }
 }@media only screen and (max-width: 763px) { #KQTGCu9hNoaipWOEEiV4ZTEN6aLlHsl6 { width:10.875rem;height:1.125rem;top:28.0625rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBdBonoiZEVB20bElgJw1yoU010b3d9 { width:20rem;height:1.125rem;top:26.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E70XSlkTlboZaT4vJPs2FrOFzPrnmEkX { width:20rem;height:1.125rem;top:25.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emZyWU8cuQDWToUZqJoTK4L3cJDcCf6T { display:flex;width:1.6875rem;height:1.6875rem;top:24.40625rem;left:18.3125rem; }
 }@media only screen and (max-width: 763px) { #p8AsgquBQiPEpR3RO5rRUnWRhCyGDJ9d { display:flex;width:1.6875rem;height:1.6875rem;top:1.25rem;left:-0.875rem; }
 }@media only screen and (max-width: 763px) { #ptni1btgb5TPuv7JXHB2wZDQnuCTU32S { display:block; }#ptni1btgb5TPuv7JXHB2wZDQnuCTU32S > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf3ui32gm4fOsAFms9Ddqrnb0vAQdS3k { width:20rem;height:21.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p32TkkUyqvFbkL06QqrJKRlcWgpDTrTu { width:20rem;height:19.375rem;top:7.3125rem;left:0rem;font-size:0.75rem;display:block; }#p32TkkUyqvFbkL06QqrJKRlcWgpDTrTu li:before{  }
 }@media only screen and (max-width: 763px) { #NhSTBoxXvAtCbf7oUycvyhX6m0p99oBB { width:10.875rem;height:1.125rem;top:5.125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc5WLomrcHVIX5W2rhGhrV8GTtI0CHo5 { width:20rem;height:1.125rem;top:3.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWtq6w7ZN8glzSNVbporTyUJgAdtS0zT { width:20rem;height:1.125rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmCTr4SeW8aFtZ4g2Lr2uQ8EyCZFLzKR { display:flex;width:1.6875rem;height:1.6875rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM { display:block; }#BWaS1q44hBLGyMWCsd7Ne1qp6hbdS5VM > .row .container { width:20rem;height:168.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRshQacERRUxGMQH541kUDCeNF43EIAt { width:9.5625rem;height:1.8125rem;top:4.8125rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7avS73VP456OgNUHVCyspyRmGF6cECA { width:6.25rem;height:0.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #No6nGfGiWnX5dnXL174XAFR4Loi4G6O3 { width:14.625rem;height:5.25rem;top:7.0625rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7kFqfPdBOolixxMMFo5psGSPMvwu8CC { width:17.4375rem;height:11.625rem;top:13rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsulfaqsAPGQAZF7LBwlchPny90AGCf { width:16.5625rem;height:6rem;top:41.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFDC1ErlrcaLx31xRl59OTWb4gJh3URv { width:15.625rem;height:3rem;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jq0qQlnsLvkK1nLkZAZ2eQ8pRBprmmcW { width:15.625rem;height:3rem;top:48.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvNuLA7MxeNvtLTsk2CRpKMLK3edSgpn { width:16.5625rem;height:3rem;top:51.3125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIxFKLbSeqMK0glai0W02x4deJquKZsP { width:15.625rem;height:3rem;top:58.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh2sTbrpKnmobeKM77ea1ACA1UNxQT1x { width:16.5625rem;height:3rem;top:61.25rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3Jk0c3dZUCVZoWbuhdkNUKxELXzgy75 { width:16.5625rem;height:3rem;top:71.1875rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnzW4M7WQk68uHM4VHNGTQUxI0NwE1gU { width:15.625rem;height:3rem;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFRCmUMemk9VecpFgDU4LpmPlT0fmXuf { width:15.625rem;height:1.5rem;top:78.1875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C03BJrIggmAKo3KmOUSxRIfF24nqpSyc { width:16.5625rem;height:2.625rem;top:81.125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6S3NcLdVWP50sLAsEdXgxvSdkEGxUcG { width:15.625rem;height:3rem;top:88.125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJDwbG06MR0TCKVK0SG7rmXUT5FJRbLv { width:16.5625rem;height:3rem;top:91.0625rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPniGQszR3oSi7MEmSmi0oeifbxicDPU { display:flex;width:1.4375rem;height:1.4375rem;top:95.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #T2I1J7SFnV9znnGsALE2n9xe806TEIdi { width:16.5625rem;height:6rem;top:110.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2AT12K4Mw81HTQ1PisIqmbsOIOkwxX { width:17.1875rem;height:3rem;top:106.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSBXSO5MWcW22uTgAHUozeq0IqtenhTI { display:flex;width:1.4375rem;height:1.4375rem;top:103.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #luNWwCzMw0vJU9zze1mLwtk0MmO1UhFb { width:16.5625rem;height:6rem;top:146.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOqAwwdkFNKlr6ASFcrBCNRoK2mFFFTK { width:17.1875rem;height:3rem;top:142.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaEEmoyrVVB6sSxGseXZygPxSMmTn1CE { display:flex;width:1.4375rem;height:1.4375rem;top:139.8125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #WaABLtSohTDVc5bXCXMAWPfBp0SLoUox { width:16.5625rem;height:6rem;top:124.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmQklAweNdHRnczVeOVN5T3CkCzqxa0 { width:17.1875rem;height:3rem;top:120.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHCxrZGiIBmBbQCDzeTW4y7RSrxCVSD { display:flex;width:1.4375rem;height:1.4375rem;top:117.5625rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #zeJ1LEVJOl9if1VkF5ih4vPlrbPOvsmQ { width:16.5625rem;height:6rem;top:160.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvaKXQi7FL1TzSkMo4UEySk95EVt8mxO { width:17.1875rem;height:3rem;top:156.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkLP13kt0EwhBTzOsDdLL1Gwq7QnyXkh { display:flex;width:1.4375rem;height:1.4375rem;top:154rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #psccutP2rnZvKuukt1IWEACNGcSk6Pm5 { display:flex;width:1.4375rem;height:1.4375rem;top:98rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #n97TbOn6VtgW3kO48VCmG3VcWakZDclv { display:flex;width:1.4375rem;height:1.4375rem;top:100.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #feWEzHGAtZrQEgmfPBdqd18z7cg0IXVu { display:flex;width:1.4375rem;height:1.4375rem;top:131.75rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #CXHHULVuyLGPSUQERi2PtDibRC3dC90S { display:flex;width:1.4375rem;height:1.4375rem;top:134.4375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #MMJCbitG7W9Vk3rRbUkHw04la2kcLmQU { display:flex;width:1.4375rem;height:1.4375rem;top:137.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qf9QAPbX/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { width:20rem;height:5.125rem;top:2.2507104873658rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { width:18.6239375rem;height:11.8125rem;top:18.3125rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { width:12.5rem;height:1.5625rem;top:37rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { width:12.5rem;height:1.5625rem;top:25.5625rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { width:18.8743125rem;height:3.375rem;top:7.6875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXhf6g41e2BoaOTt14o3ZtamKcI940ky { width:18.75rem;height:12.5rem;top:39.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNDfmIKdkETtMmwEvMs7Q2KueTnw9BqI { width:0.0625rem;height:12.5rem;top:53.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK { display:block; }#zGZ6bV6P4I3bWRTGCS223kBOOhPNi7pK > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9vX6AnqC3gfpSA6bAGTyzRo1qsJpO8a { width:13.5rem;height:15.25rem;top:6.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4FXTrJ2fygKMJwFtxzqTL2wR4UioMio { width:13.125rem;height:1.375rem;top:12.625rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEi2go9bw2CV8l2WgSkE5nAWZP6L0cOJ { width:13.125rem;height:6.125rem;top:14.875rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }#yEi2go9bw2CV8l2WgSkE5nAWZP6L0cOJ li:before{  }
 }@media only screen and (max-width: 763px) { #t9BkZZq2sOLnF1lyIR10kEKyKFWPfJFc { width:13.5rem;height:15.25rem;top:23.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadLDFe0Ey4IuWlK9I9Dym2FWkNZfNsX { width:13.125rem;height:11.625rem;top:31.75rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }#dadLDFe0Ey4IuWlK9I9Dym2FWkNZfNsX li:before{  }
 }@media only screen and (max-width: 763px) { #lx2b3m33Agqelh3I2wrqzZ1aD8NQT8ST { width:13.125rem;height:1.375rem;top:29.5rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyL3XOoKrNDM4S4IR6Ml0I5ZldfIXZT8 { width:13.5rem;height:15.25rem;top:40.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8o09IghHhwa2yqhg6OMZWBQTqeh4qi8 { width:13.125rem;height:10.25rem;top:48.625rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }#M8o09IghHhwa2yqhg6OMZWBQTqeh4qi8 li:before{  }
 }@media only screen and (max-width: 763px) { #mA7hBC1ETiysvKfQ7S7Pvt7M56ZfQ8hT { width:13.125rem;height:1.375rem;top:46.375rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxWu0O6myZqmpTVPlZrnmlr3AInKgtVN { width:13.5rem;height:15.25rem;top:57.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9aA7AuDL0f5Fms3wSHRbW9D0uZ5sm15 { width:13.125rem;height:11.625rem;top:65.5rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }#U9aA7AuDL0f5Fms3wSHRbW9D0uZ5sm15 li:before{  }
 }@media only screen and (max-width: 763px) { #o3oMtx0iRL3rUb701wzzUAls9bw4VJTv { width:13.125rem;height:2.75rem;top:63.25rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sePikEwd3y7hVy7TzT9JxbJv393cfHrv { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu5XDwmt988MQTT5dR8XZNNxn62hvIb5 { width:16.0625rem;height:3.625rem;top:75.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTidUEFpwLyTpNEz8g4Z3ISacouqSWu { display:block; }
 }@media only screen and (max-width: 763px) { #b46BgSFRThAwyMMKDSsnWWC4eBG6uuN0 { display:flex;width:3.125rem;height:3.125rem;top:80.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xrNI1R2NVDbOTeX3XCQomL3lHfVWk6RI { display:flex;width:3.125rem;height:3.125rem;top:84.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qrWuOD8BgLoXwZX5VJpSprzlorIpBLKr { display:flex;width:3.125rem;height:3.125rem;top:89.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ewfTNikt2uwUwAhiu2ndHOnM6VMK4Sik { display:flex;width:3.125rem;height:3.125rem;top:93.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 { display:flex;height:auto;width:17.5rem;top:7.4375rem;left:0rem; }
#uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XHsfQx3HvtktaqOD1pwp0aSgItUdAp4l {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #OBWmXIzlgzCJdobCt2q48MnaJUMvi8D4 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y9ESvMImLmJ3eJsZaXBdXamDWmCUtzc7 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #OlvX5sOc9zXxM9Z3fC0Xfxin77U9HasZ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #kf8q7Le4eHmkvKrzT3TzA7Mq5KqdKnlo {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #RgrUwaDmKUOHmJhbOWiDdQUX080dKwUD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #TkfrKKp7wR60zvq1Ttm2514LGbU7tq4l {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #IgyrePM3foJqrUZgPQKJk4tN1amTER5a {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #y6z1qL3BaOkvzCgi3T3GI1b896UNQG54 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #G1zhLsDdAzIqkZrVz0AhfR9dRBAnwPFD {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ADALwz7RwLAXTf0QRryFV1uNxxlcdU4P {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #nBgxcwwgcbIBTgBHBuBHamvPfCrrsItU {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #aN8384MRTI9nJor2IpmxsbN3ThCVDckH {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #v4ka11WmImB0bnapBBU7IQ1KQCE1p2LJ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ca4OlTPqdQ6hmI3NsRuq3hTQFV3N7wO0 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #MbF4yvkwcez2QsO7xLg0GGeTbTmA67tQ {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XD65fTItkCKgkr9167Ky4VBkg8rB5Lry {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #z8r0XdkUTeAGbGkrxi4uF5tWFE60rJgK {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #O3iAODrDydFtHq0XLfFB9lTgMEmNd8ax {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #kXkPoyFbcTQlcobczERJK0gcwTENPZTX {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #MU3ObBgdLfKr60phnUOmWEo3sKdZVTDs {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #XR6ZTPIoMmQeaSphTXllQfpNOCbL9ulR {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #CeJu7k2koHZ2VdIrgINHNbonZGLrzHq8 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #ZR414OIQeXQobqpBtPsZTd6QG6bpPDBv {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #hMHDEnbmka9ZwtObCGhuvm9BHFbOo5ob {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #D8nWhbEoRQUPedhOUwpULRhvz0VWtTaw {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #xZgOJPCfnI2Q3Nra2TtdEASDHRKO7mFS {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #JhDbC1fZRmb4kcWHAUexEvBtIKcLLTcH {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #wmmVFEvWkM9fiM3ZgFlkEIxELqBTIXZ4 {  }
 }@media only screen and (max-width: 763px) { #uwGB44d33Ot7bBicH3fPEtdPFzVPRfM7 #FIJNanR5ODcMIqn6NFEZx03VI2M0oE7V {  }
 }@media only screen and (max-width: 763px) { #bIALXdl9ggDCpq8kaT8M13ZLdHATq9wu { width:20rem;height:1.25rem;top:55.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/XHnS0fm9/bg4_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { width:20rem;height:5.125rem;top:3rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #croxn44EmTpvqbc8kFoBhH7TmfrmaEbH { width:18.75rem;height:2.0625rem;top:9.512499809265rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { width:19.1875rem;height:6.75rem;top:12.25rem;left:0.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { width:19.375rem;height:3.125rem;top:15.5625rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:17.5rem;height:auto;top:20.987499237061rem;left:0rem; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:17.5rem;height:auto;top:20.987499237061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 { display:block; }#yQS7nlmrHzJHeAp6Ii3W4m1h4RfItWS5 > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbLzU9eSodHIUM6HoWbcRDzt9Ax3dGa7 { width:3.0625rem;height:3.0625rem;top:42.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq3dUqCaTJh6elZwhEVtlAATkVKSo22W { width:3.0625rem;height:3.0625rem;top:42.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs6vf8tGPKxDZdB7vMTlqSbIJmU86pZk { width:7.3125rem;height:1.375rem;top:31rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnJgK2VM4SpCOni4FJRtkzdzE8cT1rVC { width:18.75rem;height:0.0625rem;top:37.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVseRG7uWqzia4wuVpTlcLwHF6FSlWlw { width:7.3125rem;height:2.75rem;top:27.625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrTfMXGwNlHIMl9UiDQEH1LkuVGxVJB { width:11.375rem;height:1.375rem;top:24.375rem;left:6.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G00R8fzkoVs4ULeb0VFf3nTDvqOd1f9Q { width:20rem;height:1rem;top:39.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u30lJAyFKue2HITMv49wM745zhTMTSeI { width:20rem;height:1rem;top:21.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ro7uMqHXQdKMZODhf7ZTAJsTQNWDLfI8 { width:2.1875rem;height:2.1875rem;top:2.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXeK3hiUOM6bqekVbCf0sHfsBd8SDJDV { width:2.1875rem;height:2.1875rem;top:3rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmihkxkD8FgNEo8iMFazNORigBydduwn { width:18.75rem;height:0.0625rem;top:20rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abWuSTNspLNJ7zzyLSt1hSc6QccRmQ9D { display:flex;width:1.875rem;height:1.875rem;top:50.625rem;left:9.0625rem; }
#abWuSTNspLNJ7zzyLSt1hSc6QccRmQ9D > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lS2EbcmR5J5kAgeFK4c1yOxoEV9E70GE { display:flex;width:2.0625rem;height:2.0625rem;top:53.75rem;left:8.9375rem; }
#lS2EbcmR5J5kAgeFK4c1yOxoEV9E70GE > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #esD8lrRDwZi7opk7IiXwSkywuzob3hft { width:8.625rem;height:2.5625rem;top:46.8125rem;left:5.6875rem;display:block; }
 }