.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:-0.125rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;overflow:visible;position:relative;display:block; }#eTy7Dxw0yyBTzIRQsTMC4NMcLnybE36B { color:#4775a6;display:block;width:55.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.810546875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#SuzumZbaJXc731fK8gA9yTEaeAkSxrlt { color:#104887;display:block;width:26.308625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#TeSM7xyN3T5c5n61Eccrcc4d3RLNGfdh { color:#4775a6;display:block;width:29.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5322265625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#sahU2iHR09TfzVKKSThd6EKhae82ierL { z-index:15003;top:45.935546875rem;left:0rem;background-color:#5dc000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RM6VlKZHCUzACDIi94ZriR41p9HI0kqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WL7r0d83AJ8EWhAmv5kFnKp4g94nR4Nk { box-sizing:content-box;height:21.8125rem;width:21.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#104887;background-image:none;top:21.75rem;left:38.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N5ZrOMJiAWgwTOc1TGWV7wBTNRMq6sio { box-sizing:content-box;height:21.8125rem;width:21.8125rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b31b3463-d27d-427b-888d-91617ef31096/10sztuczek2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.75rem;left:38.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N5ZrOMJiAWgwTOc1TGWV7wBTNRMq6sio.adaptive-delivery-prevent-bg, #N5ZrOMJiAWgwTOc1TGWV7wBTNRMq6sio.lazyload, #N5ZrOMJiAWgwTOc1TGWV7wBTNRMq6sio.lazyloading { background-image: none; }
#KkAI1LNJgKdZGPBTaSrmooT4rrMbTu9o { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#e28a92;background-image:none;top:18.625rem;left:33.625rem;display:block; }
#BbmihimeKcKRGiNVChcnEdCQMgNC70ia { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(16,72,135,0.21);background-image:none;top:41.0625rem;left:41.375rem;display:block; }
#WvtJ5fDquUa2na3Qc9rKxBDAbS0ve86P { box-sizing:content-box;height:2.061525rem;width:2.061525rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#d34f5c;background-image:none;top:46.779296875rem;left:57.9384765625rem;display:block; }
#xGmDvbcBFWQdnuSHxDWMxlvOEkDCkgnb { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(16,72,135,0.58);background-image:none;top:16.625rem;left:57.9375rem;display:block; }
#mT8ZIeCKXkmtTVcoeaqK4qCeaPqTZbum { color:#104887;display:block;width:46.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.685546875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#PIyZoMhickwMmzbREd9TV3MiPpwCpJAl { color:#0a4789;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:32.2294921875rem;left:0rem;height:11.3938125rem;display:block; }
#dWPuz5kslEn5uDvcrXMSgtm5u3UAX02L { box-sizing:content-box;height:0.3125rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:#c41425;background-image:none;top:17.5rem;left:0rem;display:block; }
#fKSp0n6p5D8UNzEDzf4VPqDeH4ceHOdM { color:#104887;display:block;width:53.625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.115234375rem;left:0rem;height:8.3256375rem;font-style:normal;display:block; }
#Wv5IpMcLVWHimfk6Anhy8V9vovGHpK7P { color:#12cc94;display:block;width:33.3123125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:24.375rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#zxWfSaNEhXRTfzdBShfIC3pbAodcnuCZ { color:#12cc94;display:block;width:33.3114375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:26.125rem;left:0.0625rem;height:1.5rem;font-style:normal;display:block; }
#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 { position:relative;display:block; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 { background-color: transparent; background-image: none; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row .container > .video-iframe-container { display: none; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row > .video-iframe-container { display: none; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .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); }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 { border-width: 0; border-radius: 0; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lCktz9Fmrh3o4fs1BcOWf9qpZLi28g6p { color:#4775a6;display:block;width:39.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9306640625rem;left:17.71875rem;height:13.0753rem;font-style:normal;display:block; }
#eTzkrSAneOsKTgT6RXbwShTuTTRH4q15 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2e1351c9-098a-45a1-96ff-1bd9f39ebf4c/pieniadzekopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:10.21875rem;left:2.0625rem;display:block; }#eTzkrSAneOsKTgT6RXbwShTuTTRH4q15.adaptive-delivery-prevent-bg, #eTzkrSAneOsKTgT6RXbwShTuTTRH4q15.lazyload, #eTzkrSAneOsKTgT6RXbwShTuTTRH4q15.lazyloading { background-image: none; }
#PaJZFnGhDOaW3pH9N0txwsEUw2U6HdeL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#f0c4c9;background-image:none;top:10.21875rem;left:2.0625rem;display:block; }
#RMzkFImTOgl36sG8zBD7p2TeuxdkhRug { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e28a92;background-image:none;top:21.0068359375rem;left:1.4375rem;display:block; }
#bPyFzqFCiaOoyGrZZebT5sWKdlLGAdm4 { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#c2d1e1;background-image:none;top:9.9306640625rem;left:13.625rem;display:block; }
#SvxCev0zHLbcTQSxW7BLg3TEilhNCdAJ { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#84a3c4;background-image:none;top:22.0693359375rem;left:57.21875rem;display:block; }
#XUqPFo2OfvVMEo3RytUDW2GXB9gxiU2x { color:#104887;display:block;width:43.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9365234375rem;left:8.15625rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVH0v8iwG8EdoaQNeNbrMJtyRGHQR2HC { box-sizing:content-box;height:16rem;width:59.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:8.28125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #e28a92;border-left:0.0625rem solid #e28a92;border-right:0.0625rem solid #e28a92;border-bottom:0.0625rem solid #e28a92;display:block; }
#welkDMSoWKfWlOm8ds5ugqbd5NsgJHZN { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#84a3c4;background-image:none;top:9.9306640625rem;left:3.5rem;display:block; }
#DLyW4729Z47RZQGtHXUqK72lzF1yLUf5 { color:#104887;display:block;width:38.2493125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.874289512634rem;left:14.560546875rem;height:4.8739375rem;font-style:normal;display:block; }
#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s { position:relative;display:block; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s { background-color: transparent; background-image: none; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row .container > .video-iframe-container { display: none; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row > .video-iframe-container { display: none; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .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); }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s { border-width: 0; border-radius: 0; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l5CiVqtN4lmFrliaiPkx3UAwSUbb4WHl { color:#104887;display:block;width:41.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0308952331543rem;left:10.56107711792rem;height:2.4375rem;font-style:normal;display:none; }
#GVwKnAh1qUSwpTmEpK8HXRkpeh9Cf9pm { color:#104887;display:block;width:48.812125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3096590042114rem;left:10.363101959229rem;height:2.4375rem;font-style:normal;display:block; }
#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT { position:relative;display:block; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT { background-color: transparent; background-image: none; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row .container > .video-iframe-container { display: none; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row > .video-iframe-container { display: none; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .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); }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT { border-width: 0; border-radius: 0; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g9Wyvlwxpa4qu6Nawp5zAGJFynbG5snT { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:2.1875rem;height:1.625rem;font-style:normal;display:block; }
#vvzbek839ry1UfiT0JV7MC7NTnlKDKr3 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:22.1875rem;height:3.25rem;display:block; }
#tw9a8UPrWmbOWDSQQH9AhokxEGXtp9Br { color:#030522;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:42.1875rem;height:7.793rem;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; }
#XGXyvFWPNI62EHP1mmSOLNNHucgyUALK { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:2.1875rem;height:6.494125rem;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; }
#O8EQlJ63WF63xDyENWMnDEJBsDd396QF { box-sizing:content-box;height:16.4375rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:#104887;background-image:none;top:0rem;left:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.1) ;display:block; }
#npQ5pO5oREZlcRn7qzUZ19pmK0xnO2of { box-sizing:content-box;height:24.5rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#87a3c3;background-image:none;top:0rem;left:20.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;display:block; }
#pa42Pnh1bU0eblnufx4QGcICZJCnqZyZ { box-sizing:content-box;height:18.625rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#c2d1e1;background-image:none;top:0rem;left:40.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;display:block; }
#hTNJJOaE8NAiVRb6CDepkRzTe28eT7xU { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:22.1875rem;height:12.9883125rem;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; }
#ofsvlVkMvCgm30urvss2ubwK2Gbt5qKK { color:#030522;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:42.1875rem;height:1.625rem;font-style:normal;display:block; }
#ectIroeZfrnMBvTGhnTMiNTVNMa97rwR { color:#030522;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:25.625rem;left:2.1875rem;height:9.0918125rem;display:block; }
#GcfzR9hknxclhVw0CtQr0CLGSMVauLTK { box-sizing:content-box;height:19.75rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:#c2d1e1;background-image:none;top:17.9375rem;left:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;display:block; }
#xoa6ncb4bum4sBaO5lEQsl3FVbOnVO3K { color:#030522;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.5rem;left:2.1875rem;height:1.625rem;font-style:normal;display:block; }
#XG7o6daeCu2Ct2iLl3M5BI7RsocPFs8N { box-sizing:content-box;height:21.375rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#104887;background-image:none;top:26.25rem;left:20.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.1) ;display:block; }
#h0FniB3zgoOlmX4l59Tuz5e2SFdJUstH { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.125rem;left:22.1875rem;height:4.8739375rem;font-style:normal;display:block; }
#tGkVsJwOySkFBmh1bpI1DqrH7dAv3kge { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:36.75rem;left:22.1875rem;height:7.793rem;display:block; }
#UTwyE4BQeTEJ1I2ecGacy8kBchr1pJGw { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.9375rem;left:42.1875rem;height:10.390625rem;display:block; }
#OTAXfBnoo2RUkWhbgRD3mNR1cDf7FP0z { box-sizing:content-box;height:21rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#4775a6;background-image:none;top:20.25rem;left:40.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.15) ;display:block; }
#FCBR6WRws8naT6ywAOgsnSGwCUMtlBR6 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.8125rem;left:42.1875rem;height:1.625rem;font-style:normal;display:block; }
#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 { position:relative;display:block; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 { background-color: transparent; background-image: none; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container > .video-iframe-container { display: none; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row > .video-iframe-container { display: none; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .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); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 { border-width: 0; border-radius: 0; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:74.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s6CWPhAiAdFWyi493smLD6WBut9v1P0Q { color:#104887;display:block;width:52.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.22412109375rem;left:4.4371433258057rem;height:5.84871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfqM6QMIMskcsJyWP4fDlneNIJ8VMWyC { color:#000000;display:block;width:49.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.75rem;left:5.1875rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN { box-sizing:content-box;height:3.875rem;width:21.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9d0cd1aa-4e53-42a4-8df3-86be63414425/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:18.1875rem;left:5.1875rem;display:block; }#gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN.adaptive-delivery-prevent-bg, #gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN.lazyload, #gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN.lazyloading { background-image: none; }
#dei7n3zc1InplQgrRmTHdO2uAHPf1OSM { box-sizing:content-box;height:47.125rem;width:0.5rem;position:absolute;display:block;z-index:15004;background-color:#104887;background-image:none;top:18.1875rem;left:29.75rem;display:block; }
#fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl { box-sizing:content-box;height:3.6875rem;width:19.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7d82c661-5064-41b7-b752-da7c847be934/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:18.1875rem;left:32.9375rem;display:block; }#fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl.adaptive-delivery-prevent-bg, #fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl.lazyload, #fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl.lazyloading { background-image: none; }
#a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX { box-sizing:content-box;height:21.25rem;width:27.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9db040df-d277-4570-a9b8-0b6616129263/6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:22.9375rem;left:0rem;display:block; }#a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX.adaptive-delivery-prevent-bg, #a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX.lazyload, #a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX.lazyloading { background-image: none; }
#yKQoAOd0DgGATGTTThdPucwABCpQaEm3 { box-sizing:content-box;height:8.75rem;width:26rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88e7b195-901c-42f4-a331-f1622c9f966d/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:22.9375rem;left:32.9375rem;display:block; }#yKQoAOd0DgGATGTTThdPucwABCpQaEm3.adaptive-delivery-prevent-bg, #yKQoAOd0DgGATGTTThdPucwABCpQaEm3.lazyload, #yKQoAOd0DgGATGTTThdPucwABCpQaEm3.lazyloading { background-image: none; }
#frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK { box-sizing:content-box;height:12.3125rem;width:28.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/20bb4615-3a9c-4a48-b550-9ae34f836e6a/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:32.75rem;left:31.25rem;display:block; }#frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK.adaptive-delivery-prevent-bg, #frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK.lazyload, #frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK.lazyloading { background-image: none; }
#ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p { box-sizing:content-box;height:4.5rem;width:25.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bd6b71e5-1748-4967-abe5-8a7736c33568/7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:45.25rem;left:0.875rem;display:block; }#ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p.adaptive-delivery-prevent-bg, #ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p.lazyload, #ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p.lazyloading { background-image: none; }
#qT6l4WSzO6dTcQkEn14DmPIgQLAi527n { box-sizing:content-box;height:6.0625rem;width:29.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/18ef9dd4-c2a6-479e-a363-b86d13d14f34/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:50.90625rem;left:0rem;display:block; }#qT6l4WSzO6dTcQkEn14DmPIgQLAi527n.adaptive-delivery-prevent-bg, #qT6l4WSzO6dTcQkEn14DmPIgQLAi527n.lazyload, #qT6l4WSzO6dTcQkEn14DmPIgQLAi527n.lazyloading { background-image: none; }
#KAy0eccLfWSTZgivqSnBSr0zarlCgpP4 { box-sizing:content-box;height:4.6875rem;width:26.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3f84eeb5-105e-43e1-96ce-bf380360d6fc/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:58.03125rem;left:0.5625rem;display:block; }#KAy0eccLfWSTZgivqSnBSr0zarlCgpP4.adaptive-delivery-prevent-bg, #KAy0eccLfWSTZgivqSnBSr0zarlCgpP4.lazyload, #KAy0eccLfWSTZgivqSnBSr0zarlCgpP4.lazyloading { background-image: none; }
#vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4 { box-sizing:content-box;height:7.625rem;width:29.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1b22771f-d486-48fb-b4a0-b6c3601f4ede/9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:56.96875rem;left:30.875rem;display:block; }#vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4.adaptive-delivery-prevent-bg, #vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4.lazyload, #vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4.lazyloading { background-image: none; }
#tHdPArbfsChydbIONS1yWplwvMzSEI0b { box-sizing:content-box;height:4.9375rem;width:28.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6778d460-5d5d-4731-914a-eb8da3b2193d/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:45.75rem;left:31.0625rem;display:block; }#tHdPArbfsChydbIONS1yWplwvMzSEI0b.adaptive-delivery-prevent-bg, #tHdPArbfsChydbIONS1yWplwvMzSEI0b.lazyload, #tHdPArbfsChydbIONS1yWplwvMzSEI0b.lazyloading { background-image: none; }
#aUx83JbcEPuZ12T7swSWnVADHFawVbPd { box-sizing:content-box;height:5.125rem;width:29.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4af6a2a-bf2a-46d8-833e-b2a6f8c60a2b/d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:51.375rem;left:30.625rem;display:block; }#aUx83JbcEPuZ12T7swSWnVADHFawVbPd.adaptive-delivery-prevent-bg, #aUx83JbcEPuZ12T7swSWnVADHFawVbPd.lazyload, #aUx83JbcEPuZ12T7swSWnVADHFawVbPd.lazyloading { background-image: none; }
#wMymrXA3pQw0KX5QnzDDJfmXMAkUCDSg { box-sizing:content-box;height:0.9375rem;width:3.25rem;position:absolute;display:block;z-index:15011;background-color:#746767;background-image:none;top:28.75rem;left:6.6875rem;display:block; }
#mSqJFUKoBH0TAsRqxqLvkGxR2EpOWnQq { z-index:15003;top:68.875rem;left:17.3125rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nfzUyhULstiI6Z805Bpn1OyZe863sVhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row .container { background-color: transparent; background-image: none; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row .container > .video-iframe-container { display: none; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row > .video-iframe-container { display: none; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .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); }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row .container { border-width: 0; border-radius: 0; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:60rem;position:relative;display:block; }#UoZNVMp8JEFCNduv4hmTVuo7v2qeAPWX { color:#2f2f2f;display:block;width:48.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14rem;left:5.59375rem;height:11.2073875rem;text-align:center;text-align-last:center;display:block; }
#BbyHkhoe78kaHhGotq1WHvMixPFJGB53 { box-sizing:content-box;height:18.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0b66e58-ade3-4e5e-b5a9-f3073562a85a/Artboard3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:33.5625rem;left:21.5625rem;border-top-right-radius:9.125rem;border-bottom-right-radius:9.125rem;border-bottom-left-radius:9.125rem;border-top-left-radius:9.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.11) ;display:block; }#BbyHkhoe78kaHhGotq1WHvMixPFJGB53.adaptive-delivery-prevent-bg, #BbyHkhoe78kaHhGotq1WHvMixPFJGB53.lazyload, #BbyHkhoe78kaHhGotq1WHvMixPFJGB53.lazyloading { background-image: none; }
#BbyHkhoe78kaHhGotq1WHvMixPFJGB53::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:9.125rem;border-bottom-right-radius:9.125rem;border-bottom-left-radius:9.125rem;border-top-left-radius:9.125rem; }#BbyHkhoe78kaHhGotq1WHvMixPFJGB53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,146,255,0.61); }#PCt9LuJ9EOvLyfKLhESW18AWiahyq3uL { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:#84a3c4;background-image:none;top:44.75rem;left:3.8125rem;display:block; }
#hyvhQnwHgtNT1OTwCVc3PEBy073nqrGK { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#84a3c4;background-image:none;top:34.0625rem;left:10rem;display:block; }
#Ggd2bWmgPrdM7PPwXAvVvTTtw876bOxC { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:#84a3c4;background-image:none;top:35.9375rem;left:36.25rem;display:block; }
#ufoMyB4gAdOi2VOpQZuL8rX1fUVUxJpS { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#84a3c4;background-image:none;top:47.875rem;left:37.4375rem;display:block; }
#vcvgUfhzvHQ5neTtWIvKx91IbO003XMy { color:#104887;display:block;width:8.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.0625rem;left:46.625rem;height:1.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CVLCFhCVVhiEP7Rlp4S2tWX90sPzWrDJ { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.5625rem;left:3.8125rem;height:6.494125rem;font-style:normal;display:block; }
#FHh4O5tJ8BC1hhvWRyr1BTcGqZN5gX2c { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:45.9375rem;left:43.75rem;height:1.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oe0AkWf8dwyrzMxkJb9oc89A7zKygRHh { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.1875rem;left:10rem;height:1.298825rem;font-style:normal;display:block; }
#o397Oy2FiilQMxvL7cyc6NzmUH2rOCTI { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:18.5625rem;left:8rem;display:none; }
#k5Pz1HNIRe3uZSqSTAnWV1wFaXyQPAlO { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:18.5625rem;left:8rem;display:none; }
#x60XnhWENS3507llDXqXpJ3St4EI1Qeb { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:18.5625rem;left:8rem;display:none; }
#Sgan2xp4LpcubrSTxTs292JHLCE6I6UZ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.849609375rem;left:25.1875rem;height:1.29980625rem;font-style:normal;display:none; }
#evFGrgJGJdBLgJcWuagWkTWbmE1bhinq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:35.375rem;left:28.0625rem;height:1.298825rem;font-style:normal;display:block; }
#z88mdCKJ2ehyMEpLDdHrp9gxGePZwWi2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.5625rem;left:32.625rem;height:1.298825rem;font-style:normal;display:block; }
#FTRgOayl9nE16g65eUDEvNIVBkW8lUbI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:43.5rem;left:32.625rem;height:1.298825rem;font-style:normal;display:block; }
#huAtiy5iSZNcTC3bAkXoDLFeGTMSdHnM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:42.8125rem;left:24.4375rem;height:1.298825rem;font-style:normal;display:block; }
#JRODicJLKnJeMEgXn276yzLxWWZJTJXv { color:#104887;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:3.3742980957031rem;left:0rem;height:5.248575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZcvJg8zmCosM8mQge54CvHlFZemGaTu { position:relative;display:block; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu { background-color: transparent; background-image: none; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row .container > .video-iframe-container { display: none; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row > .video-iframe-container { display: none; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .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); }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu { border-width: 0; border-radius: 0; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#msOcaZHZ0gaydJ06H6d1o0TTIEPgRg0b { color:#104887;display:block;width:57.874625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.625rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4.5596685409546rem;left:1.0617885589599rem;height:6.8252875rem;font-style:normal;display:block; }
#sWqTA4guRt22fTX0TxJNu2WvWsJpE9Vk { color:#0a4789;display:block;width:32.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.716094970703rem;left:1.0582370758057rem;height:2.4375rem;font-style:normal;display:block; }
#COvFKomwidGNapKJpkNBpwVrsUlORsBx { box-sizing:content-box;height:25.1875rem;width:21.375rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/I8ObwPmR/MG_1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.4375rem;left:38.625rem;display:block; }#COvFKomwidGNapKJpkNBpwVrsUlORsBx.adaptive-delivery-prevent-bg, #COvFKomwidGNapKJpkNBpwVrsUlORsBx.lazyload, #COvFKomwidGNapKJpkNBpwVrsUlORsBx.lazyloading { background-image: none; }
#h5XF1vnesfP4dzL1GWX8Qwll67BigO3D { color:#0a4789;display:block;width:32.1244375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.215553283691rem;left:1.0591259002686rem;height:2.76278125rem;font-style:normal;display:block; }
#MALFWoENi7nohVFV9v3lo6aFJFgyIvQp { color:#0a4789;display:block;width:32.1244375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.215553283691rem;left:1.0591259002686rem;height:2.76171875rem;font-style:normal;display:none; }
#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(84deg, #104887, #213d58);background-image: -moz-linear-gradient(84deg, #104887, #213d58);background-image: -ms-linear-gradient(84deg, #104887, #213d58);background-image: -o-linear-gradient(84deg, #104887, #213d58);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#104887', endColorstr='#213d58' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#104887', endColorstr='#213d58' );";background-image: linear-gradient(84deg, #104887, #213d58);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; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row .container { background-color: transparent; background-image: none; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row .container > .video-iframe-container { display: none; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row > .video-iframe-container { display: none; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .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); }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row .container { border-width: 0; border-radius: 0; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#UdRy2fHi1OBcvriaXcOUwuvcL6zqSs3X { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8232421875rem;left:0rem;height:4.79403125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8ux8geKD5sFzo6JeW9av9k1XoMddx1K { box-sizing:content-box;height:18rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#030522;background-image:none;top:13.5625rem;left:0rem;display:block; }
#MNUl4SBvsH25yvE7UoWtlk4Vr7yE3CUQ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5rem;left:1.5625rem;height:9.26316875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSr6DKWZtWQggRQWQfEvkivVW5DSoTMw { box-sizing:content-box;height:14rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:17.625rem;left:20rem;display:block; }
#lAAtHnRRqnOwmchNiDCtr1H5wvfspxqx { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.9453125rem;left:21.5625rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xrU19AT0NTPLi1g3h4rUPsMyhJDoElOU { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:32.6875rem;left:0rem;display:block; }
#RPJvmkQhuoNNL7iiyhAE73iA0b9GJ1zv { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.4375rem;left:1.5625rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leuPvXA6hcSlSNlc96dQ0aIvOTdVFUWc { color:#2f2f2f;display:block;width:13.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.0625rem;left:42.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMulLKBUVTIvu1kEpwchfT81JF3rC2RT { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#f0c4c9;background-image:none;top:32.6875rem;left:20rem;display:block; }
#WvsDDQytqm5aBbehd0erQAMRdVQPfFtk { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:39.5625rem;left:22.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNIpmMvDKIylmNDgScD63316cb3Qxg1A { box-sizing:content-box;height:15.625rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#c41425;background-image:none;top:16rem;left:40rem;display:block; }
#M0i6dPTsx3uoV79qxhIV4Obif1K7wm7a { box-sizing:content-box;height:23.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:47.125rem;left:20rem;display:block; }
#GbEolEPxvt4yduiDL5w1S6IiMUvTWpy0 { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:57.125rem;left:21.5625rem;height:11.015625rem;font-style:normal;display:block; }#GbEolEPxvt4yduiDL5w1S6IiMUvTWpy0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GbEolEPxvt4yduiDL5w1S6IiMUvTWpy0 li:before{  }
#biqX9MDoxxwx2RyM9JAFaA2qMhPxmE3b { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:52.0625rem;left:21.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeJGU6D8oIfqkEJC9Be1s3XpbuwKTPnx { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:47.125rem;left:0rem;display:block; }
#ilGThD6ppyIsztJ19nrhz3ILuq7vDTiq { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.5rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxSxkfTNcicKvRIwrSOBgiFwOlTRUgpL { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.3203125rem;left:41.3125rem;height:6.498575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clbTkxToPPofm9S7CSMfXwp5u18gTdkF { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#e28a92;background-image:none;top:47.125rem;left:40rem;display:block; }
#PDppKb53E1Q3lqgiXTtQFJwt5t3yLJhe { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.5rem;left:41.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pE1CmVLhfxWoKSJGvZF0oOompFXrXv6y { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:32.6875rem;left:40rem;display:block; }
#uDnOW48Gtx9nXqmuz12qpEvQUTcTm1Tv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.8125rem;left:7.8125rem; }
#Tw8ryCGnGaC2ivUPdeVaAQhRZHUeaKGh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.8125rem;left:27.8125rem; }
#Kre30PVi8ObOQ2b9b0KA2WAiSWFTctG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.125rem;left:7.8125rem; }
#bfqQxLoPTrNpPkTAephXA7U0vTsXo3L1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.4375rem;left:48.4375rem; }
#LJpQLPQM7JUxGOSoWdSCFBrM9XeAw4T8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:34.125rem;left:27.8125rem; }
#TE4PPQD0Pn7rfw4Teae6Vwwku9QxNna5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:48.5625rem;left:47.8125rem; }
#xkeZxqLLTotrT2MsUrlv6B6pRGmCKZeo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:48.4375rem;left:7.8125rem; }
#kzUN8eINVedVns3CCzCM0RTFZzbqay2v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:48.125rem;left:27.8125rem; }
#tTBlmdnMDdTmnbrMERqgOH7HnTrNu0MH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.0625rem;left:47.8125rem; }
#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row .container { background-color: transparent; background-image: none; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row .container > .video-iframe-container { display: none; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row > .video-iframe-container { display: none; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .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); }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row .container { border-width: 0; border-radius: 0; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#SQZudnoVoDlidt3rkb76J8NBg5b28T2O { color:#0a4789;display:block;width:47rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.4375rem;height:4.0625rem;font-style:normal;display:block; }
#RDtB7TMK8MOvdtNlk14pTmKUuv31FoSr { color:#030522;display:block;width:49.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4366149902344rem;left:3.4366111755371rem;height:;display:block; }#RDtB7TMK8MOvdtNlk14pTmKUuv31FoSr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RDtB7TMK8MOvdtNlk14pTmKUuv31FoSr li:before{  }
#KC4wrZRLHJzZ3fNk8eIKKvA55ylXNG4t { box-sizing:content-box;height:16.3125rem;width:59rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.5625rem;left:0rem;border-top:0rem solid #84a3c4;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0rem solid #84a3c4;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row .container { background-color: transparent; background-image: none; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row .container > .video-iframe-container { display: none; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row > .video-iframe-container { display: none; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .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); }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row .container { border-width: 0; border-radius: 0; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#I1xvVLmq4JdnZms2SLuGfP3p9WvCZkWp { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:3.4375rem;height:6.09375rem;font-style:normal;display:block; }
#kSSmoEHzGoLFaD017sKtcRcU5T6oiTNA { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.999282836914rem;left:3.4374980926514rem;height:13.5644375rem;display:block; }#kSSmoEHzGoLFaD017sKtcRcU5T6oiTNA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kSSmoEHzGoLFaD017sKtcRcU5T6oiTNA li:before{  }
#HaOlJRdIB0RzsHhaGxU7CGdxy7nZiPUR { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4998168945312rem;left:3.4374980926514rem;height:1.298825rem;font-style:normal;display:block; }
#HhaI66xDlSTRbL3ToTNBXED2tTTIp04f { color:#104887;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.75rem;left:3.4374980926514rem;height:1.298825rem;font-style:normal;display:block; }
#IEPnLaJEnMQv3CNysxpxfeuaIu7KVITH { box-sizing:content-box;height:7.9375rem;width:6.125rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5eb1c318-ee7e-4763-87c9-c6f36e371f94/Zrzutekranu20240918121835.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.5rem;left:43.0625rem;display:block; }#IEPnLaJEnMQv3CNysxpxfeuaIu7KVITH.adaptive-delivery-prevent-bg, #IEPnLaJEnMQv3CNysxpxfeuaIu7KVITH.lazyload, #IEPnLaJEnMQv3CNysxpxfeuaIu7KVITH.lazyloading { background-image: none; }
#Uag8Ll0RueN9ABWUSfsTocqql1mJ3WC5 { color:#000000;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.562164306641rem;left:3.4987564086914rem;height:4.5214875rem;display:block; }#Uag8Ll0RueN9ABWUSfsTocqql1mJ3WC5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uag8Ll0RueN9ABWUSfsTocqql1mJ3WC5 li:before{  }
#BRDKwlIHheSWViBa7FpfsiSVSx4FfD8g { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/486a4a03-ab49-4fff-916a-afd5cca8bed0/Zrzutekranu20240918121757.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.625rem;left:46.25rem;display:block; }#BRDKwlIHheSWViBa7FpfsiSVSx4FfD8g.adaptive-delivery-prevent-bg, #BRDKwlIHheSWViBa7FpfsiSVSx4FfD8g.lazyload, #BRDKwlIHheSWViBa7FpfsiSVSx4FfD8g.lazyloading { background-image: none; }
#gMKdJwMSyfelGSONAlmRlmg42ysEWXOV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#c2d1e1;background-image:none;top:19.6875rem;left:41.5625rem;display:block; }
#kZ5TdA18CJ4qRR74C0X7Mo7o5lce8frC { box-sizing:content-box;height:34.0625rem;width:59rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0rem solid #84a3c4;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0rem solid #84a3c4;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row .container { background-color: transparent; background-image: none; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row .container > .video-iframe-container { display: none; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row > .video-iframe-container { display: none; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .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); }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row .container { border-width: 0; border-radius: 0; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#OhVUDFdyze6FMN9sonM1JntpVc85kEgM { color:#000000;display:block;width:53.5618125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.6875rem;height:6.09375rem;font-style:normal;display:block; }
#E5XGZa6Vx3PD041aE1TAOcC7NTKlBoOk { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:2.6875rem;height:7.744125rem;display:block; }#E5XGZa6Vx3PD041aE1TAOcC7NTKlBoOk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E5XGZa6Vx3PD041aE1TAOcC7NTKlBoOk li:before{  }
#c1hn5xt9mp7I0GCFKw1MPdNKUwITT8GL { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.6875rem;height:1.298825rem;font-style:normal;display:block; }
#kAViWx9DWWyrCiuUpbTe2OMzigRrw5yV { box-sizing:content-box;height:20.1875rem;width:59rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row .container { background-color: transparent; background-image: none; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row .container > .video-iframe-container { display: none; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row > .video-iframe-container { display: none; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .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); }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row .container { border-width: 0; border-radius: 0; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#KPvDzTaxb0zLygV8NDTGDHOFez294rrr { color:#000000;display:block;width:48.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:2.6875rem;height:6.09375rem;font-style:normal;display:block; }
#nWx37ZgbV5kVTotuxMttGkfXvGZKdO7F { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.1875rem;height:7.431625rem;display:block; }#nWx37ZgbV5kVTotuxMttGkfXvGZKdO7F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nWx37ZgbV5kVTotuxMttGkfXvGZKdO7F li:before{  }
#LyKnXAIwK0ovfVTrkER7x8pkFEpWFt3n { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.1875rem;height:1.298825rem;font-style:normal;display:block; }
#qvW00x7WAEHkWuFcGt5gdQ9WQoFn0oAb { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/486a4a03-ab49-4fff-916a-afd5cca8bed0/Zrzutekranu20240918121757.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.3125rem;left:47.375rem;display:block; }#qvW00x7WAEHkWuFcGt5gdQ9WQoFn0oAb.adaptive-delivery-prevent-bg, #qvW00x7WAEHkWuFcGt5gdQ9WQoFn0oAb.lazyload, #qvW00x7WAEHkWuFcGt5gdQ9WQoFn0oAb.lazyloading { background-image: none; }
#rR8K37S0vro33WKzNJqqw5nPNITzt22J { box-sizing:content-box;height:7.9375rem;width:6.125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5eb1c318-ee7e-4763-87c9-c6f36e371f94/Zrzutekranu20240918121835.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:16.5rem;left:42.125rem;display:block; }#rR8K37S0vro33WKzNJqqw5nPNITzt22J.adaptive-delivery-prevent-bg, #rR8K37S0vro33WKzNJqqw5nPNITzt22J.lazyload, #rR8K37S0vro33WKzNJqqw5nPNITzt22J.lazyloading { background-image: none; }
#XtFGqmpXDpXoVfdDPwphAdwFLSqPGXoP { color:#104887;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5rem;left:3.25rem;height:1.298825rem;font-style:normal;display:block; }
#oSdMH1XL3HAaugWI1RT44zu73FeCkg7o { color:#000000;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.1875rem;left:3.25rem;height:6.1328125rem;display:block; }#oSdMH1XL3HAaugWI1RT44zu73FeCkg7o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oSdMH1XL3HAaugWI1RT44zu73FeCkg7o li:before{  }
#H5t5RgkU4L7EJ2IE9R0lwiQqhErXnkB1 { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f88e6bb-3a78-4957-bcd5-c6cd290592ec/Zrzutekranu20240918122642.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.5rem;left:45.375rem;display:block; }#H5t5RgkU4L7EJ2IE9R0lwiQqhErXnkB1.adaptive-delivery-prevent-bg, #H5t5RgkU4L7EJ2IE9R0lwiQqhErXnkB1.lazyload, #H5t5RgkU4L7EJ2IE9R0lwiQqhErXnkB1.lazyloading { background-image: none; }
#hehP1VK8PqfM4uPkRcWxFgumWGUpthM1 { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4146a1a4-2349-4b67-a9f2-8b3b2ebb10c9/Zrzutekranu20240918122607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.25rem;left:49rem;display:block; }#hehP1VK8PqfM4uPkRcWxFgumWGUpthM1.adaptive-delivery-prevent-bg, #hehP1VK8PqfM4uPkRcWxFgumWGUpthM1.lazyload, #hehP1VK8PqfM4uPkRcWxFgumWGUpthM1.lazyloading { background-image: none; }
#XIKqhh0FFtXQEiis3kEzM6z5rbIOE9HL { box-sizing:content-box;height:14.8125rem;width:14.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#c2d1e1;background-image:none;top:14.3125rem;left:40.8125rem;display:block; }
#RbNQbi5G3aMPFMRxzD2Ec1ryHtHAGC6A { box-sizing:content-box;height:31.5rem;width:59.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row .container { background-color: transparent; background-image: none; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row .container > .video-iframe-container { display: none; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row > .video-iframe-container { display: none; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .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); }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row .container { border-width: 0; border-radius: 0; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#nifuGFX6SJMu3wLXbyy5TOAdq7FGGi0d { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:3.25rem;height:6.09375rem;font-style:normal;display:block; }
#OKeN3RKBIwVyhqEdhBztzfzF6ogLoXLQ { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.375rem;left:3.25rem;height:7.744125rem;display:block; }#OKeN3RKBIwVyhqEdhBztzfzF6ogLoXLQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OKeN3RKBIwVyhqEdhBztzfzF6ogLoXLQ li:before{  }
#VI7EoxDZQ6rIyO91l7T9BfcSpFEIcA7q { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:3.25rem;height:1.298825rem;font-style:normal;display:block; }
#GsZfyGT5NVMCHplazGQT3TVBonsSBzTR { color:#104887;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:3.25rem;height:1.298825rem;font-style:normal;display:block; }
#cvy2QNdJ1efDZK27FTWMzodBGgp7Kgsv { color:#000000;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.4375rem;left:3.25rem;height:8.7305rem;display:block; }#cvy2QNdJ1efDZK27FTWMzodBGgp7Kgsv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cvy2QNdJ1efDZK27FTWMzodBGgp7Kgsv li:before{  }
#f7TvAR4qtVOVzNODmgfl7QPsTJ4OW1h4 { box-sizing:content-box;height:14.8125rem;width:14.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#c2d1e1;background-image:none;top:19.125rem;left:43.125rem;display:block; }
#Z2iTQSnp856WikVqTq9mDTuIemaFGDMK { box-sizing:content-box;height:6.875rem;width:4.875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f88e6bb-3a78-4957-bcd5-c6cd290592ec/Zrzutekranu20240918122642.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:19.125rem;left:47.5625rem;display:block; }#Z2iTQSnp856WikVqTq9mDTuIemaFGDMK.adaptive-delivery-prevent-bg, #Z2iTQSnp856WikVqTq9mDTuIemaFGDMK.lazyload, #Z2iTQSnp856WikVqTq9mDTuIemaFGDMK.lazyloading { background-image: none; }
#TUbmp9vIdHTFck2kXdt4FEHy5eo1qadU { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4146a1a4-2349-4b67-a9f2-8b3b2ebb10c9/Zrzutekranu20240918122607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.0625rem;left:43.875rem;display:block; }#TUbmp9vIdHTFck2kXdt4FEHy5eo1qadU.adaptive-delivery-prevent-bg, #TUbmp9vIdHTFck2kXdt4FEHy5eo1qadU.lazyload, #TUbmp9vIdHTFck2kXdt4FEHy5eo1qadU.lazyloading { background-image: none; }
#v3UWQ1ydXifkrKT5oAQ5Q5b6TIOQrTbl { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4146a1a4-2349-4b67-a9f2-8b3b2ebb10c9/Zrzutekranu20240918122607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:26.75rem;left:47.1875rem;display:block; }#v3UWQ1ydXifkrKT5oAQ5Q5b6TIOQrTbl.adaptive-delivery-prevent-bg, #v3UWQ1ydXifkrKT5oAQ5Q5b6TIOQrTbl.lazyload, #v3UWQ1ydXifkrKT5oAQ5Q5b6TIOQrTbl.lazyloading { background-image: none; }
#VqGPimwbr9MO5ATD5fRLvHbqePm6HrUL { box-sizing:content-box;height:7.9375rem;width:6.125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5eb1c318-ee7e-4763-87c9-c6f36e371f94/Zrzutekranu20240918121835.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.375rem;left:50.75rem;display:block; }#VqGPimwbr9MO5ATD5fRLvHbqePm6HrUL.adaptive-delivery-prevent-bg, #VqGPimwbr9MO5ATD5fRLvHbqePm6HrUL.lazyload, #VqGPimwbr9MO5ATD5fRLvHbqePm6HrUL.lazyloading { background-image: none; }
#PpGRTnmRpH0l5hLpzXIMbEIfZT54aAqb { box-sizing:content-box;height:36.7498125rem;width:58.9994375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#XqMx17qQct0mPISqQapXkiTXWv1xZUUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row .container { background-color: transparent; background-image: none; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row .container > .video-iframe-container { display: none; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row > .video-iframe-container { display: none; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .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); }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row .container { border-width: 0; border-radius: 0; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#ku20m7WNvC6tmCWDdR0in6LuoQGVa9Sk { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.8125rem;height:6.09375rem;font-style:normal;display:block; }
#Fm5SPiJST0kBoOvWMtB7OoP8x4Oc458Z { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:2.8125rem;height:22.6074375rem;display:block; }#Fm5SPiJST0kBoOvWMtB7OoP8x4Oc458Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fm5SPiJST0kBoOvWMtB7OoP8x4Oc458Z li:before{  }
#Z0QuldZscLeEpVNos1ZOP8lbO74Jw42y { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.8125rem;height:1.298825rem;font-style:normal;display:block; }
#BFblbPrgElTh0aTPPKNPJwoHXp6up9ay { box-sizing:content-box;height:38.1875rem;width:59rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row .container { background-color: transparent; background-image: none; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row .container > .video-iframe-container { display: none; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row > .video-iframe-container { display: none; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .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); }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row .container { border-width: 0; border-radius: 0; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:60rem;position:relative;display:block; }#aP1Th8GJ6V04G2ZSkkubuWbGZsyWnKIf { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4373168945312rem;left:3.3123207092285rem;height:6.09375rem;font-style:normal;display:block; }
#p6hzk3Ib31KSnEMxTSVf6ZacqP6k7dyL { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.990234375rem;left:3.3125rem;height:20.683625rem;display:block; }#p6hzk3Ib31KSnEMxTSVf6ZacqP6k7dyL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p6hzk3Ib31KSnEMxTSVf6ZacqP6k7dyL li:before{  }
#qTCZpl9CmR1OcKEXmtT39emPNGlcLVSv { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.3125rem;height:1.298825rem;font-style:normal;display:block; }
#XTkrgJZSR5H2SsVVhKf8r53go7OPvGvU { color:#000000;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.55078125rem;left:3.3125rem;height:16.787125rem;display:block; }#XTkrgJZSR5H2SsVVhKf8r53go7OPvGvU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XTkrgJZSR5H2SsVVhKf8r53go7OPvGvU li:before{  }
#pKeCuav7g2q1exZPok0IwAHI6mvO8E7I { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4146a1a4-2349-4b67-a9f2-8b3b2ebb10c9/Zrzutekranu20240918122607.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:39.5625rem;left:43.09375rem;display:block; }#pKeCuav7g2q1exZPok0IwAHI6mvO8E7I.adaptive-delivery-prevent-bg, #pKeCuav7g2q1exZPok0IwAHI6mvO8E7I.lazyload, #pKeCuav7g2q1exZPok0IwAHI6mvO8E7I.lazyloading { background-image: none; }
#k0gNDClk4S83TKWKlqlxpn8tm6DeOMRt { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac708ee6-ffe4-4a04-a1ae-2b4356b5f6ab/Zrzutekranu20240918123440.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:32.9365234375rem;left:43.875rem;display:block; }#k0gNDClk4S83TKWKlqlxpn8tm6DeOMRt.adaptive-delivery-prevent-bg, #k0gNDClk4S83TKWKlqlxpn8tm6DeOMRt.lazyload, #k0gNDClk4S83TKWKlqlxpn8tm6DeOMRt.lazyloading { background-image: none; }
#fm6Sv9QlDPPFXfgSCvH1nTbkLOzKdr1x { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d830df83-1f46-459c-afb0-afdbd6774a1f/Zrzutekranu20240918123554.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:34.26171875rem;left:39.1875rem;display:block; }#fm6Sv9QlDPPFXfgSCvH1nTbkLOzKdr1x.adaptive-delivery-prevent-bg, #fm6Sv9QlDPPFXfgSCvH1nTbkLOzKdr1x.lazyload, #fm6Sv9QlDPPFXfgSCvH1nTbkLOzKdr1x.lazyloading { background-image: none; }
#SaofIxiw66T8HTqfToF9C8W17EP7pEef { box-sizing:content-box;height:7.9375rem;width:5.875rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47d1e603-1c5b-47a1-bb6d-a084dfeb5391/Zrzutekranu20240918125215.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:31.625rem;left:48.71875rem;display:block; }#SaofIxiw66T8HTqfToF9C8W17EP7pEef.adaptive-delivery-prevent-bg, #SaofIxiw66T8HTqfToF9C8W17EP7pEef.lazyload, #SaofIxiw66T8HTqfToF9C8W17EP7pEef.lazyloading { background-image: none; }
#XbnO1xTv42f8fmqkgAnQdHT95BfrbnNX { color:#104887;display:block;width:34.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.26171875rem;left:3.3125rem;height:1.298825rem;font-style:normal;display:block; }
#h5Uh6DA5Nsyazh7StPRGFxNUwaOPy9B7 { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f495dfcb-3829-4e82-a883-a77710da4e17/Zrzutekranu20240918125131.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:40.8740234375rem;left:38.0625rem;display:block; }#h5Uh6DA5Nsyazh7StPRGFxNUwaOPy9B7.adaptive-delivery-prevent-bg, #h5Uh6DA5Nsyazh7StPRGFxNUwaOPy9B7.lazyload, #h5Uh6DA5Nsyazh7StPRGFxNUwaOPy9B7.lazyloading { background-image: none; }
#IzFmpA5iwfnp0tAHKJPIX6wBqzmaSw9n { box-sizing:content-box;height:7.9375rem;width:5.6875rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd93b6d4-f1b6-4e4c-8973-c5ae3f193e06/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:37.25rem;left:47.5625rem;display:block; }#IzFmpA5iwfnp0tAHKJPIX6wBqzmaSw9n.adaptive-delivery-prevent-bg, #IzFmpA5iwfnp0tAHKJPIX6wBqzmaSw9n.lazyload, #IzFmpA5iwfnp0tAHKJPIX6wBqzmaSw9n.lazyloading { background-image: none; }
#SZrRIu9y6JysLnxPNhUN6shtNVNqyx8d { box-sizing:content-box;height:19.125rem;width:19.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#c2d1e1;background-image:none;top:31.6865234375rem;left:37.15625rem;display:block; }
#y7gkrp56JtLhnaVrDQzNdadzQiryLsvg { box-sizing:content-box;height:56.125rem;width:59.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.5rem solid #84a3c4;border-right:0.5rem solid #84a3c4;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#qG7egMr0SOntrHA4IuwTgwtv7o9RhPVF { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:53.645950317382rem;left:4.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#nkJ8Qm2isB3Qxlh2oB6T2akQ4rnHvg0p { color:#104887;display:block;width:39.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:56.770202636719rem;left:3.3114337921142rem;height:2.43696875rem;text-align:left;text-align-last:left;display:block; }
#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row .container { background-color: transparent; background-image: none; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row .container > .video-iframe-container { display: none; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row > .video-iframe-container { display: none; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .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); }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row .container { border-width: 0; border-radius: 0; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#JQgz6tKCdFi6I1hLNdFOutd87yC35x8s { color:#030522;display:block;width:43.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:3rem;height:6.09375rem;font-style:normal;display:block; }
#a6i6AFNRM6LV6iylBI9NeqZJ0gayiC0R { color:#030522;display:block;width:47.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3rem;height:7.119125rem;display:block; }#a6i6AFNRM6LV6iylBI9NeqZJ0gayiC0R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a6i6AFNRM6LV6iylBI9NeqZJ0gayiC0R li:before{  }
#ToU9JlHD7GRb6klG2J8ORawh8JgE7btI { box-sizing:content-box;height:22.625rem;width:59rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.5rem solid #12cc94;border-right:0.5rem solid #12cc94;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 { position:relative;display:block; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 { background-color: transparent; background-image: none; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row .container > .video-iframe-container { display: none; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row > .video-iframe-container { display: none; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .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); }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 { border-width: 0; border-radius: 0; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OJwhOUTqumkBMvFETNLzwfUAB2uF2D62 { color:#104887;display:block;width:53.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5593032836912rem;left:3.2468032836914rem;height:12.35085rem;display:block; }
#yC4irWLWzQ1k2U7WNbvkzuOgDHLdIFUt { box-sizing:content-box;height:23.875rem;width:29.8125rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/frUn5jOw/gg_14_copy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.936787605286rem;left:15.093215942382rem;display:block; }#yC4irWLWzQ1k2U7WNbvkzuOgDHLdIFUt.adaptive-delivery-prevent-bg, #yC4irWLWzQ1k2U7WNbvkzuOgDHLdIFUt.lazyload, #yC4irWLWzQ1k2U7WNbvkzuOgDHLdIFUt.lazyloading { background-image: none; }
#iALGS3BZg7e3MBKDrHxlOBaPnm33qxh8 { box-sizing:content-box;height:44.1875rem;width:55.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:6.5615234375rem;left:1.96875rem;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.11) ;display:block; }
#bzQMcp0kPQgnT8igDMtp4AecmtmyWkcR { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#84a3c4;background-image:none;top:45.0556640625rem;left:52.5615234375rem;display:block; }
#cBWPUc1KnC20MsNEfCpfhI7xvCq3Fv8K { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e28a92;background-image:none;top:38.312142372131rem;left:6.1869659423828rem;display:block; }
#LSk4zJrMTBnEycI2T1o2cd3fVzLH1HKv { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#f0c4c9;background-image:none;top:42.562497138977rem;left:10.687145233154rem;display:block; }
#POA17ICGEFsKqff9zfIJ2hfllvnaMpua { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#c2d1e1;background-image:none;top:13.9599609375rem;left:48.125rem;display:block; }
#Na82V3V7x6LTViKbaUTLZQEKZhxn3Ha0 { color:#104887;display:block;width:59.749625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:2.43590259552rem;left:0.2503547668457rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Ia8vDmnHFO3xsFfUnhxahHJWmWiri1Lb { box-sizing:content-box;height:20.25rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e3a83b94-53b0-49cb-945a-55e269bca268/kursodsrodka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.4365234375rem;left:2.0625rem;display:block; }#Ia8vDmnHFO3xsFfUnhxahHJWmWiri1Lb.adaptive-delivery-prevent-bg, #Ia8vDmnHFO3xsFfUnhxahHJWmWiri1Lb.lazyload, #Ia8vDmnHFO3xsFfUnhxahHJWmWiri1Lb.lazyloading { background-image: none; }
#GdOP4huyKeh3TSpEhtFxHu0NmcVeoact { color:#104887;display:block;width:51.998375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.949927806854rem;left:3.2448501586914rem;height:1.54385625rem;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; }
#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container { background-color: transparent; background-image: none; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container > .video-iframe-container { display: none; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row > .video-iframe-container { display: none; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .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); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container { border-width: 0; border-radius: 0; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:60rem;position:relative;display:block; }#elFo57olIRlu4Oea2dwf6tLzrp0GJlG4 { color:#104887;display:block;width:59.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1.311767578125rem;left:0.093036651611325rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#B7dUBCXC5nkwqHvMZLTSqwdzCSBX5Jxp { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #4775a6;border-left:0.125rem solid #4775a6;border-right:0.125rem solid #4775a6;border-bottom:0.125rem solid #4775a6;box-shadow: none;height:22.5rem;width:40rem;top:31.375rem;left:9.875rem;display:block; }
#dUbupT54nAzpLKDOR1UqIJ46c5Wl8TdA { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #4775a6;border-left:0.125rem solid #4775a6;border-right:0.125rem solid #4775a6;border-bottom:0.125rem solid #4775a6;box-shadow: none;height:22.5rem;width:40rem;top:7.1875rem;left:9.875rem;display:block; }
#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F { position:relative;display:block; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F { background-color: transparent; background-image: none; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row .container > .video-iframe-container { display: none; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row > .video-iframe-container { display: none; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .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); }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F { border-width: 0; border-radius: 0; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:71.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cmdb34GEzebaJNdh35cQEEFwmnlzLEKT { color:#000000;display:block;width:57.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.875rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#av3NKkzbItk2QMn7sAuAe5p4z2XMx97g { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84f99cc-cbfd-4206-870d-449975c43432/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.9375rem;left:12.6875rem;display:block; }#av3NKkzbItk2QMn7sAuAe5p4z2XMx97g.adaptive-delivery-prevent-bg, #av3NKkzbItk2QMn7sAuAe5p4z2XMx97g.lazyload, #av3NKkzbItk2QMn7sAuAe5p4z2XMx97g.lazyloading { background-image: none; }
#ElahnVzNm0VZanZ0U3DMSZRv9F1bFTpV { color:#4775a6;display:block;width:27.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.123935699463rem;left:2.2496452331543rem;height:32.2443125rem;font-style:normal;overflow:hidden;display:block; }#ElahnVzNm0VZanZ0U3DMSZRv9F1bFTpV li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ElahnVzNm0VZanZ0U3DMSZRv9F1bFTpV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eNGI5VUy/office.png); }
#wIPfpBCxkFAnJbW6uAIJp2NTEJXcAbbS { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84f99cc-cbfd-4206-870d-449975c43432/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:12rem;left:44.0625rem;display:block; }#wIPfpBCxkFAnJbW6uAIJp2NTEJXcAbbS.adaptive-delivery-prevent-bg, #wIPfpBCxkFAnJbW6uAIJp2NTEJXcAbbS.lazyload, #wIPfpBCxkFAnJbW6uAIJp2NTEJXcAbbS.lazyloading { background-image: none; }
#ALnqZR64TLXTG6muKbQ86KQrQ2VTA09b { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84f99cc-cbfd-4206-870d-449975c43432/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.375rem;left:15.4375rem;display:block; }#ALnqZR64TLXTG6muKbQ86KQrQ2VTA09b.adaptive-delivery-prevent-bg, #ALnqZR64TLXTG6muKbQ86KQrQ2VTA09b.lazyload, #ALnqZR64TLXTG6muKbQ86KQrQ2VTA09b.lazyloading { background-image: none; }
#lFN1f8yEKJTNNNJ8rvp3bJweAELeO4QB { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84f99cc-cbfd-4206-870d-449975c43432/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.375rem;left:29.375rem;display:block; }#lFN1f8yEKJTNNNJ8rvp3bJweAELeO4QB.adaptive-delivery-prevent-bg, #lFN1f8yEKJTNNNJ8rvp3bJweAELeO4QB.lazyload, #lFN1f8yEKJTNNNJ8rvp3bJweAELeO4QB.lazyloading { background-image: none; }
#qhWrotNcdUnWtDiEHZo5u326hEnbGaxS { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84f99cc-cbfd-4206-870d-449975c43432/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.375rem;left:20.5rem;display:block; }#qhWrotNcdUnWtDiEHZo5u326hEnbGaxS.adaptive-delivery-prevent-bg, #qhWrotNcdUnWtDiEHZo5u326hEnbGaxS.lazyload, #qhWrotNcdUnWtDiEHZo5u326hEnbGaxS.lazyloading { background-image: none; }
#TVvrN3m3aLhHlq4uld2Svh9zVsypsHqT { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84f99cc-cbfd-4206-870d-449975c43432/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.9375rem;left:22.25rem;display:block; }#TVvrN3m3aLhHlq4uld2Svh9zVsypsHqT.adaptive-delivery-prevent-bg, #TVvrN3m3aLhHlq4uld2Svh9zVsypsHqT.lazyload, #TVvrN3m3aLhHlq4uld2Svh9zVsypsHqT.lazyloading { background-image: none; }
#yEzpCDIszGnwddb1zRO7Zo6d02pMXMkq { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/486a4a03-ab49-4fff-916a-afd5cca8bed0/Zrzutekranu20240918121757.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:12rem;left:18.125rem;display:block; }#yEzpCDIszGnwddb1zRO7Zo6d02pMXMkq.adaptive-delivery-prevent-bg, #yEzpCDIszGnwddb1zRO7Zo6d02pMXMkq.lazyload, #yEzpCDIszGnwddb1zRO7Zo6d02pMXMkq.lazyloading { background-image: none; }
#bSPGTh5qxMTiMmEgS3GIUvuIeuTX8WOU { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd93b6d4-f1b6-4e4c-8973-c5ae3f193e06/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.375rem;left:41.375rem;display:block; }#bSPGTh5qxMTiMmEgS3GIUvuIeuTX8WOU.adaptive-delivery-prevent-bg, #bSPGTh5qxMTiMmEgS3GIUvuIeuTX8WOU.lazyload, #bSPGTh5qxMTiMmEgS3GIUvuIeuTX8WOU.lazyloading { background-image: none; }
#Iuk6ykJvg2KZDoFgTiGaDzJ6E8LLBZ6A { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a84f99cc-cbfd-4206-870d-449975c43432/Zrzutekranu20240918123630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.9375rem;left:38.125rem;display:block; }#Iuk6ykJvg2KZDoFgTiGaDzJ6E8LLBZ6A.adaptive-delivery-prevent-bg, #Iuk6ykJvg2KZDoFgTiGaDzJ6E8LLBZ6A.lazyload, #Iuk6ykJvg2KZDoFgTiGaDzJ6E8LLBZ6A.lazyloading { background-image: none; }
#LvFKzGVoqdEJsViGW5CSqTKyJEaHxHSo { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47d1e603-1c5b-47a1-bb6d-a084dfeb5391/Zrzutekranu20240918125215.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:12rem;left:35.5rem;display:block; }#LvFKzGVoqdEJsViGW5CSqTKyJEaHxHSo.adaptive-delivery-prevent-bg, #LvFKzGVoqdEJsViGW5CSqTKyJEaHxHSo.lazyload, #LvFKzGVoqdEJsViGW5CSqTKyJEaHxHSo.lazyloading { background-image: none; }
#QoWyJpDXT73O7ONikDtH1zhR3c0PFkbK { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f495dfcb-3829-4e82-a883-a77710da4e17/Zrzutekranu20240918125131.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:12rem;left:26.4375rem;display:block; }#QoWyJpDXT73O7ONikDtH1zhR3c0PFkbK.adaptive-delivery-prevent-bg, #QoWyJpDXT73O7ONikDtH1zhR3c0PFkbK.lazyload, #QoWyJpDXT73O7ONikDtH1zhR3c0PFkbK.lazyloading { background-image: none; }
#Xxg87h0GHtoibHhzrgyd4ptOpFKqsT4X { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f88e6bb-3a78-4957-bcd5-c6cd290592ec/Zrzutekranu20240918122642.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.9375rem;left:32.125rem;display:block; }#Xxg87h0GHtoibHhzrgyd4ptOpFKqsT4X.adaptive-delivery-prevent-bg, #Xxg87h0GHtoibHhzrgyd4ptOpFKqsT4X.lazyload, #Xxg87h0GHtoibHhzrgyd4ptOpFKqsT4X.lazyloading { background-image: none; }
#QRvnMpykxqp6gElwta8TTnrCTqCeIIKm { box-sizing:content-box;height:13.375rem;width:13.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#84a3c4;background-image:none;top:10.1875rem;left:17.75rem;display:block; }
#ncpcuIlnIcX4N18Gu5JSZylROA3JmhQK { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#c2d1e1;background-image:none;top:12.125rem;left:11.1875rem;display:block; }
#MogPzor9HMAnrHIxnNGvwKTC0mRcy6cf { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#0a4789;background-image:none;top:8.4375rem;left:27rem;display:block; }
#PqUJseAZhtRugEQwr4hwpzUes0I3ULpW { box-sizing:content-box;height:12.25rem;width:12.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(10,71,137,0.12);background-image:none;top:10.875rem;left:36.9375rem;display:block; }
#yBb9JAXNr3OJkNlvBUcuxLtQ0tHddpua { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#c41425;background-image:none;top:10.375rem;left:9.1875rem;display:block; }
#QXylLgVwXCMWh3gKG72vUBwXeokzNiBx { box-sizing:content-box;height:1.6875rem;width:1.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(196,20,37,0.21);background-image:none;top:22.125rem;left:49.125rem;display:block; }
#bIDOyeThB3ZhV1uowSca0MUg4ClZZP7y { color:#fd0000;display:block;width:26.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.248579025269rem;left:31.937498092651rem;height:33.618625rem;font-style:normal;overflow:hidden;display:block; }#bIDOyeThB3ZhV1uowSca0MUg4ClZZP7y li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bIDOyeThB3ZhV1uowSca0MUg4ClZZP7y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eNGI5VUy/office.png); }
#i2AyPEGg5QS5XUWkSk37gbEqdpkUlSul { box-sizing:content-box;height:7.1875rem;width:5.0625rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/486a4a03-ab49-4fff-916a-afd5cca8bed0/Zrzutekranu20240918121757.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:12.125rem;left:9.1875rem;display:block; }#i2AyPEGg5QS5XUWkSk37gbEqdpkUlSul.adaptive-delivery-prevent-bg, #i2AyPEGg5QS5XUWkSk37gbEqdpkUlSul.lazyload, #i2AyPEGg5QS5XUWkSk37gbEqdpkUlSul.lazyloading { background-image: none; }
#evrutndXaDuuVmOZb1OBrg8RfRAG6Rzk { color:#104887;display:block;width:50.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:64.337002038956rem;left:3.6248226165771rem;height:2.1937125rem;text-align:center;text-align-last:center;display:block; }
#HLUwBV7l3SNAKArGK3cnqolPAAchFLPO { box-sizing:content-box;height:68.375rem;width:59.25rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:1.1239356994629rem;left:0rem;border-top:0;border-left:0.5rem solid #4775a6;border-right:0.5rem solid #4775a6;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU { position:relative;display:block; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU { background-color: transparent; background-image: none; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row .container > .video-iframe-container { display: none; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row > .video-iframe-container { display: none; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .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); }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU { border-width: 0; border-radius: 0; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QsSLHfLl7ixoJsvrUcxKBp5nlIfBHFgT { color:#104887;display:block;width:37.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.34375rem;height:7.31090625rem;font-style:normal;display:block; }
#wrKFiOh3XUZTTNNailzcXQba2uniCa1O { box-sizing:content-box;height:25.8125rem;width:58.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a66f713b-e09b-4858-9a48-5b47741f91ca/AdobeStock_296417911.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0rem;left:1.03125rem;display:block; }#wrKFiOh3XUZTTNNailzcXQba2uniCa1O.adaptive-delivery-prevent-bg, #wrKFiOh3XUZTTNNailzcXQba2uniCa1O.lazyload, #wrKFiOh3XUZTTNNailzcXQba2uniCa1O.lazyloading { background-image: none; }
#qs4C2iVfl2U8gv6lWVXJ4ETAcUNMinZI { z-index:15003;top:28.433058738709rem;left:0rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qxxg88Jhg0wuax7e2DTiMIJCkp5hEMG6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7r8pxRTAoLkOENvb3uVh02tbRxDMotW { color:#104887;display:block;width:37.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.892578125rem;left:3.25rem;height:3.896475rem;font-style:normal;display:block; }
#koxgmGAKFhCzfqJGSn0EdAZq4PyvXM7D { color:#104887;display:block;width:30.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4306640625rem;left:3.34375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#X894etit13Pg0xUf8qaT8qHtslGzo3u6 { box-sizing:content-box;height:25.875rem;width:59rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top:0;border-left:0.5rem solid #c2d1e1;border-right:0.5rem solid #c2d1e1;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B { position:relative;display:block; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B { background-color: transparent; background-image: none; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row .container > .video-iframe-container { display: none; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row > .video-iframe-container { display: none; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .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); }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B { border-width: 0; border-radius: 0; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN { box-sizing:content-box;height:23.6875rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/607d6634-e00f-4650-a364-adb5fb049fe2/3spzoo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.5rem;left:0rem;display:block; }#UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN.adaptive-delivery-prevent-bg, #UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN.lazyload, #UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN.lazyloading { background-image: none; }
#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 { position:relative;display:block; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 { background-color: transparent; background-image: none; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row .container > .video-iframe-container { display: none; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row > .video-iframe-container { display: none; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .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); }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 { border-width: 0; border-radius: 0; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:108.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZadsptgvUWuBvKFgBGg8ruRLc58I0Cak { color:#104887;display:block;width:41.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4375rem;left:9.25rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlrNRa0pNK6siDrmTh6Csr2Nueelu3Bd { box-sizing:content-box;height:28.125rem;width:26.25rem;position:absolute;display:block;z-index:15007;background-color:#104887;background-image:none;top:11.25rem;left:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#nVlZiw1TpRqsrXeUllqBJQ5C9vN2dTS2 { box-sizing:content-box;height:13.75rem;width:26.25rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f940aa7-6f90-4f68-8360-98aa543a1e7f/fbwydarzenie100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:11.25rem;left:2.7499980926514rem;display:block; }#nVlZiw1TpRqsrXeUllqBJQ5C9vN2dTS2.adaptive-delivery-prevent-bg, #nVlZiw1TpRqsrXeUllqBJQ5C9vN2dTS2.lazyload, #nVlZiw1TpRqsrXeUllqBJQ5C9vN2dTS2.lazyloading { background-image: none; }
#oxWo7cwhJTZ12Avw3FShJgTBgzQ2NBJh { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26rem;left:4.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ChCcKbzhTmFX5u038rosiS2WA8k6mLq6 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:29.9375rem;left:4.0625rem;height:;font-style:normal;display:block; }#ChCcKbzhTmFX5u038rosiS2WA8k6mLq6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ChCcKbzhTmFX5u038rosiS2WA8k6mLq6 li:before{  }
#bDHQQSUZblv1GFPiX71GZfCdrpmpraOh { box-sizing:content-box;height:28.125rem;width:26.25rem;position:absolute;display:block;z-index:15006;background-color:#f0c4c9;background-image:none;top:11.25rem;left:30.8125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.12) ;display:block; }
#FF8KetFyQxEqLvfqaxBAGRt9B9GD2GAg { box-sizing:content-box;height:13.75rem;width:26.125rem;position:absolute;display:block;z-index:15017;background-color:#920026;background-image:url("https://images.assets-landingi.com/uc/b3225af0-06d7-465e-b17c-e4ba9023cbbb/kursy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:11.25rem;left:30.937320709229rem;display:block; }#FF8KetFyQxEqLvfqaxBAGRt9B9GD2GAg.adaptive-delivery-prevent-bg, #FF8KetFyQxEqLvfqaxBAGRt9B9GD2GAg.lazyload, #FF8KetFyQxEqLvfqaxBAGRt9B9GD2GAg.lazyloading { background-image: none; }
#RrwKW1AvT1B5JD0HRnHROGaUu9NTnos9 { color:#2f2f2f;display:block;width:23.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26rem;left:32.0625rem;height:9.74785rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hXlO7vyAIRJ3BM77nZ6QzmbPt5Qm6yuO { box-sizing:content-box;height:28.125rem;width:26.25rem;position:absolute;display:block;z-index:15008;background-color:#d8e1ec;background-image:none;top:41.812316894531rem;left:2.8124980926514rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#TCG6nX1PFz1hn6Bl1uPA0kSxnyO6UWKA { color:#2f2f2f;display:block;width:23.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:57.497680664062rem;left:4.0624980926514rem;height:11.3725375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Xh1oIzv1mcL8FZ7knsQllBrwVJeaMWgL { box-sizing:content-box;height:14.75rem;width:26.3125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b1bf07c-d87f-48f2-aab2-ed6a17eb2635/Slajd66.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.811767578125rem;left:2.7796516418457rem;display:block; }#Xh1oIzv1mcL8FZ7knsQllBrwVJeaMWgL.adaptive-delivery-prevent-bg, #Xh1oIzv1mcL8FZ7knsQllBrwVJeaMWgL.lazyload, #Xh1oIzv1mcL8FZ7knsQllBrwVJeaMWgL.lazyloading { background-image: none; }
#lkCKJdTWarIBhnKtTGoQ4WJLToZ7HRCT { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:57.559509277344rem;left:31.935901641846rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#W4Vgt35UTf2lA40gxb1uUQXuWMgQHsQJ { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:60.623229980469rem;left:31.937320709229rem;height:9.26316875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lxEuUQ83GhdiPFxqcbezrWWTh8WRxHRT { box-sizing:content-box;height:28.125rem;width:26.25rem;position:absolute;display:block;z-index:15009;background-color:#030522;background-image:none;top:41.749816894531rem;left:30.812320709229rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#qqyhFHLGBJS1E9ut47aDrXB1f0Pb5dT3 { box-sizing:content-box;height:14.8125rem;width:26.375rem;position:absolute;display:block;z-index:15019;background-color:#c2d1e1;background-image:url("https://images.assets-landingi.com/uc/a87fe397-ae04-4362-80a7-1180b9fcc4be/konsultacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.749145507812rem;left:30.780361175537rem;display:block; }#qqyhFHLGBJS1E9ut47aDrXB1f0Pb5dT3.adaptive-delivery-prevent-bg, #qqyhFHLGBJS1E9ut47aDrXB1f0Pb5dT3.lazyload, #qqyhFHLGBJS1E9ut47aDrXB1f0Pb5dT3.lazyloading { background-image: none; }
#Tm1Tgv8mOq8fGp1nff40GM7aAliubTIN { color:#104887;display:block;width:36.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:103.87359619141rem;left:2.8124980926514rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ETlMPXBrviXDQracOeiuWFWgmeU5mDyB { box-sizing:content-box;height:30.8125rem;width:26.25rem;position:absolute;display:block;z-index:15011;background-color:#c41425;background-image:none;top:72.123596191406rem;left:2.8116111755371rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#XycBo19gSQ7cePsCP7o3xylrxPuqTn4O { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:88.875rem;left:4.0625rem;height:12.99718125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T57JUgG2PirI1eTmqMT7rS3fD23GIrJp { box-sizing:content-box;height:14.75rem;width:26.3125rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8dd85b4-c26f-4fa0-8de9-a4c85df096b5/kursyspboxbledy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:72.125rem;left:2.78125rem;display:block; }#T57JUgG2PirI1eTmqMT7rS3fD23GIrJp.adaptive-delivery-prevent-bg, #T57JUgG2PirI1eTmqMT7rS3fD23GIrJp.lazyload, #T57JUgG2PirI1eTmqMT7rS3fD23GIrJp.lazyloading { background-image: none; }
#szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ { position:relative;display:none; }#szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ { border-width: 0; border-radius: 0; }#szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:64.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LguaHZnXyc2ONuU1sRz3v9TFh6p210VQ { color:#104887;display:block;width:56.875rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.7471027374268rem;left:1.2411212921143rem;height:7.1733rem;font-style:normal;display:block; }
#ueKdkBXPS7o7AExQRX4vmGVhQHnmmcUA { color:#030522;display:block;width:40rem;position:absolute;font-family:"plus jakarta sans";font-size:2.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.125rem;left:2.0625rem;height:9.260475rem;font-style:normal;display:block; }
#tl34wV3iWvXbF8889TNB0G24abxb8BUL { color:#030522;display:block;width:34.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.4375rem;left:20.6875rem;height:11.68944375rem;display:block; }
#dFH1XexPtvWP7U733pTw93ntAlcr0Tbm { box-sizing:content-box;height:26.0625rem;width:20.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9cb7d71c-cbea-4454-bf8e-20951b222845/MOL_9143copyMGbeztla.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.125rem;left:0rem;display:block; }#dFH1XexPtvWP7U733pTw93ntAlcr0Tbm.adaptive-delivery-prevent-bg, #dFH1XexPtvWP7U733pTw93ntAlcr0Tbm.lazyload, #dFH1XexPtvWP7U733pTw93ntAlcr0Tbm.lazyloading { background-image: none; }
#IMJh1wPPERJT2T5hicoAnNbREGVoZTvl { color:#030522;display:block;width:37.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:51.5625rem;left:20.6875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#rJFMd5dVo08RgHmhBJgTiOsinxTQJaxz { color:#030522;display:block;width:26.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:47.375rem;left:20.6875rem;height:2.59765rem;font-style:normal;display:block; }
#cUKFoVeIdWyFZDuBAmIhXkE4PFTaOmmA { box-sizing:content-box;height:40.75rem;width:59rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:16.375rem;left:0rem;border-top:0rem solid #f0c4c9;border-left:0.5rem solid #f0c4c9;border-right:0.5rem solid #f0c4c9;border-bottom:0rem solid #f0c4c9;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:none; }
#tle77grpy1KhfsTRNSPqmX1gsdgySG7J { color:#0a4789;display:block;width:42.3739375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.560668945312rem;left:1.240234375rem;height:2.2745rem;font-style:normal;display:block; }
#qUnkbEPnTdaFh15TlHDTIpxfhBo382D6 { z-index:15004;top:58.6787109375rem;left:12.0927734375rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.8115rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CFpbBwqoxKelD25ytextF0CXDGDc1Ewk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2R17AtgbuskrRbLBOmVhwfHmezprdeT { position:relative;display:block; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT { background-color: transparent; background-image: none; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row .container > .video-iframe-container { display: none; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row > .video-iframe-container { display: none; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .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); }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT { border-width: 0; border-radius: 0; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M7SiB1dXmsHDoZ1JsgsG9OAdGFWdGzd4 { color:#030522;display:block;width:37rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.936462402344rem;left:2.6875rem;height:;font-style:normal;display:block; }#M7SiB1dXmsHDoZ1JsgsG9OAdGFWdGzd4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#M7SiB1dXmsHDoZ1JsgsG9OAdGFWdGzd4 li:before{  }
#Sb1pETFkqE2tIup7VI8AZG9BMF7E3CLW { color:#030522;display:block;width:32.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.06103515625rem;left:2.7494678497314rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#e8GylkEB8unlTahn1qaEc9k4gThWtcLU { color:#030522;display:block;width:30.2480625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.74853515625rem;left:2.7494678497314rem;height:1.298825rem;font-style:normal;display:block; }
#TmhcwmZpZ1GSHSDiAgLNWRly3Jryxcsb { z-index:15003;top:44.934265136719rem;left:0.1171875rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vMwuyxzGGn9HCwyv61vugc7RPvXU8Qys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbI8Oe8LlNnhPIRoCPiIsVblE0N4HCp4 { box-sizing:content-box;height:30.4375rem;width:59.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.123401641846rem;left:0.090553283691406rem;border-top:0rem solid #f0c4c9;border-left:0.5rem solid #f0c4c9;border-right:0.5rem solid #f0c4c9;border-bottom:0rem solid #f0c4c9;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#tnpb8rdcVzcTz0hp93shLK0LBnRhccpE { z-index:15003;top:36.4970703125rem;left:0.1171875rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tnMgMSUR0tLcI0VCft4eeQmgZmntEvi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iO5kUHaXlnmk0lKfCh8EU6LNzTsKftwK { color:#12cc94;display:block;width:42.3730625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8076171875rem;left:2.7763671875rem;height:2.2745rem;font-style:normal;display:block; }
#KgXXH4Ke40ppNrZrnKzrKrrEQ17xyNEQ { color:#030522;display:block;width:54.375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.622692108154rem;left:2.6875rem;height:3.0869125rem;font-style:normal;display:block; }
#W60cPnCstWAfVvWseAGyMaPiGoTubeZ0 { color:#104887;display:block;width:53.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.4345703125rem;left:2.7763671875rem;height:4.89879375rem;font-style:normal;display:block; }
#VusQy8SV42nLtfPLP13T5gEBZT7Lgkkp { box-sizing:content-box;height:19.0625rem;width:16.8110625rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4701be8f-e31b-4067-83dd-e5da4b190c06/spzoo7krokowzalozeniespolki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.6298828125rem;left:42.0009765625rem;display:block; }#VusQy8SV42nLtfPLP13T5gEBZT7Lgkkp.adaptive-delivery-prevent-bg, #VusQy8SV42nLtfPLP13T5gEBZT7Lgkkp.lazyload, #VusQy8SV42nLtfPLP13T5gEBZT7Lgkkp.lazyloading { background-image: none; }
#DfrPQtoERLgJWo4nOv8QT69kkRzgbDSI { color:#030522;display:block;width:30.2480625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.684875488281rem;left:2.8112564086914rem;height:1.298825rem;font-style:normal;display:block; }
#BpkZONt8X4hxN0mrgo4cooi2BBucnJU2 { color:#030522;display:block;width:30.2480625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:38.247156620026rem;left:2.6862564086914rem;height:1.13725rem;font-style:normal;display:block; }
#TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd { position:relative;display:none; }#TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd { border-width: 0; border-radius: 0; }#TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:84.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TT85eAC5TGaT2UUCx4wQCwlhN0Tre4mI { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.78125rem;height:20.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x3fBb2p8IUTRSDEQXlWffm5Z02h8cRu5 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c4c9;border-left:0.0625rem solid #f0c4c9;border-right:0.0625rem solid #f0c4c9;border-bottom:0.0625rem solid #f0c4c9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.2) ;height:32.0625rem;width:29.25rem;top:2.125rem;left:0rem;display:block; }
#W0cfD7DpF9wrtSsXpoEzKwMc3Ei1A2bA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:1.125rem;left:12.34375rem;overflow:hidden;display:block; }
#hKS9xF0l9cNyTvDop26bnXglvG8dcXBm { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:29.88671875rem;left:4.125rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfWtciIRDtzLaBxMdGNaaOIh4i6hZTEg { color:#c41425;display:block;width:17.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:28.26171875rem;left:4.96875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wcq4IkLoBTixahpzaAZNbGMqgeUHt7ei { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c4c9;border-left:0.0625rem solid #f0c4c9;border-right:0.0625rem solid #f0c4c9;border-bottom:0.0625rem solid #f0c4c9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.2) ;height:45.1875rem;width:29.25rem;top:2.125rem;left:30.75rem;display:block; }
#U2rN616i8syusAn2ppRRDxGOKbHIXgQ2 { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:5.6875rem;left:33.59375rem;height:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h8buKZAnVrUaWApT6uJoFqMHCNs8OaG7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:1.125rem;left:43.59375rem;overflow:hidden;display:block; }
#yCzAdnBqZ4DutgTPCQcwfw9tk0vuaqt8 { color:#c41425;display:block;width:17.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:39.75rem;left:36.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEeOaL64JyAZu7L8KXWAzLtdtcCzm0K0 { color:#000000;display:block;width:21rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:41.625rem;left:34.875rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAXGldFwHgd6UITWZTcx5XXZuDtVATAG { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c4c9;border-left:0.0625rem solid #f0c4c9;border-right:0.0625rem solid #f0c4c9;border-bottom:0.0625rem solid #f0c4c9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.2) ;height:42.25rem;width:29.25rem;top:35.625rem;left:0rem;display:block; }
#PbRsJRQJKCi0GRSanR5pgw3Ssi1u9STm { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:39.0625rem;left:2.78125rem;height:29.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OwDTNNgZ0mIwSUhk9Sc1V1NEGuhN0mkC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:34.5rem;left:12.1875rem;overflow:hidden;display:block; }
#whh8cr07tW4K9lVVTATgA0ImX5l60gBL { color:#c41425;display:block;width:17.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:70.875rem;left:5.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MfxykhAHsaQowKiPVclJdTVpHxv2HbXI { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:72.8876953125rem;left:5.78125rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhXgGR0VoKQ7PoToJCcx3eaOF46ZVyeA { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0c4c9;border-left:0.0625rem solid #f0c4c9;border-right:0.0625rem solid #f0c4c9;border-bottom:0.0625rem solid #f0c4c9;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.2) ;height:32.4375rem;width:29.25rem;top:48.625rem;left:30.8125rem;display:block; }
#G4kka4H30q2uLqNRk7PpP50LD8Sfoy5I { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:51.84375rem;left:33.59375rem;height:20.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Lb1tbPl1TwWszI0xFNqQzA6aU9nxcqMB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:47.5625rem;left:43.59375rem;overflow:hidden;display:block; }
#Uq6I53Kfe8c83JWAuMcf5KhtiHfmM6RC { color:#c41425;display:block;width:17.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:74.875rem;left:36.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCurBpbPwZVg5ZTXUifIZ4T55TglmWyA { color:#1d1d1b;display:block;width:17.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:76.8828125rem;left:36.21875rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe { position:relative;display:none; }#z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe { border-width: 0; border-radius: 0; }#z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T3htUk8QMOebN572MnLgWMDXeWoGRhdi { color:#104887;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 { position:relative;display:none; }#Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 { border-width: 0; border-radius: 0; }#Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HTuErd4m4Rfc09wgtN44413ZfdAPPXPC { box-sizing:content-box;height:21.8125rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(194,209,225,0.5);background-image:none;top:0rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#Dcsr1Tz78A2Od4TPqSDzcmkAHG63CPd8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:1.25rem;height:1.38139375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK5DoSchBVBv6NRTAhFrctzOKKVoRz75 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.6875rem;left:1.25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaRLqovX6IkIAKZvKHgaO2GIOV84f4G8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/tca2Hfz1cvY/unsplash/clem-onojeghuo-tca2Hfz1cvY-photo-1504346466600-714572c4b726.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.125rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }#KaRLqovX6IkIAKZvKHgaO2GIOV84f4G8.adaptive-delivery-prevent-bg, #KaRLqovX6IkIAKZvKHgaO2GIOV84f4G8.lazyload, #KaRLqovX6IkIAKZvKHgaO2GIOV84f4G8.lazyloading { background-image: none; }
#nFhdhV2DCeTOGLtZXyd1sA7sqcT7E51e { box-sizing:content-box;height:21.8125rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#0a4789;background-image:none;top:0rem;left:16.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#UTV7PT7FoTaMoasgeZNJhcF55K5HtTTQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16rem;left:16.3125rem;height:4.144175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gszExStqArvGzDA5hTwtWQOxeBtkHU7U { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.625rem;left:16.25rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuThAOIMyT3U3HgtCXdCCbun6CKBoFu9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/KIPqvvTOC1s/unsplash/jonas-kakaroto-KIPqvvTOC1s-photo-1557862921-37829c790f19.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:16.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }#vuThAOIMyT3U3HgtCXdCCbun6CKBoFu9.adaptive-delivery-prevent-bg, #vuThAOIMyT3U3HgtCXdCCbun6CKBoFu9.lazyload, #vuThAOIMyT3U3HgtCXdCCbun6CKBoFu9.lazyloading { background-image: none; }
#L2TlvQmUCprQMR2Nbi5a1WMoOtvRSc1y { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7oL1PR6AV8o/unsplash/amanda-perez-7oL1PR6AV8o-9nfsYstTyWEJKScHr3MV_IMG_6450.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;display:block; }#L2TlvQmUCprQMR2Nbi5a1WMoOtvRSc1y.adaptive-delivery-prevent-bg, #L2TlvQmUCprQMR2Nbi5a1WMoOtvRSc1y.lazyload, #L2TlvQmUCprQMR2Nbi5a1WMoOtvRSc1y.lazyloading { background-image: none; }
#ii2tLFbERUn3BbXXxaqEIvciSZma38Ow { box-sizing:content-box;height:21.8125rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#84a3c4;background-image:none;top:0rem;left:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#iLbmLqkPqReEUhNrcwqqqCif8aLmfdCW { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.6875rem;left:30.375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AL9DmWLy91fi81iQeDZLAnk9PbnNUBGB { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16rem;left:31.3125rem;height:2.76278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASX3TwECyu4dUHDBBsD9i8GWaKtHMxlx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YNaSz-E7Qss/unsplash/joshua-rawson-harris-YNaSz-E7Qss-photo-1521566652839-697aa473761a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:46.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }#ASX3TwECyu4dUHDBBsD9i8GWaKtHMxlx.adaptive-delivery-prevent-bg, #ASX3TwECyu4dUHDBBsD9i8GWaKtHMxlx.lazyload, #ASX3TwECyu4dUHDBBsD9i8GWaKtHMxlx.lazyloading { background-image: none; }
#blASxG7SUw9ki0HtykQ4XLaxv6TTy9G0 { box-sizing:content-box;height:21.8125rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#0a4789;background-image:none;top:0rem;left:46.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#hWi9LOXpZPT0S8Cs1QpUzFzmViUfPSw0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.125rem;left:46.3125rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DtfqsXam8w0tDETfQEabGIw9L088uQDh { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5625rem;left:46.3125rem;height:2.76278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RusJwxdmeVHLLR1UiToxDBZOaMtcP5Ch { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aso6SYJZGps/unsplash/hannah-wei-aso6SYJZGps-photo-1460794418188-1bb7dba2720d.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }#RusJwxdmeVHLLR1UiToxDBZOaMtcP5Ch.adaptive-delivery-prevent-bg, #RusJwxdmeVHLLR1UiToxDBZOaMtcP5Ch.lazyload, #RusJwxdmeVHLLR1UiToxDBZOaMtcP5Ch.lazyloading { background-image: none; }
#DSs2CG5pZ8zhc2y8utkKtW60M2C2ckmV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.125rem;left:1.3125rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQekFNCER6xTc0EvrF4Gld5Tcvm7mBNr { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.5625rem;left:1.4375rem;height:4.144175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cyzQHxLuMsvheA21xh1wTD4p7wM4I2ca { box-sizing:content-box;height:25.3125rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#84a3c4;background-image:none;top:24rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;display:block; }
#DNFJ2hCF0atV4aJOH4uoXHpEFWyBs8WB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/RA5ntyyDHlw/unsplash/anubhav-saxena-RA5ntyyDHlw-photo-1445810694374-0a94739e4a03.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24rem;left:16.25rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.1) ;display:block; }#DNFJ2hCF0atV4aJOH4uoXHpEFWyBs8WB.adaptive-delivery-prevent-bg, #DNFJ2hCF0atV4aJOH4uoXHpEFWyBs8WB.lazyload, #DNFJ2hCF0atV4aJOH4uoXHpEFWyBs8WB.lazyloading { background-image: none; }
#ThTqqgtZdQaTw9T580ig7iDnCxXH1swK { color:#030522;display:block;width:12.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.125rem;left:16.3125rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GbiauzJP3KPODPkgG5POAt61PAd6vhRO { color:#030522;display:block;width:12.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:40.375rem;left:16.25rem;height:6.4941375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m0WXesuxAIvQaTEx1fteTZnUw3fFbbWw { box-sizing:content-box;height:25.4375rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(194,209,225,0.5);background-image:none;top:24rem;left:16.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.12) ;display:block; }
#dac1IaVHQich6r2ff701ewbmP6kZksyo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Sz7yCREMOto/unsplash/vladimir-kudinov-Sz7yCREMOto-photo-1427434948077-29d1f1a67f32.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24rem;left:31.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;display:block; }#dac1IaVHQich6r2ff701ewbmP6kZksyo.adaptive-delivery-prevent-bg, #dac1IaVHQich6r2ff701ewbmP6kZksyo.lazyload, #dac1IaVHQich6r2ff701ewbmP6kZksyo.lazyloading { background-image: none; }
#SNLLO1N7a6xAr9tBEcErclTTyiL6sJqU { box-sizing:content-box;height:25.4375rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#84a3c4;background-image:none;top:24rem;left:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#UyqOb3L4UWipEXr5r94r5EB8Ssr9UOOG { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.9375rem;left:28.4375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eB6uX6pP5RTqnPv7kts5NfWyQIph9xXx { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:40.5625rem;left:31.6875rem;height:5.52556875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVNPV7JKo5SfRayyP5UN74pwKF5Feg1E { box-sizing:content-box;height:25.4375rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#c2d1e1;background-image:none;top:24rem;left:46.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#tRX53uH2hcNGqGIwa2bm6qL0T9t722sr { color:#030522;display:block;width:12.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.125rem;left:46.28125rem;height:8.52716875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2ATX8StmTz0HP5eOCm4zLF35gFnzM3O { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15013;background-color:#d34f5c;background-image:url("https://images.assets-landingi.com/uc/b31b3463-d27d-427b-888d-91617ef31096/10sztuczek2.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24rem;left:46.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;display:block; }#S2ATX8StmTz0HP5eOCm4zLF35gFnzM3O.adaptive-delivery-prevent-bg, #S2ATX8StmTz0HP5eOCm4zLF35gFnzM3O.lazyload, #S2ATX8StmTz0HP5eOCm4zLF35gFnzM3O.lazyloading { background-image: none; }
#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row .container { background-color: transparent; background-image: none; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row .container > .video-iframe-container { display: none; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row > .video-iframe-container { display: none; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .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); }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row .container { border-width: 0; border-radius: 0; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#iSLTuSadVB2np6brixdnmdnU7GEXUGKu { color:#104887;display:block;width:44.875rem;position:absolute;font-family:"plus jakarta sans";font-size:4.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:7.5625rem;height:5.6875rem;font-style:normal;display:block; }
#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row .container { background-color: transparent; background-image: none; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row .container > .video-iframe-container { display: none; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row > .video-iframe-container { display: none; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .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); }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row .container { border-width: 0; border-radius: 0; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row .container { font-size:0.875rem;font-family:arial;height:74.9375rem;width:60rem;position:relative;display:block; }#IyCeuWdx4K8f7ToiKnJeWT5VBQtbM3so { color:#0f141b;display:block;width:27.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.19921875rem;left:0rem;height:33.1534125rem;font-style:normal;display:block; }
#M95zlSc9SqUJRRCcu1nwxHTwIRLbvT1k { color:#0f141b;display:block;width:27rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.19921875rem;left:33rem;height:31.77204375rem;font-style:normal;display:block; }
#UKBxOO9HrUcNixlc4WiNhqOwTCoOHdEt { color:#104887;display:block;width:14.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.88671875rem;left:0rem;height:6.4985625rem;font-style:normal;display:block; }
#kqTNk4eNJM8NTbT3Zu02pgGNwJkRSB71 { color:#104887;display:block;width:16.625rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.88671875rem;left:33rem;height:6.4985625rem;font-style:normal;display:block; }
#omFqbSU6FL4LSZ9da20RoTOOw68qOr8r { box-sizing:content-box;height:0.125rem;width:26.625rem;position:absolute;display:block;z-index:15013;background-color:#ffd600;background-image:none;top:13.375rem;left:0rem;display:none; }
#seh9oyif9QZfxG3Sn2hAod0WFBneu9FQ { position:absolute;display:block;z-index:15001;background-color:#84a3c4;background-image:url("https://images.assets-landingi.com/uc/934da412-13eb-4803-ab62-a32d2cfd4714/MOL_9053copyMGbeztlamalekwadrat.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#seh9oyif9QZfxG3Sn2hAod0WFBneu9FQ.adaptive-delivery-prevent-bg, #seh9oyif9QZfxG3Sn2hAod0WFBneu9FQ.lazyload, #seh9oyif9QZfxG3Sn2hAod0WFBneu9FQ.lazyloading { background-image: none; }
#WwVXZRGTHyLJ29eUNpdZqZBJI1E4WUAC { position:absolute;display:block;z-index:15001;background-color:#c2d1e1;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:0rem;left:33rem;display:block; }#WwVXZRGTHyLJ29eUNpdZqZBJI1E4WUAC.adaptive-delivery-prevent-bg, #WwVXZRGTHyLJ29eUNpdZqZBJI1E4WUAC.lazyload, #WwVXZRGTHyLJ29eUNpdZqZBJI1E4WUAC.lazyloading { background-image: none; }
#LpMx9lqFpXl3yVXs4MUooHhAMILZtIxI { z-index:15003;top:66.1455078125rem;left:0rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ze4weMsLiy4QkJT1ULTTkAgZ3ZsDh1R6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container { background-color: transparent; background-image: none; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container > .video-iframe-container { display: none; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row > .video-iframe-container { display: none; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .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); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container { border-width: 0; border-radius: 0; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#M72CfosMFPXH7kJF7zNa6bJNAyNhMbgc { color:#104887;display:block;width:34rem;position:absolute;font-family:"plus jakarta sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:26rem;height:5.848725rem;font-style:normal;display:block; }
#qZLDBTWetWCXxgG0vaXZWkoQD1UrJsLK { color:#4775a6;display:block;width:34.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:25.1875rem;height:;display:block; }#qZLDBTWetWCXxgG0vaXZWkoQD1UrJsLK li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#qZLDBTWetWCXxgG0vaXZWkoQD1UrJsLK li:before{  }
#KrulU5gsAzc9MIVDTSbnDc8W8Sk7z3pV { box-sizing:content-box;height:24.0625rem;width:25.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b31b3463-d27d-427b-888d-91617ef31096/10sztuczek2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.9375rem;left:0rem;display:block; }#KrulU5gsAzc9MIVDTSbnDc8W8Sk7z3pV.adaptive-delivery-prevent-bg, #KrulU5gsAzc9MIVDTSbnDc8W8Sk7z3pV.lazyload, #KrulU5gsAzc9MIVDTSbnDc8W8Sk7z3pV.lazyloading { background-image: none; }
#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy { position:relative;display:block; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy { background-color: transparent; background-image: none; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row .container > .video-iframe-container { display: none; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row > .video-iframe-container { display: none; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .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); }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy { border-width: 0; border-radius: 0; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fA7BzPBvTG1yGUZKFmph2uINhh4LJovK { box-sizing:content-box;height:20.75rem;width:20.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#c2d1e1;background-image:none;top:0rem;left:39.25rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(0,0,0,0.1) ;display:block; }
#J8x1DcscgK7g4DBrXIXrnJ6AT0CuLW8x { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"libre baskerville";font-size:4.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.474609375rem;left:2.125rem;height:6.337rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsU0irsmqVZnhNleqcnM5SEDs7JM2H6O { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"libre baskerville";font-size:4.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.224609375rem;left:22.75rem;height:6.337rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHNSm1KvK0IzoohxU14I0WIAi9K4NakB { color:#030522;display:block;width:14.5625rem;position:absolute;font-family:"libre baskerville";font-size:4.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:42.375rem;height:6.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sp07N2dFHPl1lk3kuIBFISyPGzraJrEF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.1875rem;height:2.1937125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtWNtTqbn7C0V2CMfH2aqOCeTawE5R4r { box-sizing:content-box;height:22.5rem;width:22.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#104887;background-image:none;top:10.625rem;left:17.75rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(0,0,0,0.1) ;display:block; }
#A37tESsGABIGPPrJPapM4nQSLhso4T9m { box-sizing:content-box;height:18.875rem;width:18.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#87a3c3;background-image:none;top:1.625rem;left:0rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(0,0,0,0.1) ;display:block; }
#uID37WTyMLoz06M4KpQfS6kK2JSSF3vs { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.4375rem;left:20.46875rem;height:6.5811375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KwDbsuR0Wxb6xJO0eayP4bNdezdTd6tL { color:#030522;display:block;width:14.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.875rem;left:42.3125rem;height:8.774875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d { position:relative;display:block; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d { background-color: transparent; background-image: none; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row .container > .video-iframe-container { display: none; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row > .video-iframe-container { display: none; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .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); }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d { border-width: 0; border-radius: 0; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:62.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mdFGg1duTBL1JguKhpcWGmZcpCoowbTT { box-sizing:content-box;height:9.375rem;width:32.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f58721ca-e62d-4bfc-9209-1ce44280d110/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:17.75rem;left:0rem;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }#mdFGg1duTBL1JguKhpcWGmZcpCoowbTT.adaptive-delivery-prevent-bg, #mdFGg1duTBL1JguKhpcWGmZcpCoowbTT.lazyload, #mdFGg1duTBL1JguKhpcWGmZcpCoowbTT.lazyloading { background-image: none; }
#vJffd6blEIMQp43oiNTsoLbgDoMOu1CH { box-sizing:content-box;height:9.375rem;width:32.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fc50e6bd-f6f8-4634-b928-5f305db45998/2.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:28.4375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;display:block; }#vJffd6blEIMQp43oiNTsoLbgDoMOu1CH.adaptive-delivery-prevent-bg, #vJffd6blEIMQp43oiNTsoLbgDoMOu1CH.lazyload, #vJffd6blEIMQp43oiNTsoLbgDoMOu1CH.lazyloading { background-image: none; }
#unTQtokct6yHakPrBur5KD3kIRTr4ET7 { box-sizing:content-box;height:9.375rem;width:25.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/72680ee7-1710-4aac-9acb-cbcadfd8c22a/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:28.4375rem;left:34rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;display:block; }#unTQtokct6yHakPrBur5KD3kIRTr4ET7.adaptive-delivery-prevent-bg, #unTQtokct6yHakPrBur5KD3kIRTr4ET7.lazyload, #unTQtokct6yHakPrBur5KD3kIRTr4ET7.lazyloading { background-image: none; }
#P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7 { box-sizing:content-box;height:9.375rem;width:25.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df3654da-b475-491e-b711-de1d768a386a/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:17.75rem;left:34rem;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }#P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7.adaptive-delivery-prevent-bg, #P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7.lazyload, #P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7.lazyloading { background-image: none; }
#dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0 { box-sizing:content-box;height:9.375rem;width:29.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6632cf08-0ff7-4cd2-bcfe-e41fd825bff0/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:39.3125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;display:block; }#dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0.adaptive-delivery-prevent-bg, #dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0.lazyload, #dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0.lazyloading { background-image: none; }
#D54dX69HOzKFeUGsxkVBTI1oZSTPHrks { box-sizing:content-box;height:9.375rem;width:28.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/92fab2ca-358e-4640-b8fc-0b9560f776f4/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:39.3125rem;left:31.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;display:block; }#D54dX69HOzKFeUGsxkVBTI1oZSTPHrks.adaptive-delivery-prevent-bg, #D54dX69HOzKFeUGsxkVBTI1oZSTPHrks.lazyload, #D54dX69HOzKFeUGsxkVBTI1oZSTPHrks.lazyloading { background-image: none; }
#JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1 { box-sizing:content-box;height:9.375rem;width:29.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99bae645-5265-4709-9860-d30815ef4d78/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:50.0625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;display:block; }#JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1.adaptive-delivery-prevent-bg, #JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1.lazyload, #JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1.lazyloading { background-image: none; }
#yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD { box-sizing:content-box;height:9.375rem;width:28.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99c133a1-c853-4728-a72c-0725a54d321f/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:50.0625rem;left:31.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;display:block; }#yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD.adaptive-delivery-prevent-bg, #yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD.lazyload, #yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD.lazyloading { background-image: none; }
#TLD8UoR8ahI6OXBA82VkZsnzEGiTBmtQ { color:#0a4789;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:6.498575rem;text-align:center;text-align-last:center;display:block; }
#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI { position:relative;display:block; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI { background-color: transparent; background-image: none; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row .container > .video-iframe-container { display: none; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row > .video-iframe-container { display: none; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .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); }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI { border-width: 0; border-radius: 0; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UtDCz70KUsVSJoZxqa0qbsd5Gt71a4we { color:#104887;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:2.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zr9ExeoKfDQ6PMfTFXTwRHWefD2KUqMD { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.505859375rem;left:4.1875rem;height:1.625rem;font-style:normal;display:block; }
#Cvpz050h8PiRhuDVhnoXG3VugKKe2nMe { color:#ffffff;display:block;width:38.2493125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.748760223389rem;left:4.1850128173828rem;height:1.625rem;font-style:normal;display:block; }
#lJstV8um7XStIMfeJOzkpaexWZXaUnur { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.71875rem;left:4.1875rem;height:1.625rem;font-style:normal;display:block; }
#QpcKnH1WIGXPetTGfTXvs8TFFoxClZ2h { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.125rem;left:4.25rem;height:1.625rem;font-style:normal;display:block; }
#vyuqgXaOlL7RqisCGxaVvSMT7QpJ4Smq { box-sizing:content-box;height:3.875rem;width:55.125rem;position:absolute;display:block;z-index:15011;background-color:#12cc94;background-image:none;top:27.499755859375rem;left:3.1249980926514rem;display:block; }
#nEiNEHWx3VoTRo7JTfKMexS7RBCCW2dS { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.4619140625rem;left:18.875rem;height:1.9504625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MT6HQ3TwUWq8FJoHhz7kkDRtrWHREkT0 { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.505859375rem;left:18.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QwiIvJVyiXbB1C3n89lBiBL47l25ldzV { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.75rem;left:18.8125rem;height:1.62464375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VUHtKZCT0FyVFDl9og2i5g78nTAXb04d { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.068359375rem;left:18.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rS59LTwQiyVwhSF2wB9ZbTEKC69vyvNg { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.125rem;left:18.8125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VvlCNaiNMZ2WsbIgJ1CJDFVvJb2EVZU9 { box-sizing:content-box;height:2.9375rem;width:55.125rem;position:absolute;display:block;z-index:15004;background-color:#87a3c3;background-image:none;top:10.875rem;left:3.09375rem;display:block; }
#RohADh5osr5eQ7hX4JrsvFSuXWrcgQXW { box-sizing:content-box;height:2.9375rem;width:55.125rem;position:absolute;display:block;z-index:15005;background-color:#87a3c3;background-image:none;top:14.0556640625rem;left:3.09375rem;display:block; }
#aGphWtNnoTfs1ZPvOX6pQKG5kIwuQ5WP { box-sizing:content-box;height:2.9375rem;width:55.125rem;position:absolute;display:block;z-index:15006;background-color:#87a3c3;background-image:none;top:17.25rem;left:3.09375rem;display:block; }
#GoO9P64Trenh8N8mhEcE95APhTKOGARh { box-sizing:content-box;height:2.9375rem;width:55.125rem;position:absolute;display:block;z-index:15007;background-color:#87a3c3;background-image:none;top:23.625rem;left:3.125rem;display:block; }
#lwiDzdDih6kOO7vGNb75uMvZ0LOZNVit { box-sizing:content-box;height:2.9375rem;width:55.125rem;position:absolute;display:block;z-index:15009;background-color:#87a3c3;background-image:none;top:20.4375rem;left:3.125rem;display:block; }
#ZJQLxeMQzkEmg6sbgFdXrGSVAzT6zNmi { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.25rem;left:18.8125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zJiOEyRps2TLzQsLXS6CoTZJeOR7uO3N { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.9375rem;left:4.25rem;height:1.625rem;font-style:normal;display:block; }
#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve { position:relative;display:block; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve { background-color: transparent; background-image: none; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row .container > .video-iframe-container { display: none; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row > .video-iframe-container { display: none; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .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); }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve { border-width: 0; border-radius: 0; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dRwxyq09GVtJFlW86SsuMuFzlxKU5FWL { color:#104887;display:block;width:50.5625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:4.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaCipJ81t7BXED0UUo1Cao7K62x5r9wT { color:#104887;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:2.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5053272247312rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN { position:relative;display:block; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN { background-color: transparent; background-image: none; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row .container > .video-iframe-container { display: none; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row > .video-iframe-container { display: none; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .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); }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN { border-width: 0; border-radius: 0; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:88.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dQxHL12hNDl8SJ3RJpXMdCBS9lmzTwhw { color:#104887;display:block;width:14.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.81178855896rem;left:2.7494659423828rem;height:3.8964875rem;display:block; }#dQxHL12hNDl8SJ3RJpXMdCBS9lmzTwhw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dQxHL12hNDl8SJ3RJpXMdCBS9lmzTwhw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
#s840wKHVvnUFnAClbx7iOh7T64dnetV7 { color:#4775a6;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.25rem;left:23.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDzcxwITKW5XB9ubrix1A89npurLEEHV { color:#4775a6;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:43.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiUuM4dkvixl1UMqoilahqCSQ1pby0Ig { color:#104887;display:block;width:13.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:30.935546875rem;left:22.873756408691rem;height:;display:block; }#UiUuM4dkvixl1UMqoilahqCSQ1pby0Ig li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UiUuM4dkvixl1UMqoilahqCSQ1pby0Ig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
#i2v3iWIc8vJvpSCNevtcdiUot3oz5NdM { color:#0a4789;display:block;width:14.3119375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.998291015625rem;left:42.936790466309rem;height:;display:block; }#i2v3iWIc8vJvpSCNevtcdiUot3oz5NdM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#i2v3iWIc8vJvpSCNevtcdiUot3oz5NdM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
#Utp9C9dKBh2F6XFurfOQuaz7v4I6F2Wk { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:72.893283843994rem;left:3.7491111755371rem;height:0;font-style:normal;display:none; }
#hiinhNND7TdJPwo1HN5I8zEQ1ixzqnFq { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:72.936433792112rem;left:23.75rem;height:0;display:none; }
#wuWrOzn6GEhnczVrAZGfVxFQZgNqaD5m { color:#104887;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:72.934123992919rem;left:42.873756408691rem;height:0;display:none; }
#B3CzTNpWA2QdTv0WHmgntptf5MIJAegF { box-sizing:content-box;height:85rem;width:17.5rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.31201171875rem;left:1.25rem;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#nTblo3fRbUgpHUV3KxlmggG1fFCCykmD { box-sizing:content-box;height:84.875rem;width:17.5625rem;position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;top:-0.0009765625rem;left:41.25rem;border-top:0.0625rem solid #c2d1e1;border-left:0.0625rem solid #c2d1e1;border-right:0.0625rem solid #c2d1e1;border-bottom:0.0625rem solid #c2d1e1;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;display:block; }
#Pc5hDHdFc9E4hbZuDE9pKlUKS9T6dBql { box-sizing:content-box;height:0.3125rem;width:10.625rem;position:absolute;display:block;z-index:15004;background-color:#c41425;background-image:none;top:70.462890625rem;left:41.25rem;display:block; }
#z2vKLlxU7pDaaNHovuDISFK7936nWwdc { box-sizing:content-box;height:0.3125rem;width:10.625rem;position:absolute;display:block;z-index:15005;background-color:#c41425;background-image:none;top:70.462890625rem;left:20rem;display:block; }
#wmLeOA6TEFiQaZW8yqs0ubAG52aCVZa2 { box-sizing:content-box;height:0.3125rem;width:10.625rem;position:absolute;display:block;z-index:15006;background-color:#c41425;background-image:none;top:70.587890625rem;left:1.25rem;display:block; }
#UTaw99hJIZHIyLbwu3los6yDIqq6QAgb { box-sizing:content-box;height:84.749375rem;width:19.9369375rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:3.2424926757812E-5rem;left:19.998756408691rem;border-top:0.125rem solid #4775a6;border-left:0.125rem solid #4775a6;border-right:0.125rem solid #4775a6;border-bottom:0.125rem solid #4775a6;display:block; }
#LrJCCFcPVSWAReNTXHixTVvmMQRFeppT { box-sizing:content-box;height:0.3125rem;width:10.625rem;position:absolute;display:block;z-index:15007;background-color:#c41425;background-image:none;top:29.179185867309rem;left:2.7468032836914rem;display:block; }
#sqF8NTXVEqpTDgDzufyr2hR0altutNKn { box-sizing:content-box;height:0.3125rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:#c41425;background-image:none;top:29.373779296875rem;left:20rem;display:block; }
#BNtXrCMLlEKB5CRR0gUvM7mGJkfT0h8u { box-sizing:content-box;height:0.3125rem;width:10.625rem;position:absolute;display:block;z-index:15009;background-color:#c41425;background-image:none;top:29.373779296875rem;left:41.312141418457rem;display:block; }
#qN9x5Xf4glbt1lT3BRcZAmPnopnDIuPc { z-index:15003;top:78.841796875rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -moz-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -ms-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -o-linear-gradient(178deg, #ffd600, #d5fd00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#d5fd00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#d5fd00' );";background-image: linear-gradient(178deg, #ffd600, #d5fd00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(16,72,135,0.39) ;box-sizing:border-box;color:#030522;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zEo8Pgckrvss7wpwdIebxGm5SkgppdPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KFcqbSN0Wqxm5sqJMGazOeTNJmr1i2s4 { box-sizing:content-box;height:8.9375rem;width:8.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/636b814d-4fab-45de-9a65-239ef507303a/Artboard3copy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.28125rem;left:5.53125rem;display:block; }#KFcqbSN0Wqxm5sqJMGazOeTNJmr1i2s4.adaptive-delivery-prevent-bg, #KFcqbSN0Wqxm5sqJMGazOeTNJmr1i2s4.lazyload, #KFcqbSN0Wqxm5sqJMGazOeTNJmr1i2s4.lazyloading { background-image: none; }
#hJa6hCKGsaID0kNcQyFGH3FOnQiVUEF0 { z-index:15004;top:78.310546875rem;left:21.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -moz-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -ms-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -o-linear-gradient(178deg, #ffd600, #d5fd00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#d5fd00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#d5fd00' );";background-image: linear-gradient(178deg, #ffd600, #d5fd00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(16,72,135,0.39) ;box-sizing:border-box;color:#030522;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qsiXBRLHdTlOXO5zFnpRI4A2mNs5K4A7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdPbSDBJ3GbDlpLquCGIHRbuGwsAO290 { z-index:15005;top:78.842407226562rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -moz-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -ms-linear-gradient(178deg, #ffd600, #d5fd00);background-image: -o-linear-gradient(178deg, #ffd600, #d5fd00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#d5fd00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#d5fd00' );";background-image: linear-gradient(178deg, #ffd600, #d5fd00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(16,72,135,0.39) ;box-sizing:border-box;color:#030522;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HkQ0M1rtDtd0TuB3MADPOsLgBFx7sJWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQ01EwMf9x0pfC0WN1w8Ke974Xm7Vpoa { color:#4775a6;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAmZsdnKMF3TQR4Po3ZBqK2QaeAbfM5m { color:#0a4789;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.4375rem;left:3.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cL2yS3c5cIgLqLviVeBt2F9iPVxmkh7D { color:#0a4789;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.4375rem;left:23.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FgvMMhmrOrfD8tPsWpn4adPJBRlrI2sd { color:#4775a6;display:block;width:15.75rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.556457519531rem;left:20.87357711792rem;height:4.38654375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT { box-sizing:content-box;height:11rem;width:20.1875rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/607d6634-e00f-4650-a364-adb5fb049fe2/3spzoo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.28125rem;left:20rem;display:block; }#myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT.adaptive-delivery-prevent-bg, #myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT.lazyload, #myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT.lazyloading { background-image: none; }
#uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi { box-sizing:content-box;height:11rem;width:12rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/607d6634-e00f-4650-a364-adb5fb049fe2/3spzoo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.3125rem;left:41.25rem;display:block; }#uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi.adaptive-delivery-prevent-bg, #uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi.lazyload, #uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi.lazyloading { background-image: none; }
#Aw1qknGXAlV5H5NrWaAPS5tA1QoXqpvG { box-sizing:content-box;height:8.375rem;width:6.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4701be8f-e31b-4067-83dd-e5da4b190c06/spzoo7krokowzalozeniespolki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.59375rem;left:52.5625rem;display:block; }#Aw1qknGXAlV5H5NrWaAPS5tA1QoXqpvG.adaptive-delivery-prevent-bg, #Aw1qknGXAlV5H5NrWaAPS5tA1QoXqpvG.lazyload, #Aw1qknGXAlV5H5NrWaAPS5tA1QoXqpvG.lazyloading { background-image: none; }
#IX73nEUmwZflTNiopf0qxg046WGKhcWE { color:#0a4789;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4375rem;left:43.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNOSelWl7tE45RlE9Lxy4Zet6Fksnrqt { color:#4775a6;display:block;width:15.7480625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.5146484375rem;left:42.125rem;height:5.848725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b3Th7C7K3EebZwTfGAqTEc8A6U1lkQhU { color:#104887;display:block;width:17.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:72.244140625rem;left:1.1875rem;height:2.43696875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JhsMThzSTz2pR4LQxs8uuIUHqv0TAQQ4 { color:#104887;display:block;width:20.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:72.244140625rem;left:20rem;height:2.43696875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SlwVgTa9EihgAXVfWM2TdgHUBcPiNWTs { color:#104887;display:block;width:17.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:72.24462890625rem;left:41.248222351074rem;height:2.43696875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQO1uunMKEXRhrGtl0Fa0i4dJySNdxRt { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#d34f5c;background-image:none;top:3.03125rem;left:14.46875rem;display:block; }
#dOEEvmzCFJerrAzaueStBDgHcQyH2Nik { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#f0c4c9;background-image:none;top:8.9375rem;left:15rem;display:block; }
#D0lEHq0AW78r84dHMfHk8arhmXhAsBXd { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#4775a6;background-image:none;top:7.6875rem;left:2.96875rem;display:block; }
#JDnlE2TfcqmOrAIittADDK5F7A7Fz5wb { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#4775a6;background-image:none;top:13rem;left:24.375rem;display:block; }
#ewXLd0SuoxtrhdERaQFgUaMRyPP9IuZu { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#f0c4c9;background-image:none;top:1.65625rem;left:31.25rem;display:block; }
#osnyfZKlIMJSbVMclqc4UHKzqF8V2kmx { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#c2d1e1;background-image:none;top:12.78125rem;left:33.9375rem;display:block; }
#bv6XIyCWRQL2oXlZTvuHZVTIXJpsOC9q { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#84a3c4;background-image:none;top:1.21875rem;left:29.125rem;display:block; }
#nsIlPEPFn7pIQwOP9ByyfHP8kkiTTKNA { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#f0c4c9;background-image:none;top:2.28125rem;left:47.875rem;display:block; }
#Wuw4qd1AGTeqXr4pU9DZGkQ0IQSikKCF { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#4775a6;background-image:none;top:13rem;left:53.25rem;display:block; }
#TDwoJSTVez47rSdk6ZQUO1sfBN8Ecsyn { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#4775a6;background-image:none;top:3.34375rem;left:44.53125rem;display:block; }
#BOknQLRN0Gbk6vCnqIZMFeh34aMO7xcy { box-sizing:content-box;height:1.3125rem;width:1.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#d34f5c;background-image:none;top:13rem;left:43.8125rem;display:block; }
#TyalEW2sVTzcFW3ZEnpKEHmtcOvRiO0w { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#c2d1e1;background-image:none;top:3.84375rem;left:46.3125rem;display:block; }
#HO0ua7EzNbqaDw6HFkyLJbJKtLqJbPQ1 { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#f0c4c9;background-image:none;top:12.59375rem;left:46.21875rem;display:block; }
#c1xv9kmBXqsz8BLuQZ8X8MwphBAwo48L { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#d34f5c;background-image:none;top:1.84375rem;left:46.3125rem;display:block; }
#TduJt92PcWFlBkMqTRu2OxEpXT28HzIo { color:#0a4789;display:block;width:15.5619375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:66.976623535156rem;left:42.217681884766rem;height:2.59765625rem;display:block; }#TduJt92PcWFlBkMqTRu2OxEpXT28HzIo li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TduJt92PcWFlBkMqTRu2OxEpXT28HzIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_664bbf0bec5a839baaefc250b48441385c20d835.svg); }
#VAonNP8F4RkXGcOm3aAmCc6qbCkcySJJ { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:46.270263671875rem;left:23.466796875rem;height:19.33326875rem;display:block; }
#fiWaiwk25vMGHzCVh9EgeBglObA1fkyy { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:46.333374023438rem;left:43.75rem;height:19.33326875rem;display:block; }
#V7mQtvxL531ETInFxkTBxvnG80VtEObc { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:75.68359375rem;left:1.15625rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#qc8PrqAsoaVar0IIpDBm1JvFyHcs8KDi { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:75.683959960938rem;left:40.905540466309rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#TPPkTtyoXqR2tLZGL7cOG0wMkgTTgIv7 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:75.68359375rem;left:20.90625rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#XE3VSltrLerERJTd0SGlpD8G455dEdQV { position:relative;display:block; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV { background-color: transparent; background-image: none; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container > .video-iframe-container { display: none; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row > .video-iframe-container { display: none; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .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); }#XE3VSltrLerERJTd0SGlpD8G455dEdQV { border-width: 0; border-radius: 0; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container.adaptive-delivery-prevent-bg, #XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container.lazyload, #XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container.lazyloading { background-image: none; }#xrnBgPSEon5S4GwyWRleluCGGWoB2kbK { box-sizing:content-box;height:17.3739375rem;width:17.3739375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #030522, #c41425);background-image: -moz-linear-gradient(180deg, #030522, #c41425);background-image: -ms-linear-gradient(180deg, #030522, #c41425);background-image: -o-linear-gradient(180deg, #030522, #c41425);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#c41425' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#c41425' );";background-image: linear-gradient(180deg, #030522, #c41425);background-size:auto !important;top:11.9375rem;left:21.3125rem;display:block; }
#a0I1rxJEfq11mrXLTWkbXNGgDG56M8D4 { box-sizing:content-box;height:23.0610625rem;width:20rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e76da824-842b-49c2-8054-a59f2c354e45/AdobeStock_572659241.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:7.4375rem;left:20rem;display:block; }#a0I1rxJEfq11mrXLTWkbXNGgDG56M8D4.adaptive-delivery-prevent-bg, #a0I1rxJEfq11mrXLTWkbXNGgDG56M8D4.lazyload, #a0I1rxJEfq11mrXLTWkbXNGgDG56M8D4.lazyloading { background-image: none; }
#qZIIn9BEqZWHoBSNfhRXSDeHgvfQKhdH { box-sizing:content-box;height:17.3730625rem;width:17.3730625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9362775f-877a-418b-b7e7-42337d32663f/fire12470_512.gif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:11.937211990356rem;left:21.313032150269rem;display:block; }#qZIIn9BEqZWHoBSNfhRXSDeHgvfQKhdH.adaptive-delivery-prevent-bg, #qZIIn9BEqZWHoBSNfhRXSDeHgvfQKhdH.lazyload, #qZIIn9BEqZWHoBSNfhRXSDeHgvfQKhdH.lazyloading { background-image: none; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(196,20,37,0.66);background-image:none;color:#ffffff;padding-top:0.4525rem;padding-right:0.419375rem;padding-bottom:0.4525rem;padding-left:0.419375rem;display:block;align-items:center;width:2.511875rem;min-width:2.511875rem;height:2.42875rem;position:relative;font-family:"russo one";font-size:1.80875rem;font-weight:400;line-height:38.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-top-left-radius:5.25rem;font-style:normal; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2825rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.349375rem;height:1.0625rem;position:relative;font-family:"russo one";font-size:0.67875rem;font-weight:400;line-height:15.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;text-shadow:0.0625rem 0.0625rem 0rem #c41425; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.375rem;height:4.67875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:18.284755706787rem;left:21.311254501342rem;z-index:15030; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #UaPHIQcwWTznCMTSm52BicLGGxQBN3NM { display:flex;position:relative;top:0rem;left:0rem; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #J9eGHLbSK7Fy2I4yvG07sWffHeyD017e { width:auto; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #TQRlK0ppzsZaAAKTGQh7HlMEr9vtNScl {  }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #CSQGbWN2gFM9IgCMoiTGU2lde7FABppM { display:flex;position:relative;top:0rem;left:0rem; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #qm6aGU3M0ZtiotwBNK15K1GMJL5tCA50 {  }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #Roe6JRJlTNTPn6DfkvmHaDVlWWe81a2o {  }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #a97d2JiSPQA0t46S4xucCuwLCzGxRsB6 { display:flex;position:relative;top:0rem;left:0rem; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #V5mt16XlriXfy415UFJd8f4zAfM153pL {  }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #qtOu44N2I22tD09EovOt5pIqo02Edh1T {  }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #fQXStxyWuJGsTyL0a0KJgTMJRWKPpPvg { display:flex;position:relative;top:0rem;left:0rem; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #n0TtdpcdPuaBVG6U4gfFJlwRCHQuDavC {  }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI #KoLMqZnW0lriqmmW0azoE6lDA6UehXST {  }
#p3x5iUT41fGyKt5iD7koxRfD40k538Sf { color:#104887;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:2.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0.125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J8sBQFe1VniHsc4bZTMNsx4B0rZxtoUW { color:#c41425;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:2.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.5rem;left:0.12429046630859rem;height:5.3604375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 { position:relative;display:block; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 { background-color: transparent; background-image: none; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row .container > .video-iframe-container { display: none; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row > .video-iframe-container { display: none; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .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); }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 { border-width: 0; border-radius: 0; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#baupK0mKy1sz4I7cTi79wHRTNDcIKS9F { color:#4775a6;display:block;width:44.375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g03dl5NQu0dLntnKEBQSe1oR6SCk5kFo { color:#104887;display:block;width:50.75rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.1248168945312rem;left:6.1248207092285rem;height:6.498575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHBAo5FTx2CBZzTKNvFH5ghVzhxSnfL6 { box-sizing:content-box;height:30.375rem;width:56.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9f3431ac-e152-462f-9fe3-74d6390d961c/Zrzutekranu20240924134106.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.875rem;left:1.84375rem;display:block; }#NHBAo5FTx2CBZzTKNvFH5ghVzhxSnfL6.adaptive-delivery-prevent-bg, #NHBAo5FTx2CBZzTKNvFH5ghVzhxSnfL6.lazyload, #NHBAo5FTx2CBZzTKNvFH5ghVzhxSnfL6.lazyloading { background-image: none; }
#rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw { position:relative;display:none; }#rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw { border-width: 0; border-radius: 0; }#rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s0Qqx7SXlGPZe6iDrK7XMvz4qt9vED2y { color:#104887;display:block;width:44.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5rem;left:7.84375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#at9yiV2ZsTZJndSaZTt3pGAZKm68fZvT { box-sizing:content-box;height:14.6875rem;width:14.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#d34f5c;background-image:none;top:6.6875rem;left:15.5625rem;display:block; }
#n72W1AEUJTnRWpSLZD6xDnmdwhkQFT12 { box-sizing:content-box;height:13.0615rem;width:13.0615rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#e28a92;background-image:none;top:23.03515625rem;left:3.6572265625rem;display:block; }
#ET4dHawPT5E8CyU2TPbHnPzu9hN5P8qK { box-sizing:content-box;height:13.625rem;width:13.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#f0c4c9;background-image:none;top:28.375rem;left:22.0625rem;display:block; }
#azt9RLrn1INtSATq66lMCcWwzPOqn7wn { box-sizing:content-box;height:12.1875rem;width:12.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#c2d1e1;background-image:none;top:16.1875rem;left:30.1875rem;display:block; }
#vh9LtF0VQtotRbBh4PTsQlDzNhGt2UJh { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:11.107421875rem;left:16.65625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FiDizZgnUTGmAIQD6IxHGl2tbddMgoOL { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:32.25rem;left:22.5625rem;height:5.84765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ti9cSQCFQRi25a4AaUeEMRHf7e0nSxLJ { color:#ffffff;display:block;width:12.2480625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:26.6416015625rem;left:4.0634765625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3PqoIQcbrD8tq9F3X1fsfXCVXEwl23S { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.375rem;left:30.4375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0dF608AmxbJvDvtsvTzHNTp1PQL4MXk { box-sizing:content-box;height:27.6875rem;width:27.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0cbf1a80-0686-4dd2-9b26-d8aaecaa93e7/C578300_00_15_10Still004beztla.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.8125rem;left:32.3125rem;display:block; }#Q0dF608AmxbJvDvtsvTzHNTp1PQL4MXk.adaptive-delivery-prevent-bg, #Q0dF608AmxbJvDvtsvTzHNTp1PQL4MXk.lazyload, #Q0dF608AmxbJvDvtsvTzHNTp1PQL4MXk.lazyloading { background-image: none; }
#xqwXv9gic2fuNGvSggCoUBlcpIDwo3p9 { box-sizing:content-box;height:30.4375rem;width:22.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fbe893ce-085b-4288-ae21-cb73563b3773/MarekGolecdbeztlamale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.0625rem;left:0rem;display:block; }#xqwXv9gic2fuNGvSggCoUBlcpIDwo3p9.adaptive-delivery-prevent-bg, #xqwXv9gic2fuNGvSggCoUBlcpIDwo3p9.lazyload, #xqwXv9gic2fuNGvSggCoUBlcpIDwo3p9.lazyloading { background-image: none; }
#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ { position:relative;display:block; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ { background-color: transparent; background-image: none; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row .container > .video-iframe-container { display: none; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row > .video-iframe-container { display: none; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .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); }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ { border-width: 0; border-radius: 0; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nqSriPZEV7sdIxF4Ovf5WGhDIHCpTAo8 { color:#104887;display:block;width:44.3119375rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:4.0615720748901rem;left:7.8426837921144rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SnWJGzHnn6kuORUvFCigEC4JQiBCmN9X { box-sizing:content-box;height:13.0605625rem;width:13.0605625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#e28a92;background-image:none;top:21.1552734375rem;left:31.7509765625rem;display:block; }
#JEobmsA3VasAfnK3xphdZEOH8N6FXwic { box-sizing:content-box;height:13.625rem;width:13.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#f0c4c9;background-image:none;top:19.576171875rem;left:46.375rem;display:block; }
#rRVbQs83gGOpDmHFKIDAAXgB5HrU1Z8k { box-sizing:content-box;height:11.875rem;width:11.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#c2d1e1;background-image:none;top:16.5625rem;left:0rem;display:block; }
#XAFUFcAP4uSZpkaQMfJbu0l8V4CHXfUF { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:23.65234375rem;left:46.8125rem;height:5.848725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQx7ngTeUect2wu4yH7k1oCk2asTKSqN { color:#ffffff;display:block;width:12.2480625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:25.01171875rem;left:32.1884765625rem;height:5.84871875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFUeQAsh0wwr5L5mLS8soiTAf9H8G1Hv { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.576171875rem;left:0rem;height:5.848725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROOUukz9CkaTTZ0TEdbWCusEAXBNNKyF { box-sizing:content-box;height:27.6875rem;width:27.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0cbf1a80-0686-4dd2-9b26-d8aaecaa93e7/C578300_00_15_10Still004beztla.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:14.8125rem;left:0rem;display:block; }#ROOUukz9CkaTTZ0TEdbWCusEAXBNNKyF.adaptive-delivery-prevent-bg, #ROOUukz9CkaTTZ0TEdbWCusEAXBNNKyF.lazyload, #ROOUukz9CkaTTZ0TEdbWCusEAXBNNKyF.lazyloading { background-image: none; }
#QNzOfeMWeHLMpuTKJgWLLWyCMVmnWkxV { box-sizing:content-box;height:29.25rem;width:22.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fbe893ce-085b-4288-ae21-cb73563b3773/MarekGolecdbeztlamale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.25rem;left:35rem;display:block; }#QNzOfeMWeHLMpuTKJgWLLWyCMVmnWkxV.adaptive-delivery-prevent-bg, #QNzOfeMWeHLMpuTKJgWLLWyCMVmnWkxV.lazyload, #QNzOfeMWeHLMpuTKJgWLLWyCMVmnWkxV.lazyloading { background-image: none; }
#udTUfyQcm52BeAXrCBIqgcqOCWOXThBo { box-sizing:content-box;height:29.25rem;width:22.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fbe893ce-085b-4288-ae21-cb73563b3773/MarekGolecdbeztlamale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.25rem;left:35rem;display:none; }#udTUfyQcm52BeAXrCBIqgcqOCWOXThBo.adaptive-delivery-prevent-bg, #udTUfyQcm52BeAXrCBIqgcqOCWOXThBo.lazyload, #udTUfyQcm52BeAXrCBIqgcqOCWOXThBo.lazyloading { background-image: none; }
#sst1qdIMwazir0hQ0gdDHg12W94g3lvK { box-sizing:content-box;height:29.25rem;width:22.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fbe893ce-085b-4288-ae21-cb73563b3773/MarekGolecdbeztlamale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.25rem;left:35rem;display:none; }#sst1qdIMwazir0hQ0gdDHg12W94g3lvK.adaptive-delivery-prevent-bg, #sst1qdIMwazir0hQ0gdDHg12W94g3lvK.lazyload, #sst1qdIMwazir0hQ0gdDHg12W94g3lvK.lazyloading { background-image: none; }
#TZvGoezpyaZ2tgRCPQzuk1kksAkvVQDZ { box-sizing:content-box;height:29.25rem;width:22.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fbe893ce-085b-4288-ae21-cb73563b3773/MarekGolecdbeztlamale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.25rem;left:35rem;display:none; }#TZvGoezpyaZ2tgRCPQzuk1kksAkvVQDZ.adaptive-delivery-prevent-bg, #TZvGoezpyaZ2tgRCPQzuk1kksAkvVQDZ.lazyload, #TZvGoezpyaZ2tgRCPQzuk1kksAkvVQDZ.lazyloading { background-image: none; }
#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(84deg, #104887, #213d58);background-image: -moz-linear-gradient(84deg, #104887, #213d58);background-image: -ms-linear-gradient(84deg, #104887, #213d58);background-image: -o-linear-gradient(84deg, #104887, #213d58);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#104887', endColorstr='#213d58' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#104887', endColorstr='#213d58' );";background-image: linear-gradient(84deg, #104887, #213d58);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; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row .container { background-color: transparent; background-image: none; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row .container > .video-iframe-container { display: none; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row > .video-iframe-container { display: none; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .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); }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row .container { border-width: 0; border-radius: 0; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#x0Ek2TlFhglhN1qT9GBOnFzKD3IAKIDP { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"plus jakarta sans";font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8232421875rem;left:0rem;height:4.79403125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJRRElVicTTM4nMokZ3Hd3Po32c1C0kh { box-sizing:content-box;height:18rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#030522;background-image:none;top:13.5625rem;left:0rem;display:block; }
#rnSRXI0wruxGx4sdC8gXeqtUiUHMK1T2 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5rem;left:1.5625rem;height:9.26316875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfFN52TaMVfIrv0xLZT2lE27d7SW47uw { box-sizing:content-box;height:14rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:17.625rem;left:20rem;display:block; }
#sRtm0VMkuNO2edrcSSJxDdav9i3NgD3k { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.9453125rem;left:21.5625rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTiSv6ZPwnw5STBu7Lhkk4Ta903PEhqu { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:32.6875rem;left:0rem;display:block; }
#aLVX6wggJPi2ZEBJwzcHHU49PWIHrzDn { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.4375rem;left:1.5625rem;height:4.8739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oXUko4r7n2SbLUFUNnxrzNLcLvOiJ2P2 { color:#2f2f2f;display:block;width:13.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.0625rem;left:42.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQMn3OPAbcOWEUbpdLwLDfp8OriIbbMU { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#f0c4c9;background-image:none;top:32.6875rem;left:20rem;display:block; }
#r9x9Gw79I9mQ3JLhSqegbv75eP4Z8RCh { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:39.5625rem;left:22.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#es5vrFLFUaMmeLK4FH3fzHUcQX48wwBi { box-sizing:content-box;height:15.625rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#c41425;background-image:none;top:16rem;left:40rem;display:block; }
#fFvRfX6PPTV0906CwTM2Eb6oKfEMzK89 { box-sizing:content-box;height:23.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:47.125rem;left:20rem;display:block; }
#CM7c10vyXp6tDH3WW1d90AkxJdQq2qOT { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:57.125rem;left:21.5625rem;height:11.015625rem;font-style:normal;display:block; }#CM7c10vyXp6tDH3WW1d90AkxJdQq2qOT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CM7c10vyXp6tDH3WW1d90AkxJdQq2qOT li:before{  }
#XrKTmwEzOEelgDV1tmOXCJkNWzfzaodT { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:52.0625rem;left:21.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFdiZ7wBZ6amKQKdyF0W1Tu7FQzuRwlu { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:47.125rem;left:0rem;display:block; }
#GfRtNnwhCRZiH2VR7cLEgTPM1iP1rwe0 { color:#2f2f2f;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.5rem;left:1.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gI222070SoP9O0e55VAM88wmmFCb5LPd { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.3203125rem;left:41.3125rem;height:6.498575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubp5qnn1oq3XRxqz8B9gnUA3t1Qm0aBQ { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#e28a92;background-image:none;top:47.125rem;left:40rem;display:block; }
#bzaNTtiudvwOTkroI48NI0seO3TziLCE { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.5rem;left:41.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkhrWtuTC14UTuQQriX6qqcqKHpmNO80 { box-sizing:content-box;height:13.25rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:32.6875rem;left:40rem;display:block; }
#ORFwa8ETxis1FKWe1BEOTXp1EliiET93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.8125rem;left:7.8125rem; }
#k776RvegveLCRimMtzTae5b9LnLsfT6O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.8125rem;left:27.8125rem; }
#oX1cC5b8x0hHfBwmo5MHK4ZcT35m8WVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:33.125rem;left:7.8125rem; }
#eyadoAz17cE8Z43bLiiq6zeoai11ZWMx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.4375rem;left:48.4375rem; }
#JOdRQNolQOlsCXeZt7VUfoXHdW9qVi7c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:34.125rem;left:27.8125rem; }
#XdCdIOFCFXRk2EQ50ZgHzIPGfaWHNzck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:48.5625rem;left:47.8125rem; }
#rkA4SV4SRGbUtZHyIParXESowR4Jp28x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:48.4375rem;left:7.8125rem; }
#lpCS1mdWgMR7DosdUKuRvo75xOOHZm5n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:48.125rem;left:27.8125rem; }
#ebFkhaAZLzBbPlz8vtrI6EmcuwxwNqdi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.0625rem;left:47.8125rem; }
#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4975c6a-a0a2-4055-963a-e14c238aaece/zacharykadolphHl_o1K6OPsAphoto159189079933194ab715fa69e.crop_1004x800_61,0.preview.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6.adaptive-delivery-prevent-bg, #MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6.lazyload, #MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6.lazyloading { background-image: none; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container { background-color: transparent; background-image: none; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container > .video-iframe-container { display: none; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row > .video-iframe-container { display: none; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .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); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container { border-width: 0; border-radius: 0; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#Fbg3l9mT6xiRB76Fh7wKtMvaUntNgW1Q { color:#0a4789;display:block;width:34.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9373321533203rem;left:26.937141418457rem;height:4.387425rem;display:block; }
#TZ2akNQ0WSyFESABrWIeL04UczBu5pGT { color:#0a4789;display:block;width:12.5rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5rem;left:28.561786651611rem;height:1.298825rem;font-style:normal;display:block; }
#DTVeD4XnZn3AbPtAskxsNC1DcH9PaKO2 { color:#030522;display:block;width:30.6875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.693893432618rem;left:28.561786651611rem;height:13.203125rem;font-style:normal;display:block; }#DTVeD4XnZn3AbPtAskxsNC1DcH9PaKO2 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DTVeD4XnZn3AbPtAskxsNC1DcH9PaKO2 li:before{  }
#L7AHK29wKJnHd6mDzG1wzBEUGKBs3Hu8 { color:#0a4789;display:block;width:25.8125rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.874649047851rem;left:28.561786651611rem;height:3.25rem;font-style:normal;display:block; }
#MgeOqMPWEJJqciPrJ1deo9mbIIlFasR2 { box-sizing:content-box;height:43rem;width:34.4375rem;position:absolute;display:block;z-index:14999;background-color:#c2d1e1;background-image:none;top:0rem;left:25.5625rem;display:block; }
#WZrKxbrZz5undyrbtQgrWVAXsq0X8PCx { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.625rem;left:28.5625rem;height:7.3125rem;display:none; }
#KCtQ7pPmo6f2gsLsGcBNalXIb4TBmFxm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row .container { background-color: transparent; background-image: none; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row .container > .video-iframe-container { display: none; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row > .video-iframe-container { display: none; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .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); }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row .container { border-width: 0; border-radius: 0; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#ceeMDPTD37J4kZf1NNZO0xaNazqQdCT2 { color:#104887;display:block;width:37rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:6.4985625rem;display:block; }
#PRZ9IxAP6IsBZVCwk4SmtzSggMG1f36s { color:#4775a6;display:block;width:32.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:;display:block; }#PRZ9IxAP6IsBZVCwk4SmtzSggMG1f36s li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PRZ9IxAP6IsBZVCwk4SmtzSggMG1f36s li:before{  }
#SKWWScIrJiAOG0Vd7SdRk2ZgBTi9Ctgb { box-sizing:content-box;height:26.375rem;width:42.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:4.9375rem;left:3.375rem;display:block; }
#AC2CpOUQn5shprmTXeV0dXUJV5BZqFI5 { box-sizing:content-box;height:23.8125rem;width:21.8125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b882ce0f-ee92-45ed-83e6-9ff2325245fa/AdobeStock_488989779.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.625rem;left:38.1875rem;display:block; }#AC2CpOUQn5shprmTXeV0dXUJV5BZqFI5.adaptive-delivery-prevent-bg, #AC2CpOUQn5shprmTXeV0dXUJV5BZqFI5.lazyload, #AC2CpOUQn5shprmTXeV0dXUJV5BZqFI5.lazyloading { background-image: none; }
#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W { position:relative;display:block; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W { background-color: transparent; background-image: none; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row .container > .video-iframe-container { display: none; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row > .video-iframe-container { display: none; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .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); }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W { border-width: 0; border-radius: 0; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c2d1e1;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#duSVyKEt5NQDuLEVEyPllJZkiTtKAZLZ { color:#030522;display:block;width:47.4375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:6.4994659423825rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#Pb9SDPKqyols6L3XTeBtscMl3eQ23sSq { z-index:15003;top:12.3125rem;left:17.78125rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KSXTxA4oJ4aHRcf6TiEPK3PmVm2pTmUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAToSpflEoeLdDyaEoW5aOMETqn5qViF { position:relative;display:block; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF { background-color: transparent; background-image: none; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row .container > .video-iframe-container { display: none; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row > .video-iframe-container { display: none; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .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); }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF { border-width: 0; border-radius: 0; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fuPNDzEvvBF8vkgCZH0avXilu0BA4TLo { color:#104887;display:block;width:50.25rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:6.4985625rem;display:block; }
#yVzrSB9so5xVC0cKEqITFLQ4lxm3X9Ia { color:#030522;display:block;width:36.125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1484375rem;left:0rem;height:10.39061875rem;display:block; }
#NpbWNPxyHs3ud1ae9CESaz4HzL0y4U4S { color:#030522;display:block;width:38.1875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.5419921875rem;left:0rem;height:9.0917875rem;font-style:normal;display:block; }
#hfwZtx9IqKAO2AS2EyJc6iGIE9LAIfL0 { box-sizing:content-box;height:18.8125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e4fe3c62-6326-4c87-853e-18b96a128cdf/AdobeStock_212488207.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:34.25rem;left:0rem;display:block; }#hfwZtx9IqKAO2AS2EyJc6iGIE9LAIfL0.adaptive-delivery-prevent-bg, #hfwZtx9IqKAO2AS2EyJc6iGIE9LAIfL0.lazyload, #hfwZtx9IqKAO2AS2EyJc6iGIE9LAIfL0.lazyloading { background-image: none; }
#eFORfZh2pzxJDbxC4HPv8fCJT734NJ76 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:24.875rem;top:11.5859375rem;left:35.125rem;overflow:hidden;display:block; }
#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N { position:relative;display:block; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N { background-color: transparent; background-image: none; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row .container > .video-iframe-container { display: none; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row > .video-iframe-container { display: none; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .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); }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N { border-width: 0; border-radius: 0; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xwsLN8MqVEMBDn0uGvSf7pwDahqhdwmw { color:#104887;display:block;width:37rem;position:absolute;font-family:"plus jakarta sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.625rem;height:3.25rem;display:block; }
#nb6eyfHvQ5ac0NGNuRkICWgqmO5vvfL5 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.32421875rem;left:2.875rem;height:3.25rem;font-style:normal;display:block; }
#ILoTmpTHwThUi6iK0FsFRuL0Fafs8GxO { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.33984375rem;left:2.875rem;height:22.08006875rem;display:block; }
#r57Ga9ya685OqapwkAHNUTVxGOtATCiQ { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.32421875rem;left:33.8125rem;height:3.25rem;font-style:normal;display:block; }
#iWuGgxr5vc5Velnwwfp9PwGLdddLBS4m { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.33984375rem;left:33.8125rem;height:10.39061875rem;display:block; }
#k1M3PX69Bkl734UbwNLA8nHf002UIZpU { color:#030522;display:block;width:24.625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.8125rem;left:33.875rem;height:1.625rem;font-style:normal;display:block; }
#IMkqMW5gM8K1qJRVI3s4nDl1WuuCsltN { color:#030522;display:block;width:22.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36rem;left:33.875rem;height:6.4941375rem;display:block; }
#QRieWwb52bpVJhv8svx5k6QlEOShITcQ { box-sizing:content-box;height:33.3125rem;width:29.375rem;position:absolute;display:block;z-index:15000;background-color:#84a3c4;background-image:none;top:7.3125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#udeX8Hd3lVEGlq70GO5sWtX4hmqRWtBw { box-sizing:content-box;height:15.875rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:#c2d1e1;background-image:none;top:29.75rem;left:30.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(3,5,34,0.1) ;display:block; }
#EcTJFQ4sD6ETb1D2H6nXh0tSfgZ6Bero { box-sizing:content-box;height:21.1875rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:#104887;background-image:none;top:7.3125rem;left:30.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;display:block; }
#CFqF5ezv5T83V6zSkHtMzwkBHxNHnUEs { z-index:15009;top:42.25rem;left:0rem;background-color:#12cc94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(16,72,135,0.37) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"plus jakarta sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yADapyKJGPkMVgVet7GXGQfF7gFhizat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTy7Dxw0yyBTzIRQsTMC4NMcLnybE36B { width:47.75rem;height:1.625rem;top:3.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuzumZbaJXc731fK8gA9yTEaeAkSxrlt { width:26.25rem;height:1.625rem;top:28.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeSM7xyN3T5c5n61Eccrcc4d3RLNGfdh { width:29.375rem;height:3.25rem;top:19.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sahU2iHR09TfzVKKSThd6EKhae82ierL { top:45.875rem;left:0rem;width:23.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM6VlKZHCUzACDIi94ZriR41p9HI0kqs { display:block; }
 }@media only screen and (max-width: 763px) { #WL7r0d83AJ8EWhAmv5kFnKp4g94nR4Nk { width:21.8125rem;height:21.8125rem;top:21.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ZrOMJiAWgwTOc1TGWV7wBTNRMq6sio { width:21.8125rem;height:21.8125rem;top:21.75rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkAI1LNJgKdZGPBTaSrmooT4rrMbTu9o { width:12.5rem;height:12.5rem;top:18.625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbmihimeKcKRGiNVChcnEdCQMgNC70ia { width:6.375rem;height:6.375rem;top:41.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtJ5fDquUa2na3Qc9rKxBDAbS0ve86P { width:2rem;height:2rem;top:46.75rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGmDvbcBFWQdnuSHxDWMxlvOEkDCkgnb { width:2.0625rem;height:2.0625rem;top:16.625rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8ZIeCKXkmtTVcoeaqK4qCeaPqTZbum { width:46.4375rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIyZoMhickwMmzbREd9TV3MiPpwCpJAl { width:34.75rem;height:11.375rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWPuz5kslEn5uDvcrXMSgtm5u3UAX02L { width:10.625rem;height:0.3125rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKSp0n6p5D8UNzEDzf4VPqDeH4ceHOdM { width:47.75rem;height:8.3125rem;top:7.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5IpMcLVWHimfk6Anhy8V9vovGHpK7P { width:33.25rem;height:1.5rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWfSaNEhXRTfzdBShfIC3pbAodcnuCZ { width:33.25rem;height:1.4375rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 { display:block; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCktz9Fmrh3o4fs1BcOWf9qpZLi28g6p { width:39.4375rem;height:13.0625rem;top:9.875rem;left:8.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzkrSAneOsKTgT6RXbwShTuTTRH4q15 { width:12.5rem;height:12.5rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaJZFnGhDOaW3pH9N0txwsEUw2U6HdeL { width:12.5rem;height:12.5rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzkFImTOgl36sG8zBD7p2TeuxdkhRug { width:2.0625rem;height:2.0625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyFzqFCiaOoyGrZZebT5sWKdlLGAdm4 { width:1rem;height:1rem;top:9.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvxCev0zHLbcTQSxW7BLg3TEilhNCdAJ { width:1rem;height:1rem;top:22.0625rem;left:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqPFo2OfvVMEo3RytUDW2GXB9gxiU2x { width:43.625rem;height:4.8125rem;top:1.875rem;left:2.0310707092285rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVH0v8iwG8EdoaQNeNbrMJtyRGHQR2HC { width:47.375rem;height:16rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #welkDMSoWKfWlOm8ds5ugqbd5NsgJHZN { width:0.5625rem;height:0.5625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLyW4729Z47RZQGtHXUqK72lzF1yLUf5 { width:38.1875rem;height:4.8125rem;top:28.8125rem;left:8.435546875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s { display:block; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5CiVqtN4lmFrliaiPkx3UAwSUbb4WHl { width:20rem;height:6.0625rem;top:3rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVwKnAh1qUSwpTmEpK8HXRkpeh9Cf9pm { width:47.75rem;height:2.4375rem;top:3.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT { display:block; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9Wyvlwxpa4qu6Nawp5zAGJFynbG5snT { width:15.625rem;height:1.625rem;top:3.1875rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvzbek839ry1UfiT0JV7MC7NTnlKDKr3 { width:15.625rem;height:3.25rem;top:2.625rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9a8UPrWmbOWDSQQH9AhokxEGXtp9Br { width:15.625rem;height:7.75rem;top:7.375rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGXyvFWPNI62EHP1mmSOLNNHucgyUALK { width:15.625rem;height:6.4375rem;top:7rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8EQlJ63WF63xDyENWMnDEJBsDd396QF { width:18.75rem;height:16.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npQ5pO5oREZlcRn7qzUZ19pmK0xnO2of { width:18.75rem;height:24.5rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa42Pnh1bU0eblnufx4QGcICZJCnqZyZ { width:18.75rem;height:18.625rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNJJOaE8NAiVRb6CDepkRzTe28eT7xU { width:15.625rem;height:12.9375rem;top:8.4375rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofsvlVkMvCgm30urvss2ubwK2Gbt5qKK { width:15.625rem;height:1.625rem;top:2.625rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ectIroeZfrnMBvTGhnTMiNTVNMa97rwR { width:15.625rem;height:9.0625rem;top:25.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcfzR9hknxclhVw0CtQr0CLGSMVauLTK { width:18.75rem;height:19.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoa6ncb4bum4sBaO5lEQsl3FVbOnVO3K { width:15.625rem;height:1.625rem;top:21.5rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG7o6daeCu2Ct2iLl3M5BI7RsocPFs8N { width:18.75rem;height:21.375rem;top:26.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0FniB3zgoOlmX4l59Tuz5e2SFdJUstH { width:15.625rem;height:4.875rem;top:29.125rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGkVsJwOySkFBmh1bpI1DqrH7dAv3kge { width:15.625rem;height:7.75rem;top:36.75rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTwyE4BQeTEJ1I2ecGacy8kBchr1pJGw { width:15.625rem;height:10.375rem;top:27.9375rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTAXfBnoo2RUkWhbgRD3mNR1cDf7FP0z { width:18.75rem;height:21rem;top:20.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCBR6WRws8naT6ywAOgsnSGwCUMtlBR6 { width:15.625rem;height:1.625rem;top:23.8125rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 { display:block; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6CWPhAiAdFWyi493smLD6WBut9v1P0Q { width:47.75rem;height:5.8125rem;top:4.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfqM6QMIMskcsJyWP4fDlneNIJ8VMWyC { width:47.75rem;height:1.9375rem;top:11.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN { width:21.625rem;height:3.875rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dei7n3zc1InplQgrRmTHdO2uAHPf1OSM { width:0.5rem;height:47.125rem;top:18.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl { width:19.25rem;height:3.6875rem;top:18.1875rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX { width:27.875rem;height:21.25rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKQoAOd0DgGATGTTThdPucwABCpQaEm3 { width:26rem;height:8.75rem;top:22.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK { width:28.75rem;height:12.3125rem;top:32.75rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p { width:25.9375rem;height:4.5rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT6l4WSzO6dTcQkEn14DmPIgQLAi527n { width:29.125rem;height:6.0625rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAy0eccLfWSTZgivqSnBSr0zarlCgpP4 { width:26.8125rem;height:4.6875rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4 { width:29.125rem;height:7.625rem;top:56.9375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHdPArbfsChydbIONS1yWplwvMzSEI0b { width:28.9375rem;height:4.9375rem;top:45.75rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUx83JbcEPuZ12T7swSWnVADHFawVbPd { width:29.375rem;height:5.125rem;top:51.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMymrXA3pQw0KX5QnzDDJfmXMAkUCDSg { width:3.25rem;height:0.9375rem;top:28.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqJFUKoBH0TAsRqxqLvkGxR2EpOWnQq { top:68.875rem;left:11.1875rem;width:22.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzUyhULstiI6Z805Bpn1OyZe863sVhT { display:block; }
 }@media only screen and (max-width: 763px) { #ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW { display:block; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoZNVMp8JEFCNduv4hmTVuo7v2qeAPWX { width:47.75rem;height:11.1875rem;top:14rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbyHkhoe78kaHhGotq1WHvMixPFJGB53 { width:18.3125rem;height:18.1875rem;top:33.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCt9LuJ9EOvLyfKLhESW18AWiahyq3uL { width:18.75rem;height:0.125rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvhQnwHgtNT1OTwCVc3PEBy073nqrGK { width:18.75rem;height:0.125rem;top:34.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggd2bWmgPrdM7PPwXAvVvTTtw876bOxC { width:18.75rem;height:0.125rem;top:35.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufoMyB4gAdOi2VOpQZuL8rX1fUVUxJpS { width:18.75rem;height:0.125rem;top:47.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcvgUfhzvHQ5neTtWIvKx91IbO003XMy { width:8.4375rem;height:1.25rem;top:34.0625rem;left:39.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVLCFhCVVhiEP7Rlp4S2tWX90sPzWrDJ { width:12.5rem;height:6.4375rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHh4O5tJ8BC1hhvWRyr1BTcGqZN5gX2c { width:12.5rem;height:1.25rem;top:45.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe0AkWf8dwyrzMxkJb9oc89A7zKygRHh { width:12.5rem;height:1.25rem;top:32.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o397Oy2FiilQMxvL7cyc6NzmUH2rOCTI { width:18.75rem;height:0.125rem;top:18.5625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5Pz1HNIRe3uZSqSTAnWV1wFaXyQPAlO { width:18.75rem;height:0.125rem;top:18.5625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x60XnhWENS3507llDXqXpJ3St4EI1Qeb { width:18.75rem;height:0.125rem;top:18.5625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sgan2xp4LpcubrSTxTs292JHLCE6I6UZ { width:12.5rem;height:1.25rem;top:19.8125rem;left:19.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #evFGrgJGJdBLgJcWuagWkTWbmE1bhinq { width:12.5rem;height:1.25rem;top:35.375rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z88mdCKJ2ehyMEpLDdHrp9gxGePZwWi2 { width:12.5rem;height:1.25rem;top:37.5625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRgOayl9nE16g65eUDEvNIVBkW8lUbI { width:12.5rem;height:1.25rem;top:43.5rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAtiy5iSZNcTC3bAkXoDLFeGTMSdHnM { width:12.5rem;height:1.25rem;top:42.8125rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRODicJLKnJeMEgXn276yzLxWWZJTJXv { width:47.75rem;height:5.1875rem;top:3.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZcvJg8zmCosM8mQge54CvHlFZemGaTu { display:block; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msOcaZHZ0gaydJ06H6d1o0TTIEPgRg0b { width:47.75rem;height:6.8125rem;top:4.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWqTA4guRt22fTX0TxJNu2WvWsJpE9Vk { width:32.0625rem;height:2.375rem;top:14.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COvFKomwidGNapKJpkNBpwVrsUlORsBx { width:21.375rem;height:25.1875rem;top:0.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5XF1vnesfP4dzL1GWX8Qwll67BigO3D { width:32.0625rem;height:2.75rem;top:18.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MALFWoENi7nohVFV9v3lo6aFJFgyIvQp { width:20rem;height:5.1875rem;top:11.875rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV { display:block; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdRy2fHi1OBcvriaXcOUwuvcL6zqSs3X { width:47.75rem;height:4.75rem;top:3.8125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ux8geKD5sFzo6JeW9av9k1XoMddx1K { width:18.75rem;height:18rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUl4SBvsH25yvE7UoWtlk4Vr7yE3CUQ { width:15.625rem;height:9.25rem;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSr6DKWZtWQggRQWQfEvkivVW5DSoTMw { width:18.75rem;height:14rem;top:17.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAAtHnRRqnOwmchNiDCtr1H5wvfspxqx { width:15.625rem;height:4.875rem;top:23.9375rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrU19AT0NTPLi1g3h4rUPsMyhJDoElOU { width:18.75rem;height:13.25rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJvmkQhuoNNL7iiyhAE73iA0b9GJ1zv { width:15.625rem;height:4.875rem;top:37.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuPvXA6hcSlSNlc96dQ0aIvOTdVFUWc { width:13.4375rem;height:3.25rem;top:39.0625rem;left:32.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMulLKBUVTIvu1kEpwchfT81JF3rC2RT { width:18.75rem;height:13.25rem;top:32.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvsDDQytqm5aBbehd0erQAMRdVQPfFtk { width:15.625rem;height:1.625rem;top:39.5625rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNIpmMvDKIylmNDgScD63316cb3Qxg1A { width:18.75rem;height:15.625rem;top:16rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0i6dPTsx3uoV79qxhIV4Obif1K7wm7a { width:18.75rem;height:23.5rem;top:47.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbEolEPxvt4yduiDL5w1S6IiMUvTWpy0 { width:15.625rem;height:11rem;top:57.125rem;left:15.875rem;font-size:1rem;display:block; }#GbEolEPxvt4yduiDL5w1S6IiMUvTWpy0 li:before{  }
 }@media only screen and (max-width: 763px) { #biqX9MDoxxwx2RyM9JAFaA2qMhPxmE3b { width:15.625rem;height:3.25rem;top:52.0625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeJGU6D8oIfqkEJC9Be1s3XpbuwKTPnx { width:18.75rem;height:13.25rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGThD6ppyIsztJ19nrhz3ILuq7vDTiq { width:15.625rem;height:3.25rem;top:54.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSxkfTNcicKvRIwrSOBgiFwOlTRUgpL { width:15.625rem;height:6.5rem;top:22.3125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clbTkxToPPofm9S7CSMfXwp5u18gTdkF { width:18.75rem;height:13.25rem;top:47.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDppKb53E1Q3lqgiXTtQFJwt5t3yLJhe { width:15.625rem;height:3.25rem;top:54.5rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1CmVLhfxWoKSJGvZF0oOompFXrXv6y { width:18.75rem;height:13.25rem;top:32.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDnOW48Gtx9nXqmuz12qpEvQUTcTm1Tv { width:3.125rem;height:3.125rem;top:14.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8ryCGnGaC2ivUPdeVaAQhRZHUeaKGh { width:3.125rem;height:3.125rem;top:18.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kre30PVi8ObOQ2b9b0KA2WAiSWFTctG8 { width:3.125rem;height:3.125rem;top:33.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfqQxLoPTrNpPkTAephXA7U0vTsXo3L1 { width:3.125rem;height:3.125rem;top:17.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpQLPQM7JUxGOSoWdSCFBrM9XeAw4T8 { width:3.125rem;height:3.125rem;top:34.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4PPQD0Pn7rfw4Teae6Vwwku9QxNna5 { width:3.125rem;height:3.125rem;top:48.5625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkeZxqLLTotrT2MsUrlv6B6pRGmCKZeo { width:3.125rem;height:3.125rem;top:48.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzUN8eINVedVns3CCzCM0RTFZzbqay2v { width:3.125rem;height:3.125rem;top:48.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBlmdnMDdTmnbrMERqgOH7HnTrNu0MH { width:3.125rem;height:3.125rem;top:34.0625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 { display:block; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQZudnoVoDlidt3rkb76J8NBg5b28T2O { width:46.9375rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDtB7TMK8MOvdtNlk14pTmKUuv31FoSr { width:47.75rem;height:;top:8.375rem;left:0rem;font-size:0.9375rem;display:block; }#RDtB7TMK8MOvdtNlk14pTmKUuv31FoSr li:before{  }
 }@media only screen and (max-width: 763px) { #KC4wrZRLHJzZ3fNk8eIKKvA55ylXNG4t { width:46.75rem;height:16.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn { display:block; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1xvVLmq4JdnZms2SLuGfP3p9WvCZkWp { width:40.625rem;height:6.0625rem;top:0.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSSmoEHzGoLFaD017sKtcRcU5T6oiTNA { width:47.6875rem;height:;top:10.9375rem;left:0rem;font-size:0.9375rem;display:block; }#kSSmoEHzGoLFaD017sKtcRcU5T6oiTNA li:before{  }
 }@media only screen and (max-width: 763px) { #HaOlJRdIB0RzsHhaGxU7CGdxy7nZiPUR { width:12.5rem;height:1.25rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhaI66xDlSTRbL3ToTNBXED2tTTIp04f { width:34.75rem;height:1.25rem;top:26.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPnLaJEnMQv3CNysxpxfeuaIu7KVITH { width:6.125rem;height:7.9375rem;top:23.5rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uag8Ll0RueN9ABWUSfsTocqql1mJ3WC5 { width:34.6875rem;height:;top:28.5rem;left:0rem;font-size:0.9375rem;display:block; }#Uag8Ll0RueN9ABWUSfsTocqql1mJ3WC5 li:before{  }
 }@media only screen and (max-width: 763px) { #BRDKwlIHheSWViBa7FpfsiSVSx4FfD8g { width:5.6875rem;height:7.9375rem;top:20.625rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMKdJwMSyfelGSONAlmRlmg42ysEWXOV { width:12.5rem;height:12.5rem;top:19.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ5TdA18CJ4qRR74C0X7Mo7o5lce8frC { width:46.75rem;height:34.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 { display:block; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhVUDFdyze6FMN9sonM1JntpVc85kEgM { width:47.75rem;height:6.0625rem;top:1.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5XGZa6Vx3PD041aE1TAOcC7NTKlBoOk { width:47.75rem;height:7.6875rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }#E5XGZa6Vx3PD041aE1TAOcC7NTKlBoOk li:before{  }
 }@media only screen and (max-width: 763px) { #c1hn5xt9mp7I0GCFKw1MPdNKUwITT8GL { width:12.5rem;height:1.25rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAViWx9DWWyrCiuUpbTe2OMzigRrw5yV { width:46.75rem;height:20.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm { display:block; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPvDzTaxb0zLygV8NDTGDHOFez294rrr { width:47.75rem;height:6.125rem;top:0.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWx37ZgbV5kVTotuxMttGkfXvGZKdO7F { width:47.75rem;height:7.375rem;top:10.125rem;left:0rem;font-size:0.9375rem;display:block; }#nWx37ZgbV5kVTotuxMttGkfXvGZKdO7F li:before{  }
 }@media only screen and (max-width: 763px) { #LyKnXAIwK0ovfVTrkER7x8pkFEpWFt3n { width:12.5rem;height:1.25rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvW00x7WAEHkWuFcGt5gdQ9WQoFn0oAb { width:5.6875rem;height:7.9375rem;top:14.3125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8K37S0vro33WKzNJqqw5nPNITzt22J { width:6.125rem;height:7.9375rem;top:16.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtFGqmpXDpXoVfdDPwphAdwFLSqPGXoP { width:34.75rem;height:1.25rem;top:19.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSdMH1XL3HAaugWI1RT44zu73FeCkg7o { width:34.75rem;height:6.125rem;top:22.1875rem;left:0rem;font-size:0.9375rem;display:block; }#oSdMH1XL3HAaugWI1RT44zu73FeCkg7o li:before{  }
 }@media only screen and (max-width: 763px) { #H5t5RgkU4L7EJ2IE9R0lwiQqhErXnkB1 { width:5.6875rem;height:7.9375rem;top:19.5rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hehP1VK8PqfM4uPkRcWxFgumWGUpthM1 { width:5.6875rem;height:7.9375rem;top:22.25rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKqhh0FFtXQEiis3kEzM6z5rbIOE9HL { width:14.8125rem;height:14.8125rem;top:14.3125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbNQbi5G3aMPFMRxzD2Ec1ryHtHAGC6A { width:46.75rem;height:31.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 { display:block; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nifuGFX6SJMu3wLXbyy5TOAdq7FGGi0d { width:47.625rem;height:6.0625rem;top:0.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKeN3RKBIwVyhqEdhBztzfzF6ogLoXLQ { width:47.75rem;height:7.6875rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }#OKeN3RKBIwVyhqEdhBztzfzF6ogLoXLQ li:before{  }
 }@media only screen and (max-width: 763px) { #VI7EoxDZQ6rIyO91l7T9BfcSpFEIcA7q { width:12.5rem;height:1.25rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZfyGT5NVMCHplazGQT3TVBonsSBzTR { width:34.75rem;height:1.25rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvy2QNdJ1efDZK27FTWMzodBGgp7Kgsv { width:34.75rem;height:8.6875rem;top:24.4375rem;left:0rem;font-size:1rem;display:block; }#cvy2QNdJ1efDZK27FTWMzodBGgp7Kgsv li:before{  }
 }@media only screen and (max-width: 763px) { #f7TvAR4qtVOVzNODmgfl7QPsTJ4OW1h4 { width:14.8125rem;height:14.8125rem;top:19.125rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2iTQSnp856WikVqTq9mDTuIemaFGDMK { width:4.875rem;height:6.875rem;top:19.125rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUbmp9vIdHTFck2kXdt4FEHy5eo1qadU { width:5.6875rem;height:7.9375rem;top:22.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3UWQ1ydXifkrKT5oAQ5Q5b6TIOQrTbl { width:5.6875rem;height:7.9375rem;top:26.75rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGPimwbr9MO5ATD5fRLvHbqePm6HrUL { width:6.125rem;height:7.9375rem;top:23.375rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpGRTnmRpH0l5hLpzXIMbEIfZT54aAqb { width:46.75rem;height:36.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqMx17qQct0mPISqQapXkiTXWv1xZUUv { display:block; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku20m7WNvC6tmCWDdR0in6LuoQGVa9Sk { width:47.75rem;height:6.0625rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm5SPiJST0kBoOvWMtB7OoP8x4Oc458Z { width:47.75rem;height:22.5625rem;top:11.75rem;left:0rem;font-size:0.9375rem;display:block; }#Fm5SPiJST0kBoOvWMtB7OoP8x4Oc458Z li:before{  }
 }@media only screen and (max-width: 763px) { #Z0QuldZscLeEpVNos1ZOP8lbO74Jw42y { width:12.5rem;height:1.25rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFblbPrgElTh0aTPPKNPJwoHXp6up9ay { width:46.75rem;height:38.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr { display:block; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP1Th8GJ6V04G2ZSkkubuWbGZsyWnKIf { width:47.75rem;height:6.0625rem;top:1.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6hzk3Ib31KSnEMxTSVf6ZacqP6k7dyL { width:47.75rem;height:;top:10.9375rem;left:0rem;font-size:0.9375rem;display:block; }#p6hzk3Ib31KSnEMxTSVf6ZacqP6k7dyL li:before{  }
 }@media only screen and (max-width: 763px) { #qTCZpl9CmR1OcKEXmtT39emPNGlcLVSv { width:12.5rem;height:1.25rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTkrgJZSR5H2SsVVhKf8r53go7OPvGvU { width:34.6875rem;height:;top:37.5rem;left:0rem;font-size:0.9375rem;display:block; }#XTkrgJZSR5H2SsVVhKf8r53go7OPvGvU li:before{  }
 }@media only screen and (max-width: 763px) { #pKeCuav7g2q1exZPok0IwAHI6mvO8E7I { width:5.6875rem;height:7.9375rem;top:39.5625rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0gNDClk4S83TKWKlqlxpn8tm6DeOMRt { width:5.6875rem;height:7.9375rem;top:32.875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm6Sv9QlDPPFXfgSCvH1nTbkLOzKdr1x { width:5.6875rem;height:7.9375rem;top:34.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaofIxiw66T8HTqfToF9C8W17EP7pEef { width:5.875rem;height:7.9375rem;top:31.625rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbnO1xTv42f8fmqkgAnQdHT95BfrbnNX { width:34.75rem;height:1.25rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Uh6DA5Nsyazh7StPRGFxNUwaOPy9B7 { width:5.6875rem;height:7.9375rem;top:40.8125rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzFmpA5iwfnp0tAHKJPIX6wBqzmaSw9n { width:5.6875rem;height:7.9375rem;top:37.25rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZrRIu9y6JysLnxPNhUN6shtNVNqyx8d { width:19.125rem;height:19.125rem;top:31.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7gkrp56JtLhnaVrDQzNdadzQiryLsvg { width:46.75rem;height:56.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG7egMr0SOntrHA4IuwTgwtv7o9RhPVF { width:46.875rem;height:;top:53.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkJ8Qm2isB3Qxlh2oB6T2akQ4rnHvg0p { width:39.3125rem;height:2.4375rem;top:56.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbCd1UdrI8a4PQZpRnUz878Mbfg222fT { display:block; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQgz6tKCdFi6I1hLNdFOutd87yC35x8s { width:43.875rem;height:6.0625rem;top:3.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6i6AFNRM6LV6iylBI9NeqZJ0gayiC0R { width:47.75rem;height:7.0625rem;top:11.4375rem;left:0rem;font-size:0.9375rem;display:block; }#a6i6AFNRM6LV6iylBI9NeqZJ0gayiC0R li:before{  }
 }@media only screen and (max-width: 763px) { #ToU9JlHD7GRb6klG2J8ORawh8JgE7btI { width:47.75rem;height:22.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 { display:block; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJwhOUTqumkBMvFETNLzwfUAB2uF2D62 { width:47.75rem;height:12.3125rem;top:7.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC4irWLWzQ1k2U7WNbvkzuOgDHLdIFUt { width:29.8125rem;height:23.875rem;top:26.875rem;left:8.9682159423825rem;display:block; }
 }@media only screen and (max-width: 763px) { #iALGS3BZg7e3MBKDrHxlOBaPnm33qxh8 { width:47.625rem;height:44.1875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzQMcp0kPQgnT8igDMtp4AecmtmyWkcR { width:1.5625rem;height:1.5625rem;top:45rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBWPUc1KnC20MsNEfCpfhI7xvCq3Fv8K { width:2rem;height:2rem;top:38.25rem;left:0.061965942382812rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSk4zJrMTBnEycI2T1o2cd3fVzLH1HKv { width:1.125rem;height:1.125rem;top:42.5rem;left:4.5621452331543rem;display:block; }
 }@media only screen and (max-width: 763px) { #POA17ICGEFsKqff9zfIJ2hfllvnaMpua { width:0.625rem;height:0.625rem;top:13.9375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na82V3V7x6LTViKbaUTLZQEKZhxn3Ha0 { width:47.75rem;height:2.8125rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8vDmnHFO3xsFfUnhxahHJWmWiri1Lb { width:47.75rem;height:20.25rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOP4huyKeh3TSpEhtFxHu0NmcVeoact { width:47.75rem;height:1.5rem;top:15.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW { display:block; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elFo57olIRlu4Oea2dwf6tLzrp0GJlG4 { width:47.75rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7dUBCXC5nkwqHvMZLTSqwdzCSBX5Jxp { width:40rem;height:22.5rem;top:31.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUbupT54nAzpLKDOR1UqIJ46c5Wl8TdA { width:40rem;height:22.5rem;top:7.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F { display:block; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cmdb34GEzebaJNdh35cQEEFwmnlzLEKT { width:47.75rem;height:4.8125rem;top:3.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #av3NKkzbItk2QMn7sAuAe5p4z2XMx97g { width:5.0625rem;height:7.1875rem;top:14.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElahnVzNm0VZanZ0U3DMSZRv9F1bFTpV { width:27.875rem;height:;top:27.0625rem;left:0rem;font-size:1rem;display:block; }#ElahnVzNm0VZanZ0U3DMSZRv9F1bFTpV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eNGI5VUy/office.png); }
 }@media only screen and (max-width: 763px) { #wIPfpBCxkFAnJbW6uAIJp2NTEJXcAbbS { width:5.0625rem;height:7.1875rem;top:12rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALnqZR64TLXTG6muKbQ86KQrQ2VTA09b { width:5.0625rem;height:7.1875rem;top:13.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFN1f8yEKJTNNNJ8rvp3bJweAELeO4QB { width:5.0625rem;height:7.1875rem;top:13.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhWrotNcdUnWtDiEHZo5u326hEnbGaxS { width:5.0625rem;height:7.1875rem;top:13.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvrN3m3aLhHlq4uld2Svh9zVsypsHqT { width:5.0625rem;height:7.1875rem;top:14.9375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEzpCDIszGnwddb1zRO7Zo6d02pMXMkq { width:5.0625rem;height:7.1875rem;top:12rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSPGTh5qxMTiMmEgS3GIUvuIeuTX8WOU { width:5.0625rem;height:7.1875rem;top:13.375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuk6ykJvg2KZDoFgTiGaDzJ6E8LLBZ6A { width:5.0625rem;height:7.1875rem;top:14.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvFKzGVoqdEJsViGW5CSqTKyJEaHxHSo { width:5.0625rem;height:7.1875rem;top:12rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoWyJpDXT73O7ONikDtH1zhR3c0PFkbK { width:5.0625rem;height:7.1875rem;top:12rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxg87h0GHtoibHhzrgyd4ptOpFKqsT4X { width:5.0625rem;height:7.1875rem;top:14.9375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvnMpykxqp6gElwta8TTnrCTqCeIIKm { width:13.375rem;height:13.375rem;top:10.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpcuIlnIcX4N18Gu5JSZylROA3JmhQK { width:10.375rem;height:10.375rem;top:12.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogPzor9HMAnrHIxnNGvwKTC0mRcy6cf { width:17.125rem;height:17.125rem;top:8.4375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqUJseAZhtRugEQwr4hwpzUes0I3ULpW { width:12.25rem;height:12.25rem;top:10.875rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBb9JAXNr3OJkNlvBUcuxLtQ0tHddpua { width:1.6875rem;height:1.6875rem;top:10.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXylLgVwXCMWh3gKG72vUBwXeokzNiBx { width:1.6875rem;height:1.6875rem;top:22.125rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIDOyeThB3ZhV1uowSca0MUg4ClZZP7y { width:26.1875rem;height:33.625rem;top:27.1875rem;left:21.5625rem;font-size:1rem;display:block; }#bIDOyeThB3ZhV1uowSca0MUg4ClZZP7y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eNGI5VUy/office.png); }
 }@media only screen and (max-width: 763px) { #i2AyPEGg5QS5XUWkSk37gbEqdpkUlSul { width:5.0625rem;height:7.1875rem;top:12.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evrutndXaDuuVmOZb1OBrg8RfRAG6Rzk { width:47.75rem;height:2.1875rem;top:64.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLUwBV7l3SNAKArGK3cnqolPAAchFLPO { width:46.75rem;height:68.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU { display:block; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsSLHfLl7ixoJsvrUcxKBp5nlIfBHFgT { width:37.25rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrKFiOh3XUZTTNNailzcXQba2uniCa1O { width:47.75rem;height:25.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs4C2iVfl2U8gv6lWVXJ4ETAcUNMinZI { top:28.375rem;left:0rem;width:30.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxxg88Jhg0wuax7e2DTiMIJCkp5hEMG6 { display:block; }
 }@media only screen and (max-width: 763px) { #I7r8pxRTAoLkOENvb3uVh02tbRxDMotW { width:37.4375rem;height:3.875rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koxgmGAKFhCzfqJGSn0EdAZq4PyvXM7D { width:30.0625rem;height:1.625rem;top:22.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X894etit13Pg0xUf8qaT8qHtslGzo3u6 { width:46.75rem;height:25.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B { display:block; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN { width:47.75rem;height:23.6875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 { display:block; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZadsptgvUWuBvKFgBGg8ruRLc58I0Cak { width:41.625rem;height:4.875rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlrNRa0pNK6siDrmTh6Csr2Nueelu3Bd { width:26.25rem;height:28.125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlZiw1TpRqsrXeUllqBJQ5C9vN2dTS2 { width:26.25rem;height:13.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxWo7cwhJTZ12Avw3FShJgTBgzQ2NBJh { width:20.5rem;height:3.25rem;top:26rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCcKbzhTmFX5u038rosiS2WA8k6mLq6 { width:23.75rem;height:;top:29.9375rem;left:0.125rem;font-size:1rem;display:block; }#ChCcKbzhTmFX5u038rosiS2WA8k6mLq6 li:before{  }
 }@media only screen and (max-width: 763px) { #bDHQQSUZblv1GFPiX71GZfCdrpmpraOh { width:26.25rem;height:28.125rem;top:11.25rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF8KetFyQxEqLvfqaxBAGRt9B9GD2GAg { width:26.125rem;height:13.75rem;top:11.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwKW1AvT1B5JD0HRnHROGaUu9NTnos9 { width:23.75rem;height:9.75rem;top:26rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXlO7vyAIRJ3BM77nZ6QzmbPt5Qm6yuO { width:26.25rem;height:28.125rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCG6nX1PFz1hn6Bl1uPA0kSxnyO6UWKA { width:23.75rem;height:11.375rem;top:57.4375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh1oIzv1mcL8FZ7knsQllBrwVJeaMWgL { width:26.3125rem;height:14.75rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkCKJdTWarIBhnKtTGoQ4WJLToZ7HRCT { width:23.75rem;height:1.5625rem;top:57.5rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Vgt35UTf2lA40gxb1uUQXuWMgQHsQJ { width:23.75rem;height:9.25rem;top:60.5625rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxEuUQ83GhdiPFxqcbezrWWTh8WRxHRT { width:26.25rem;height:28.125rem;top:41.6875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqyhFHLGBJS1E9ut47aDrXB1f0Pb5dT3 { width:26.375rem;height:14.8125rem;top:41.6875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1Tgv8mOq8fGp1nff40GM7aAliubTIN { width:36.375rem;height:2.4375rem;top:103.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETlMPXBrviXDQracOeiuWFWgmeU5mDyB { width:26.25rem;height:30.8125rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycBo19gSQ7cePsCP7o3xylrxPuqTn4O { width:23.75rem;height:12.9375rem;top:88.8125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T57JUgG2PirI1eTmqMT7rS3fD23GIrJp { width:26.3125rem;height:14.75rem;top:72.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ { display:none; }#szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LguaHZnXyc2ONuU1sRz3v9TFh6p210VQ { width:47.75rem;height:7.125rem;top:1.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueKdkBXPS7o7AExQRX4vmGVhQHnmmcUA { width:40rem;height:9.25rem;top:19.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl34wV3iWvXbF8889TNB0G24abxb8BUL { width:34.25rem;height:11.6875rem;top:34.4375rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH1XexPtvWP7U733pTw93ntAlcr0Tbm { width:20.6875rem;height:26.0625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJh1wPPERJT2T5hicoAnNbREGVoZTvl { width:37.375rem;height:2rem;top:51.5625rem;left:10.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFMd5dVo08RgHmhBJgTiOsinxTQJaxz { width:26.5625rem;height:2.5625rem;top:47.375rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKFoVeIdWyFZDuBAmIhXkE4PFTaOmmA { width:46.75rem;height:40.75rem;top:16.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tle77grpy1KhfsTRNSPqmX1gsdgySG7J { width:42.3125rem;height:2.25rem;top:11.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUnkbEPnTdaFh15TlHDTIpxfhBo382D6 { top:58.625rem;left:5.9677734375rem;width:35.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFpbBwqoxKelD25ytextF0CXDGDc1Ewk { display:block; }
 }@media only screen and (max-width: 763px) { #h2R17AtgbuskrRbLBOmVhwfHmezprdeT { display:none; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M7SiB1dXmsHDoZ1JsgsG9OAdGFWdGzd4 { width:36.9375rem;height:;top:18.875rem;left:0rem;font-size:1rem;display:block; }#M7SiB1dXmsHDoZ1JsgsG9OAdGFWdGzd4 li:before{  }
 }@media only screen and (max-width: 763px) { #Sb1pETFkqE2tIup7VI8AZG9BMF7E3CLW { width:32.25rem;height:1.5625rem;top:42rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8GylkEB8unlTahn1qaEc9k4gThWtcLU { width:30.1875rem;height:1.25rem;top:36.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhcwmZpZ1GSHSDiAgLNWRly3Jryxcsb { top:44.875rem;left:0rem;width:35.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMwuyxzGGn9HCwyv61vugc7RPvXU8Qys { display:block; }
 }@media only screen and (max-width: 763px) { #bbI8Oe8LlNnhPIRoCPiIsVblE0N4HCp4 { width:46.75rem;height:30.4375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnpb8rdcVzcTz0hp93shLK0LBnRhccpE { top:36.4375rem;left:0rem;width:35.8125rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnMgMSUR0tLcI0VCft4eeQmgZmntEvi8 { display:block; }
 }@media only screen and (max-width: 763px) { #iO5kUHaXlnmk0lKfCh8EU6LNzTsKftwK { width:42.3125rem;height:2.25rem;top:8.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgXXH4Ke40ppNrZrnKzrKrrEQ17xyNEQ { width:47.75rem;height:3.0625rem;top:14.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W60cPnCstWAfVvWseAGyMaPiGoTubeZ0 { width:47.75rem;height:4.875rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusQy8SV42nLtfPLP13T5gEBZT7Lgkkp { width:16.75rem;height:19.0625rem;top:20.625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfrPQtoERLgJWo4nOv8QT69kkRzgbDSI { width:30.1875rem;height:1.25rem;top:39.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpkZONt8X4hxN0mrgo4cooi2BBucnJU2 { width:30.1875rem;height:1.125rem;top:38.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd { display:none; }#TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TT85eAC5TGaT2UUCx4wQCwlhN0Tre4mI { width:23.5625rem;height:20.75rem;top:5.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3fBb2p8IUTRSDEQXlWffm5Z02h8cRu5 { width:29.25rem;height:32.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0cfD7DpF9wrtSsXpoEzKwMc3Ei1A2bA { width:2.8125rem;height:2rem;top:1.125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKS9xF0l9cNyTvDop26bnXglvG8dcXBm { width:19.25rem;height:1rem;top:29.875rem;left:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWtciIRDtzLaBxMdGNaaOIh4i6hZTEg { width:17.5625rem;height:1.625rem;top:28.25rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcq4IkLoBTixahpzaAZNbGMqgeUHt7ei { width:29.25rem;height:45.1875rem;top:2.125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2rN616i8syusAn2ppRRDxGOKbHIXgQ2 { width:23.5625rem;height:31.6875rem;top:5.6875rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8buKZAnVrUaWApT6uJoFqMHCNs8OaG7 { width:2.8125rem;height:2rem;top:1.125rem;left:34.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCzAdnBqZ4DutgTPCQcwfw9tk0vuaqt8 { width:17.5625rem;height:1.625rem;top:39.75rem;left:27.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEeOaL64JyAZu7L8KXWAzLtdtcCzm0K0 { width:21rem;height:2.0625rem;top:41.625rem;left:25.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXGldFwHgd6UITWZTcx5XXZuDtVATAG { width:29.25rem;height:42.25rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbRsJRQJKCi0GRSanR5pgw3Ssi1u9STm { width:23.5625rem;height:29.25rem;top:39.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwDTNNgZ0mIwSUhk9Sc1V1NEGuhN0mkC { width:2.8125rem;height:2rem;top:34.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whh8cr07tW4K9lVVTATgA0ImX5l60gBL { width:17.5625rem;height:1.625rem;top:70.875rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxykhAHsaQowKiPVclJdTVpHxv2HbXI { width:17.5625rem;height:1rem;top:72.875rem;left:2.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXgGR0VoKQ7PoToJCcx3eaOF46ZVyeA { width:29.25rem;height:32.4375rem;top:48.625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4kka4H30q2uLqNRk7PpP50LD8Sfoy5I { width:23.5625rem;height:20.6875rem;top:51.8125rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb1tbPl1TwWszI0xFNqQzA6aU9nxcqMB { width:2.8125rem;height:2rem;top:47.5625rem;left:34.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6I53Kfe8c83JWAuMcf5KhtiHfmM6RC { width:17.5625rem;height:1.625rem;top:74.875rem;left:27.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCurBpbPwZVg5ZTXUifIZ4T55TglmWyA { width:17.5625rem;height:1rem;top:76.875rem;left:27.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe { display:none; }#z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T3htUk8QMOebN572MnLgWMDXeWoGRhdi { width:47.75rem;height:4.875rem;top:3.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 { display:none; }#Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTuErd4m4Rfc09wgtN44413ZfdAPPXPC { width:12.5rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcsr1Tz78A2Od4TPqSDzcmkAHG63CPd8 { width:12.5rem;height:1.375rem;top:15.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK5DoSchBVBv6NRTAhFrctzOKKVoRz75 { width:12.5rem;height:1.6875rem;top:13.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRLqovX6IkIAKZvKHgaO2GIOV84f4G8 { width:12.5rem;height:12.5rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFhdhV2DCeTOGLtZXyd1sA7sqcT7E51e { width:12.5rem;height:21.8125rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTV7PT7FoTaMoasgeZNJhcF55K5HtTTQ { width:12.5rem;height:4.125rem;top:16rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gszExStqArvGzDA5hTwtWQOxeBtkHU7U { width:12.5rem;height:1.6875rem;top:13.625rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuThAOIMyT3U3HgtCXdCCbun6CKBoFu9 { width:12.5rem;height:12.5rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TlvQmUCprQMR2Nbi5a1WMoOtvRSc1y { width:12.5rem;height:12.5rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii2tLFbERUn3BbXXxaqEIvciSZma38Ow { width:12.5rem;height:21.8125rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLbmLqkPqReEUhNrcwqqqCif8aLmfdCW { width:14.25rem;height:1.6875rem;top:13.625rem;left:21.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL9DmWLy91fi81iQeDZLAnk9PbnNUBGB { width:12.375rem;height:2.75rem;top:15.9375rem;left:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASX3TwECyu4dUHDBBsD9i8GWaKtHMxlx { width:12.5rem;height:12.5rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blASxG7SUw9ki0HtykQ4XLaxv6TTy9G0 { width:12.5rem;height:21.8125rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi9LOXpZPT0S8Cs1QpUzFzmViUfPSw0 { width:12.5rem;height:1.6875rem;top:14.0625rem;left:35.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtfqsXam8w0tDETfQEabGIw9L088uQDh { width:12.3125rem;height:2.75rem;top:16.5625rem;left:35.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RusJwxdmeVHLLR1UiToxDBZOaMtcP5Ch { width:12.5rem;height:12.5rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSs2CG5pZ8zhc2y8utkKtW60M2C2ckmV { width:12.5rem;height:1.6875rem;top:38.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQekFNCER6xTc0EvrF4Gld5Tcvm7mBNr { width:12.125rem;height:4.125rem;top:40.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyzQHxLuMsvheA21xh1wTD4p7wM4I2ca { width:12.5rem;height:25.3125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNFJ2hCF0atV4aJOH4uoXHpEFWyBs8WB { width:12.5rem;height:12.5rem;top:24rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTqqgtZdQaTw9T580ig7iDnCxXH1swK { width:12.4375rem;height:1.6875rem;top:38.125rem;left:11.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbiauzJP3KPODPkgG5POAt61PAd6vhRO { width:12.5625rem;height:6.4375rem;top:40.375rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WXesuxAIvQaTEx1fteTZnUw3fFbbWw { width:12.5rem;height:25.4375rem;top:24rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dac1IaVHQich6r2ff701ewbmP6kZksyo { width:12.5rem;height:12.5rem;top:24rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNLLO1N7a6xAr9tBEcErclTTyiL6sJqU { width:12.5rem;height:25.4375rem;top:24rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyqOb3L4UWipEXr5r94r5EB8Ssr9UOOG { width:18.125rem;height:1.6875rem;top:37.9375rem;left:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6uX6pP5RTqnPv7kts5NfWyQIph9xXx { width:11.6875rem;height:5.5rem;top:40.5625rem;left:24.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVNPV7JKo5SfRayyP5UN74pwKF5Feg1E { width:12.5rem;height:25.4375rem;top:24rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRX53uH2hcNGqGIwa2bm6qL0T9t722sr { width:12.375rem;height:8.5rem;top:38.0625rem;left:35.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ATX8StmTz0HP5eOCm4zLF35gFnzM3O { width:12.5rem;height:12.5rem;top:24rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q { display:block; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSLTuSadVB2np6brixdnmdnU7GEXUGKu { width:44.875rem;height:5.6875rem;top:5.25rem;left:1.4375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ { display:block; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyCeuWdx4K8f7ToiKnJeWT5VBQtbM3so { top:27.1875rem;left:0rem;width:27.125rem;height:33.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M95zlSc9SqUJRRCcu1nwxHTwIRLbvT1k { top:27.1875rem;left:20.75rem;width:27rem;height:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKBxOO9HrUcNixlc4WiNhqOwTCoOHdEt { width:14.3125rem;height:6.5rem;top:19.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTNk4eNJM8NTbT3Zu02pgGNwJkRSB71 { width:16.625rem;height:6.5rem;top:19.875rem;left:23.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omFqbSU6FL4LSZ9da20RoTOOw68qOr8r { width:26.625rem;height:0.125rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #seh9oyif9QZfxG3Sn2hAod0WFBneu9FQ { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVXZRGTHyLJ29eUNpdZqZBJI1E4WUAC { width:18.75rem;height:18.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpMx9lqFpXl3yVXs4MUooHhAMILZtIxI { top:66.125rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze4weMsLiy4QkJT1ULTTkAgZ3ZsDh1R6 { display:block; }
 }@media only screen and (max-width: 763px) { #DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk { display:block; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M72CfosMFPXH7kJF7zNa6bJNAyNhMbgc { width:34rem;height:5.8125rem;top:2.75rem;left:13.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZLDBTWetWCXxgG0vaXZWkoQD1UrJsLK { width:34.75rem;height:;top:11.875rem;left:13rem;font-size:1rem;display:block; }#qZLDBTWetWCXxgG0vaXZWkoQD1UrJsLK li:before{  }
 }@media only screen and (max-width: 763px) { #KrulU5gsAzc9MIVDTSbnDc8W8Sk7z3pV { width:25.125rem;height:24.0625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy { display:block; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fA7BzPBvTG1yGUZKFmph2uINhh4LJovK { width:20.75rem;height:20.75rem;top:0rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8x1DcscgK7g4DBrXIXrnJ6AT0CuLW8x { width:14.5625rem;height:6.3125rem;top:5.4375rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsU0irsmqVZnhNleqcnM5SEDs7JM2H6O { width:12.5rem;height:6.3125rem;top:14.1875rem;left:16.624465942382rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNSm1KvK0IzoohxU14I0WIAi9K4NakB { width:14.5625rem;height:6.125rem;top:3.1875rem;left:33.1875rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp07N2dFHPl1lk3kuIBFISyPGzraJrEF { width:12.5rem;height:2.1875rem;top:12.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWNtTqbn7C0V2CMfH2aqOCeTawE5R4r { width:22.5rem;height:22.5rem;top:10.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A37tESsGABIGPPrJPapM4nQSLhso4T9m { width:18.875rem;height:18.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uID37WTyMLoz06M4KpQfS6kK2JSSF3vs { width:17.0625rem;height:6.5625rem;top:21.4375rem;left:14.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDbsuR0Wxb6xJO0eayP4bNdezdTd6tL { width:14.5625rem;height:8.75rem;top:9.8125rem;left:33.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d { display:block; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdFGg1duTBL1JguKhpcWGmZcpCoowbTT { width:32.625rem;height:9.375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJffd6blEIMQp43oiNTsoLbgDoMOu1CH { width:32.5625rem;height:9.375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTQtokct6yHakPrBur5KD3kIRTr4ET7 { width:25.875rem;height:9.375rem;top:28.4375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7 { width:25.875rem;height:9.375rem;top:17.75rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0 { width:29.875rem;height:9.375rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D54dX69HOzKFeUGsxkVBTI1oZSTPHrks { width:28.4375rem;height:9.375rem;top:39.3125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1 { width:29.9375rem;height:9.375rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD { width:28.5625rem;height:9.375rem;top:50.0625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLD8UoR8ahI6OXBA82VkZsnzEGiTBmtQ { width:47.75rem;height:6.5rem;top:6rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI { display:block; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtDCz70KUsVSJoZxqa0qbsd5Gt71a4we { width:47.75rem;height:5.3125rem;top:3.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9ExeoKfDQ6PMfTFXTwRHWefD2KUqMD { width:38.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvpz050h8PiRhuDVhnoXG3VugKKe2nMe { width:38.1875rem;height:1.625rem;top:14.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJstV8um7XStIMfeJOzkpaexWZXaUnur { width:38.25rem;height:1.625rem;top:17.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpcKnH1WIGXPetTGfTXvs8TFFoxClZ2h { width:38.1875rem;height:1.5625rem;top:24.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyuqgXaOlL7RqisCGxaVvSMT7QpJ4Smq { width:47.75rem;height:3.875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEiNEHWx3VoTRo7JTfKMexS7RBCCW2dS { width:38.1875rem;height:1.9375rem;top:28.4375rem;left:9.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT6HQ3TwUWq8FJoHhz7kkDRtrWHREkT0 { width:38.25rem;height:1.625rem;top:11.5rem;left:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwiIvJVyiXbB1C3n89lBiBL47l25ldzV { width:38.1875rem;height:1.5625rem;top:14.6875rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUHtKZCT0FyVFDl9og2i5g78nTAXb04d { width:38.25rem;height:1.625rem;top:18.0625rem;left:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS59LTwQiyVwhSF2wB9ZbTEKC69vyvNg { width:38.1875rem;height:1.5625rem;top:24.0625rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvlCNaiNMZ2WsbIgJ1CJDFVvJb2EVZU9 { width:47.75rem;height:2.9375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RohADh5osr5eQ7hX4JrsvFSuXWrcgQXW { width:47.75rem;height:2.9375rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGphWtNnoTfs1ZPvOX6pQKG5kIwuQ5WP { width:47.75rem;height:2.9375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoO9P64Trenh8N8mhEcE95APhTKOGARh { width:47.75rem;height:2.9375rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiDzdDih6kOO7vGNb75uMvZ0LOZNVit { width:47.75rem;height:2.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJQLxeMQzkEmg6sbgFdXrGSVAzT6zNmi { width:38.1875rem;height:1.5625rem;top:21.25rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJiOEyRps2TLzQsLXS6CoTZJeOR7uO3N { width:38.1875rem;height:1.5625rem;top:20.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve { display:block; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRwxyq09GVtJFlW86SsuMuFzlxKU5FWL { width:47.75rem;height:2.375rem;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaCipJ81t7BXED0UUo1Cao7K62x5r9wT { width:47.75rem;height:3.6875rem;top:7.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN { display:block; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQxHL12hNDl8SJ3RJpXMdCBS9lmzTwhw { width:14.125rem;height:;top:32.75rem;left:0.68607902526856rem;font-size:1rem;display:block; }#dQxHL12hNDl8SJ3RJpXMdCBS9lmzTwhw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
 }@media only screen and (max-width: 763px) { #s840wKHVvnUFnAClbx7iOh7T64dnetV7 { width:12.5rem;height:1.625rem;top:14.25rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzcxwITKW5XB9ubrix1A89npurLEEHV { width:12.5rem;height:1.625rem;top:14.25rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiUuM4dkvixl1UMqoilahqCSQ1pby0Ig { width:13.625rem;height:;top:30.875rem;left:16.686254501342rem;font-size:1rem;display:block; }#UiUuM4dkvixl1UMqoilahqCSQ1pby0Ig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
 }@media only screen and (max-width: 763px) { #i2v3iWIc8vJvpSCNevtcdiUot3oz5NdM { width:14.25rem;height:;top:30.9375rem;left:32.62428855896rem;font-size:1rem;display:block; }#i2v3iWIc8vJvpSCNevtcdiUot3oz5NdM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
 }@media only screen and (max-width: 763px) { #Utp9C9dKBh2F6XFurfOQuaz7v4I6F2Wk { width:12.5rem;height:1.375rem;top:72.875rem;left:1.6866111755371rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiinhNND7TdJPwo1HN5I8zEQ1ixzqnFq { width:12.5rem;height:1.25rem;top:72.875rem;left:17.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuWrOzn6GEhnczVrAZGfVxFQZgNqaD5m { width:12.5rem;height:1.25rem;top:72.875rem;left:32.561256408691rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3CzTNpWA2QdTv0WHmgntptf5MIJAegF { width:17.5rem;height:85rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTblo3fRbUgpHUV3KxlmggG1fFCCykmD { width:17.5625rem;height:84.875rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5hDHdFc9E4hbZuDE9pKlUKS9T6dBql { width:10.625rem;height:0.3125rem;top:70.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2vKLlxU7pDaaNHovuDISFK7936nWwdc { width:10.625rem;height:0.3125rem;top:70.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmLeOA6TEFiQaZW8yqs0ubAG52aCVZa2 { width:10.625rem;height:0.3125rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTaw99hJIZHIyLbwu3los6yDIqq6QAgb { width:19.875rem;height:84.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrJCCFcPVSWAReNTXHixTVvmMQRFeppT { width:10.625rem;height:0.3125rem;top:29.125rem;left:0.68430328369138rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqF8NTXVEqpTDgDzufyr2hR0altutNKn { width:10.625rem;height:0.3125rem;top:29.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNtXrCMLlEKB5CRR0gUvM7mGJkfT0h8u { width:10.625rem;height:0.3125rem;top:29.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN9x5Xf4glbt1lT3BRcZAmPnopnDIuPc { top:78.8125rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEo8Pgckrvss7wpwdIebxGm5SkgppdPP { display:block; }
 }@media only screen and (max-width: 763px) { #KFcqbSN0Wqxm5sqJMGazOeTNJmr1i2s4 { width:8.9375rem;height:8.9375rem;top:4.25rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJa6hCKGsaID0kNcQyFGH3FOnQiVUEF0 { top:78.25rem;left:14.1875rem;width:17.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsiXBRLHdTlOXO5zFnpRI4A2mNs5K4A7 { display:block; }
 }@media only screen and (max-width: 763px) { #cdPbSDBJ3GbDlpLquCGIHRbuGwsAO290 { top:78.8125rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkQ0M1rtDtd0TuB3MADPOsLgBFx7sJWT { display:block; }
 }@media only screen and (max-width: 763px) { #iQ01EwMf9x0pfC0WN1w8Ke974Xm7Vpoa { width:12.5rem;height:1.625rem;top:14.25rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAmZsdnKMF3TQR4Po3ZBqK2QaeAbfM5m { width:12.5rem;height:4.0625rem;top:17.4375rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2yS3c5cIgLqLviVeBt2F9iPVxmkh7D { width:12.5rem;height:4.0625rem;top:17.4375rem;left:17.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgvMMhmrOrfD8tPsWpn4adPJBRlrI2sd { width:15.75rem;height:4.375rem;top:22.5rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT { width:20.1875rem;height:11rem;top:2.25rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi { width:12rem;height:11rem;top:3.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1qknGXAlV5H5NrWaAPS5tA1QoXqpvG { width:6.375rem;height:8.375rem;top:3.5625rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX73nEUmwZflTNiopf0qxg046WGKhcWE { width:12.5rem;height:4.0625rem;top:17.4375rem;left:33.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNOSelWl7tE45RlE9Lxy4Zet6Fksnrqt { width:15.6875rem;height:5.8125rem;top:22.5rem;left:31.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Th7C7K3EebZwTfGAqTEc8A6U1lkQhU { width:17.5625rem;height:2.375rem;top:72.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhsMThzSTz2pR4LQxs8uuIUHqv0TAQQ4 { width:20rem;height:2.375rem;top:72.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwVgTa9EihgAXVfWM2TdgHUBcPiNWTs { width:17.625rem;height:2.375rem;top:72.1875rem;left:30rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQO1uunMKEXRhrGtl0Fa0i4dJySNdxRt { width:1.3125rem;height:1.3125rem;top:3rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOEEvmzCFJerrAzaueStBDgHcQyH2Nik { width:0.6875rem;height:0.6875rem;top:8.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lEHq0AW78r84dHMfHk8arhmXhAsBXd { width:1rem;height:1rem;top:7.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDnlE2TfcqmOrAIittADDK5F7A7Fz5wb { width:1.3125rem;height:1.3125rem;top:13rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewXLd0SuoxtrhdERaQFgUaMRyPP9IuZu { width:0.6875rem;height:0.6875rem;top:1.625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osnyfZKlIMJSbVMclqc4UHKzqF8V2kmx { width:0.5rem;height:0.5rem;top:12.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv6XIyCWRQL2oXlZTvuHZVTIXJpsOC9q { width:0.5rem;height:0.5rem;top:1.1875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsIlPEPFn7pIQwOP9ByyfHP8kkiTTKNA { width:0.6875rem;height:0.6875rem;top:2.25rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw4qd1AGTeqXr4pU9DZGkQ0IQSikKCF { width:1.3125rem;height:1.3125rem;top:13rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwoJSTVez47rSdk6ZQUO1sfBN8Ecsyn { width:1rem;height:1rem;top:3.3125rem;left:34.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOknQLRN0Gbk6vCnqIZMFeh34aMO7xcy { width:1.3125rem;height:1.3125rem;top:13rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyalEW2sVTzcFW3ZEnpKEHmtcOvRiO0w { width:0.5rem;height:0.5rem;top:3.8125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0ua7EzNbqaDw6HFkyLJbJKtLqJbPQ1 { width:0.6875rem;height:0.6875rem;top:12.5625rem;left:35.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1xv9kmBXqsz8BLuQZ8X8MwphBAwo48L { width:0.5rem;height:0.5rem;top:1.8125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #TduJt92PcWFlBkMqTRu2OxEpXT28HzIo { width:15.5rem;height:2.5625rem;top:66.9375rem;left:31.905181884766rem;font-size:1rem;display:block; }#TduJt92PcWFlBkMqTRu2OxEpXT28HzIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_664bbf0bec5a839baaefc250b48441385c20d835.svg); }
 }@media only screen and (max-width: 763px) { #VAonNP8F4RkXGcOm3aAmCc6qbCkcySJJ { width:12.875rem;height:19.3125rem;top:46.25rem;left:17.279296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiWaiwk25vMGHzCVh9EgeBglObA1fkyy { width:13rem;height:19.3125rem;top:46.3125rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7mQtvxL531ETInFxkTBxvnG80VtEObc { width:17.625rem;height:1rem;top:75.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc8PrqAsoaVar0IIpDBm1JvFyHcs8KDi { width:18.125rem;height:1rem;top:75.625rem;left:29.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPkTtyoXqR2tLZGL7cOG0wMkgTTgIv7 { width:18.125rem;height:1rem;top:75.625rem;left:13.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE3VSltrLerERJTd0SGlpD8G455dEdQV { display:none; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xrnBgPSEon5S4GwyWRleluCGGWoB2kbK { width:17.3125rem;height:17.3125rem;top:11.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0I1rxJEfq11mrXLTWkbXNGgDG56M8D4 { width:20rem;height:23rem;top:7.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZIIn9BEqZWHoBSNfhRXSDeHgvfQKhdH { width:17.3125rem;height:17.3125rem;top:11.875rem;left:15.188032150269rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI { display:flex;width:18rem;height:5.0625rem;top:20.0625rem;left:5.83984375rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #UaPHIQcwWTznCMTSm52BicLGGxQBN3NM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #J9eGHLbSK7Fy2I4yvG07sWffHeyD017e {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #TQRlK0ppzsZaAAKTGQh7HlMEr9vtNScl {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #CSQGbWN2gFM9IgCMoiTGU2lde7FABppM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #qm6aGU3M0ZtiotwBNK15K1GMJL5tCA50 {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #Roe6JRJlTNTPn6DfkvmHaDVlWWe81a2o {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #a97d2JiSPQA0t46S4xucCuwLCzGxRsB6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #V5mt16XlriXfy415UFJd8f4zAfM153pL {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #qtOu44N2I22tD09EovOt5pIqo02Edh1T {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #fQXStxyWuJGsTyL0a0KJgTMJRWKPpPvg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #n0TtdpcdPuaBVG6U4gfFJlwRCHQuDavC {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #KoLMqZnW0lriqmmW0azoE6lDA6UehXST {  }
 }@media only screen and (max-width: 763px) { #p3x5iUT41fGyKt5iD7koxRfD40k538Sf { width:47.75rem;height:2.625rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8sBQFe1VniHsc4bZTMNsx4B0rZxtoUW { width:47.75rem;height:5.3125rem;top:0.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 { display:block; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baupK0mKy1sz4I7cTi79wHRTNDcIKS9F { width:44.375rem;height:1.625rem;top:9.1875rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03dl5NQu0dLntnKEBQSe1oR6SCk5kFo { width:47.75rem;height:6.4375rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHBAo5FTx2CBZzTKNvFH5ghVzhxSnfL6 { width:47.75rem;height:30.375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw { display:none; }#rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0Qqx7SXlGPZe6iDrK7XMvz4qt9vED2y { width:44.25rem;height:3.1875rem;top:1.4375rem;left:1.7185707092285rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #at9yiV2ZsTZJndSaZTt3pGAZKm68fZvT { width:14.6875rem;height:14.6875rem;top:6.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72W1AEUJTnRWpSLZD6xDnmdwhkQFT12 { width:13rem;height:13rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4dHawPT5E8CyU2TPbHnPzu9hN5P8qK { width:13.625rem;height:13.625rem;top:28.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azt9RLrn1INtSATq66lMCcWwzPOqn7wn { width:12.1875rem;height:12.1875rem;top:16.1875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh9LtF0VQtotRbBh4PTsQlDzNhGt2UJh { width:12.5rem;height:5.8125rem;top:11.0625rem;left:10.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDizZgnUTGmAIQD6IxHGl2tbddMgoOL { width:12.625rem;height:5.8125rem;top:32.25rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti9cSQCFQRi25a4AaUeEMRHf7e0nSxLJ { width:12.1875rem;height:5.8125rem;top:26.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3PqoIQcbrD8tq9F3X1fsfXCVXEwl23S { width:11.625rem;height:5.8125rem;top:19.3125rem;left:24.311786651611rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0dF608AmxbJvDvtsvTzHNTp1PQL4MXk { width:27.6875rem;height:27.6875rem;top:14.8125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqwXv9gic2fuNGvSggCoUBlcpIDwo3p9 { width:22.0625rem;height:30.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ { display:block; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqSriPZEV7sdIxF4Ovf5WGhDIHCpTAo8 { width:44.25rem;height:3.1875rem;top:4rem;left:1.7176837921143rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnWJGzHnn6kuORUvFCigEC4JQiBCmN9X { width:13rem;height:13rem;top:21.125rem;left:25.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEobmsA3VasAfnK3xphdZEOH8N6FXwic { width:13.625rem;height:13.625rem;top:19.5625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRVbQs83gGOpDmHFKIDAAXgB5HrU1Z8k { width:11.875rem;height:11.875rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFUFcAP4uSZpkaQMfJbu0l8V4CHXfUF { width:12.625rem;height:5.8125rem;top:23.625rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQx7ngTeUect2wu4yH7k1oCk2asTKSqN { width:12.1875rem;height:5.8125rem;top:25rem;left:26.063385009766rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFUeQAsh0wwr5L5mLS8soiTAf9H8G1Hv { width:11.6875rem;height:5.8125rem;top:19.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROOUukz9CkaTTZ0TEdbWCusEAXBNNKyF { width:27.6875rem;height:27.6875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNzOfeMWeHLMpuTKJgWLLWyCMVmnWkxV { width:22.0625rem;height:29.25rem;top:13.25rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udTUfyQcm52BeAXrCBIqgcqOCWOXThBo { width:22.0625rem;height:29.25rem;top:13.25rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sst1qdIMwazir0hQ0gdDHg12W94g3lvK { width:22.0625rem;height:29.25rem;top:13.25rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZvGoezpyaZ2tgRCPQzuk1kksAkvVQDZ { width:22.0625rem;height:29.25rem;top:13.25rem;left:25.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 { display:block; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0Ek2TlFhglhN1qT9GBOnFzKD3IAKIDP { width:47.75rem;height:4.75rem;top:3.8125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRRElVicTTM4nMokZ3Hd3Po32c1C0kh { width:18.75rem;height:18rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSRXI0wruxGx4sdC8gXeqtUiUHMK1T2 { width:15.625rem;height:9.25rem;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfFN52TaMVfIrv0xLZT2lE27d7SW47uw { width:18.75rem;height:14rem;top:17.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRtm0VMkuNO2edrcSSJxDdav9i3NgD3k { width:15.625rem;height:4.875rem;top:23.9375rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTiSv6ZPwnw5STBu7Lhkk4Ta903PEhqu { width:18.75rem;height:13.25rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLVX6wggJPi2ZEBJwzcHHU49PWIHrzDn { width:15.625rem;height:4.875rem;top:37.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXUko4r7n2SbLUFUNnxrzNLcLvOiJ2P2 { width:13.4375rem;height:3.25rem;top:39.0625rem;left:32.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3OPAbcOWEUbpdLwLDfp8OriIbbMU { width:18.75rem;height:13.25rem;top:32.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9x9Gw79I9mQ3JLhSqegbv75eP4Z8RCh { width:15.625rem;height:1.625rem;top:39.5625rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #es5vrFLFUaMmeLK4FH3fzHUcQX48wwBi { width:18.75rem;height:15.625rem;top:16rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvRfX6PPTV0906CwTM2Eb6oKfEMzK89 { width:18.75rem;height:23.5rem;top:47.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM7c10vyXp6tDH3WW1d90AkxJdQq2qOT { width:15.625rem;height:11rem;top:57.125rem;left:15.875rem;font-size:1rem;display:block; }#CM7c10vyXp6tDH3WW1d90AkxJdQq2qOT li:before{  }
 }@media only screen and (max-width: 763px) { #XrKTmwEzOEelgDV1tmOXCJkNWzfzaodT { width:15.625rem;height:3.25rem;top:52.0625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdiZ7wBZ6amKQKdyF0W1Tu7FQzuRwlu { width:18.75rem;height:13.25rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfRtNnwhCRZiH2VR7cLEgTPM1iP1rwe0 { width:15.625rem;height:3.25rem;top:54.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI222070SoP9O0e55VAM88wmmFCb5LPd { width:15.625rem;height:6.5rem;top:22.3125rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubp5qnn1oq3XRxqz8B9gnUA3t1Qm0aBQ { width:18.75rem;height:13.25rem;top:47.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzaNTtiudvwOTkroI48NI0seO3TziLCE { width:15.625rem;height:3.25rem;top:54.5rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkhrWtuTC14UTuQQriX6qqcqKHpmNO80 { width:18.75rem;height:13.25rem;top:32.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFwa8ETxis1FKWe1BEOTXp1EliiET93 { width:3.125rem;height:3.125rem;top:14.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k776RvegveLCRimMtzTae5b9LnLsfT6O { width:3.125rem;height:3.125rem;top:18.8125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX1cC5b8x0hHfBwmo5MHK4ZcT35m8WVo { width:3.125rem;height:3.125rem;top:33.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyadoAz17cE8Z43bLiiq6zeoai11ZWMx { width:3.125rem;height:3.125rem;top:17.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOdRQNolQOlsCXeZt7VUfoXHdW9qVi7c { width:3.125rem;height:3.125rem;top:34.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdCdIOFCFXRk2EQ50ZgHzIPGfaWHNzck { width:3.125rem;height:3.125rem;top:48.5625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkA4SV4SRGbUtZHyIParXESowR4Jp28x { width:3.125rem;height:3.125rem;top:48.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpCS1mdWgMR7DosdUKuRvo75xOOHZm5n { width:3.125rem;height:3.125rem;top:48.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebFkhaAZLzBbPlz8vtrI6EmcuwxwNqdi { width:3.125rem;height:3.125rem;top:34.0625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 { display:block; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbg3l9mT6xiRB76Fh7wKtMvaUntNgW1Q { width:34.3125rem;height:4.375rem;top:3.875rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2akNQ0WSyFESABrWIeL04UczBu5pGT { width:12.5rem;height:1.25rem;top:11.5rem;left:22.436786651611rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVeD4XnZn3AbPtAskxsNC1DcH9PaKO2 { width:30.6875rem;height:13.1875rem;top:14.6875rem;left:17.0625rem;font-size:1rem;display:block; }#DTVeD4XnZn3AbPtAskxsNC1DcH9PaKO2 li:before{  }
 }@media only screen and (max-width: 763px) { #L7AHK29wKJnHd6mDzG1wzBEUGKBs3Hu8 { width:25.8125rem;height:3.25rem;top:31.8125rem;left:21.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgeOqMPWEJJqciPrJ1deo9mbIIlFasR2 { width:34.4375rem;height:43rem;top:0rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZrKxbrZz5undyrbtQgrWVAXsq0X8PCx { width:17.75rem;height:6.5rem;top:4.625rem;left:22.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCtQ7pPmo6f2gsLsGcBNalXIb4TBmFxm { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRH34OZEFmJrDEE5RN8CihwSAMi4TACE { display:block; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceeMDPTD37J4kZf1NNZO0xaNazqQdCT2 { width:36.9375rem;height:6.4375rem;top:8.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZ9IxAP6IsBZVCwk4SmtzSggMG1f36s { width:32.875rem;height:;top:17.625rem;left:0rem;font-size:0.875rem;display:block; }#PRZ9IxAP6IsBZVCwk4SmtzSggMG1f36s li:before{  }
 }@media only screen and (max-width: 763px) { #SKWWScIrJiAOG0Vd7SdRk2ZgBTi9Ctgb { width:42.6875rem;height:26.375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC2CpOUQn5shprmTXeV0dXUJV5BZqFI5 { width:21.8125rem;height:23.8125rem;top:5.625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro46WWvgmSLaKSGMe5P60r1pIryWkF5W { display:block; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duSVyKEt5NQDuLEVEyPllJZkiTtKAZLZ { width:47.375rem;height:6.0625rem;top:3.4375rem;left:0.37446594238281rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9SDPKqyols6L3XTeBtscMl3eQ23sSq { top:12.3125rem;left:11.65625rem;width:24.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXTxA4oJ4aHRcf6TiEPK3PmVm2pTmUl { display:block; }
 }@media only screen and (max-width: 763px) { #yAToSpflEoeLdDyaEoW5aOMETqn5qViF { display:block; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuPNDzEvvBF8vkgCZH0avXilu0BA4TLo { width:47.75rem;height:6.5rem;top:1.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzrSB9so5xVC0cKEqITFLQ4lxm3X9Ia { width:36.125rem;height:10.375rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpbWNPxyHs3ud1ae9CESaz4HzL0y4U4S { width:38.1875rem;height:9.125rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfwZtx9IqKAO2AS2EyJc6iGIE9LAIfL0 { width:47.75rem;height:18.8125rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFORfZh2pzxJDbxC4HPv8fCJT734NJ76 { width:24.875rem;height:16.5625rem;top:11.5625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N { display:block; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwsLN8MqVEMBDn0uGvSf7pwDahqhdwmw { width:37rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb6eyfHvQ5ac0NGNuRkICWgqmO5vvfL5 { width:23.0625rem;height:3.25rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILoTmpTHwThUi6iK0FsFRuL0Fafs8GxO { width:22.25rem;height:22.0625rem;top:15.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57Ga9ya685OqapwkAHNUTVxGOtATCiQ { width:17.9375rem;height:3.25rem;top:10.3125rem;left:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWuGgxr5vc5Velnwwfp9PwGLdddLBS4m { width:22.9375rem;height:10.375rem;top:15.3125rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1M3PX69Bkl734UbwNLA8nHf002UIZpU { width:24.625rem;height:1.625rem;top:32.8125rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkqMW5gM8K1qJRVI3s4nDl1WuuCsltN { width:22.3125rem;height:6.4375rem;top:36rem;left:25.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRieWwb52bpVJhv8svx5k6QlEOShITcQ { width:29.375rem;height:33.3125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udeX8Hd3lVEGlq70GO5sWtX4hmqRWtBw { width:29.375rem;height:15.875rem;top:29.75rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTJFQ4sD6ETb1D2H6nXh0tSfgZ6Bero { width:29.375rem;height:21.1875rem;top:7.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFqF5ezv5T83V6zSkHtMzwkBHxNHnUEs { top:42.25rem;left:0rem;width:28.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yADapyKJGPkMVgVet7GXGQfF7gFhizat { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTy7Dxw0yyBTzIRQsTMC4NMcLnybE36B { width:20rem;height:1.54385625rem;top:5.279296875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuzumZbaJXc731fK8gA9yTEaeAkSxrlt { width:20rem;height:1.46218125rem;top:34.8017578125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeSM7xyN3T5c5n61Eccrcc4d3RLNGfdh { width:20rem;height:2.43608125rem;top:23.041015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sahU2iHR09TfzVKKSThd6EKhae82ierL { top:90.1064453125rem;left:0rem;width:20rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM6VlKZHCUzACDIi94ZriR41p9HI0kqs { display:block; }
 }@media only screen and (max-width: 763px) { #WL7r0d83AJ8EWhAmv5kFnKp4g94nR4Nk { width:20rem;height:20rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ZrOMJiAWgwTOc1TGWV7wBTNRMq6sio { width:20rem;height:21.8125rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkAI1LNJgKdZGPBTaSrmooT4rrMbTu9o { width:12.5rem;height:12.5rem;top:59.853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbmihimeKcKRGiNVChcnEdCQMgNC70ia { width:6.375rem;height:6.375rem;top:81.6767578125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtJ5fDquUa2na3Qc9rKxBDAbS0ve86P { width:2.0625rem;height:2.0625rem;top:86.0517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGmDvbcBFWQdnuSHxDWMxlvOEkDCkgnb { width:2.0625rem;height:2.0625rem;top:59.853515625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8ZIeCKXkmtTVcoeaqK4qCeaPqTZbum { width:20rem;height:1.92471875rem;top:2.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PIyZoMhickwMmzbREd9TV3MiPpwCpJAl { width:18.375rem;height:19.5898375rem;top:38.328125rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dWPuz5kslEn5uDvcrXMSgtm5u3UAX02L { width:10.625rem;height:0.3125rem;top:20.728515625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKSp0n6p5D8UNzEDzf4VPqDeH4ceHOdM { width:20rem;height:8.31409375rem;top:9.853515625rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Wv5IpMcLVWHimfk6Anhy8V9vovGHpK7P { width:20rem;height:1.5rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxWfSaNEhXRTfzdBShfIC3pbAodcnuCZ { width:20rem;height:1.5rem;top:30.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 { display:block; }#QnA8VCr1LAgQXc37KmA3c3I2GsDyeXO4 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCktz9Fmrh3o4fs1BcOWf9qpZLi28g6p { width:18.9375rem;height:12.43253125rem;top:28.1845703125rem;left:0.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTzkrSAneOsKTgT6RXbwShTuTTRH4q15 { width:12.5rem;height:12.5rem;top:3.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaJZFnGhDOaW3pH9N0txwsEUw2U6HdeL { width:12.5rem;height:12.5rem;top:2.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMzkFImTOgl36sG8zBD7p2TeuxdkhRug { width:2.0625rem;height:2.0625rem;top:15.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyFzqFCiaOoyGrZZebT5sWKdlLGAdm4 { width:1rem;height:1rem;top:1.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvxCev0zHLbcTQSxW7BLg3TEilhNCdAJ { width:1rem;height:1rem;top:13.8125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUqPFo2OfvVMEo3RytUDW2GXB9gxiU2x { width:20rem;height:5.1163rem;top:18.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVH0v8iwG8EdoaQNeNbrMJtyRGHQR2HC { width:19.625rem;height:20.375rem;top:24.83984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #welkDMSoWKfWlOm8ds5ugqbd5NsgJHZN { width:0.5625rem;height:0.5625rem;top:12.4892578125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLyW4729Z47RZQGtHXUqK72lzF1yLUf5 { width:20rem;height:0;top:2.40625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s { display:block; }#LJH6fTqXlhPV3l9bvw20yaB0V6xXsD7s > .row .container { width:20rem;height:8.0619506835938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5CiVqtN4lmFrliaiPkx3UAwSUbb4WHl { width:20rem;height:6.09375rem;top:1.96875rem;left:0rem;font-size:1.5625rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVwKnAh1qUSwpTmEpK8HXRkpeh9Cf9pm { width:20rem;height:auto;top:3.25rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT { display:block; }#gD2zE6pMxDHD72cDaTQzmFsy8rw5cdMT > .row .container { width:20rem;height:130.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9Wyvlwxpa4qu6Nawp5zAGJFynbG5snT { width:15.625rem;height:1.625rem;top:4.4375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvzbek839ry1UfiT0JV7MC7NTnlKDKr3 { width:15.625rem;height:3.25rem;top:42.5625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9a8UPrWmbOWDSQQH9AhokxEGXtp9Br { width:15.625rem;height:7.793rem;top:95.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGXyvFWPNI62EHP1mmSOLNNHucgyUALK { width:15.625rem;height:6.494125rem;top:8.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8EQlJ63WF63xDyENWMnDEJBsDd396QF { width:18.75rem;height:16.4375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npQ5pO5oREZlcRn7qzUZ19pmK0xnO2of { width:18.75rem;height:24.5rem;top:39.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa42Pnh1bU0eblnufx4QGcICZJCnqZyZ { width:18.75rem;height:18.625rem;top:88.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNJJOaE8NAiVRb6CDepkRzTe28eT7xU { width:15.625rem;height:12.9883125rem;top:48.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofsvlVkMvCgm30urvss2ubwK2Gbt5qKK { width:15.625rem;height:1.625rem;top:90.9375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ectIroeZfrnMBvTGhnTMiNTVNMa97rwR { width:15.625rem;height:9.0918125rem;top:26.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcfzR9hknxclhVw0CtQr0CLGSMVauLTK { width:18.75rem;height:19.75rem;top:18.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoa6ncb4bum4sBaO5lEQsl3FVbOnVO3K { width:15.625rem;height:1.625rem;top:22.5rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG7o6daeCu2Ct2iLl3M5BI7RsocPFs8N { width:18.75rem;height:21.375rem;top:65.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0FniB3zgoOlmX4l59Tuz5e2SFdJUstH { width:15.625rem;height:4.8739375rem;top:68.5625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGkVsJwOySkFBmh1bpI1DqrH7dAv3kge { width:15.625rem;height:7.793rem;top:76.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTwyE4BQeTEJ1I2ecGacy8kBchr1pJGw { width:15.625rem;height:10.390625rem;top:115.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTAXfBnoo2RUkWhbgRD3mNR1cDf7FP0z { width:18.75rem;height:21rem;top:108.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCBR6WRws8naT6ywAOgsnSGwCUMtlBR6 { width:15.625rem;height:1.625rem;top:111.75rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container { background-color: transparent; background-image: none; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container > .video-iframe-container { display: none; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row > .video-iframe-container { display: none; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .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); }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container { border-width: 0; border-radius: 0; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r32yyBEmKmQv01ZJkFkxl550cpP1EQc5 > .row .container { width:20rem;height:92.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6CWPhAiAdFWyi493smLD6WBut9v1P0Q { width:20rem;height:8.448125rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfqM6QMIMskcsJyWP4fDlneNIJ8VMWyC { width:20rem;height:4.63156875rem;top:11.3359375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN { width:20rem;height:3.25rem;top:17.8984375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9d0cd1aa-4e53-42a4-8df3-86be63414425/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN.adaptive-delivery-prevent-bg, #gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN.lazyload, #gKbcNi3mS5d99DGJg5Lfc0y90tmEJ8wN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dei7n3zc1InplQgrRmTHdO2uAHPf1OSM { width:0.125rem;height:100rem;top:16.52734375rem;left:9.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl { width:20rem;height:3.6875rem;top:21.7734375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7d82c661-5064-41b7-b752-da7c847be934/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl.adaptive-delivery-prevent-bg, #fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl.lazyload, #fyBTVnSK08IV3MF09Rs5MOTkTAfy3OTl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX { width:20rem;height:14.875rem;top:25.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9db040df-d277-4570-a9b8-0b6616129263/6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX.adaptive-delivery-prevent-bg, #a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX.lazyload, #a21S3Sdk9QhZRUq4BB7QVsiZtXPEvLXX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yKQoAOd0DgGATGTTThdPucwABCpQaEm3 { width:20rem;height:6.375rem;top:41.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88e7b195-901c-42f4-a331-f1622c9f966d/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yKQoAOd0DgGATGTTThdPucwABCpQaEm3.adaptive-delivery-prevent-bg, #yKQoAOd0DgGATGTTThdPucwABCpQaEm3.lazyload, #yKQoAOd0DgGATGTTThdPucwABCpQaEm3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK { width:20rem;height:8.75rem;top:48rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/20bb4615-3a9c-4a48-b550-9ae34f836e6a/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK.adaptive-delivery-prevent-bg, #frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK.lazyload, #frJ1TrpEGPCFvTVX1bhmyFEdEGlmo7FK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p { width:20rem;height:3.625rem;top:57.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bd6b71e5-1748-4967-abe5-8a7736c33568/7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p.adaptive-delivery-prevent-bg, #ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p.lazyload, #ezhBHabK9IioxpnLyt9h4c4dg6cPLk7p.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qT6l4WSzO6dTcQkEn14DmPIgQLAi527n { width:20rem;height:4.4375rem;top:61.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/18ef9dd4-c2a6-479e-a363-b86d13d14f34/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qT6l4WSzO6dTcQkEn14DmPIgQLAi527n.adaptive-delivery-prevent-bg, #qT6l4WSzO6dTcQkEn14DmPIgQLAi527n.lazyload, #qT6l4WSzO6dTcQkEn14DmPIgQLAi527n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KAy0eccLfWSTZgivqSnBSr0zarlCgpP4 { width:20rem;height:3.8125rem;top:73.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3f84eeb5-105e-43e1-96ce-bf380360d6fc/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KAy0eccLfWSTZgivqSnBSr0zarlCgpP4.adaptive-delivery-prevent-bg, #KAy0eccLfWSTZgivqSnBSr0zarlCgpP4.lazyload, #KAy0eccLfWSTZgivqSnBSr0zarlCgpP4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4 { width:20rem;height:5.5rem;top:66.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1b22771f-d486-48fb-b4a0-b6c3601f4ede/9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4.adaptive-delivery-prevent-bg, #vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4.lazyload, #vFCy4XH9rRqoPhTicEwLSdx6RK8hvNi4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tHdPArbfsChydbIONS1yWplwvMzSEI0b { width:20rem;height:4.9375rem;top:77.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6778d460-5d5d-4731-914a-eb8da3b2193d/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tHdPArbfsChydbIONS1yWplwvMzSEI0b.adaptive-delivery-prevent-bg, #tHdPArbfsChydbIONS1yWplwvMzSEI0b.lazyload, #tHdPArbfsChydbIONS1yWplwvMzSEI0b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aUx83JbcEPuZ12T7swSWnVADHFawVbPd { width:20rem;height:3.75rem;top:82.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4af6a2a-bf2a-46d8-833e-b2a6f8c60a2b/d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aUx83JbcEPuZ12T7swSWnVADHFawVbPd.adaptive-delivery-prevent-bg, #aUx83JbcEPuZ12T7swSWnVADHFawVbPd.lazyload, #aUx83JbcEPuZ12T7swSWnVADHFawVbPd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wMymrXA3pQw0KX5QnzDDJfmXMAkUCDSg { width:3.25rem;height:0.9375rem;top:29.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSqJFUKoBH0TAsRqxqLvkGxR2EpOWnQq { top:87.4375rem;left:0rem;width:20rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfzUyhULstiI6Z805Bpn1OyZe863sVhT { display:block; }
 }@media only screen and (max-width: 763px) { #ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW { display:block; }#ska2xpQ8GWbwfLMe7G61oMx0rfvr5QQW > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoZNVMp8JEFCNduv4hmTVuo7v2qeAPWX { width:20rem;height:13.1596rem;top:3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbyHkhoe78kaHhGotq1WHvMixPFJGB53 { width:18.1875rem;height:18.1875rem;top:25.5625rem;left:0.90625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #PCt9LuJ9EOvLyfKLhESW18AWiahyq3uL { width:18.75rem;height:0.125rem;top:52.6044921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyvhQnwHgtNT1OTwCVc3PEBy073nqrGK { width:8.75rem;height:3rem;top:23.3125rem;left:0.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #84a3c4;border-left:0rem solid #84a3c4;border-right:0.125rem solid #84a3c4;border-bottom:0rem solid #84a3c4;display:block; }
 }@media only screen and (max-width: 763px) { #Ggd2bWmgPrdM7PPwXAvVvTTtw876bOxC { width:18.75rem;height:0.125rem;top:53.48046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufoMyB4gAdOi2VOpQZuL8rX1fUVUxJpS { width:18.75rem;height:0.125rem;top:57.5918rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcvgUfhzvHQ5neTtWIvKx91IbO003XMy { width:8.4375rem;height:1.298825rem;top:21.19921875rem;left:11.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CVLCFhCVVhiEP7Rlp4S2tWX90sPzWrDJ { width:12.5rem;height:6.494125rem;top:49.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHh4O5tJ8BC1hhvWRyr1BTcGqZN5gX2c { width:8.125rem;height:2.59765625rem;top:46.5625rem;left:11.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oe0AkWf8dwyrzMxkJb9oc89A7zKygRHh { width:12.5rem;height:1.298825rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o397Oy2FiilQMxvL7cyc6NzmUH2rOCTI { width:8.75rem;height:6.0625rem;top:20.25rem;left:11.125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #84a3c4;border-left:0.125rem solid #84a3c4;border-right:0rem solid #84a3c4;border-bottom:0rem solid #84a3c4;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #k5Pz1HNIRe3uZSqSTAnWV1wFaXyQPAlO { width:8.75rem;height:6.6875rem;top:42.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0rem solid #84a3c4;border-left:0rem solid #84a3c4;border-right:0.125rem solid #84a3c4;border-bottom:0.125rem solid #84a3c4;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #x60XnhWENS3507llDXqXpJ3St4EI1Qeb { width:8.75rem;height:6.0625rem;top:43.6875rem;left:11.125rem;background-color:transparent;background-image:none;border-top:0rem solid #84a3c4;border-left:0.125rem solid #84a3c4;border-right:0rem solid #84a3c4;border-bottom:0.125rem solid #84a3c4;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Sgan2xp4LpcubrSTxTs292JHLCE6I6UZ { width:12.5rem;height:0;top:57.0605625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #evFGrgJGJdBLgJcWuagWkTWbmE1bhinq { width:12.5rem;height:1.298825rem;top:26.4375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z88mdCKJ2ehyMEpLDdHrp9gxGePZwWi2 { width:7.6875rem;height:1.298825rem;top:27.7373046875rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRgOayl9nE16g65eUDEvNIVBkW8lUbI { width:6.5rem;height:1.298825rem;top:34.1875rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAtiy5iSZNcTC3bAkXoDLFeGTMSdHnM { width:12.5rem;height:1.298825rem;top:34.25390625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRODicJLKnJeMEgXn276yzLxWWZJTJXv { width:20rem;height:5.5107375rem;top:60.873046875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZcvJg8zmCosM8mQge54CvHlFZemGaTu { display:block; }#FZcvJg8zmCosM8mQge54CvHlFZemGaTu > .row .container { width:20rem;height:41.0618125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msOcaZHZ0gaydJ06H6d1o0TTIEPgRg0b { width:20rem;height:6.09375rem;top:2.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWqTA4guRt22fTX0TxJNu2WvWsJpE9Vk { width:20rem;height:1.625rem;top:8.9228515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COvFKomwidGNapKJpkNBpwVrsUlORsBx { width:20rem;height:23.875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5XF1vnesfP4dzL1GWX8Qwll67BigO3D { width:20rem;height:0;top:11.6103515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MALFWoENi7nohVFV9v3lo6aFJFgyIvQp { width:20rem;height:5.199225rem;top:11.9345703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV { display:block; }#hGBKQ67hkTPiVIA5iK6Bz7TF21DvMTqV > .row .container { width:20rem;height:158.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdRy2fHi1OBcvriaXcOUwuvcL6zqSs3X { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ux8geKD5sFzo6JeW9av9k1XoMddx1K { width:18.75rem;height:18rem;top:7.69921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUl4SBvsH25yvE7UoWtlk4Vr7yE3CUQ { width:15.625rem;height:9.26316875rem;top:13.63671875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSr6DKWZtWQggRQWQfEvkivVW5DSoTMw { width:18.75rem;height:14rem;top:43.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAAtHnRRqnOwmchNiDCtr1H5wvfspxqx { width:15.625rem;height:4.8739375rem;top:50.125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrU19AT0NTPLi1g3h4rUPsMyhJDoElOU { width:18.75rem;height:14.125rem;top:73.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJvmkQhuoNNL7iiyhAE73iA0b9GJ1zv { width:15.625rem;height:4.8739375rem;top:79.125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuPvXA6hcSlSNlc96dQ0aIvOTdVFUWc { width:13.4375rem;height:3.25rem;top:134.25rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMulLKBUVTIvu1kEpwchfT81JF3rC2RT { width:18.75rem;height:13.25rem;top:59.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvsDDQytqm5aBbehd0erQAMRdVQPfFtk { width:15.625rem;height:1.625rem;top:66rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNIpmMvDKIylmNDgScD63316cb3Qxg1A { width:18.75rem;height:15.625rem;top:26.94921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0i6dPTsx3uoV79qxhIV4Obif1K7wm7a { width:18.75rem;height:23.5rem;top:88.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbEolEPxvt4yduiDL5w1S6IiMUvTWpy0 { width:15.625rem;height:11.015625rem;top:98.875rem;left:2.1875rem;font-size:1rem;display:block; }#GbEolEPxvt4yduiDL5w1S6IiMUvTWpy0 li:before{  }
 }@media only screen and (max-width: 763px) { #biqX9MDoxxwx2RyM9JAFaA2qMhPxmE3b { width:15.625rem;height:3.25rem;top:93.8125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeJGU6D8oIfqkEJC9Be1s3XpbuwKTPnx { width:18.75rem;height:13.25rem;top:113.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGThD6ppyIsztJ19nrhz3ILuq7vDTiq { width:15.625rem;height:3.25rem;top:120.9375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSxkfTNcicKvRIwrSOBgiFwOlTRUgpL { width:15.625rem;height:6.498575rem;top:32.82421875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clbTkxToPPofm9S7CSMfXwp5u18gTdkF { width:18.75rem;height:13.25rem;top:142.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDppKb53E1Q3lqgiXTtQFJwt5t3yLJhe { width:15.625rem;height:3.25rem;top:149.0625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1CmVLhfxWoKSJGvZF0oOompFXrXv6y { width:18.75rem;height:13.25rem;top:127.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDnOW48Gtx9nXqmuz12qpEvQUTcTm1Tv { display:flex;width:3.125rem;height:3.125rem;top:8.94921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Tw8ryCGnGaC2ivUPdeVaAQhRZHUeaKGh { display:flex;width:3.125rem;height:3.125rem;top:45rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Kre30PVi8ObOQ2b9b0KA2WAiSWFTctG8 { display:flex;width:3.125rem;height:3.125rem;top:73.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bfqQxLoPTrNpPkTAephXA7U0vTsXo3L1 { display:flex;width:3.125rem;height:3.125rem;top:28.38671875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #LJpQLPQM7JUxGOSoWdSCFBrM9XeAw4T8 { display:flex;width:3.125rem;height:3.125rem;top:60.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TE4PPQD0Pn7rfw4Teae6Vwwku9QxNna5 { display:flex;width:3.125rem;height:3.125rem;top:143.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xkeZxqLLTotrT2MsUrlv6B6pRGmCKZeo { display:flex;width:3.125rem;height:3.125rem;top:114.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kzUN8eINVedVns3CCzCM0RTFZzbqay2v { display:flex;width:3.125rem;height:3.125rem;top:89.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tTBlmdnMDdTmnbrMERqgOH7HnTrNu0MH { display:flex;width:3.125rem;height:3.125rem;top:129.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 { display:block; }#Th9Ji9JsfpRSWgDIOr2Zna745FS7TWi5 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQZudnoVoDlidt3rkb76J8NBg5b28T2O { width:18.125rem;height:4.63156875rem;top:2.625rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDtB7TMK8MOvdtNlk14pTmKUuv31FoSr { width:18.125rem;height:12.805375rem;top:8.82421875rem;left:0.9375rem;font-size:0.9375rem;display:block; }#RDtB7TMK8MOvdtNlk14pTmKUuv31FoSr li:before{  }
 }@media only screen and (max-width: 763px) { #KC4wrZRLHJzZ3fNk8eIKKvA55ylXNG4t { width:19rem;height:23.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn { display:block; }#PTEgV0xMVuufIWWUmuSR9EULOW8HCtEn > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1xvVLmq4JdnZms2SLuGfP3p9WvCZkWp { width:18.125rem;height:7.71928125rem;top:2.6875rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSSmoEHzGoLFaD017sKtcRcU5T6oiTNA { width:18.125rem;height:21.363625rem;top:12.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }#kSSmoEHzGoLFaD017sKtcRcU5T6oiTNA li:before{  }
 }@media only screen and (max-width: 763px) { #HaOlJRdIB0RzsHhaGxU7CGdxy7nZiPUR { width:12.5rem;height:1.298825rem;top:10.9375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhaI66xDlSTRbL3ToTNBXED2tTTIp04f { width:18.125rem;height:3.8964875rem;top:36.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEPnLaJEnMQv3CNysxpxfeuaIu7KVITH { width:6.124825rem;height:7.9368125rem;top:52.373933792114rem;left:5.8114344477654rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uag8Ll0RueN9ABWUSfsTocqql1mJ3WC5 { width:18.125rem;height:6.7151875rem;top:41.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }#Uag8Ll0RueN9ABWUSfsTocqql1mJ3WC5 li:before{  }
 }@media only screen and (max-width: 763px) { #BRDKwlIHheSWViBa7FpfsiSVSx4FfD8g { width:5.68714375rem;height:7.9368125rem;top:51.186079025269rem;left:9.0624997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMKdJwMSyfelGSONAlmRlmg42ysEWXOV { width:12.5rem;height:12.5rem;top:49.374816894531rem;left:3.7499997019767rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ5TdA18CJ4qRR74C0X7Mo7o5lce8frC { width:19rem;height:61.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 { display:block; }#LIMDRFeIIbTvxN0hJcFLCF5hFOiSs6F4 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhVUDFdyze6FMN9sonM1JntpVc85kEgM { width:18.125rem;height:7.71928125rem;top:1.6875rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5XGZa6Vx3PD041aE1TAOcC7NTKlBoOk { width:18.125rem;height:12.212375rem;top:12.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }#E5XGZa6Vx3PD041aE1TAOcC7NTKlBoOk li:before{  }
 }@media only screen and (max-width: 763px) { #c1hn5xt9mp7I0GCFKw1MPdNKUwITT8GL { width:12.5rem;height:1.298825rem;top:10.63671875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAViWx9DWWyrCiuUpbTe2OMzigRrw5yV { width:19rem;height:26.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm { display:block; }#NqIT0KUuZUGXN9gJIvTBzeehTWN7eRdm > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPvDzTaxb0zLygV8NDTGDHOFez294rrr { width:15.375rem;height:7.71928125rem;top:2.064453125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWx37ZgbV5kVTotuxMttGkfXvGZKdO7F { width:18.125rem;height:13.117875rem;top:13.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }#nWx37ZgbV5kVTotuxMttGkfXvGZKdO7F li:before{  }
 }@media only screen and (max-width: 763px) { #LyKnXAIwK0ovfVTrkER7x8pkFEpWFt3n { width:12.5rem;height:1.298825rem;top:11.001953125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvW00x7WAEHkWuFcGt5gdQ9WQoFn0oAb { width:5.6875rem;height:7.9375rem;top:44.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8K37S0vro33WKzNJqqw5nPNITzt22J { width:6.125rem;height:7.9375rem;top:46.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtFGqmpXDpXoVfdDPwphAdwFLSqPGXoP { width:18.125rem;height:3.8964875rem;top:27.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSdMH1XL3HAaugWI1RT44zu73FeCkg7o { width:18.125rem;height:8.24575rem;top:33.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }#oSdMH1XL3HAaugWI1RT44zu73FeCkg7o li:before{  }
 }@media only screen and (max-width: 763px) { #H5t5RgkU4L7EJ2IE9R0lwiQqhErXnkB1 { width:5.6875rem;height:7.9375rem;top:49.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hehP1VK8PqfM4uPkRcWxFgumWGUpthM1 { width:5.6875rem;height:7.9375rem;top:52.625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKqhh0FFtXQEiis3kEzM6z5rbIOE9HL { width:14.8125rem;height:14.8125rem;top:44.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbNQbi5G3aMPFMRxzD2Ec1ryHtHAGC6A { width:19rem;height:63.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 { display:block; }#Hfk6zkIOaqTVV7sZGeU984LmpaaTvFl7 > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nifuGFX6SJMu3wLXbyy5TOAdq7FGGi0d { width:18.125rem;height:7.71928125rem;top:1.9501953125rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKeN3RKBIwVyhqEdhBztzfzF6ogLoXLQ { width:18.125rem;height:14.6484375rem;top:14.0673828125rem;left:0.9375rem;font-size:0.9375rem;display:block; }#OKeN3RKBIwVyhqEdhBztzfzF6ogLoXLQ li:before{  }
 }@media only screen and (max-width: 763px) { #VI7EoxDZQ6rIyO91l7T9BfcSpFEIcA7q { width:12.5rem;height:1.298825rem;top:12.0126953125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZfyGT5NVMCHplazGQT3TVBonsSBzTR { width:18.125rem;height:3.8964875rem;top:30.11328125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvy2QNdJ1efDZK27FTWMzodBGgp7Kgsv { width:18.125rem;height:11.328125rem;top:34.5107421875rem;left:0.9375rem;font-size:1rem;display:block; }#cvy2QNdJ1efDZK27FTWMzodBGgp7Kgsv li:before{  }
 }@media only screen and (max-width: 763px) { #f7TvAR4qtVOVzNODmgfl7QPsTJ4OW1h4 { width:14.8125rem;height:14.8125rem;top:46.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2iTQSnp856WikVqTq9mDTuIemaFGDMK { width:4.875rem;height:6.875rem;top:46.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUbmp9vIdHTFck2kXdt4FEHy5eo1qadU { width:5.6875rem;height:7.9375rem;top:49.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3UWQ1ydXifkrKT5oAQ5Q5b6TIOQrTbl { width:5.6875rem;height:7.9375rem;top:54.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGPimwbr9MO5ATD5fRLvHbqePm6HrUL { width:6.125rem;height:7.9375rem;top:50.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpGRTnmRpH0l5hLpzXIMbEIfZT54aAqb { width:19rem;height:64.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqMx17qQct0mPISqQapXkiTXWv1xZUUv { display:block; }#XqMx17qQct0mPISqQapXkiTXWv1xZUUv > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku20m7WNvC6tmCWDdR0in6LuoQGVa9Sk { width:19rem;height:7.3109rem;top:3.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm5SPiJST0kBoOvWMtB7OoP8x4Oc458Z { width:18.125rem;height:40.88425rem;top:16rem;left:0.9375rem;font-size:0.9375rem;display:block; }#Fm5SPiJST0kBoOvWMtB7OoP8x4Oc458Z li:before{  }
 }@media only screen and (max-width: 763px) { #Z0QuldZscLeEpVNos1ZOP8lbO74Jw42y { width:12.5rem;height:1.298825rem;top:13.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFblbPrgElTh0aTPPKNPJwoHXp6up9ay { width:19rem;height:60.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr { display:block; }#Ca89zPmxi3m2tDO6oUUB8GWxfQOtRTzr > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aP1Th8GJ6V04G2ZSkkubuWbGZsyWnKIf { width:18.125rem;height:7.71928125rem;top:1.6943359375rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6hzk3Ib31KSnEMxTSVf6ZacqP6k7dyL { width:18.125rem;height:39.0411875rem;top:13.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }#p6hzk3Ib31KSnEMxTSVf6ZacqP6k7dyL li:before{  }
 }@media only screen and (max-width: 763px) { #qTCZpl9CmR1OcKEXmtT39emPNGlcLVSv { width:12.5rem;height:1.298825rem;top:10.8193359375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTkrgJZSR5H2SsVVhKf8r53go7OPvGvU { width:18.125rem;height:24.4246875rem;top:59.042254447937rem;left:0.93661218881606rem;font-size:0.9375rem;display:block; }#XTkrgJZSR5H2SsVVhKf8r53go7OPvGvU li:before{  }
 }@media only screen and (max-width: 763px) { #pKeCuav7g2q1exZPok0IwAHI6mvO8E7I { width:5.68714375rem;height:7.9368125rem;top:94.242715835569rem;left:8.1782671809194rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0gNDClk4S83TKWKlqlxpn8tm6DeOMRt { width:5.68714375rem;height:7.9368125rem;top:87.561252593994rem;left:7.1546518206594rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm6Sv9QlDPPFXfgSCvH1nTbkLOzKdr1x { width:5.68714375rem;height:7.9368125rem;top:88.311429977419rem;left:2.4937855601311rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaofIxiw66T8HTqfToF9C8W17EP7pEef { width:5.87446875rem;height:7.9368125rem;top:90.245023727419rem;left:10.998757064343rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbnO1xTv42f8fmqkgAnQdHT95BfrbnNX { width:18.125rem;height:3.8964875rem;top:54.061798095703rem;left:0.93749994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Uh6DA5Nsyazh7StPRGFxNUwaOPy9B7 { width:5.68714375rem;height:7.9368125rem;top:92.180393218994rem;left:3.3638140559196rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzFmpA5iwfnp0tAHKJPIX6wBqzmaSw9n { width:5.68714375rem;height:7.9368125rem;top:92.124462127687rem;left:12.059658706188rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZrRIu9y6JysLnxPNhUN6shtNVNqyx8d { width:19.124625rem;height:19.124625rem;top:84.652872085569rem;left:0.1242898106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7gkrp56JtLhnaVrDQzNdadzQiryLsvg { width:19.0625rem;height:104.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG7egMr0SOntrHA4IuwTgwtv7o9RhPVF { width:20rem;height:0;top:106.16796875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkJ8Qm2isB3Qxlh2oB6T2akQ4rnHvg0p { width:20rem;height:1.54385625rem;top:105.31198120118rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbCd1UdrI8a4PQZpRnUz878Mbfg222fT { display:block; }#HbCd1UdrI8a4PQZpRnUz878Mbfg222fT > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQgz6tKCdFi6I1hLNdFOutd87yC35x8s { width:18.125rem;height:7.71928125rem;top:2.75rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6i6AFNRM6LV6iylBI9NeqZJ0gayiC0R { width:18.125rem;height:15.2415rem;top:12.4375rem;left:0.9375rem;font-size:0.9375rem;display:block; }#a6i6AFNRM6LV6iylBI9NeqZJ0gayiC0R li:before{  }
 }@media only screen and (max-width: 763px) { #ToU9JlHD7GRb6klG2J8ORawh8JgE7btI { width:19rem;height:30.125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 { display:block; }#d8MLqwCmkO0OvTR9mI4bmGrTywq3NUO3 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJwhOUTqumkBMvFETNLzwfUAB2uF2D62 { width:20rem;height:16.98241875rem;top:7.33984375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yC4irWLWzQ1k2U7WNbvkzuOgDHLdIFUt { width:20rem;height:12.4375rem;top:30.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iALGS3BZg7e3MBKDrHxlOBaPnm33qxh8 { width:19.625rem;height:15.875rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzQMcp0kPQgnT8igDMtp4AecmtmyWkcR { width:2rem;height:2rem;top:24.25rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBWPUc1KnC20MsNEfCpfhI7xvCq3Fv8K { width:2rem;height:2rem;top:4.4423828125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSk4zJrMTBnEycI2T1o2cd3fVzLH1HKv { width:1.125rem;height:1.125rem;top:1.8798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POA17ICGEFsKqff9zfIJ2hfllvnaMpua { width:0.625rem;height:0.625rem;top:13.3037109375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na82V3V7x6LTViKbaUTLZQEKZhxn3Ha0 { width:20rem;height:1.78178125rem;top:3.671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ia8vDmnHFO3xsFfUnhxahHJWmWiri1Lb { width:20rem;height:7.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOP4huyKeh3TSpEhtFxHu0NmcVeoact { width:20rem;height:3.0877125rem;top:19.95703125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW { background-color:transparent;background-image:none;display:block; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container { background-color: transparent; background-image: none; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container > .video-iframe-container { display: none; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row > .video-iframe-container { display: none; }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .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); }#nRLJhXHhhW6xOsJutDNv4bKT7lBX9pVW > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elFo57olIRlu4Oea2dwf6tLzrp0GJlG4 { width:20rem;height:3.5635625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7dUBCXC5nkwqHvMZLTSqwdzCSBX5Jxp { height:11.0625rem;width:19.75rem;top:18.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUbupT54nAzpLKDOR1UqIJ46c5Wl8TdA { height:11.109375rem;width:19.75rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F { display:block; }#hs5Z0TZobpxNQTq6d5atonfJTSiMxk9F > .row .container { width:20rem;height:147.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cmdb34GEzebaJNdh35cQEEFwmnlzLEKT { width:20rem;height:6.498575rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #av3NKkzbItk2QMn7sAuAe5p4z2XMx97g { width:5.0625rem;height:7.1875rem;top:14.34375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElahnVzNm0VZanZ0U3DMSZRv9F1bFTpV { width:18.125rem;height:29.628875rem;top:73.3427734375rem;left:0.9375rem;font-size:1rem;display:block; }#ElahnVzNm0VZanZ0U3DMSZRv9F1bFTpV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eNGI5VUy/office.png); }
 }@media only screen and (max-width: 763px) { #wIPfpBCxkFAnJbW6uAIJp2NTEJXcAbbS { width:5.0625rem;height:7.1875rem;top:59.15625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALnqZR64TLXTG6muKbQ86KQrQ2VTA09b { width:5.0625rem;height:7.1875rem;top:14.34375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFN1f8yEKJTNNNJ8rvp3bJweAELeO4QB { width:5.0625rem;height:7.1875rem;top:43.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhWrotNcdUnWtDiEHZo5u326hEnbGaxS { width:5.0625rem;height:7.1875rem;top:27.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVvrN3m3aLhHlq4uld2Svh9zVsypsHqT { width:5.0625rem;height:7.1875rem;top:29.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEzpCDIszGnwddb1zRO7Zo6d02pMXMkq { width:5.0625rem;height:7.1875rem;top:26.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSPGTh5qxMTiMmEgS3GIUvuIeuTX8WOU { width:5.0625rem;height:7.1875rem;top:43.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuk6ykJvg2KZDoFgTiGaDzJ6E8LLBZ6A { width:5.0625rem;height:7.1875rem;top:45.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvFKzGVoqdEJsViGW5CSqTKyJEaHxHSo { width:5.0625rem;height:7.1875rem;top:42.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoWyJpDXT73O7ONikDtH1zhR3c0PFkbK { width:5.0625rem;height:7.1875rem;top:26.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxg87h0GHtoibHhzrgyd4ptOpFKqsT4X { width:5.0625rem;height:7.1875rem;top:45.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvnMpykxqp6gElwta8TTnrCTqCeIIKm { width:13.375rem;height:13.375rem;top:24.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncpcuIlnIcX4N18Gu5JSZylROA3JmhQK { width:10.374625rem;height:10.374625rem;top:12.748579025269rem;left:4.8109018206596rem;display:block; }
 }@media only screen and (max-width: 763px) { #MogPzor9HMAnrHIxnNGvwKTC0mRcy6cf { width:17.125rem;height:17.125rem;top:39rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqUJseAZhtRugEQwr4hwpzUes0I3ULpW { width:12.25rem;height:12.25rem;top:57.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBb9JAXNr3OJkNlvBUcuxLtQ0tHddpua { width:1.6875rem;height:1.6875rem;top:21.53125rem;left:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXylLgVwXCMWh3gKG72vUBwXeokzNiBx { width:1.6867875rem;height:1.6867875rem;top:69.06166648865rem;left:14.997336089611rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIDOyeThB3ZhV1uowSca0MUg4ClZZP7y { width:18.125rem;height:35.546875rem;top:103.6875rem;left:0.9375rem;font-size:1rem;display:block; }#bIDOyeThB3ZhV1uowSca0MUg4ClZZP7y li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/eNGI5VUy/office.png); }
 }@media only screen and (max-width: 763px) { #i2AyPEGg5QS5XUWkSk37gbEqdpkUlSul { width:5.0625rem;height:7.1875rem;top:60.46875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #evrutndXaDuuVmOZb1OBrg8RfRAG6Rzk { width:20rem;height:2.9243625rem;top:140.63671875rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLUwBV7l3SNAKArGK3cnqolPAAchFLPO { width:19.5rem;height:146.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU { display:block; }#mM1PmMDQdAsmvtH05xbhPfQEoFiydyxU > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsSLHfLl7ixoJsvrUcxKBp5nlIfBHFgT { width:17.5rem;height:4.38654375rem;top:13.375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrKFiOh3XUZTTNNailzcXQba2uniCa1O { width:18.49875rem;height:10.1243125rem;top:2.5rem;left:1.0307178497314rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a66f713b-e09b-4858-9a48-5b47741f91ca/AdobeStock_296417911.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wrKFiOh3XUZTTNNailzcXQba2uniCa1O.adaptive-delivery-prevent-bg, #wrKFiOh3XUZTTNNailzcXQba2uniCa1O.lazyload, #wrKFiOh3XUZTTNNailzcXQba2uniCa1O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qs4C2iVfl2U8gv6lWVXJ4ETAcUNMinZI { top:34.12375rem;left:0rem;width:20rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxxg88Jhg0wuax7e2DTiMIJCkp5hEMG6 { display:block; }
 }@media only screen and (max-width: 763px) { #I7r8pxRTAoLkOENvb3uVh02tbRxDMotW { width:17.625rem;height:6.4941375rem;top:19.767578125rem;left:1.687875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koxgmGAKFhCzfqJGSn0EdAZq4PyvXM7D { width:16.93625rem;height:3.0877125rem;top:29.242370605469rem;left:1.81375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X894etit13Pg0xUf8qaT8qHtslGzo3u6 { width:19.125rem;height:34.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B { display:block; }#ZBQy7hTmXUmRSckFwSHtCsM9eF7wLl8B > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN { width:18.9375rem;height:12.5rem;top:1.25rem;left:0.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1357999e-71a4-458a-b933-787ef2c38428/Artboard143.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN.adaptive-delivery-prevent-bg, #UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN.lazyload, #UV4hpKBEPWDmcKIOPdRTNdtSxTbdoEvN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 { display:block; }#vT8eXmoHsH9auiruaMxwPPG9iKsNHJv8 > .row .container { width:20rem;height:154.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZadsptgvUWuBvKFgBGg8ruRLc58I0Cak { width:20rem;height:6.09375rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlrNRa0pNK6siDrmTh6Csr2Nueelu3Bd { width:18.75rem;height:28.125rem;top:10.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlZiw1TpRqsrXeUllqBJQ5C9vN2dTS2 { width:18.75rem;height:9.875rem;top:10.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxWo7cwhJTZ12Avw3FShJgTBgzQ2NBJh { width:15.625rem;height:2.59765625rem;top:21.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChCcKbzhTmFX5u038rosiS2WA8k6mLq6 { width:15.625rem;height:11.015625rem;top:25.875rem;left:2.1875rem;font-size:1rem;display:block; }#ChCcKbzhTmFX5u038rosiS2WA8k6mLq6 li:before{  }
 }@media only screen and (max-width: 763px) { #bDHQQSUZblv1GFPiX71GZfCdrpmpraOh { width:18.75rem;height:22.8125rem;top:40.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF8KetFyQxEqLvfqaxBAGRt9B9GD2GAg { width:18.75rem;height:10.5rem;top:40.375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrwKW1AvT1B5JD0HRnHROGaUu9NTnos9 { width:15.625rem;height:10.39065rem;top:51.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXlO7vyAIRJ3BM77nZ6QzmbPt5Qm6yuO { width:18.75rem;height:22rem;top:64.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCG6nX1PFz1hn6Bl1uPA0kSxnyO6UWKA { width:15.625rem;height:9.091775rem;top:76rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh1oIzv1mcL8FZ7knsQllBrwVJeaMWgL { width:18.75rem;height:9.9375rem;top:64.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkCKJdTWarIBhnKtTGoQ4WJLToZ7HRCT { width:15.625rem;height:2.76278125rem;top:102.2724609375rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4Vgt35UTf2lA40gxb1uUQXuWMgQHsQJ { width:15.625rem;height:10.3906375rem;top:105.7490234375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxEuUQ83GhdiPFxqcbezrWWTh8WRxHRT { width:18.75rem;height:28.25rem;top:88.5224609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqyhFHLGBJS1E9ut47aDrXB1f0Pb5dT3 { width:18.75rem;height:12.125rem;top:88.5224609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1Tgv8mOq8fGp1nff40GM7aAliubTIN { width:13.6875rem;height:3.25rem;top:147.5625rem;left:3.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETlMPXBrviXDQracOeiuWFWgmeU5mDyB { width:18.75rem;height:28rem;top:117.93679046631rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycBo19gSQ7cePsCP7o3xylrxPuqTn4O { width:15.625rem;height:12.9883125rem;top:131.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T57JUgG2PirI1eTmqMT7rS3fD23GIrJp { width:18.6875rem;height:11.3125rem;top:117.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ { display:none; }#szWTmq81NEyeAxwqw6tZ6AMprnx7g6aZ > .row .container { width:20rem;height:82.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LguaHZnXyc2ONuU1sRz3v9TFh6p210VQ { width:20rem;height:6.9992875rem;top:1.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ueKdkBXPS7o7AExQRX4vmGVhQHnmmcUA { width:17.9375rem;height:4.38654375rem;top:29.4375rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl34wV3iWvXbF8889TNB0G24abxb8BUL { width:18.125rem;height:19.48244375rem;top:35.8759765625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH1XexPtvWP7U733pTw93ntAlcr0Tbm { width:20rem;height:15.625rem;top:67.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9cb7d71c-cbea-4454-bf8e-20951b222845/MOL_9143copyMGbeztla.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dFH1XexPtvWP7U733pTw93ntAlcr0Tbm.adaptive-delivery-prevent-bg, #dFH1XexPtvWP7U733pTw93ntAlcr0Tbm.lazyload, #dFH1XexPtvWP7U733pTw93ntAlcr0Tbm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IMJh1wPPERJT2T5hicoAnNbREGVoZTvl { width:19.25rem;height:3.0877125rem;top:63.412109375rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFMd5dVo08RgHmhBJgTiOsinxTQJaxz { width:18.375rem;height:2.59765rem;top:59.0625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKFoVeIdWyFZDuBAmIhXkE4PFTaOmmA { width:19rem;height:67.4375rem;top:15.3310546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tle77grpy1KhfsTRNSPqmX1gsdgySG7J { width:20rem;height:3.736325rem;top:10.033203125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUnkbEPnTdaFh15TlHDTIpxfhBo382D6 { top:58.625rem;left:0rem;width:19rem;height:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFpbBwqoxKelD25ytextF0CXDGDc1Ewk { display:block; }
 }@media only screen and (max-width: 763px) { #h2R17AtgbuskrRbLBOmVhwfHmezprdeT { display:block; }#h2R17AtgbuskrRbLBOmVhwfHmezprdeT > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7SiB1dXmsHDoZ1JsgsG9OAdGFWdGzd4 { width:17.5rem;height:26.5527125rem;top:27.374298095703rem;left:1.2500000596046rem;font-size:1rem;display:block; }#M7SiB1dXmsHDoZ1JsgsG9OAdGFWdGzd4 li:before{  }
 }@media only screen and (max-width: 763px) { #Sb1pETFkqE2tIup7VI8AZG9BMF7E3CLW { width:18.4375rem;height:3.0877125rem;top:64.623962402344rem;left:1.3432173132896rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8GylkEB8unlTahn1qaEc9k4gThWtcLU { width:18rem;height:2.59765625rem;top:54.936981201172rem;left:1.2496448159218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhcwmZpZ1GSHSDiAgLNWRly3Jryxcsb { top:45.3212890625rem;left:0rem;width:20rem;height:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMwuyxzGGn9HCwyv61vugc7RPvXU8Qys { display:block; }
 }@media only screen and (max-width: 763px) { #bbI8Oe8LlNnhPIRoCPiIsVblE0N4HCp4 { width:19.0625rem;height:44.3125rem;top:18.999481201172rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnpb8rdcVzcTz0hp93shLK0LBnRhccpE { top:69.312316894531rem;left:0rem;width:20rem;height:3.75rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tnMgMSUR0tLcI0VCft4eeQmgZmntEvi8 { display:block; }
 }@media only screen and (max-width: 763px) { #iO5kUHaXlnmk0lKfCh8EU6LNzTsKftwK { width:20rem;height:3.736325rem;top:9.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KgXXH4Ke40ppNrZrnKzrKrrEQ17xyNEQ { width:10.4375rem;height:4.144175rem;top:20.6875rem;left:2.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #W60cPnCstWAfVvWseAGyMaPiGoTubeZ0 { width:15.875rem;height:6.65125rem;top:1.5625rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VusQy8SV42nLtfPLP13T5gEBZT7Lgkkp { width:7.3125rem;height:9.9375rem;top:20.6875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfrPQtoERLgJWo4nOv8QT69kkRzgbDSI { width:18.6875rem;height:1.298825rem;top:61.146661758423rem;left:1.3117898106575rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpkZONt8X4hxN0mrgo4cooi2BBucnJU2 { width:18.75rem;height:2.2745rem;top:57.811056613922rem;left:1.2492898106575rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd { display:none; }#TEpi87fH1tXTwyNqVX7a9B2NfW9b5lEd > .row .container { width:20rem;height:166.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TT85eAC5TGaT2UUCx4wQCwlhN0Tre4mI { width:18.75rem;height:22.734375rem;top:4.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3fBb2p8IUTRSDEQXlWffm5Z02h8cRu5 { width:19.875rem;height:32.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0cfD7DpF9wrtSsXpoEzKwMc3Ei1A2bA { width:2.8125rem;height:2rem;top:0rem;left:9.21875rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #hKS9xF0l9cNyTvDop26bnXglvG8dcXBm { width:20rem;height:1.13725rem;top:30.07421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfWtciIRDtzLaBxMdGNaaOIh4i6hZTEg { width:20rem;height:1.625rem;top:28.51171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcq4IkLoBTixahpzaAZNbGMqgeUHt7ei { width:19.875rem;height:46.5rem;top:81.193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2rN616i8syusAn2ppRRDxGOKbHIXgQ2 { width:18.75rem;height:34.10159375rem;top:84.943359375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8buKZAnVrUaWApT6uJoFqMHCNs8OaG7 { width:2.8125rem;height:2rem;top:80.005859375rem;left:8.59375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #yCzAdnBqZ4DutgTPCQcwfw9tk0vuaqt8 { width:20rem;height:1.625rem;top:121.880859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEeOaL64JyAZu7L8KXWAzLtdtcCzm0K0 { width:20rem;height:2.2734375rem;top:123.505859375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXGldFwHgd6UITWZTcx5XXZuDtVATAG { width:19.875rem;height:40.4375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbRsJRQJKCi0GRSanR5pgw3Ssi1u9STm { width:18.75rem;height:29.5546875rem;top:40.4375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OwDTNNgZ0mIwSUhk9Sc1V1NEGuhN0mkC { width:2.8125rem;height:2rem;top:36rem;left:8.59375rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #whh8cr07tW4K9lVVTATgA0ImX5l60gBL { width:20rem;height:1.625rem;top:72.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfxykhAHsaQowKiPVclJdTVpHxv2HbXI { width:20rem;height:1.13725rem;top:73.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXgGR0VoKQ7PoToJCcx3eaOF46ZVyeA { width:19.875rem;height:34.3125rem;top:130.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4kka4H30q2uLqNRk7PpP50LD8Sfoy5I { width:18.75rem;height:22.73434375rem;top:134.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb1tbPl1TwWszI0xFNqQzA6aU9nxcqMB { width:2.8125rem;height:2rem;top:129.818359375rem;left:8.59375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6I53Kfe8c83JWAuMcf5KhtiHfmM6RC { width:20rem;height:1.625rem;top:159.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCurBpbPwZVg5ZTXUifIZ4T55TglmWyA { width:20rem;height:1.13725rem;top:160.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe { display:none; }#z9shbhR6qdKV8CeTc7AJBC4MA7bM4mMe > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T3htUk8QMOebN572MnLgWMDXeWoGRhdi { width:20rem;height:6.82425rem;top:1.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 { display:none; }#Zwe3gOmEm3Pu5FLWTZVPOwAzhrrtKSN7 > .row .container { width:20rem;height:206.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTuErd4m4Rfc09wgtN44413ZfdAPPXPC { width:12.5rem;height:21.8125rem;top:0.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcsr1Tz78A2Od4TPqSDzcmkAHG63CPd8 { width:12.5rem;height:1.3808625rem;top:16.6875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK5DoSchBVBv6NRTAhFrctzOKKVoRz75 { width:12.5rem;height:1.70605625rem;top:14.375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRLqovX6IkIAKZvKHgaO2GIOV84f4G8 { width:12.5rem;height:12.5rem;top:0.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFhdhV2DCeTOGLtZXyd1sA7sqcT7E51e { width:12.5rem;height:21.8125rem;top:51.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTV7PT7FoTaMoasgeZNJhcF55K5HtTTQ { width:12.5rem;height:4.142575rem;top:67.1875rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gszExStqArvGzDA5hTwtWQOxeBtkHU7U { width:12.5rem;height:1.70605625rem;top:64.8125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuThAOIMyT3U3HgtCXdCCbun6CKBoFu9 { width:12.5rem;height:12.5rem;top:51.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TlvQmUCprQMR2Nbi5a1WMoOtvRSc1y { width:12.5rem;height:12.5rem;top:101.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii2tLFbERUn3BbXXxaqEIvciSZma38Ow { width:12.5rem;height:21.8125rem;top:101.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLbmLqkPqReEUhNrcwqqqCif8aLmfdCW { width:14.3125rem;height:1.70605625rem;top:114.8564453125rem;left:2.84375rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #AL9DmWLy91fi81iQeDZLAnk9PbnNUBGB { width:12.4375rem;height:2.76171875rem;top:117.1875rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASX3TwECyu4dUHDBBsD9i8GWaKtHMxlx { width:12.5rem;height:12.5rem;top:152rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blASxG7SUw9ki0HtykQ4XLaxv6TTy9G0 { width:12.5rem;height:21.8125rem;top:152rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi9LOXpZPT0S8Cs1QpUzFzmViUfPSw0 { width:12.5rem;height:1.70605625rem;top:166.125rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtfqsXam8w0tDETfQEabGIw9L088uQDh { width:12.375rem;height:2.761725rem;top:168.5625rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RusJwxdmeVHLLR1UiToxDBZOaMtcP5Ch { width:12.5rem;height:12.5rem;top:24.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSs2CG5pZ8zhc2y8utkKtW60M2C2ckmV { width:12.5rem;height:1.70605625rem;top:38.4375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQekFNCER6xTc0EvrF4Gld5Tcvm7mBNr { width:12.125rem;height:4.142575rem;top:40.875rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyzQHxLuMsvheA21xh1wTD4p7wM4I2ca { width:12.5rem;height:25.3125rem;top:24.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNFJ2hCF0atV4aJOH4uoXHpEFWyBs8WB { width:12.5rem;height:12.5rem;top:74.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTqqgtZdQaTw9T580ig7iDnCxXH1swK { width:12.4375rem;height:1.70605625rem;top:88.4375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbiauzJP3KPODPkgG5POAt61PAd6vhRO { width:12.5625rem;height:6.499025rem;top:90.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WXesuxAIvQaTEx1fteTZnUw3fFbbWw { width:12.5rem;height:25.4375rem;top:74.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dac1IaVHQich6r2ff701ewbmP6kZksyo { width:12.5rem;height:12.5rem;top:124.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNLLO1N7a6xAr9tBEcErclTTyiL6sJqU { width:12.5rem;height:25.4375rem;top:124.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyqOb3L4UWipEXr5r94r5EB8Ssr9UOOG { width:20rem;height:1.70605625rem;top:138.875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #eB6uX6pP5RTqnPv7kts5NfWyQIph9xXx { width:11.6875rem;height:5.5234375rem;top:141.3125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVNPV7JKo5SfRayyP5UN74pwKF5Feg1E { width:12.5rem;height:25.4375rem;top:180.287109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRX53uH2hcNGqGIwa2bm6qL0T9t722sr { width:12.4375rem;height:8.53028125rem;top:194.412109375rem;left:3.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ATX8StmTz0HP5eOCm4zLF35gFnzM3O { width:12.5rem;height:12.5rem;top:180.287109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q { display:block; }#x3xtQnWkkmmJ1p0Fqt2sW1peB9c2ut7Q > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSLTuSadVB2np6brixdnmdnU7GEXUGKu { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ { display:block; }#zv8CollTdWpqwN2ZRfLPiziaUT5LmiIQ > .row .container { width:20rem;height:166.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyCeuWdx4K8f7ToiKnJeWT5VBQtbM3so { width:17.4375rem;height:52.4813rem;top:29.07421875rem;left:1.25rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M95zlSc9SqUJRRCcu1nwxHTwIRLbvT1k { width:18rem;height:46.483525rem;top:111.5rem;left:1rem;font-size:1rem;line-height:1.5;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKBxOO9HrUcNixlc4WiNhqOwTCoOHdEt { width:13.625rem;height:5.19921875rem;top:22.625rem;left:3.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqTNk4eNJM8NTbT3Zu02pgGNwJkRSB71 { width:18.625rem;height:5.19921875rem;top:104.75rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omFqbSU6FL4LSZ9da20RoTOOw68qOr8r { width:20rem;height:0.125rem;top:1.25rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #seh9oyif9QZfxG3Sn2hAod0WFBneu9FQ { width:18.75rem;height:18.75rem;top:2.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVXZRGTHyLJ29eUNpdZqZBJI1E4WUAC { width:18.75rem;height:18.75rem;top:84.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpMx9lqFpXl3yVXs4MUooHhAMILZtIxI { top:160.3125rem;left:1rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze4weMsLiy4QkJT1ULTTkAgZ3ZsDh1R6 { display:block; }
 }@media only screen and (max-width: 763px) { #DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b31b3463-d27d-427b-888d-91617ef31096/10sztuczek2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk.adaptive-delivery-prevent-bg, #DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk.lazyload, #DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk.lazyloading { background-image: none; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container { background-color: transparent; background-image: none; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container > .video-iframe-container { display: none; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row > .video-iframe-container { display: none; }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .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); }#DoVJAFQJGkNiuRcdy6nWCAyaTIDlIyZk > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M72CfosMFPXH7kJF7zNa6bJNAyNhMbgc { width:16.1875rem;height:6.58114375rem;top:1.75rem;left:1rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZLDBTWetWCXxgG0vaXZWkoQD1UrJsLK { width:18.125rem;height:24.8925625rem;top:9.9853515625rem;left:0.9375rem;font-size:1rem;display:block; }#qZLDBTWetWCXxgG0vaXZWkoQD1UrJsLK li:before{  }
 }@media only screen and (max-width: 763px) { #KrulU5gsAzc9MIVDTSbnDc8W8Sk7z3pV { width:20rem;height:24.0625rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy { display:block; }#SBsr7TBIdzIkg5pUbdJBB9Ey0TW50Uvy > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fA7BzPBvTG1yGUZKFmph2uINhh4LJovK { width:15.75rem;height:15.75rem;top:42.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8x1DcscgK7g4DBrXIXrnJ6AT0CuLW8x { width:12.5rem;height:2.5996125rem;top:7.5rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsU0irsmqVZnhNleqcnM5SEDs7JM2H6O { width:12.5rem;height:2.5996125rem;top:25.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHNSm1KvK0IzoohxU14I0WIAi9K4NakB { width:12.5rem;height:2.5996125rem;top:44.625rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp07N2dFHPl1lk3kuIBFISyPGzraJrEF { width:12.5rem;height:2.1937125rem;top:11.3125rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWNtTqbn7C0V2CMfH2aqOCeTawE5R4r { width:16.875rem;height:16.875rem;top:22.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A37tESsGABIGPPrJPapM4nQSLhso4T9m { width:16.5rem;height:16.5rem;top:3.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uID37WTyMLoz06M4KpQfS6kK2JSSF3vs { width:15.8125rem;height:8.77485625rem;top:28.75rem;left:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDbsuR0Wxb6xJO0eayP4bNdezdTd6tL { width:14.625rem;height:8.774875rem;top:48.4375rem;left:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d { display:block; }#HcSR3xSAqo2AE2i7N1oRftZekWKeiE2d > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdFGg1duTBL1JguKhpcWGmZcpCoowbTT { width:19.875rem;height:9.375rem;top:12.8984375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f58721ca-e62d-4bfc-9209-1ce44280d110/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mdFGg1duTBL1JguKhpcWGmZcpCoowbTT.adaptive-delivery-prevent-bg, #mdFGg1duTBL1JguKhpcWGmZcpCoowbTT.lazyload, #mdFGg1duTBL1JguKhpcWGmZcpCoowbTT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vJffd6blEIMQp43oiNTsoLbgDoMOu1CH { width:19.875rem;height:9.375rem;top:23.6484375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fc50e6bd-f6f8-4634-b928-5f305db45998/2.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vJffd6blEIMQp43oiNTsoLbgDoMOu1CH.adaptive-delivery-prevent-bg, #vJffd6blEIMQp43oiNTsoLbgDoMOu1CH.lazyload, #vJffd6blEIMQp43oiNTsoLbgDoMOu1CH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #unTQtokct6yHakPrBur5KD3kIRTr4ET7 { width:19.875rem;height:9.375rem;top:66.6484375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/72680ee7-1710-4aac-9acb-cbcadfd8c22a/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#unTQtokct6yHakPrBur5KD3kIRTr4ET7.adaptive-delivery-prevent-bg, #unTQtokct6yHakPrBur5KD3kIRTr4ET7.lazyload, #unTQtokct6yHakPrBur5KD3kIRTr4ET7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7 { width:19.875rem;height:9.375rem;top:55.8984375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df3654da-b475-491e-b711-de1d768a386a/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7.adaptive-delivery-prevent-bg, #P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7.lazyload, #P07reI6TcTEM8dNNIOpmLrKPi3mMS1K7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0 { width:19.875rem;height:9.375rem;top:34.3984375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6632cf08-0ff7-4cd2-bcfe-e41fd825bff0/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0.adaptive-delivery-prevent-bg, #dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0.lazyload, #dxOhNluiBkftGuiXyJRTTvNQzpzrw5d0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D54dX69HOzKFeUGsxkVBTI1oZSTPHrks { width:19.875rem;height:9.375rem;top:77.3984375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/92fab2ca-358e-4640-b8fc-0b9560f776f4/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#D54dX69HOzKFeUGsxkVBTI1oZSTPHrks.adaptive-delivery-prevent-bg, #D54dX69HOzKFeUGsxkVBTI1oZSTPHrks.lazyload, #D54dX69HOzKFeUGsxkVBTI1oZSTPHrks.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1 { width:19.875rem;height:9.375rem;top:45.1484375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99bae645-5265-4709-9860-d30815ef4d78/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1.adaptive-delivery-prevent-bg, #JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1.lazyload, #JhBPXyHbr5Vmd7ky3AQMxvpATUVX1fh1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD { width:19.875rem;height:9.375rem;top:88.1484375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99c133a1-c853-4728-a72c-0725a54d321f/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD.adaptive-delivery-prevent-bg, #yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD.lazyload, #yn7dTbA5ayu5RB7LWX7zUNrP1H2A1FOD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TLD8UoR8ahI6OXBA82VkZsnzEGiTBmtQ { width:20rem;height:10.397725rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI { display:block; }#Tw9HgX5Z7dTL9beTmOfmPoov4uzZ45rI > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtDCz70KUsVSJoZxqa0qbsd5Gt71a4we { width:20rem;height:6.8217375rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zr9ExeoKfDQ6PMfTFXTwRHWefD2KUqMD { width:17.8125rem;height:3.25rem;top:10.125rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cvpz050h8PiRhuDVhnoXG3VugKKe2nMe { width:17.875rem;height:3.25rem;top:16.75rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJstV8um7XStIMfeJOzkpaexWZXaUnur { width:16.875rem;height:1.625rem;top:24.3125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpcKnH1WIGXPetTGfTXvs8TFFoxClZ2h { width:18.4375rem;height:3.25rem;top:36.5625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyuqgXaOlL7RqisCGxaVvSMT7QpJ4Smq { width:20rem;height:3.875rem;top:45.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEiNEHWx3VoTRo7JTfKMexS7RBCCW2dS { width:20rem;height:1.9504625rem;top:46.375rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MT6HQ3TwUWq8FJoHhz7kkDRtrWHREkT0 { width:20rem;height:1.625rem;top:13.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwiIvJVyiXbB1C3n89lBiBL47l25ldzV { width:20rem;height:1.625rem;top:20.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUHtKZCT0FyVFDl9og2i5g78nTAXb04d { width:20rem;height:1.625rem;top:26.8125rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rS59LTwQiyVwhSF2wB9ZbTEKC69vyvNg { width:20rem;height:1.625rem;top:40.9375rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvlCNaiNMZ2WsbIgJ1CJDFVvJb2EVZU9 { width:20rem;height:6.25rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RohADh5osr5eQ7hX4JrsvFSuXWrcgQXW { width:20rem;height:6.25rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGphWtNnoTfs1ZPvOX6pQKG5kIwuQ5WP { width:20rem;height:5.125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoO9P64Trenh8N8mhEcE95APhTKOGARh { width:20rem;height:7.625rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwiDzdDih6kOO7vGNb75uMvZ0LOZNVit { width:20rem;height:5.1875rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJQLxeMQzkEmg6sbgFdXrGSVAzT6zNmi { width:20rem;height:1.625rem;top:32.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJiOEyRps2TLzQsLXS6CoTZJeOR7uO3N { width:20rem;height:1.625rem;top:30.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve { display:block; }#prcV5iQLTSM1ZUhOqfldhwgJAqabT1Ve > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRwxyq09GVtJFlW86SsuMuFzlxKU5FWL { width:20rem;height:7.310875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaCipJ81t7BXED0UUo1Cao7K62x5r9wT { width:20rem;height:5.19921875rem;top:9.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN { display:block; }#JUATZCzU5O83TmqKhfXeeQKb7a3WzqeN > .row .container { width:20rem;height:229.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQxHL12hNDl8SJ3RJpXMdCBS9lmzTwhw { width:13rem;height:3.8964875rem;top:28.3125rem;left:3.5rem;font-size:1rem;display:block; }#dQxHL12hNDl8SJ3RJpXMdCBS9lmzTwhw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
 }@media only screen and (max-width: 763px) { #s840wKHVvnUFnAClbx7iOh7T64dnetV7 { width:12.5rem;height:2.03125rem;top:64.375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDzcxwITKW5XB9ubrix1A89npurLEEHV { width:12.5rem;height:2.03125rem;top:145.9375rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiUuM4dkvixl1UMqoilahqCSQ1pby0Ig { width:13.3125rem;height:14.5019375rem;top:81.312255859375rem;left:3.3433948159218rem;font-size:1rem;display:block; }#UiUuM4dkvixl1UMqoilahqCSQ1pby0Ig li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
 }@media only screen and (max-width: 763px) { #i2v3iWIc8vJvpSCNevtcdiUot3oz5NdM { width:13.125rem;height:14.5019375rem;top:164.56225585938rem;left:3.4374998211861rem;font-size:1rem;display:block; }#i2v3iWIc8vJvpSCNevtcdiUot3oz5NdM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b4d14f0227e994c4ba72091b6f950fb84782c1e9.svg); }
 }@media only screen and (max-width: 763px) { #Utp9C9dKBh2F6XFurfOQuaz7v4I6F2Wk { width:12.5rem;height:1.29980625rem;top:37.5625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiinhNND7TdJPwo1HN5I8zEQ1ixzqnFq { width:12.5rem;height:1.29980625rem;top:114.5rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wuWrOzn6GEhnczVrAZGfVxFQZgNqaD5m { width:12.5rem;height:1.29980625rem;top:210.8125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B3CzTNpWA2QdTv0WHmgntptf5MIJAegF { width:17.5rem;height:41.3125rem;top:8.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTblo3fRbUgpHUV3KxlmggG1fFCCykmD { width:17.5rem;height:85.0625rem;top:140.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc5hDHdFc9E4hbZuDE9pKlUKS9T6dBql { width:10.625rem;height:0.3125rem;top:210.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2vKLlxU7pDaaNHovuDISFK7936nWwdc { width:10.625rem;height:0.3125rem;top:117.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmLeOA6TEFiQaZW8yqs0ubAG52aCVZa2 { width:10.625rem;height:0.3125rem;top:35.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTaw99hJIZHIyLbwu3los6yDIqq6QAgb { width:17.5rem;height:73.8125rem;top:59.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrJCCFcPVSWAReNTXHixTVvmMQRFeppT { width:10.625rem;height:0.3125rem;top:25.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqF8NTXVEqpTDgDzufyr2hR0altutNKn { width:10.625rem;height:0.3125rem;top:79.811767578125rem;left:8.3123224377631rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNtXrCMLlEKB5CRR0gUvM7mGJkfT0h8u { width:10.625rem;height:0.3125rem;top:162.49926757812rem;left:8.3123224377631rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN9x5Xf4glbt1lT3BRcZAmPnopnDIuPc { top:43.6875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEo8Pgckrvss7wpwdIebxGm5SkgppdPP { display:block; }
 }@media only screen and (max-width: 763px) { #KFcqbSN0Wqxm5sqJMGazOeTNJmr1i2s4 { width:12.5rem;height:12.5rem;top:1.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJa6hCKGsaID0kNcQyFGH3FOnQiVUEF0 { top:126rem;left:2.375rem;width:15.25rem;height:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsiXBRLHdTlOXO5zFnpRI4A2mNs5K4A7 { display:block; }
 }@media only screen and (max-width: 763px) { #cdPbSDBJ3GbDlpLquCGIHRbuGwsAO290 { top:219.4375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkQ0M1rtDtd0TuB3MADPOsLgBFx7sJWT { display:block; }
 }@media only screen and (max-width: 763px) { #iQ01EwMf9x0pfC0WN1w8Ke974Xm7Vpoa { width:12.5rem;height:1.625rem;top:15.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAmZsdnKMF3TQR4Po3ZBqK2QaeAbfM5m { width:12.5rem;height:4.0625rem;top:19.125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2yS3c5cIgLqLviVeBt2F9iPVxmkh7D { width:12.5rem;height:4.0625rem;top:67.686767578125rem;left:3.7499998211861rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgvMMhmrOrfD8tPsWpn4adPJBRlrI2sd { width:14.125rem;height:5.848725rem;top:72.81201171875rem;left:3.1871448159218rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT { width:20rem;height:11rem;top:53.4375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1357999e-71a4-458a-b933-787ef2c38428/Artboard143.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT.adaptive-delivery-prevent-bg, #myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT.lazyload, #myBNg0HOyBDSbmTnpv2NeyXO95XxbSXT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi { width:12rem;height:11rem;top:136.4375rem;left:1.25rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1357999e-71a4-458a-b933-787ef2c38428/Artboard143.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi.adaptive-delivery-prevent-bg, #uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi.lazyload, #uSx3OrMEG9G0zUp8abBzDxRLCXb5mxQi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Aw1qknGXAlV5H5NrWaAPS5tA1QoXqpvG { width:7.0625rem;height:10.0625rem;top:136.90625rem;left:12.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #IX73nEUmwZflTNiopf0qxg046WGKhcWE { width:12.5rem;height:4.0625rem;top:149.37426757812rem;left:3.8121445775032rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNOSelWl7tE45RlE9Lxy4Zet6Fksnrqt { width:15.75rem;height:5.848725rem;top:154.62426757812rem;left:3.0619671940804rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Th7C7K3EebZwTfGAqTEc8A6U1lkQhU { width:12.5rem;height:2.4375rem;top:38.1875rem;left:3.75rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JhsMThzSTz2pR4LQxs8uuIUHqv0TAQQ4 { width:15.625rem;height:2.4375rem;top:120.5625rem;left:2.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlwVgTa9EihgAXVfWM2TdgHUBcPiNWTs { width:13.875rem;height:2.4375rem;top:211.62463378906rem;left:3.0619673132896rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQO1uunMKEXRhrGtl0Fa0i4dJySNdxRt { width:1.3125rem;height:1.3125rem;top:3.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOEEvmzCFJerrAzaueStBDgHcQyH2Nik { width:0.6875rem;height:0.6875rem;top:1.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0lEHq0AW78r84dHMfHk8arhmXhAsBXd { width:1rem;height:1rem;top:7.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDnlE2TfcqmOrAIittADDK5F7A7Fz5wb { width:1.3125rem;height:1.3125rem;top:63.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewXLd0SuoxtrhdERaQFgUaMRyPP9IuZu { width:0.6875rem;height:0.6875rem;top:52.8125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osnyfZKlIMJSbVMclqc4UHKzqF8V2kmx { width:0.5rem;height:0.5rem;top:62.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv6XIyCWRQL2oXlZTvuHZVTIXJpsOC9q { width:0.5rem;height:0.5rem;top:52.375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsIlPEPFn7pIQwOP9ByyfHP8kkiTTKNA { width:0.6875rem;height:0.6875rem;top:134.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wuw4qd1AGTeqXr4pU9DZGkQ0IQSikKCF { width:1.3125rem;height:1.3125rem;top:144.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwoJSTVez47rSdk6ZQUO1sfBN8Ecsyn { width:1rem;height:1rem;top:135.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOknQLRN0Gbk6vCnqIZMFeh34aMO7xcy { width:1.3125rem;height:1.3125rem;top:144.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyalEW2sVTzcFW3ZEnpKEHmtcOvRiO0w { width:0.5rem;height:0.5rem;top:135.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0ua7EzNbqaDw6HFkyLJbJKtLqJbPQ1 { width:0.6875rem;height:0.6875rem;top:144.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1xv9kmBXqsz8BLuQZ8X8MwphBAwo48L { width:0.5rem;height:0.5rem;top:133.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TduJt92PcWFlBkMqTRu2OxEpXT28HzIo { width:13.5rem;height:3.8964875rem;top:203.7734375rem;left:3.0625rem;font-size:1rem;display:block; }#TduJt92PcWFlBkMqTRu2OxEpXT28HzIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_664bbf0bec5a839baaefc250b48441385c20d835.svg); }
 }@media only screen and (max-width: 763px) { #VAonNP8F4RkXGcOm3aAmCc6qbCkcySJJ { width:12.5rem;height:20.47051875rem;top:96.811767578125rem;left:3.7499998211861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiWaiwk25vMGHzCVh9EgeBglObA1fkyy { width:12.5rem;height:20.47051875rem;top:181.455078125rem;left:3.7499998211861rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7mQtvxL531ETInFxkTBxvnG80VtEObc { width:20rem;height:1.13725rem;top:40.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc8PrqAsoaVar0IIpDBm1JvFyHcs8KDi { width:20rem;height:1.0556625rem;top:215.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPPkTtyoXqR2tLZGL7cOG0wMkgTTgIv7 { width:20rem;height:1.0556625rem;top:123rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE3VSltrLerERJTd0SGlpD8G455dEdQV { display:block; }#XE3VSltrLerERJTd0SGlpD8G455dEdQV > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrnBgPSEon5S4GwyWRleluCGGWoB2kbK { width:17.3748125rem;height:17.3748125rem;top:17.121802806854rem;left:1.3103691935539rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0I1rxJEfq11mrXLTWkbXNGgDG56M8D4 { width:20rem;height:23.0619375rem;top:12.373934268951rem;left:0.1242898106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZIIn9BEqZWHoBSNfhRXSDeHgvfQKhdH { width:17.3739375rem;height:17.3739375rem;top:17.123578548431rem;left:1.3112570643425rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-text.counter-number { padding-top:0.433125rem;padding-right:0.385625rem;padding-bottom:0.433125rem;padding-left:0.385625rem;width:2.315rem;min-width:2.315rem;height:2.328125rem;font-size:1.7325rem;line-height:37.25px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.270625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.086875rem;height:0.920625rem;font-size:0.649375rem;line-height:14.73px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rqMJUL4dStddT8np0WzT91hKHpgtzTnI { display:flex;width:16.375rem;height:4.385625rem;top:23.61505651474rem;left:1.8101918101311rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15035; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #UaPHIQcwWTznCMTSm52BicLGGxQBN3NM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #J9eGHLbSK7Fy2I4yvG07sWffHeyD017e {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #TQRlK0ppzsZaAAKTGQh7HlMEr9vtNScl {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #CSQGbWN2gFM9IgCMoiTGU2lde7FABppM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #qm6aGU3M0ZtiotwBNK15K1GMJL5tCA50 {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #Roe6JRJlTNTPn6DfkvmHaDVlWWe81a2o {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #a97d2JiSPQA0t46S4xucCuwLCzGxRsB6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #V5mt16XlriXfy415UFJd8f4zAfM153pL {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #qtOu44N2I22tD09EovOt5pIqo02Edh1T {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #fQXStxyWuJGsTyL0a0KJgTMJRWKPpPvg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #n0TtdpcdPuaBVG6U4gfFJlwRCHQuDavC {  }
 }@media only screen and (max-width: 763px) { #rqMJUL4dStddT8np0WzT91hKHpgtzTnI #KoLMqZnW0lriqmmW0azoE6lDA6UehXST {  }
 }@media only screen and (max-width: 763px) { #p3x5iUT41fGyKt5iD7koxRfD40k538Sf { width:20rem;height:5.1988625rem;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J8sBQFe1VniHsc4bZTMNsx4B0rZxtoUW { width:20rem;height:7.79829375rem;top:2.3730690479279rem;left:0.1242898106575rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 { display:block; }#zLVL9x30UXsFH6ozDEPfhildOUMTPnn2 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baupK0mKy1sz4I7cTi79wHRTNDcIKS9F { width:20rem;height:2.76278125rem;top:8.0244140625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03dl5NQu0dLntnKEBQSe1oR6SCk5kFo { width:19.0625rem;height:6.3361125rem;top:1.6875rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHBAo5FTx2CBZzTKNvFH5ghVzhxSnfL6 { width:20rem;height:17.8125rem;top:11.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw { display:none; }#rZXv22oMRlM6Lot7zuGzV1Q2qhJkTaZw > .row .container { width:20rem;height:91.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0Qqx7SXlGPZe6iDrK7XMvz4qt9vED2y { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #at9yiV2ZsTZJndSaZTt3pGAZKm68fZvT { width:14.6875rem;height:14.6875rem;top:36.7871125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72W1AEUJTnRWpSLZD6xDnmdwhkQFT12 { width:13.0625rem;height:13.0625rem;top:15.2246125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4dHawPT5E8CyU2TPbHnPzu9hN5P8qK { width:13.625rem;height:13.625rem;top:52.7246125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azt9RLrn1INtSATq66lMCcWwzPOqn7wn { width:12.1875rem;height:12.1875rem;top:68.9921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh9LtF0VQtotRbBh4PTsQlDzNhGt2UJh { width:12.5rem;height:5.84765625rem;top:41.2246125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiDizZgnUTGmAIQD6IxHGl2tbddMgoOL { width:12.625rem;height:5.84765rem;top:56.5996125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti9cSQCFQRi25a4AaUeEMRHf7e0nSxLJ { width:12.25rem;height:5.84765625rem;top:18.7871125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3PqoIQcbrD8tq9F3X1fsfXCVXEwl23S { width:11.6875rem;height:5.84765625rem;top:72.162109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0dF608AmxbJvDvtsvTzHNTp1PQL4MXk { width:20rem;height:27.6875rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqwXv9gic2fuNGvSggCoUBlcpIDwo3p9 { width:20rem;height:30.4375rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ { display:block; }#ITivJTlqQkOa2WNStfcvzWd95LKeTxSQ > .row .container { width:20rem;height:75.062125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqSriPZEV7sdIxF4Ovf5WGhDIHCpTAo8 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnWJGzHnn6kuORUvFCigEC4JQiBCmN9X { width:13.0625rem;height:13.0625rem;top:7.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEobmsA3VasAfnK3xphdZEOH8N6FXwic { width:13.6248125rem;height:13.6248125rem;top:29.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRVbQs83gGOpDmHFKIDAAXgB5HrU1Z8k { width:11.1869375rem;height:11.1869375rem;top:53.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFUFcAP4uSZpkaQMfJbu0l8V4CHXfUF { width:12.6243125rem;height:5.848725rem;top:33.6875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQx7ngTeUect2wu4yH7k1oCk2asTKSqN { width:12.25rem;height:5.84871875rem;top:11.0625rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFUeQAsh0wwr5L5mLS8soiTAf9H8G1Hv { width:10.1243125rem;height:4.87215625rem;top:56.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROOUukz9CkaTTZ0TEdbWCusEAXBNNKyF { width:20rem;height:22rem;top:53.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNzOfeMWeHLMpuTKJgWLLWyCMVmnWkxV { width:20rem;height:30.4368125rem;top:20.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udTUfyQcm52BeAXrCBIqgcqOCWOXThBo { width:20rem;height:14.4375rem;top:36.623046875rem;left:0.125rem;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #sst1qdIMwazir0hQ0gdDHg12W94g3lvK { width:20rem;height:10.375rem;top:64.6875rem;left:0.125rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #TZvGoezpyaZ2tgRCPQzuk1kksAkvVQDZ { width:20rem;height:14.8125rem;top:36.248046875rem;left:0.125rem;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 { display:block; }#o8ZGra1LKxgNN6fngdECMTi7drqvTZ18 > .row .container { width:20rem;height:158.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0Ek2TlFhglhN1qT9GBOnFzKD3IAKIDP { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRRElVicTTM4nMokZ3Hd3Po32c1C0kh { width:18.75rem;height:18rem;top:7.69921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSRXI0wruxGx4sdC8gXeqtUiUHMK1T2 { width:15.625rem;height:9.26316875rem;top:13.63671875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfFN52TaMVfIrv0xLZT2lE27d7SW47uw { width:18.75rem;height:14rem;top:43.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRtm0VMkuNO2edrcSSJxDdav9i3NgD3k { width:15.625rem;height:4.8739375rem;top:50.125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTiSv6ZPwnw5STBu7Lhkk4Ta903PEhqu { width:18.75rem;height:14.125rem;top:73.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLVX6wggJPi2ZEBJwzcHHU49PWIHrzDn { width:15.625rem;height:4.8739375rem;top:79.125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXUko4r7n2SbLUFUNnxrzNLcLvOiJ2P2 { width:13.4375rem;height:3.25rem;top:134.25rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMn3OPAbcOWEUbpdLwLDfp8OriIbbMU { width:18.75rem;height:13.25rem;top:59.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9x9Gw79I9mQ3JLhSqegbv75eP4Z8RCh { width:15.625rem;height:1.625rem;top:66rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #es5vrFLFUaMmeLK4FH3fzHUcQX48wwBi { width:18.75rem;height:15.625rem;top:26.94921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFvRfX6PPTV0906CwTM2Eb6oKfEMzK89 { width:18.75rem;height:23.5rem;top:88.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM7c10vyXp6tDH3WW1d90AkxJdQq2qOT { width:15.625rem;height:11.015625rem;top:98.875rem;left:2.1875rem;font-size:1rem;display:block; }#CM7c10vyXp6tDH3WW1d90AkxJdQq2qOT li:before{  }
 }@media only screen and (max-width: 763px) { #XrKTmwEzOEelgDV1tmOXCJkNWzfzaodT { width:15.625rem;height:3.25rem;top:93.8125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdiZ7wBZ6amKQKdyF0W1Tu7FQzuRwlu { width:18.75rem;height:13.25rem;top:113.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfRtNnwhCRZiH2VR7cLEgTPM1iP1rwe0 { width:15.625rem;height:3.25rem;top:120.9375rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI222070SoP9O0e55VAM88wmmFCb5LPd { width:15.625rem;height:6.498575rem;top:32.82421875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubp5qnn1oq3XRxqz8B9gnUA3t1Qm0aBQ { width:18.75rem;height:13.25rem;top:142.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzaNTtiudvwOTkroI48NI0seO3TziLCE { width:15.625rem;height:3.25rem;top:149.0625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkhrWtuTC14UTuQQriX6qqcqKHpmNO80 { width:18.75rem;height:13.25rem;top:127.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFwa8ETxis1FKWe1BEOTXp1EliiET93 { display:flex;width:3.125rem;height:3.125rem;top:8.94921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #k776RvegveLCRimMtzTae5b9LnLsfT6O { display:flex;width:3.125rem;height:3.125rem;top:45rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oX1cC5b8x0hHfBwmo5MHK4ZcT35m8WVo { display:flex;width:3.125rem;height:3.125rem;top:73.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eyadoAz17cE8Z43bLiiq6zeoai11ZWMx { display:flex;width:3.125rem;height:3.125rem;top:28.38671875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #JOdRQNolQOlsCXeZt7VUfoXHdW9qVi7c { display:flex;width:3.125rem;height:3.125rem;top:60.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XdCdIOFCFXRk2EQ50ZgHzIPGfaWHNzck { display:flex;width:3.125rem;height:3.125rem;top:143.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rkA4SV4SRGbUtZHyIParXESowR4Jp28x { display:flex;width:3.125rem;height:3.125rem;top:114.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lpCS1mdWgMR7DosdUKuRvo75xOOHZm5n { display:flex;width:3.125rem;height:3.125rem;top:89.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ebFkhaAZLzBbPlz8vtrI6EmcuwxwNqdi { display:flex;width:3.125rem;height:3.125rem;top:129.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container { background-color: transparent; background-image: none; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container > .video-iframe-container { display: none; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row > .video-iframe-container { display: none; }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .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); }#MueKFhN9kzuTDvvvpMcAq8XTlaga2RU6 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fbg3l9mT6xiRB76Fh7wKtMvaUntNgW1Q { width:18.125rem;height:4.87393125rem;top:2.1943359375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ2akNQ0WSyFESABrWIeL04UczBu5pGT { width:12.5rem;height:1.298825rem;top:28.6318359375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTVeD4XnZn3AbPtAskxsNC1DcH9PaKO2 { width:17.625rem;height:20.996125rem;top:31.5693359375rem;left:1.1875rem;font-size:1rem;display:block; }#DTVeD4XnZn3AbPtAskxsNC1DcH9PaKO2 li:before{  }
 }@media only screen and (max-width: 763px) { #L7AHK29wKJnHd6mDzG1wzBEUGKBs3Hu8 { width:18.25rem;height:4.87393125rem;top:54.1875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgeOqMPWEJJqciPrJ1deo9mbIIlFasR2 { width:20rem;height:42.9375rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZrKxbrZz5undyrbtQgrWVAXsq0X8PCx { width:17.75rem;height:0;top:19.9443359375rem;left:1.125rem;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #KCtQ7pPmo6f2gsLsGcBNalXIb4TBmFxm { top:10.576171875rem;left:0rem;width:20rem;height:15.8125rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b4975c6a-a0a2-4055-963a-e14c238aaece/zacharykadolphHl_o1K6OPsAphoto159189079933194ab715fa69e.crop_1004x800_61,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KCtQ7pPmo6f2gsLsGcBNalXIb4TBmFxm.adaptive-delivery-prevent-bg, #KCtQ7pPmo6f2gsLsGcBNalXIb4TBmFxm.lazyload, #KCtQ7pPmo6f2gsLsGcBNalXIb4TBmFxm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cRH34OZEFmJrDEE5RN8CihwSAMi4TACE { display:block; }#cRH34OZEFmJrDEE5RN8CihwSAMi4TACE > .row .container { width:20rem;height:40.470384765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceeMDPTD37J4kZf1NNZO0xaNazqQdCT2 { width:17.5rem;height:5.60449375rem;top:1.25rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRZ9IxAP6IsBZVCwk4SmtzSggMG1f36s { width:17.25rem;height:13.2475rem;top:8.10449375rem;left:1.375rem;font-size:0.875rem;display:block; }#PRZ9IxAP6IsBZVCwk4SmtzSggMG1f36s li:before{  }
 }@media only screen and (max-width: 763px) { #SKWWScIrJiAOG0Vd7SdRk2ZgBTi9Ctgb { width:20rem;height:36.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC2CpOUQn5shprmTXeV0dXUJV5BZqFI5 { width:20rem;height:17.125rem;top:23.3466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro46WWvgmSLaKSGMe5P60r1pIryWkF5W { display:block; }#ro46WWvgmSLaKSGMe5P60r1pIryWkF5W > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duSVyKEt5NQDuLEVEyPllJZkiTtKAZLZ { width:20rem;height:12.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9SDPKqyols6L3XTeBtscMl3eQ23sSq { top:14.375rem;left:0rem;width:20rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSXTxA4oJ4aHRcf6TiEPK3PmVm2pTmUl { display:block; }
 }@media only screen and (max-width: 763px) { #yAToSpflEoeLdDyaEoW5aOMETqn5qViF { display:block; }#yAToSpflEoeLdDyaEoW5aOMETqn5qViF > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuPNDzEvvBF8vkgCZH0avXilu0BA4TLo { width:18.1875rem;height:9.7523125rem;top:5.53125rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzrSB9so5xVC0cKEqITFLQ4lxm3X9Ia { width:17.5rem;height:15.5859625rem;top:15.03125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpbWNPxyHs3ud1ae9CESaz4HzL0y4U4S { width:17.5rem;height:14.28713125rem;top:49.48828125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfwZtx9IqKAO2AS2EyJc6iGIE9LAIfL0 { width:20rem;height:13.625rem;top:33.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFORfZh2pzxJDbxC4HPv8fCJT734NJ76 { width:20rem;height:13.316582914573rem;top:65.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N { display:block; }#LMfiHJ0TTS1XxPr7mCTVDqKsqxhocN0N > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwsLN8MqVEMBDn0uGvSf7pwDahqhdwmw { width:20rem;height:1.8681625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb6eyfHvQ5ac0NGNuRkICWgqmO5vvfL5 { width:17.5rem;height:4.38654375rem;top:6.25390625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILoTmpTHwThUi6iK0FsFRuL0Fafs8GxO { width:17.5rem;height:24.3608rem;top:11.7451171875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r57Ga9ya685OqapwkAHNUTVxGOtATCiQ { width:17.5rem;height:3.25rem;top:40.44140625rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWuGgxr5vc5Velnwwfp9PwGLdddLBS4m { width:17.5rem;height:10.96235rem;top:45.95703125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1M3PX69Bkl734UbwNLA8nHf002UIZpU { width:17.5rem;height:1.625rem;top:63.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkqMW5gM8K1qJRVI3s4nDl1WuuCsltN { width:17.5rem;height:7.30823125rem;top:67.1875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRieWwb52bpVJhv8svx5k6QlEOShITcQ { width:20rem;height:33.3125rem;top:4.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udeX8Hd3lVEGlq70GO5sWtX4hmqRWtBw { width:20rem;height:15.875rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTJFQ4sD6ETb1D2H6nXh0tSfgZ6Bero { width:20rem;height:21.1875rem;top:38.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFqF5ezv5T83V6zSkHtMzwkBHxNHnUEs { top:79.6875rem;left:0rem;width:20rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yADapyKJGPkMVgVet7GXGQfF7gFhizat { display:block; }
 }