.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:255,246,216;--color-primary-1:255,227,139;--color-primary-2:255,208,61;--color-primary-3:238,92,34;--color-primary-4:51,42,12;--color-secondary-0:229,244,255;--color-secondary-1:133,193,254;--color-secondary-2:51,152,253;--color-secondary-3:0,126,252;--color-secondary-4:12,51,180;--color-tertiary-0:255,255,255;--color-tertiary-1:198,198,198;--color-tertiary-2:160,160,160;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@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:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #cccccc, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;display:block; }
#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); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32376707-5e7b-445e-bbf8-97a099f66f1b/zawalony_przedsiebiorca2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc.adaptive-delivery-prevent-bg, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyload, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyloading { background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { background-color: transparent; background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .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); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { border-width: 0; border-radius: 0; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:60rem;height:115.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { color:rgba(var(--color-primary-2),1);display:block;width:57.0625rem;position:absolute;font-family:"baloo 2";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.0625rem;left:1.40625rem;height:10.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.125rem;top:3.125rem;left:21.375rem;overflow:hidden;display:block; }
#yKfOkz1i1CL0ypnu7KFQ0ZLbS6dp2aNT { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:23.875rem;left:5.59375rem;height:11.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:28.1875rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:74.8125rem;left:15.84375rem;display:block; }
#G9KPuLfeqMCwEd8vk0HZMlhVBDDaUzSh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNUu1Go9CKcUE5HtTndqrfS5ZLFHp9PX { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.1;letter-spacing:0;top:79.625rem;left:17.8125rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pAilAvI7v3iuIAkTsFIvFQVJl9CJ17Wn { position:absolute;display:block;z-index:15054;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.8125rem;left:27.125rem;overflow:hidden;display:block; }
#tJ8vTLN0JBPpT8HvDU8sLxJgPNgkEznu { position:absolute;display:block;z-index:15051;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.8125rem;left:19.6875rem;overflow:hidden;display:block; }
#kCAHOa9ETH0TuePZ4sMSOCrk76CcmNLI { position:absolute;display:block;z-index:15052;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.8125rem;left:22.25rem;overflow:hidden;display:block; }
#ZvIVTxBramJM1itlqMJPgF2KJ7lbrg9c { position:absolute;display:block;z-index:15053;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.8125rem;left:24.625rem;overflow:hidden;display:block; }
#bbtcT7UzIuubD6QTO01iDwTwCsgOmpDR { position:absolute;display:block;z-index:15050;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:3.125rem;width:3.125rem;top:85.8125rem;left:17.125rem;overflow:hidden;display:block; }
#kByPbuwalqKPnAr2H5L82TbmxRXmuvuI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15098;opacity:1;top:85.4375rem;left:31.9375rem; }
#ybrWuxVFoA9lT4qZNv6fQsT2AOcBonTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15099;opacity:1;top:85.4375rem;left:34rem; }
#lx11FUMnCfwAkcxrnf5qB4xLk7H2xsHx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15100;opacity:1;top:85.4375rem;left:36.0625rem; }
#SdcFfRLS6BD5PVGcrL7WpFKhSDdM20p1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15101;opacity:1;top:85.4375rem;left:38.125rem; }
#BzGSzuc4qMC9MurBT0ZubT3JVRBQ0KPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15102;opacity:1;top:85.4375rem;left:40.1875rem; }
#KIy8V1EO88GIxA0MO6mirkL4iZ1SpZgg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15046;line-height:1.1;letter-spacing:0;top:87.3125rem;left:31.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZl2nHJpG0kSfRFvQyqDzEwAyTNvEiRT { box-sizing:content-box;height:20rem;width:38rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:63.25rem;left:10.9375rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#CbdT66IR7gT8uNkL4w5x3GkKqsPorexW { box-sizing:content-box;height:2.75rem;width:20.5rem;position:absolute;display:block;z-index:15103;background-color:#007efc;background-image:none;top:61.875rem;left:19.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#AuW0ssUn3ixHCFltBomQiK7OeQA3lTlr { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"baloo 2";font-size:1.1875rem;font-weight:700;z-index:15104;line-height:1.1;letter-spacing:0;top:62.625rem;left:20.75rem;height:1.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHNHude1FK33ARplyF2nRDIgHAdT5ls5 { color:rgba(var(--color-primary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:38.5625rem;left:5.59375rem;height:20.21141875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lBNneC5cJT7EtN14JBferQsyWrOtKImF { color:rgba(var(--color-primary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:93.3125rem;left:5.59375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw { color:rgba(var(--color-primary-0),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:96.75rem;left:5.59375rem;height:7.65625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#CB0MGtu9qIlzCHvdGqgINiQ33H6JlfVq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:67.25rem;left:19.75rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VkgmHAu17230012pcP6LUhckxx8B0gmZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:"baloo 2";font-size:1.4375rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:69.5625rem;left:13.5rem;height:3.44921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UECUZWCUoM727NzSqTuJH536fw6ExNNT { color:rgba(var(--color-primary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:107.5rem;left:5.59375rem;height:3.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { background-color: transparent; background-image: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .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); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { border-width: 0; border-radius: 0; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { width:60rem;height:107.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#LhlIAlTuXHR2E5l87vaA4Q4EshQSWXww { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.1875rem;left:4.6875rem;height:36.748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NLk2mqy3IUT8yWpZ0pSQ6tS63kDDPFaO { color:rgba(var(--color-primary-3),1);display:block;width:46.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.349609375rem;left:7.46875rem;height:5.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zXAa7PNDFnmc5auNmEIbeTlLZaiXKvIu { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:53.1875rem;left:4.6875rem;height:5.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IhkALaDFJ1C20ElKlG3yUbLikrlIcTqb { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:61.125rem;left:4.6875rem;height:16.5366125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wc6XCTO7FJ8zt4XXO2ztqqdnVgA8ao9x { box-sizing:content-box;height:19.1875rem;width:38rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:83.1875rem;left:11.6875rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#q3bBOeoczqDTBcDRVqndOik1WsEPgc6B { box-sizing:content-box;height:2.75rem;width:20.5rem;position:absolute;display:block;z-index:15110;background-color:#007efc;background-image:none;top:81.8125rem;left:20.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#SrUM2FHptxaoOTEzJ4L6NKxyAurvoBUt { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"baloo 2";font-size:1.1875rem;font-weight:700;z-index:15111;line-height:1.1;letter-spacing:0;top:82.5625rem;left:21.5rem;height:1.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sirnLCTL0hcp48P2TgI7I673xbu52MSt { color:rgba(var(--color-primary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:87.1875rem;left:20.5rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HZyOxp1nVQ14T5WL63XotMThFW8SRklc { color:rgba(var(--color-primary-4),1);display:block;width:33.125rem;position:absolute;font-family:"baloo 2";font-size:1.4375rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:89.5rem;left:14.25rem;height:3.44921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q6s19e3ykFrAoLQUlsIWznRmDmVxIKMT { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:28.1875rem;height:3.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:94.75rem;left:16.71875rem;display:block; }
#JW6H2bnNgnqDz8gD3TNSxHPaJPq9DotW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4NDTeZoQB7uxxRwa9TPo6WA1VCCfOme { color:rgba(var(--color-primary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.1;letter-spacing:0;top:99.4375rem;left:18.6875rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z76T0UQ2nvaqRVghllXCNT56rirw3Kki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { background-color: transparent; background-image: none; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container > .video-iframe-container { display: none; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row > .video-iframe-container { display: none; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .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); }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { border-width: 0; border-radius: 0; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { color:rgba(var(--color-secondary-2),1);display:block;width:57.625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:4.6875rem;left:2.375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w4vU302L9E0BeLLNz9mTZ034O2EHmKma { color:rgba(var(--color-primary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:11rem;left:15.25rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VAAIJnizN799C9JihHkTr3WDFlXNVyNw { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:11rem;left:2.1875rem;overflow:hidden;display:block; }
#cXVqoppwgyTQ1cMZEryAtF5v2TL0LICz { color:rgba(var(--color-primary-4),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:13.1875rem;left:15.25rem;height:26.59378125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yN3mkL1OTZPor0gPLmR4TaHKyf44HQER { color:rgba(var(--color-primary-4),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:30.94384765625rem;left:15.375rem;height:5.97411875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#yN3mkL1OTZPor0gPLmR4TaHKyf44HQER li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yN3mkL1OTZPor0gPLmR4TaHKyf44HQER li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#zNva6o3rCgs1OwcqvBGOoS56cGQ2XNQI { color:rgba(var(--color-primary-4),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:38.46875rem;left:15.25rem;height:4.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));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; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { background-color: transparent; background-image: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .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); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { border-width: 0; border-radius: 0; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { font-size:0.875rem;font-family:arial;height:97rem;width:60rem;position:relative;display:block; }#b8TwdbsubeBoMaTSPTh6ECaqwaXTUHMb { color:rgba(var(--color-tertiary-0),1);display:block;width:57.625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:4.6875rem;left:1.1875rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uGxoqvPZXrhEui9qcwncuhFpUm3hmoCu { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:11rem;left:0rem;height:23.88625625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pq6tb1p8Qy12W9TMqZ9Zz65gfkGofN70 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:81.625rem;left:0.0625rem;height:9.1870125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fvW0fBHg12VCSiZF2TIR2U38JEwv17zA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:67.5625rem;left:0.0625rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UV9P1PcE032TeVoUt6TXknpvmCluBhk4 { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:70.9375rem;left:0rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#UV9P1PcE032TeVoUt6TXknpvmCluBhk4 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UV9P1PcE032TeVoUt6TXknpvmCluBhk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
#VWSp77izILB5pDd1PQ275x9WdAW0BOTQ { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:42.6875rem;left:32.375rem;height:20.34375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#VWSp77izILB5pDd1PQ275x9WdAW0BOTQ li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#VWSp77izILB5pDd1PQ275x9WdAW0BOTQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
#GXiSCimtzK4kyQNXrsJLdv10s3lICVci { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:39.5625rem;left:32.375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fz3nQyFa3nHONUbPTS2XTOqA84NIUZl7 { position:absolute;display:block;z-index:15050;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:20.0625rem;width:30.25rem;top:12rem;left:29.75rem;overflow:hidden;display:block; }
#HKLQ5aSXnusWNv4lWBIK5Cv67VzV4FFa { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top: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:18.75rem;width:28.8125rem;top:41.375rem;left:0rem;overflow:hidden;display:block; }
#xMVyZAyB8qTrmR9r5QAKRhmoTTZfJWWb { position:absolute;display:block;z-index:15052;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:21.8125rem;width:29.625rem;top:68.9375rem;left:30.25rem;overflow:hidden;display:block; }
#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { 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; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { background-color: transparent; background-image: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container > .video-iframe-container { display: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container { display: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .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); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { border-width: 0; border-radius: 0; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { font-size:0.875rem;font-family:arial;height:192.4375rem;width:60rem;position:relative;display:block; }#x8nXQr6Ci8ky894yvzBMWgx73Tbda4BZ { color:rgba(var(--color-secondary-3),1);display:block;width:43.625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:3.9375rem;left:11.125rem;height:5.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qGP2b1Hahb0cRnR3e3JBMm9sP5PGrZo1 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:15.015625rem;left:1.5625rem;overflow:hidden;display:block; }
#s6N2r6DF0TOSg8GalUwxM5cq486OzKWc { box-sizing:content-box;height:19rem;width:28.375rem;position:absolute;display:block;z-index:15094;background-color:rgba(0,0,0,0);background-image:none;top:13.625rem;left:0rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#XCrKBM9TXlZn9FtE2IIvy3ErukQhL0tn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15098;opacity:1;top:15rem;left:9.1875rem; }
#Xv09OlJq6rSFrKU8cKJbzqy8wI9ITxIp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15099;opacity:1;top:15rem;left:11.1875rem; }
#Sh8L4La3m8z3BDGJJSFyDcOTpdx4DP3H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15100;opacity:1;top:15rem;left:13.25rem; }
#cIte2FExLafXUgRKBcPqPe3wzSJ6J26d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15101;opacity:1;top:15rem;left:15.3125rem; }
#OxbS4GOBzfQnw0VPEXVNwnMQvP42LU1o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15102;opacity:1;top:15rem;left:17.375rem; }
#i6JFJE9HikW7v6ufXqUrmtIlAq7n8vFr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:17.8125rem;left:9.75rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BNrERbL44hL7tukB1CguKXXGIxCkA20E { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15096;line-height:1.5;letter-spacing:0;top:19.5625rem;left:9.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZpFbHLhxCD4MswDezNOM92V4Wt6UfJyC { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:22.75rem;left:1.5625rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ts6TBUZFc5LO2VdcowlrooCTztadOeNl { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15049;line-height:1.1;letter-spacing:0;top:161.1875rem;left:12.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBGtZQ3ytAOlTiJp8zX7k1nCNGBTACqy { box-sizing:content-box;height:33.6875rem;width:28.1875rem;position:absolute;display:block;z-index:15104;background-color:rgba(0,0,0,0);background-image:none;top:36.25rem;left:0rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#SevTIy7LDEmB4Cwoty8DTqOuIrrDwbAd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15106;line-height:1.5;letter-spacing:0;top:42.1875rem;left:9.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lQOpoXNhC3oOBxRiBpZ0rH7A07lvmDv6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15112;opacity:1;top:37.625rem;left:17.375rem; }
#a6G4oB7hS5hCIMhQEgHoShcOueLXfJTA { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15104;line-height:1.5;letter-spacing:0;top:45.375rem;left:1.5625rem;height:23.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fLNCuyXDbb3LoVxJ70GKD8vO6Ni7Z7W8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15110;opacity:1;top:37.625rem;left:13.25rem; }
#F8LSyASctRwbNStVvaATQ4nTwwlRVnTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15111;opacity:1;top:37.625rem;left:15.3125rem; }
#Qz2ZHBrn6pNr0oiUXSKDklBtcM3HVfN7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15105;line-height:1.5;letter-spacing:0;top:40.4375rem;left:9.75rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSUiLyneCTT7MxiQ4HGferCucOkRG0Eq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15108;opacity:1;top:37.625rem;left:9.1875rem; }
#sdcg8WZ7p9NQME8VWEuILpb0U1VJEbKr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15109;opacity:1;top:37.625rem;left:11.1875rem; }
#oZgHl0bO1OUhPPfBtaQNVFvuWgJiiSGB { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:37.625rem;left:1.5625rem;overflow:hidden;display:block; }
#yWIgdZIvi6nVIEESocqHCTvFZ55ER11v { box-sizing:content-box;height:32.875rem;width:28.375rem;position:absolute;display:block;z-index:15104;background-color:rgba(0,0,0,0);background-image:none;top:13.625rem;left:31.625rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#cOh1qvT3F1HKJ5PTiiB9ngMgnZ41AIlv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15104;line-height:1.5;letter-spacing:0;top:22.75rem;left:33.1875rem;height:21.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BvXHrWa1gTXdzz8zFg7V7pvvi7n3SvNe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15106;line-height:1.5;letter-spacing:0;top:19.5625rem;left:41.3125rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4KO9MPeZhQD52llsobsM4JTc2HlbAKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15110;opacity:1;top:15rem;left:44.875rem; }
#GuRJCnw0Nb8pBLFoTcNx2mxkyFCQFdCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15111;opacity:1;top:15rem;left:46.9375rem; }
#EliC0bNyA7SeT8sd7lst1yP88yUUUQui { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15112;opacity:1;top:15rem;left:49rem; }
#MODAcmpDZeRayXqReFcE7t4fAEOt25Jb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15105;line-height:1.5;letter-spacing:0;top:17.8125rem;left:41.375rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oSTszl5yaldAwsVk42TPasfKbRpnzu3d { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:15.125rem;left:33.1875rem;overflow:hidden;display:block; }
#xN1nPXFxsqW62m3ZKAU0nL4mimXDHBFM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15108;opacity:1;top:15rem;left:40.8125rem; }
#bRPBV37pUfZIfNaQw2GnpQOM0Xd5xvyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15109;opacity:1;top:15rem;left:42.8125rem; }
#c0aTgCdDT22VxQlaXZr0TPzWwm2ineq6 { box-sizing:content-box;height:40rem;width:28.375rem;position:absolute;display:block;z-index:15114;background-color:rgba(0,0,0,0);background-image:none;top:73.5rem;left:0rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#ilaadGQ8XI4PZN2KSzwsDOU2CZ1eZ3B2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15122;opacity:1;top:76.8125rem;left:17.375rem; }
#JRTUP7mrWoxwiuwsTR5g9VTQedOJUqiq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15115;line-height:1.5;letter-spacing:0;top:79.625rem;left:9.75rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qb1CxfLIAT6CNfNznZF4t8bQJNQoCFCr { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15114;line-height:1.5;letter-spacing:0;top:84.5625rem;left:1.5625rem;height:27rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MlZXriMddGxregWKnxnSG525OckiE3bp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15116;line-height:1.5;letter-spacing:0;top:81.375rem;left:9.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ofuZeEbK7kxU3yXoP0oeFKO5IBi3Qd49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15120;opacity:1;top:76.8125rem;left:13.25rem; }
#XMqnpURNySw1uxAqqSEbHu4Wos8Vrisr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15121;opacity:1;top:76.8125rem;left:15.3125rem; }
#gVWIETb0urVbXrCBXqQ4EBTMTFdRvoqJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15118;opacity:1;top:76.8125rem;left:9.1875rem; }
#ry8ToT1qhC8Bo1DvzifWz7BKsrmbuLID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15119;opacity:1;top:76.8125rem;left:11.1875rem; }
#k4Ns8SZweTrfL12tJrhfvL7dOO5SSUvE { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:76.8125rem;left:1.4375rem;overflow:hidden;display:block; }
#M8Goxyb3C8szpp9GZX2TeG6lAh4ot3wv { box-sizing:content-box;height:40.9375rem;width:28.375rem;position:absolute;display:block;z-index:15124;background-color:rgba(0,0,0,0);background-image:none;top:116.875rem;left:0rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#CeDFkgXXdmnd7NIUgAAUN5LTcGxFpa7P { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15125;line-height:1.5;letter-spacing:0;top:121.0625rem;left:9.75rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kfDWRFJVm2ApHzzSRpTTbRuufcnFZgIU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15132;opacity:1;top:118.25rem;left:17.375rem; }
#oiuUiTLd4T5AKAAydJ37TSeGtQkNZsaW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15124;line-height:1.5;letter-spacing:0;top:126rem;left:1.5625rem;height:30.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pGbc3vnUvLzU5hkvDS11qUt0VnqhhnX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15126;line-height:1.5;letter-spacing:0;top:122.8125rem;left:9.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QI8I4AAqNNA6eCymAvrITlFuCg1f5SU8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15131;opacity:1;top:118.25rem;left:15.3125rem; }
#AcxamZxksmPZxVqxukRkBFuaseSxuKO2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15130;opacity:1;top:118.25rem;left:13.25rem; }
#AVZxbivIxXlt6TK1tkx6MBDu6r1XgDOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15129;opacity:1;top:118.25rem;left:11.1875rem; }
#kyTATGM0EqigK92LUME413MPBRvruTik { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15128;opacity:1;top:118.25rem;left:9.1875rem; }
#G259Cp4eMJiVIMIRQmyoFr4Hyl4ZAKGx { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:118.25rem;left:1.4375rem;overflow:hidden;display:block; }
#kg5kUfcx0AeKWOAbwU5IUgOJ5h2et4WF { box-sizing:content-box;height:36.75rem;width:28.1875rem;position:absolute;display:block;z-index:15114;background-color:rgba(0,0,0,0);background-image:none;top:49.5rem;left:31.75rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#Vl9307ctTT1oApK0fRJZJn2VbRIafKOq { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:50.875rem;left:33.375rem;overflow:hidden;display:block; }
#P341s8uNeH5RlmFdrIUm1WyaLT7gMwVm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15116;line-height:1.5;letter-spacing:0;top:55.4375rem;left:41.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztpDFOuTxPF7MCVhcIdw8tbH1Lc2uPQm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15114;line-height:1.5;letter-spacing:0;top:58.625rem;left:33.5625rem;height:25.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMJgfV90zqoCdadgScgnV2dTIFHBIdKt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15115;line-height:1.5;letter-spacing:0;top:53.6875rem;left:41.75rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fN3JCdeCLlMM7yAiLHTOJBaPHL1rKM8S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15118;opacity:1;top:50.875rem;left:41.1875rem; }
#ugJfwQJ9uyw3llXV5bMmTiAVNlJhS92r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15119;opacity:1;top:50.875rem;left:43.1875rem; }
#UzhaQN0qa3NrskWTJWD2yuhXPCpZyyPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15120;opacity:1;top:50.875rem;left:45.25rem; }
#VIMlPZkBhZZWA4IFdz2gTpJv81ViHgya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15121;opacity:1;top:50.875rem;left:47.3125rem; }
#fhTSsi4rIREEiqFiDSW0UTLUJH3bHy5Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15122;opacity:1;top:50.875rem;left:49.375rem; }
#Dty7TMSNB12Xafe3IDWmbrf1Aaw2p1Ld { box-sizing:content-box;height:46.375rem;width:28.1875rem;position:absolute;display:block;z-index:15124;background-color:rgba(0,0,0,0);background-image:none;top:88.8125rem;left:31.75rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#qwaHSFNJPHG3gQc7i6VEuWgyPHQyTVtA { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15124;line-height:1.5;letter-spacing:0;top:97.9375rem;left:33.5625rem;height:35.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J5JJvThhGO4g9Ud81kfRxDKJkzTe5H8f { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:90.1875rem;left:33.375rem;overflow:hidden;display:block; }
#Zf9mMuII0fBqXpMTcI92clvMbVeyuU50 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15126;line-height:1.5;letter-spacing:0;top:94.75rem;left:41.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p1cvWoaHaXXoNqQ79TcARZ0zz7OhB5rt { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15125;line-height:1.5;letter-spacing:0;top:93rem;left:41.75rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JksOoSnDJgFmTbrhWQKzoxGK8fm97GTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15128;opacity:1;top:90.1875rem;left:41.1875rem; }
#W2FUKRRJ67M9i3TNbMlJCXabHN2uUK19 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15129;opacity:1;top:90.1875rem;left:43.1875rem; }
#fK2qrUKlVPrcsIyeW7E7sAQVIZnudlte { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15130;opacity:1;top:90.1875rem;left:45.25rem; }
#MeDV77wuKeuoeIhwG4ZogiveHlIzfMGq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15131;opacity:1;top:90.1875rem;left:47.3125rem; }
#Q3AZffl6l7ZzHV77QVherZIIaogyveop { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15132;opacity:1;top:90.1875rem;left:49.375rem; }
#lfMrsd6fGyB6NhQyVW4toHdBsu49PVD0 { box-sizing:content-box;height:19.3125rem;width:28.375rem;position:absolute;display:block;z-index:15134;background-color:rgba(0,0,0,0);background-image:none;top:138.5625rem;left:31.375rem;border-top:0.125rem solid #b5b5b5;border-left:0.125rem solid #b5b5b5;border-right:0.125rem solid #b5b5b5;border-bottom:0.125rem solid #b5b5b5;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#TPV3sh1e2hK4cB5nNm3hXyb8h8nKkxMz { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.125rem;border-top-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-bottom-right-radius:4.125rem;box-shadow: none;height:6.625rem;width:6.625rem;top:139.75rem;left:33.0625rem;overflow:hidden;display:block; }
#KKpFJJF9cPPy6ndFIzGwrR6gRBTn2FkK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15135;line-height:1.5;letter-spacing:0;top:142.5625rem;left:41.375rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mx5UFFd7JTUJc3Rl4KMoiUDwhNlU6L2C { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15134;line-height:1.5;letter-spacing:0;top:147.5rem;left:33.1875rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SX0nQrWUmHOcCt7tgwdRxTe70RpN0Bya { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15136;line-height:1.5;letter-spacing:0;top:144.3125rem;left:41.3125rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sfs6mvKL1TnRMTOJLpCmXWVspBrUEtl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15139;opacity:1;top:139.75rem;left:42.8125rem; }
#w5AuwzyrMrVOw0CzorFShdXMKLMDhSIH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15138;opacity:1;top:139.75rem;left:40.8125rem; }
#JXOmLw3awJdEHqebm7mDxUil4TXFfLZB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15141;opacity:1;top:139.75rem;left:46.9375rem; }
#c3tRzOi3vhhx3UWeFGI6BpaZPadAGWHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15140;opacity:1;top:139.75rem;left:44.875rem; }
#kzWScdDegoa5y96gPuvB8Bnel1kNCpGa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15142;opacity:1;top:139.75rem;left:49rem; }
#x8BWm4f8TIkWxssDFTXElKBx4PVXxgbq { position:absolute;display:block;z-index:15007;height:21.75rem;width:38.75rem;top:167.625rem;left:10.625rem;display:block; }
#a2f9WK66mece2hybbuMTw0EurhvS15D8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row .container { background-color: transparent; background-image: none; }#a2f9WK66mece2hybbuMTw0EurhvS15D8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row .container > .video-iframe-container { display: none; }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row > .video-iframe-container { display: none; }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .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); }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row .container { border-width: 0; border-radius: 0; }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:60rem;position:relative;display:block; }#TKJvWU5oXIkQiBORqZiwQSC0XBFSBV26 { box-sizing:content-box;height:18.625rem;width:19.1875rem;position:absolute;display:block;z-index:15093;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:3rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#qNfx2k4lZH20Kyz7FS3x6Od00FybgkBP { box-sizing:content-box;height:18.625rem;width:19.1875rem;position:absolute;display:block;z-index:15094;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:3rem;left:40.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#rSP69vdC9AT95O8Sp9B36ncbSLaRRGoi { box-sizing:content-box;height:18.625rem;width:19.1875rem;position:absolute;display:block;z-index:15094;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:3rem;left:20.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-top-left-radius:3.5rem;display:block; }
#ZhapHkZi1QyURtDe4MJTt4IMhSlGRvm3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15093;line-height:1.4;letter-spacing:0;top:8.28759765625rem;left:2.75rem;height:8.0488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMDe4Nw4NrSPVwEIqWpopfWkX5xHH4Bk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15094;line-height:1.4;letter-spacing:0;top:8.28759765625rem;left:21.71875rem;height:8.0488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlUFDMnJPZUL6vxus6HEfzhc1Vl4M1Bc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15095;line-height:1.4;letter-spacing:0;top:7.28173828125rem;left:41.65625rem;height:10.0610625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xt9WkCJg336WnKOTdPzeZRTgblKRJHiP { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:27.9375rem;left:5.625rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zzEGr5tzhlD65bNZFi2koCv4V3KocJPJ { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:14.9375rem;top:31.4375rem;left:38.3125rem;overflow:hidden;display:block; }
#C5dxyQiG1RBNDtqWW7FtxVTsSZa3WOPs { position:absolute;display:block;z-index:15098;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:16.625rem;top:64.5625rem;left:21.6875rem;overflow:hidden;display:block; }
#ZyufyLFRlb2rVgqQiIXtcsq0cH2RlZVB { box-sizing:content-box;height:20.1875rem;width:38rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;top:40.6875rem;left:10.25rem;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#QyKg3gbAzf5EKyOUWClJCr1aOCLEAs4G { box-sizing:content-box;height:2.75rem;width:20.5rem;position:absolute;display:block;z-index:15117;background-color:#007efc;background-image:none;top:39.3125rem;left:19.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.0625rem;border-bottom-right-radius:3.0625rem;border-bottom-left-radius:3.0625rem;border-top-left-radius:3.0625rem;display:block; }
#ZphtUex204bq9m7tSPwtCo0lN59Z5TTA { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:"baloo 2";font-size:1.1875rem;font-weight:700;z-index:15118;line-height:1.1;letter-spacing:0;top:40.0625rem;left:20.0625rem;height:1.30615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofsGMOIDM0rbvTWbrNXGks1tbSSC6CS9 { color:rgba(var(--color-primary-4),1);display:block;width:20.5625rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:44.6875rem;left:19.0625rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vdib6dQl5exHxsWxLq1tE3rH0f9fF2AS { color:rgba(var(--color-primary-4),1);display:block;width:33.125rem;position:absolute;font-family:"baloo 2";font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:47rem;left:12.8125rem;height:3.44921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vwaX0wl9wGUfygxcGVKrq7nqIxhm27aP { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:28.1875rem;height:3.75rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:52.25rem;left:15.28125rem;display:block; }
#XCgFpQXS916mnFdfg4un3ESiWqydTdNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7lTTA093KwNS8Wi85eDuWgaT28QKTMv { color:rgba(var(--color-primary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.1;letter-spacing:0;top:57.1875rem;left:17.875rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { background-color: transparent; background-image: none; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container > .video-iframe-container { display: none; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row > .video-iframe-container { display: none; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .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); }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { border-width: 0; border-radius: 0; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#rcSqWcfitWnTZXRO8ty3ZIDkTGfalUva { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:1.3125rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VED9UH8QBT2cH4yf9brLTbwlrnnTxs3p { position:absolute;display:block;z-index:15020;height:0.625rem;width:9.8125rem;top:1.4375rem;left:37.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:33.375rem;height:2.25rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:14.75rem;height:1.9375rem;top:4rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKfOkz1i1CL0ypnu7KFQ0ZLbS6dp2aNT { width:33.375rem;height:2.25rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { width:28.1875rem;height:3.75rem;top:74.8125rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9KPuLfeqMCwEd8vk0HZMlhVBDDaUzSh { display:block; }
 }@media only screen and (max-width: 763px) { #wNUu1Go9CKcUE5HtTndqrfS5ZLFHp9PX { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAilAvI7v3iuIAkTsFIvFQVJl9CJ17Wn { width:3.125rem;height:3.125rem;top:85.8125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8vTLN0JBPpT8HvDU8sLxJgPNgkEznu { width:3.125rem;height:3.125rem;top:85.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAHOa9ETH0TuePZ4sMSOCrk76CcmNLI { width:3.125rem;height:3.125rem;top:85.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvIVTxBramJM1itlqMJPgF2KJ7lbrg9c { width:3.125rem;height:3.125rem;top:85.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbtcT7UzIuubD6QTO01iDwTwCsgOmpDR { width:3.125rem;height:3.125rem;top:85.8125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #kByPbuwalqKPnAr2H5L82TbmxRXmuvuI { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrWuxVFoA9lT4qZNv6fQsT2AOcBonTV { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx11FUMnCfwAkcxrnf5qB4xLk7H2xsHx { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdcFfRLS6BD5PVGcrL7WpFKhSDdM20p1 { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzGSzuc4qMC9MurBT0ZubT3JVRBQ0KPw { width:2.0625rem;height:2.0625rem;top:85.4375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIy8V1EO88GIxA0MO6mirkL4iZ1SpZgg { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZl2nHJpG0kSfRFvQyqDzEwAyTNvEiRT { width:38rem;height:20rem;top:63.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbdT66IR7gT8uNkL4w5x3GkKqsPorexW { width:20.5rem;height:2.75rem;top:61.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuW0ssUn3ixHCFltBomQiK7OeQA3lTlr { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHNHude1FK33ARplyF2nRDIgHAdT5ls5 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBNneC5cJT7EtN14JBferQsyWrOtKImF { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #CB0MGtu9qIlzCHvdGqgINiQ33H6JlfVq { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkgmHAu17230012pcP6LUhckxx8B0gmZ { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UECUZWCUoM727NzSqTuJH536fw6ExNNT { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV { display:block; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhlIAlTuXHR2E5l87vaA4Q4EshQSWXww { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLk2mqy3IUT8yWpZ0pSQ6tS63kDDPFaO { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXAa7PNDFnmc5auNmEIbeTlLZaiXKvIu { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhkALaDFJ1C20ElKlG3yUbLikrlIcTqb { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6XCTO7FJ8zt4XXO2ztqqdnVgA8ao9x { width:38rem;height:19.1875rem;top:83.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3bBOeoczqDTBcDRVqndOik1WsEPgc6B { width:20.5rem;height:2.75rem;top:81.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrUM2FHptxaoOTEzJ4L6NKxyAurvoBUt { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sirnLCTL0hcp48P2TgI7I673xbu52MSt { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZyOxp1nVQ14T5WL63XotMThFW8SRklc { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6s19e3ykFrAoLQUlsIWznRmDmVxIKMT { width:28.1875rem;height:3.75rem;top:94.75rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW6H2bnNgnqDz8gD3TNSxHPaJPq9DotW { display:block; }
 }@media only screen and (max-width: 763px) { #z4NDTeZoQB7uxxRwa9TPo6WA1VCCfOme { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z76T0UQ2nvaqRVghllXCNT56rirw3Kki { display:block; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4vU302L9E0BeLLNz9mTZ034O2EHmKma { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAAIJnizN799C9JihHkTr3WDFlXNVyNw { width:10.625rem;height:10.625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVqoppwgyTQ1cMZEryAtF5v2TL0LICz { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN3mkL1OTZPor0gPLmR4TaHKyf44HQER { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#yN3mkL1OTZPor0gPLmR4TaHKyf44HQER li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #zNva6o3rCgs1OwcqvBGOoS56cGQ2XNQI { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8TwdbsubeBoMaTSPTh6ECaqwaXTUHMb { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGxoqvPZXrhEui9qcwncuhFpUm3hmoCu { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq6tb1p8Qy12W9TMqZ9Zz65gfkGofN70 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvW0fBHg12VCSiZF2TIR2U38JEwv17zA { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV9P1PcE032TeVoUt6TXknpvmCluBhk4 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#UV9P1PcE032TeVoUt6TXknpvmCluBhk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #VWSp77izILB5pDd1PQ275x9WdAW0BOTQ { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#VWSp77izILB5pDd1PQ275x9WdAW0BOTQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #GXiSCimtzK4kyQNXrsJLdv10s3lICVci { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz3nQyFa3nHONUbPTS2XTOqA84NIUZl7 { width:30.25rem;height:20.0625rem;top:12rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKLQ5aSXnusWNv4lWBIK5Cv67VzV4FFa { width:28.8125rem;height:18.75rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMVyZAyB8qTrmR9r5QAKRhmoTTZfJWWb { width:29.625rem;height:21.8125rem;top:68.9375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8nXQr6Ci8ky894yvzBMWgx73Tbda4BZ { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGP2b1Hahb0cRnR3e3JBMm9sP5PGrZo1 { width:6.25rem;height:6.25rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6N2r6DF0TOSg8GalUwxM5cq486OzKWc { width:28.375rem;height:19rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrKBM9TXlZn9FtE2IIvy3ErukQhL0tn { width:2.0625rem;height:2.0625rem;top:15rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv09OlJq6rSFrKU8cKJbzqy8wI9ITxIp { width:2.0625rem;height:2.0625rem;top:15rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh8L4La3m8z3BDGJJSFyDcOTpdx4DP3H { width:2.0625rem;height:2.0625rem;top:15rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIte2FExLafXUgRKBcPqPe3wzSJ6J26d { width:2.0625rem;height:2.0625rem;top:15rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxbS4GOBzfQnw0VPEXVNwnMQvP42LU1o { width:2.0625rem;height:2.0625rem;top:15rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6JFJE9HikW7v6ufXqUrmtIlAq7n8vFr { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNrERbL44hL7tukB1CguKXXGIxCkA20E { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpFbHLhxCD4MswDezNOM92V4Wt6UfJyC { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts6TBUZFc5LO2VdcowlrooCTztadOeNl { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBGtZQ3ytAOlTiJp8zX7k1nCNGBTACqy { width:28.1875rem;height:33.6875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SevTIy7LDEmB4Cwoty8DTqOuIrrDwbAd { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQOpoXNhC3oOBxRiBpZ0rH7A07lvmDv6 { width:2.0625rem;height:2.0625rem;top:37.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6G4oB7hS5hCIMhQEgHoShcOueLXfJTA { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLNCuyXDbb3LoVxJ70GKD8vO6Ni7Z7W8 { width:2.0625rem;height:2.0625rem;top:37.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8LSyASctRwbNStVvaATQ4nTwwlRVnTa { width:2.0625rem;height:2.0625rem;top:37.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz2ZHBrn6pNr0oiUXSKDklBtcM3HVfN7 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSUiLyneCTT7MxiQ4HGferCucOkRG0Eq { width:2.0625rem;height:2.0625rem;top:37.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdcg8WZ7p9NQME8VWEuILpb0U1VJEbKr { width:2.0625rem;height:2.0625rem;top:37.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZgHl0bO1OUhPPfBtaQNVFvuWgJiiSGB { width:6.5625rem;height:6.5625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWIgdZIvi6nVIEESocqHCTvFZ55ER11v { width:28.375rem;height:32.875rem;top:13.625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOh1qvT3F1HKJ5PTiiB9ngMgnZ41AIlv { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvXHrWa1gTXdzz8zFg7V7pvvi7n3SvNe { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4KO9MPeZhQD52llsobsM4JTc2HlbAKJ { width:2.0625rem;height:2.0625rem;top:15rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuRJCnw0Nb8pBLFoTcNx2mxkyFCQFdCK { width:2.0625rem;height:2.0625rem;top:15rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EliC0bNyA7SeT8sd7lst1yP88yUUUQui { width:2.0625rem;height:2.0625rem;top:15rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MODAcmpDZeRayXqReFcE7t4fAEOt25Jb { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTszl5yaldAwsVk42TPasfKbRpnzu3d { width:6.3125rem;height:6.3125rem;top:15.125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN1nPXFxsqW62m3ZKAU0nL4mimXDHBFM { width:2.0625rem;height:2.0625rem;top:15rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRPBV37pUfZIfNaQw2GnpQOM0Xd5xvyI { width:2.0625rem;height:2.0625rem;top:15rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0aTgCdDT22VxQlaXZr0TPzWwm2ineq6 { width:28.375rem;height:40rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilaadGQ8XI4PZN2KSzwsDOU2CZ1eZ3B2 { width:2.0625rem;height:2.0625rem;top:76.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRTUP7mrWoxwiuwsTR5g9VTQedOJUqiq { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb1CxfLIAT6CNfNznZF4t8bQJNQoCFCr { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlZXriMddGxregWKnxnSG525OckiE3bp { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofuZeEbK7kxU3yXoP0oeFKO5IBi3Qd49 { width:2.0625rem;height:2.0625rem;top:76.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMqnpURNySw1uxAqqSEbHu4Wos8Vrisr { width:2.0625rem;height:2.0625rem;top:76.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVWIETb0urVbXrCBXqQ4EBTMTFdRvoqJ { width:2.0625rem;height:2.0625rem;top:76.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8ToT1qhC8Bo1DvzifWz7BKsrmbuLID { width:2.0625rem;height:2.0625rem;top:76.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Ns8SZweTrfL12tJrhfvL7dOO5SSUvE { width:6.5625rem;height:6.5625rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Goxyb3C8szpp9GZX2TeG6lAh4ot3wv { width:28.375rem;height:40.9375rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeDFkgXXdmnd7NIUgAAUN5LTcGxFpa7P { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfDWRFJVm2ApHzzSRpTTbRuufcnFZgIU { width:2.0625rem;height:2.0625rem;top:118.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiuUiTLd4T5AKAAydJ37TSeGtQkNZsaW { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGbc3vnUvLzU5hkvDS11qUt0VnqhhnX6 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI8I4AAqNNA6eCymAvrITlFuCg1f5SU8 { width:2.0625rem;height:2.0625rem;top:118.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcxamZxksmPZxVqxukRkBFuaseSxuKO2 { width:2.0625rem;height:2.0625rem;top:118.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVZxbivIxXlt6TK1tkx6MBDu6r1XgDOC { width:2.0625rem;height:2.0625rem;top:118.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyTATGM0EqigK92LUME413MPBRvruTik { width:2.0625rem;height:2.0625rem;top:118.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G259Cp4eMJiVIMIRQmyoFr4Hyl4ZAKGx { width:6.625rem;height:6.625rem;top:118.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg5kUfcx0AeKWOAbwU5IUgOJ5h2et4WF { width:28.1875rem;height:36.75rem;top:49.5rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl9307ctTT1oApK0fRJZJn2VbRIafKOq { width:6.6875rem;height:6.6875rem;top:50.875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P341s8uNeH5RlmFdrIUm1WyaLT7gMwVm { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztpDFOuTxPF7MCVhcIdw8tbH1Lc2uPQm { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMJgfV90zqoCdadgScgnV2dTIFHBIdKt { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN3JCdeCLlMM7yAiLHTOJBaPHL1rKM8S { width:2.0625rem;height:2.0625rem;top:50.875rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugJfwQJ9uyw3llXV5bMmTiAVNlJhS92r { width:2.0625rem;height:2.0625rem;top:50.875rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzhaQN0qa3NrskWTJWD2yuhXPCpZyyPz { width:2.0625rem;height:2.0625rem;top:50.875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIMlPZkBhZZWA4IFdz2gTpJv81ViHgya { width:2.0625rem;height:2.0625rem;top:50.875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTSsi4rIREEiqFiDSW0UTLUJH3bHy5Z { width:2.0625rem;height:2.0625rem;top:50.875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dty7TMSNB12Xafe3IDWmbrf1Aaw2p1Ld { width:28.1875rem;height:46.375rem;top:88.8125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwaHSFNJPHG3gQc7i6VEuWgyPHQyTVtA { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5JJvThhGO4g9Ud81kfRxDKJkzTe5H8f { width:6.5625rem;height:6.5625rem;top:90.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9mMuII0fBqXpMTcI92clvMbVeyuU50 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1cvWoaHaXXoNqQ79TcARZ0zz7OhB5rt { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JksOoSnDJgFmTbrhWQKzoxGK8fm97GTc { width:2.0625rem;height:2.0625rem;top:90.1875rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2FUKRRJ67M9i3TNbMlJCXabHN2uUK19 { width:2.0625rem;height:2.0625rem;top:90.1875rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK2qrUKlVPrcsIyeW7E7sAQVIZnudlte { width:2.0625rem;height:2.0625rem;top:90.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeDV77wuKeuoeIhwG4ZogiveHlIzfMGq { width:2.0625rem;height:2.0625rem;top:90.1875rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AZffl6l7ZzHV77QVherZIIaogyveop { width:2.0625rem;height:2.0625rem;top:90.1875rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfMrsd6fGyB6NhQyVW4toHdBsu49PVD0 { width:28.375rem;height:19.3125rem;top:138.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPV3sh1e2hK4cB5nNm3hXyb8h8nKkxMz { width:6.625rem;height:6.625rem;top:139.75rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpFJJF9cPPy6ndFIzGwrR6gRBTn2FkK { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx5UFFd7JTUJc3Rl4KMoiUDwhNlU6L2C { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX0nQrWUmHOcCt7tgwdRxTe70RpN0Bya { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfs6mvKL1TnRMTOJLpCmXWVspBrUEtl3 { width:2.0625rem;height:2.0625rem;top:139.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5AuwzyrMrVOw0CzorFShdXMKLMDhSIH { width:2.0625rem;height:2.0625rem;top:139.75rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOmLw3awJdEHqebm7mDxUil4TXFfLZB { width:2.0625rem;height:2.0625rem;top:139.75rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3tRzOi3vhhx3UWeFGI6BpaZPadAGWHw { width:2.0625rem;height:2.0625rem;top:139.75rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWScdDegoa5y96gPuvB8Bnel1kNCpGa { width:2.0625rem;height:2.0625rem;top:139.75rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8BWm4f8TIkWxssDFTXElKBx4PVXxgbq { width:38.75rem;height:21.75rem;top:167.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2f9WK66mece2hybbuMTw0EurhvS15D8 { display:block; }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKJvWU5oXIkQiBORqZiwQSC0XBFSBV26 { width:19.1875rem;height:18.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNfx2k4lZH20Kyz7FS3x6Od00FybgkBP { width:19.1875rem;height:18.625rem;top:3rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSP69vdC9AT95O8Sp9B36ncbSLaRRGoi { width:19.1875rem;height:18.625rem;top:3rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhapHkZi1QyURtDe4MJTt4IMhSlGRvm3 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMDe4Nw4NrSPVwEIqWpopfWkX5xHH4Bk { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUFDMnJPZUL6vxus6HEfzhc1Vl4M1Bc { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt9WkCJg336WnKOTdPzeZRTgblKRJHiP { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzEGr5tzhlD65bNZFi2koCv4V3KocJPJ { width:14.9375rem;height:8.9375rem;top:31.4375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dxyQiG1RBNDtqWW7FtxVTsSZa3WOPs { width:16.625rem;height:2.1875rem;top:64.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyufyLFRlb2rVgqQiIXtcsq0cH2RlZVB { width:38rem;height:20.1875rem;top:40.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKg3gbAzf5EKyOUWClJCr1aOCLEAs4G { width:20.5rem;height:2.75rem;top:39.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZphtUex204bq9m7tSPwtCo0lN59Z5TTA { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofsGMOIDM0rbvTWbrNXGks1tbSSC6CS9 { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdib6dQl5exHxsWxLq1tE3rH0f9fF2AS { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwaX0wl9wGUfygxcGVKrq7nqIxhm27aP { width:28.1875rem;height:3.75rem;top:52.25rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCgFpQXS916mnFdfg4un3ESiWqydTdNR { display:block; }
 }@media only screen and (max-width: 763px) { #r7lTTA093KwNS8Wi85eDuWgaT28QKTMv { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye { display:block; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSqWcfitWnTZXRO8ty3ZIDkTGfalUva { width:16.8125rem;height:0.5625rem;top:35.88720703125rem;left:29.19091796875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VED9UH8QBT2cH4yf9brLTbwlrnnTxs3p { width:9.8125rem;height:0.625rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { background-color:#10189a;background-image:url("https://images.assets-landingi.com/uc/32376707-5e7b-445e-bbf8-97a099f66f1b/zawalony_przedsiebiorca2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc.adaptive-delivery-prevent-bg, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyload, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyloading { background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { background-color: transparent; background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .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); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:20rem;height:109.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:18.25rem;height:9.2798125rem;top:6.8125rem;left:0.875rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:13.625rem;height:1.75rem;top:1.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKfOkz1i1CL0ypnu7KFQ0ZLbS6dp2aNT { width:18.6875rem;height:8.54880625rem;top:18.5625rem;left:0.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eGD3nFIInX866CE5WBfTAPMTeicDpvq3 { width:15.9375rem;height:3.0625rem;top:68.03125rem;left:2.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9KPuLfeqMCwEd8vk0HZMlhVBDDaUzSh { display:block; }
 }@media only screen and (max-width: 763px) { #wNUu1Go9CKcUE5HtTndqrfS5ZLFHp9PX { width:16.125rem;height:0.9375rem;top:71.875rem;left:1.9375rem;font-size:0.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAilAvI7v3iuIAkTsFIvFQVJl9CJ17Wn { width:1.875rem;height:1.875rem;top:77.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ8vTLN0JBPpT8HvDU8sLxJgPNgkEznu { width:1.875rem;height:1.875rem;top:77.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAHOa9ETH0TuePZ4sMSOCrk76CcmNLI { width:1.875rem;height:1.875rem;top:77.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvIVTxBramJM1itlqMJPgF2KJ7lbrg9c { width:1.875rem;height:1.875rem;top:77.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbtcT7UzIuubD6QTO01iDwTwCsgOmpDR { width:1.875rem;height:1.875rem;top:77.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kByPbuwalqKPnAr2H5L82TbmxRXmuvuI { display:flex;width:1.5625rem;height:1.5625rem;top:76.625rem;left:9.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ybrWuxVFoA9lT4qZNv6fQsT2AOcBonTV { display:flex;width:1.5625rem;height:1.5625rem;top:76.625rem;left:13.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lx11FUMnCfwAkcxrnf5qB4xLk7H2xsHx { display:flex;width:1.5625rem;height:1.5625rem;top:76.625rem;left:14.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SdcFfRLS6BD5PVGcrL7WpFKhSDdM20p1 { display:flex;width:1.5625rem;height:1.5625rem;top:76.625rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BzGSzuc4qMC9MurBT0ZubT3JVRBQ0KPw { display:flex;width:1.5625rem;height:1.5625rem;top:76.625rem;left:16rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #KIy8V1EO88GIxA0MO6mirkL4iZ1SpZgg { width:8.125rem;height:1.6875rem;top:78.1875rem;left:9.9375rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZl2nHJpG0kSfRFvQyqDzEwAyTNvEiRT { width:17.4375rem;height:17.6875rem;top:56.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbdT66IR7gT8uNkL4w5x3GkKqsPorexW { width:15.75rem;height:2.625rem;top:55.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuW0ssUn3ixHCFltBomQiK7OeQA3lTlr { width:15.1875rem;height:1.40625rem;top:56.1875rem;left:2.4375rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHNHude1FK33ARplyF2nRDIgHAdT5ls5 { width:20rem;height:24rem;top:30.0478515625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBNneC5cJT7EtN14JBferQsyWrOtKImF { width:20rem;height:3rem;top:83.5625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw { width:20rem;height:10.5rem;top:88.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#DTnJwDcLMMq90mgcNezcqa6Nlyu5bDJw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #CB0MGtu9qIlzCHvdGqgINiQ33H6JlfVq { width:16rem;height:1.7246125rem;top:60.25rem;left:2.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VkgmHAu17230012pcP6LUhckxx8B0gmZ { width:13.875rem;height:4.048825rem;top:62.5rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UECUZWCUoM727NzSqTuJH536fw6ExNNT { width:20rem;height:4.5rem;top:101.4375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV { background-color:#ffffff;background-image:none;display:block; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { background-color: transparent; background-image: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row > .video-iframe-container { display: none; }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .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); }#e9blk5RkKkOwGWp1zXpyc8yd4qNd0hAV > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhlIAlTuXHR2E5l87vaA4Q4EshQSWXww { width:19.5625rem;height:39rem;top:12.9375rem;left:0.4375rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NLk2mqy3IUT8yWpZ0pSQ6tS63kDDPFaO { width:20rem;height:7.974625rem;top:3.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zXAa7PNDFnmc5auNmEIbeTlLZaiXKvIu { width:19.75rem;height:4.5rem;top:52.5625rem;left:0.25rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhkALaDFJ1C20ElKlG3yUbLikrlIcTqb { width:20rem;height:21rem;top:58.0625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6XCTO7FJ8zt4XXO2ztqqdnVgA8ao9x { width:19.75rem;height:17.375rem;top:82.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3bBOeoczqDTBcDRVqndOik1WsEPgc6B { width:17.875rem;height:2.75rem;top:81.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrUM2FHptxaoOTEzJ4L6NKxyAurvoBUt { width:15.875rem;height:1.40625rem;top:82.234375rem;left:2.0625rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sirnLCTL0hcp48P2TgI7I673xbu52MSt { width:20rem;height:1.7246125rem;top:85.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HZyOxp1nVQ14T5WL63XotMThFW8SRklc { width:14.0625rem;height:3.82470625rem;top:87.349609375rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q6s19e3ykFrAoLQUlsIWznRmDmVxIKMT { width:18.3125rem;height:3.75rem;top:92.4375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW6H2bnNgnqDz8gD3TNSxHPaJPq9DotW { display:block; }
 }@media only screen and (max-width: 763px) { #z4NDTeZoQB7uxxRwa9TPo6WA1VCCfOme { width:20rem;height:1.03125rem;top:97.5625rem;left:0rem;font-size:0.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z76T0UQ2nvaqRVghllXCNT56rirw3Kki { display:block; }#z76T0UQ2nvaqRVghllXCNT56rirw3Kki > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { width:20rem;height:4.5rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w4vU302L9E0BeLLNz9mTZ034O2EHmKma { width:20rem;height:2.5rem;top:21.8125rem;left:0rem;font-size:1.5625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAAIJnizN799C9JihHkTr3WDFlXNVyNw { width:10.625rem;height:10.625rem;top:10.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVqoppwgyTQ1cMZEryAtF5v2TL0LICz { width:20rem;height:33rem;top:26.1875rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yN3mkL1OTZPor0gPLmR4TaHKyf44HQER { width:20rem;height:8.4995rem;top:51.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#yN3mkL1OTZPor0gPLmR4TaHKyf44HQER li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#yN3mkL1OTZPor0gPLmR4TaHKyf44HQER li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #zNva6o3rCgs1OwcqvBGOoS56cGQ2XNQI { width:20rem;height:6rem;top:61.375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:20rem;height:123.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8TwdbsubeBoMaTSPTh6ECaqwaXTUHMb { width:20rem;height:4.5rem;top:3.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uGxoqvPZXrhEui9qcwncuhFpUm3hmoCu { width:20rem;height:19.5rem;top:10rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pq6tb1p8Qy12W9TMqZ9Zz65gfkGofN70 { width:20rem;height:7.5rem;top:95.46875rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fvW0fBHg12VCSiZF2TIR2U38JEwv17zA { width:11.5rem;height:1.5rem;top:84.6875rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UV9P1PcE032TeVoUt6TXknpvmCluBhk4 { width:20rem;height:6.75rem;top:87.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#UV9P1PcE032TeVoUt6TXknpvmCluBhk4 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#UV9P1PcE032TeVoUt6TXknpvmCluBhk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #VWSp77izILB5pDd1PQ275x9WdAW0BOTQ { width:20rem;height:17.25rem;top:49.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#VWSp77izILB5pDd1PQ275x9WdAW0BOTQ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#VWSp77izILB5pDd1PQ275x9WdAW0BOTQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #GXiSCimtzK4kyQNXrsJLdv10s3lICVci { width:20rem;height:1.5rem;top:46.9375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fz3nQyFa3nHONUbPTS2XTOqA84NIUZl7 { width:20rem;height:13.2641875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKLQ5aSXnusWNv4lWBIK5Cv67VzV4FFa { width:20rem;height:13.015125rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMVyZAyB8qTrmR9r5QAKRhmoTTZfJWWb { width:20rem;height:14.7255625rem;top:104.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { width:20rem;height:305.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8nXQr6Ci8ky894yvzBMWgx73Tbda4BZ { width:20rem;height:7.7988125rem;top:3.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGP2b1Hahb0cRnR3e3JBMm9sP5PGrZo1 { width:5.3125rem;height:5.3125rem;top:15.5rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6N2r6DF0TOSg8GalUwxM5cq486OzKWc { width:19.75rem;height:16.125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrKBM9TXlZn9FtE2IIvy3ErukQhL0tn { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:8.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Xv09OlJq6rSFrKU8cKJbzqy8wI9ITxIp { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Sh8L4La3m8z3BDGJJSFyDcOTpdx4DP3H { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:9.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #cIte2FExLafXUgRKBcPqPe3wzSJ6J26d { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:12.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OxbS4GOBzfQnw0VPEXVNwnMQvP42LU1o { display:flex;width:1.25rem;height:1.25rem;top:15.5rem;left:11.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #i6JFJE9HikW7v6ufXqUrmtIlAq7n8vFr { width:9.125rem;height:1.3125rem;top:17.3125rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNrERbL44hL7tukB1CguKXXGIxCkA20E { width:12.125rem;height:1.3125rem;top:18.625rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZpFbHLhxCD4MswDezNOM92V4Wt6UfJyC { width:18.4375rem;height:6.5625rem;top:21.6875rem;left:0.78125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ts6TBUZFc5LO2VdcowlrooCTztadOeNl { width:20rem;height:1.6875rem;top:275.25rem;left:0rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBGtZQ3ytAOlTiJp8zX7k1nCNGBTACqy { width:19.75rem;height:30.625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SevTIy7LDEmB4Cwoty8DTqOuIrrDwbAd { width:9.375rem;height:2.625rem;top:38.875rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQOpoXNhC3oOBxRiBpZ0rH7A07lvmDv6 { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:15.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #a6G4oB7hS5hCIMhQEgHoShcOueLXfJTA { width:18.75rem;height:18.375rem;top:43.5rem;left:0.625rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fLNCuyXDbb3LoVxJ70GKD8vO6Ni7Z7W8 { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:11.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #F8LSyASctRwbNStVvaATQ4nTwwlRVnTa { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:13.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Qz2ZHBrn6pNr0oiUXSKDklBtcM3HVfN7 { width:9.125rem;height:1.3125rem;top:37.625rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GSUiLyneCTT7MxiQ4HGferCucOkRG0Eq { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #sdcg8WZ7p9NQME8VWEuILpb0U1VJEbKr { display:flex;width:2.0625rem;height:2.0625rem;top:34.75rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oZgHl0bO1OUhPPfBtaQNVFvuWgJiiSGB { width:5.8125rem;height:5.8125rem;top:34.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWIgdZIvi6nVIEESocqHCTvFZ55ER11v { width:19.75rem;height:31.25rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOh1qvT3F1HKJ5PTiiB9ngMgnZ41AIlv { width:18.4375rem;height:19.6875rem;top:76rem;left:0.78125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvXHrWa1gTXdzz8zFg7V7pvvi7n3SvNe { width:8.3125rem;height:1.3125rem;top:73.4375rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V4KO9MPeZhQD52llsobsM4JTc2HlbAKJ { display:flex;width:2.0625rem;height:2.0625rem;top:68.8125rem;left:11.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GuRJCnw0Nb8pBLFoTcNx2mxkyFCQFdCK { display:flex;width:2.0625rem;height:2.0625rem;top:68.8125rem;left:13.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EliC0bNyA7SeT8sd7lst1yP88yUUUQui { display:flex;width:2.0625rem;height:2.0625rem;top:68.8125rem;left:15.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MODAcmpDZeRayXqReFcE7t4fAEOt25Jb { width:10.25rem;height:1.3125rem;top:72.1875rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oSTszl5yaldAwsVk42TPasfKbRpnzu3d { width:6.3125rem;height:6.3125rem;top:68.8125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN1nPXFxsqW62m3ZKAU0nL4mimXDHBFM { display:flex;width:2.0625rem;height:2.0625rem;top:68.8125rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bRPBV37pUfZIfNaQw2GnpQOM0Xd5xvyI { display:flex;width:2.0625rem;height:2.0625rem;top:68.8125rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #c0aTgCdDT22VxQlaXZr0TPzWwm2ineq6 { width:19.75rem;height:32.0625rem;top:101.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilaadGQ8XI4PZN2KSzwsDOU2CZ1eZ3B2 { display:flex;width:2.0625rem;height:2.0625rem;top:103.0625rem;left:15.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JRTUP7mrWoxwiuwsTR5g9VTQedOJUqiq { width:10.9375rem;height:1.3125rem;top:106.3125rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qb1CxfLIAT6CNfNznZF4t8bQJNQoCFCr { width:18.4375rem;height:21rem;top:110.625rem;left:0.78125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MlZXriMddGxregWKnxnSG525OckiE3bp { width:8.3125rem;height:1.3125rem;top:107.625rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ofuZeEbK7kxU3yXoP0oeFKO5IBi3Qd49 { display:flex;width:2.0625rem;height:2.0625rem;top:103.0625rem;left:11.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XMqnpURNySw1uxAqqSEbHu4Wos8Vrisr { display:flex;width:2.0625rem;height:2.0625rem;top:103.0625rem;left:13.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gVWIETb0urVbXrCBXqQ4EBTMTFdRvoqJ { display:flex;width:2.0625rem;height:2.0625rem;top:103.0625rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ry8ToT1qhC8Bo1DvzifWz7BKsrmbuLID { display:flex;width:2.0625rem;height:2.0625rem;top:103.0625rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #k4Ns8SZweTrfL12tJrhfvL7dOO5SSUvE { width:6.5625rem;height:6.5625rem;top:103.0625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Goxyb3C8szpp9GZX2TeG6lAh4ot3wv { width:19.75rem;height:35.625rem;top:174.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeDFkgXXdmnd7NIUgAAUN5LTcGxFpa7P { width:8.3125rem;height:1.3125rem;top:179.375rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kfDWRFJVm2ApHzzSRpTTbRuufcnFZgIU { display:flex;width:2.0625rem;height:2.0625rem;top:176.1875rem;left:15.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oiuUiTLd4T5AKAAydJ37TSeGtQkNZsaW { width:18.4375rem;height:24.9375rem;top:182.8125rem;left:0.78125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGbc3vnUvLzU5hkvDS11qUt0VnqhhnX6 { width:9.625rem;height:1.3125rem;top:180.6875rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QI8I4AAqNNA6eCymAvrITlFuCg1f5SU8 { display:flex;width:2.0625rem;height:2.0625rem;top:176.1875rem;left:13.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AcxamZxksmPZxVqxukRkBFuaseSxuKO2 { display:flex;width:2.0625rem;height:2.0625rem;top:176.1875rem;left:11.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AVZxbivIxXlt6TK1tkx6MBDu6r1XgDOC { display:flex;width:2.0625rem;height:2.0625rem;top:176.1875rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kyTATGM0EqigK92LUME413MPBRvruTik { display:flex;width:2.0625rem;height:2.0625rem;top:176.1875rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #G259Cp4eMJiVIMIRQmyoFr4Hyl4ZAKGx { width:6.625rem;height:6.625rem;top:175.4375rem;left:0.78125rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg5kUfcx0AeKWOAbwU5IUgOJ5h2et4WF { width:19.75rem;height:34.5625rem;top:137.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl9307ctTT1oApK0fRJZJn2VbRIafKOq { width:6.0625rem;height:6.0625rem;top:139rem;left:0.78125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P341s8uNeH5RlmFdrIUm1WyaLT7gMwVm { width:9.125rem;height:2.625rem;top:143.4375rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ztpDFOuTxPF7MCVhcIdw8tbH1Lc2uPQm { width:17.75rem;height:22.3125rem;top:147.0625rem;left:1.125rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rMJgfV90zqoCdadgScgnV2dTIFHBIdKt { width:9.125rem;height:1.3125rem;top:142.1875rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fN3JCdeCLlMM7yAiLHTOJBaPHL1rKM8S { display:flex;width:2.0625rem;height:2.0625rem;top:139rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ugJfwQJ9uyw3llXV5bMmTiAVNlJhS92r { display:flex;width:2.0625rem;height:2.0625rem;top:139rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UzhaQN0qa3NrskWTJWD2yuhXPCpZyyPz { display:flex;width:2.0625rem;height:2.0625rem;top:139rem;left:11.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VIMlPZkBhZZWA4IFdz2gTpJv81ViHgya { display:flex;width:2.0625rem;height:2.0625rem;top:139rem;left:13.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fhTSsi4rIREEiqFiDSW0UTLUJH3bHy5Z { display:flex;width:2.0625rem;height:2.0625rem;top:139rem;left:15.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Dty7TMSNB12Xafe3IDWmbrf1Aaw2p1Ld { width:19.75rem;height:38.625rem;top:213.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwaHSFNJPHG3gQc7i6VEuWgyPHQyTVtA { width:18.3125rem;height:27.5625rem;top:221.875rem;left:0.84375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5JJvThhGO4g9Ud81kfRxDKJkzTe5H8f { width:6.5625rem;height:6.5625rem;top:214.1875rem;left:0.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9mMuII0fBqXpMTcI92clvMbVeyuU50 { width:11.5rem;height:1.3125rem;top:219.5rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1cvWoaHaXXoNqQ79TcARZ0zz7OhB5rt { width:7.5625rem;height:1.3125rem;top:218.125rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JksOoSnDJgFmTbrhWQKzoxGK8fm97GTc { display:flex;width:2.0625rem;height:2.0625rem;top:214.9375rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #W2FUKRRJ67M9i3TNbMlJCXabHN2uUK19 { display:flex;width:2.0625rem;height:2.0625rem;top:214.9375rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fK2qrUKlVPrcsIyeW7E7sAQVIZnudlte { display:flex;width:2.0625rem;height:2.0625rem;top:214.9375rem;left:11.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MeDV77wuKeuoeIhwG4ZogiveHlIzfMGq { display:flex;width:2.0625rem;height:2.0625rem;top:214.9375rem;left:13.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Q3AZffl6l7ZzHV77QVherZIIaogyveop { display:flex;width:2.0625rem;height:2.0625rem;top:214.9375rem;left:15.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lfMrsd6fGyB6NhQyVW4toHdBsu49PVD0 { width:19.75rem;height:17.0625rem;top:255.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPV3sh1e2hK4cB5nNm3hXyb8h8nKkxMz { width:6.125rem;height:6.125rem;top:256.40625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpFJJF9cPPy6ndFIzGwrR6gRBTn2FkK { width:7.125rem;height:1.3125rem;top:259.0625rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mx5UFFd7JTUJc3Rl4KMoiUDwhNlU6L2C { width:18.3125rem;height:6.5625rem;top:263.5625rem;left:0.84375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SX0nQrWUmHOcCt7tgwdRxTe70RpN0Bya { width:12rem;height:1.3125rem;top:260.46875rem;left:7.4375rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sfs6mvKL1TnRMTOJLpCmXWVspBrUEtl3 { display:flex;width:2.0625rem;height:2.0625rem;top:256.4375rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #w5AuwzyrMrVOw0CzorFShdXMKLMDhSIH { display:flex;width:2.0625rem;height:2.0625rem;top:256.4375rem;left:7.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JXOmLw3awJdEHqebm7mDxUil4TXFfLZB { display:flex;width:2.0625rem;height:2.0625rem;top:256.4375rem;left:13.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #c3tRzOi3vhhx3UWeFGI6BpaZPadAGWHw { display:flex;width:2.0625rem;height:2.0625rem;top:256.4375rem;left:11.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #kzWScdDegoa5y96gPuvB8Bnel1kNCpGa { display:flex;width:2.0625rem;height:2.0625rem;top:256.4375rem;left:15.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #x8BWm4f8TIkWxssDFTXElKBx4PVXxgbq { width:20rem;height:21.75rem;top:280.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2f9WK66mece2hybbuMTw0EurhvS15D8 { display:block; }#a2f9WK66mece2hybbuMTw0EurhvS15D8 > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKJvWU5oXIkQiBORqZiwQSC0XBFSBV26 { width:17.6875rem;height:12.5625rem;top:4.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNfx2k4lZH20Kyz7FS3x6Od00FybgkBP { width:17.6875rem;height:12.5625rem;top:35.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSP69vdC9AT95O8Sp9B36ncbSLaRRGoi { width:17.6875rem;height:12.5625rem;top:19.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhapHkZi1QyURtDe4MJTt4IMhSlGRvm3 { width:13.6875rem;height:5.90625rem;top:7.375rem;left:3.1875rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMDe4Nw4NrSPVwEIqWpopfWkX5xHH4Bk { width:14.0625rem;height:7.875rem;top:22.25rem;left:3rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlUFDMnJPZUL6vxus6HEfzhc1Vl4M1Bc { width:15.5rem;height:9.84375rem;top:36.875rem;left:2.3125rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xt9WkCJg336WnKOTdPzeZRTgblKRJHiP { width:20rem;height:3.8994125rem;top:52rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zzEGr5tzhlD65bNZFi2koCv4V3KocJPJ { width:4.4375rem;height:2.625rem;top:54.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dxyQiG1RBNDtqWW7FtxVTsSZa3WOPs { width:15.0625rem;height:1.875rem;top:81.71875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyufyLFRlb2rVgqQiIXtcsq0cH2RlZVB { width:19.75rem;height:17.8125rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKg3gbAzf5EKyOUWClJCr1aOCLEAs4G { width:18.0625rem;height:2.75rem;top:59.09375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZphtUex204bq9m7tSPwtCo0lN59Z5TTA { width:15.5rem;height:1.40625rem;top:59.765625rem;left:2.25rem;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofsGMOIDM0rbvTWbrNXGks1tbSSC6CS9 { width:15.125rem;height:1.7246125rem;top:63.125rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vdib6dQl5exHxsWxLq1tE3rH0f9fF2AS { width:14.25rem;height:4.048825rem;top:64.849609375rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vwaX0wl9wGUfygxcGVKrq7nqIxhm27aP { width:19rem;height:3.75rem;top:70.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCgFpQXS916mnFdfg4un3ESiWqydTdNR { display:block; }
 }@media only screen and (max-width: 763px) { #r7lTTA093KwNS8Wi85eDuWgaT28QKTMv { width:16.875rem;height:1.03125rem;top:75.375rem;left:1.5625rem;font-size:0.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye { display:block; }#r1mTPqIV7Erq8SimNCwwnI5I7q6q0Jye > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSqWcfitWnTZXRO8ty3ZIDkTGfalUva { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VED9UH8QBT2cH4yf9brLTbwlrnnTxs3p { width:9.8125rem;height:0.625rem;top:4.5625rem;left:5.0625rem;display:block; }
 }