.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,224,225;--color-primary-1:228,153,156;--color-primary-2:200,50,56;--color-primary-3:100,25,28;--color-primary-4:30,8,8;--color-secondary-0:230,246,247;--color-secondary-1:226,235,242;--color-secondary-2:214,235,250;--color-secondary-3:210,233,249;--color-secondary-4:43,47,50;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"ivy-semibold-nowe";--paragraphs-font-family:"ivy-semibold-nowe"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d355e64f-b8d6-46c1-8e72-d996fe7048c1/pattern2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2a80;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { border-width: 0; border-radius: 0; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { font-size:0.875rem;font-family:"open sans";height:5.375rem;width:75rem;position:relative;display:block; }#JWlKibGSX8LguSsTbpws8ziLKaUzTesN { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.46533203125rem;left:6.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.45875rem;padding-right:0.408125rem;padding-bottom:0.45875rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.46625rem;position:relative;font-family:barlow;font-size:1.835rem;font-weight:700;line-height:39.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.266875rem;height:0.975rem;position:relative;font-family:barlow;font-size:0.688125rem;font-weight:400;line-height:15.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.0625rem;height:4.645625rem;padding-top:0.0575rem;padding-right:0.058125rem;padding-bottom:0.0575rem;padding-left:0.058125rem;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:0.25rem;left:46.625rem;z-index:15003; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq { width:auto; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
#HT2OPPypdDTFQ00keuXez82H3XTSPU0A { position:absolute;display:block;z-index:15001;height:4.625rem;width:8.25rem;top:0rem;left:66.75rem;display:block; }
#JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:8.875rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#VLS7eMIFThwV8vsTrzy2RC6EauERQTAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1c21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#VLS7eMIFThwV8vsTrzy2RC6EauERQTAL > .row .container { border-width: 0; border-radius: 0; }#VLS7eMIFThwV8vsTrzy2RC6EauERQTAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VLS7eMIFThwV8vsTrzy2RC6EauERQTAL > .row .container { font-size:0.875rem;font-family:"open sans";height:5.375rem;width:75rem;position:relative;display:none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 { background-color:#c91805;background-image:url("https://images.assets-landingi.com/uc/45bc84df-c5ba-4efc-92d3-a68126496f86/kursswieta.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5.adaptive-delivery-prevent-bg, #tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5.lazyload, #tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5.lazyloading { background-image: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container { background-color: transparent; background-image: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container > .video-iframe-container { display: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row > .video-iframe-container { display: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .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); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container { border-width: 0; border-radius: 0; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container { font-size:0.875rem;font-family:"open sans";height:17.375rem;width:75rem;overflow:visible;position:relative;display:block; }#kPpGWClP9cvSdCvg9JfpklZTZtt5NJdJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#eSdAOalkN78PTIZLm3a80UBlTCJyZNr2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row .container { background-color: transparent; background-image: none; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row .container > .video-iframe-container { display: none; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row > .video-iframe-container { display: none; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .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); }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row .container { border-width: 0; border-radius: 0; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT { background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.33) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5rem;left:0rem;display:block; }#DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT.adaptive-delivery-prevent-bg, #DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT.lazyload, #DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT.lazyloading { background-image: none; }
#oFxOUXToCTtqoWgRKpsKyD1bJCMnRarn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM { background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:24rem;display:block; }#HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM.adaptive-delivery-prevent-bg, #HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM.lazyload, #HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM.lazyloading { background-image: none; }
#t0yJp61oDadeJon4RBdZZ5edd79BvxOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ { background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5rem;left:49.875rem;display:block; }#KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ.adaptive-delivery-prevent-bg, #KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ.lazyload, #KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ.lazyloading { background-image: none; }
#BN83vEmgtci8SsM9knqfafroqB0D8lBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URhZTFTKV4B6SFc6QDDVLOPkM4Nlhgbk { color:#2d2d7b;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.4375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#G0p2CcVLFbcHG8fMel0ilt4mDFwbC5mh { color:#2d2d7b;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:11.8125rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#Dr40HRmrFay5on3J2xcWcEqXNWA9hF8T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:8.8125rem;left:11.125rem;overflow:hidden;display:block; }
#OBFl83kuBd9LBJf7K9cyOesyLTHHxy0v { color:#2d2d7b;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:36.625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#qBkIRbO81IJZ8uT7q6xhR70PSLtpMkoG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:8.8125rem;left:35.9375rem;overflow:hidden;display:block; }
#R9pfdexSqch9XO35Tx2Q8r8NcSTWSWOi { color:#2d2d7b;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4375rem;left:25.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#vHVTG4aKmIMUo8W3dhr9expEWJsPetOw { color:#2d2d7b;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.8125rem;left:63.625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#GdBTdAKaBldsqmVThvxHJwFQ7uNZZo57 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:8.8125rem;left:62.9375rem;overflow:hidden;display:block; }
#p5CHly7oQNoVElztr8Q785wkH9QxXRK6 { color:#2d2d7b;display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.4375rem;left:52.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f6e4;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; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row .container { background-color: transparent; background-image: none; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row .container > .video-iframe-container { display: none; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row > .video-iframe-container { display: none; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .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); }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row .container { border-width: 0; border-radius: 0; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#fXCOEX8pXWJDL5DmHVNzA6pFOtUgcfTe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:40.25rem;top:4.1875rem;left:0rem;overflow:hidden;display:block; }
#XZ4oxdkMPfqT7csUwxiE3IHUcOhJNmmC { color:#577d43;display:block;width:34.625rem;position:absolute;font-family:sora;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.50537109375rem;left:40.375rem;height:6.9873125rem;text-align:left;text-align-last:left;display:block; }
#ReML1T0Qis5E71cTHFVFPIyMd25TWZao { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:18.9375rem;top:0.5625rem;left:9.875rem;overflow:hidden;display:block; }
#CcLhwBPkJlORJk2kIwxGhGC0nGWnFeLg { color:#0f283b;display:block;width:34.6875rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.65625rem;left:40.3125rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#VzGwMoukDk1DuMhdVQamRNsrhxVV17Vw { color:#0f283b;display:block;width:34.6875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.96875rem;left:40.3125rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#cCfMFpNEgtillfgQQMB0CTZ1bwRQMQdX { background-color:#1e405a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.4375rem;left:40.25rem;display:block; }
#ClV5w8CWuRKKl6tJLlaox1unnLmt5Ack { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1D8qi7MBnFZ3tN3Pkl4qt2ENHbwhE4o { color:#0f283b;display:block;width:15.125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.5rem;left:42.5625rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#amTTLcZOTme6kQieqOP4KN2kJ6GQ9RUZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.412109375rem;left:42.5625rem; }
#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 { background-color:#0f2a3e;background-image:url("https://icons.assets-landingi.com/icon_9e13001db6cc48ef80e50887620ee754a05e2d65.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7.adaptive-delivery-prevent-bg, #M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7.lazyload, #M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7.lazyloading { background-image: none; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row .container { background-color: transparent; background-image: none; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row .container > .video-iframe-container { display: none; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row > .video-iframe-container { display: none; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .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); }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row .container { border-width: 0; border-radius: 0; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:57.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#x0JTOwGoMs98ls55T8eNN3x5uedxG6Ni { color:#ffffff;display:block;width:62.3125rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.6875rem;left:6.34375rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#XqtNz9A3WyopSetxQGKMC8VeQbzdVE7D { box-sizing:content-box;height:11.75rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.1875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#efSX669tlXMCT9gLU0OWzHnqZiKdVLRt { color:#0f2a3e;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:29.25rem;left:2.5rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIy8gExnkXBIwJAyx7HVp9uMTfTPFtOz { color:#0f2a3e;display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:24.5625rem;left:6.5625rem;height:4.0004875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r0PSuupIRzB1bK8Icq9flzzTVqZ1t6zW { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.125rem;left:2.5rem; }
#SnRkk9X8fJL29pQphrQT7J1RBXRtE2kE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ufdwTMO4tdzr9eXJEHrN0rJnCOqrJaEa { color:#ffffff;display:block;width:48rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:13.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mqXdDxPwafVTOzcqSwaVqdSspXcDtu1f { box-sizing:content-box;height:11.75rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.1875rem;left:38.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#MS03BK8OFWZt6Tod77KsbftJmtLor2fb { color:#0f2a3e;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:29.25rem;left:41.25rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Akx8s84PFR1cMQBCIKbM535oaekgkG4U { color:#0f2a3e;display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:24.5625rem;left:45.3125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGurpDfcgPVcefbfMKS0DdLXqtWBwTJK { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.125rem;left:41.25rem; }
#JvZmsZOP7dl5xrIcrE8rehZ1vNuxSDE2 { box-sizing:content-box;height:13.4375rem;width:36.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#elRzT0R9CFQkObRloyO6OrzyygilXDIN { color:#0f2a3e;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:43.3125rem;left:2.5rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pRhryAK829aTZp9MHTK2m6CPE4VreLcz { color:#0f2a3e;display:block;width:27.8125rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:38.625rem;left:6.5625rem;height:4.0004875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHPqUa4c51K6QWwraWEAzBMuO7AW552X { box-sizing:content-box;height:13.4375rem;width:36.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.25rem;left:38.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#zQ3pwc3LCvKLOK2qfo9uU8Tg6iUil1SL { color:#0f2a3e;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:43.3125rem;left:41.25rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#roRpTZdLCOlo51k9lOKHaObstidrgQXD { color:#0f2a3e;display:block;width:16.0625rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:38.625rem;left:45.3125rem;height:4.0004875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWa1CqcTfTVLJG8rkABJTAp5nNTXvzhB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:39.1875rem;left:41.25rem; }
#OwwTne9g7fWx5zKHXhU4vycTALbvQFKX { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.1875rem;left:2.5rem; }
#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn { 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; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row .container { background-color: transparent; background-image: none; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row .container > .video-iframe-container { display: none; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row > .video-iframe-container { display: none; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .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); }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row .container { border-width: 0; border-radius: 0; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#PvXr6KGTXXOpSA5JoE69gSTutlrTdg8U { color:#577d43;display:block;width:32.25rem;position:absolute;font-family:sora;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:6.987rem;text-align:left;text-align-last:left;display:block; }
#khbTEC1N3g9kF5P1JbsHa47fl4hTqs3R { color:#0f283b;display:block;width:34.6875rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.90625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#JeM6T4UQa1qMOpdqR9Z0pACdKCglLE8T { color:#0f283b;display:block;width:32.25rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.73046875rem;left:0rem;height:4.38671875rem;text-align:left;text-align-last:left;display:block; }
#k1uX0foLoabhFK0JG4VNoddQIyZTT0oe { background-color:#1e405a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.4375rem;left:0rem;display:block; }
#c8de1DOi1LJzVidhH7geG0baI48Fw0sE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeaiBn3lqeucakfP9y0AwA8AD8DRbpJ6 { color:#0f283b;display:block;width:15.125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:28.5rem;left:2.3125rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#cA0hX6HVDzs2UL2Mxkf03sOX27B4yMix { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.375rem;left:2.3125rem; }
#P8dDwRSINOlITNTtcixbheW0tATQyHBx { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:3.8125rem;left:35rem;display:block; }
#e3v8iifKWt1ZMJFfU5zI3X2n6WL93tBh { color:#0f283b;display:block;width:26.125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.75rem;left:2.3125rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f6e4;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; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row .container { background-color: transparent; background-image: none; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row .container > .video-iframe-container { display: none; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row > .video-iframe-container { display: none; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .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); }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row .container { border-width: 0; border-radius: 0; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#mmOTzTdZFat9EczmxGyn3OLWfzcg65Lx { color:#577d43;display:block;width:32.25rem;position:absolute;font-family:sora;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:6.986975rem;text-align:left;text-align-last:left;display:block; }
#TPMaeOnXdMa4qDimRTx15OBuRVVpwKP9 { color:#0f283b;display:block;width:34.6875rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.90625rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#bULLbxbnHEB8LX6Tt2TAt05EmHfLdvQt { color:#0f283b;display:block;width:36.125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.35546875rem;left:0rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f6e4;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; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row .container { background-color: transparent; background-image: none; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row .container > .video-iframe-container { display: none; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row > .video-iframe-container { display: none; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .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); }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row .container { border-width: 0; border-radius: 0; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#vytBboJJq1FA33Mi0oc5t8kttOhul9Wx { color:#0f283b;display:block;width:26.875rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#p08VTTHi6ObVNT9pRCHEsdsmzfsA9REx { color:#0f283b;display:block;width:27.25rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5rem;left:7.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#bg2JDG5w8v2nxqVqXCoFonvIfU5BUoIF { box-sizing:content-box;height:20.0625rem;width:44.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#tRokLxTeVNR72IophWpDxqks88B6tbVz { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:1.5rem;left:1.1875rem;overflow:hidden;display:block; }
#x5iOW0T5Z7T8wi7MFPWTwum71mgRg2nQ { color:#0f283b;display:block;width:42.25rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.34375rem;left:1.1875rem;height:7.3125rem;display:block; }
#scQFBnmMdTWJNESJkDSXrsvpdttzpHQT { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:8.375rem;left:1.1875rem;overflow:hidden;display:block; }
#OXaaiv9mKWwcyRWoZX3XRygT1Uv2nudF { box-sizing:content-box;height:20.0625rem;width:27.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.0625rem;left:47.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#RGaVAKpN6I62dRKtty84OrKLP5TwOd0A { color:#0f283b;display:block;width:25.8125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:10.5rem;left:48.3125rem;height:7.3125rem;display:block; }
#ahPNZIir4uC10ZKV7UAScVTXXpC4TQGL { color:#0f283b;display:block;width:18.875rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.625rem;left:54.9375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#FmGUKvmROK67hBMFlpvlbo9mrcrI3Kh7 { color:#0f283b;display:block;width:19.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.625rem;left:54.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#w7lNBfUa3qCq7KAJ5e8gEFNuJz8PRAm4 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:1.625rem;left:48.3125rem;overflow:hidden;display:block; }
#ncZSelQT7I0katZKxWuGeJgT9FqAqwTI { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:8.5rem;left:48.3125rem;overflow:hidden;display:block; }
#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f6e4;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; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row .container { background-color: transparent; background-image: none; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row .container > .video-iframe-container { display: none; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row > .video-iframe-container { display: none; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .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); }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row .container { border-width: 0; border-radius: 0; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#Wwv6BzrZOpB34pm0BGaBRCiL3kckUWBa { box-sizing:content-box;height:20.9375rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#TAyoooKIoMFcykngeyhAnHLI0G8kzBMJ { color:#0f283b;display:block;width:21.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.1875rem;height:8.53125rem;display:block; }
#xkP8KWpKJxEKkTtuQ8TI6ChH28uPU4gC { color:#0f283b;display:block;width:14.875rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:7.8125rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#UrWQSr33O04mcMmZzkKOhVm631wDHy3T { color:#0f283b;display:block;width:14.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.75rem;left:7.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Q8PqmgIQJUAD3DrFLKE2DapbbFD9430U { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#tn7pi5h3XlayGngpw72WMhsOLT0NDe1F { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#IUypEzldQnNSyEKQzK1CoygGD6kiSz4E { box-sizing:content-box;height:20.9375rem;width:23.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#BmFJSFlrJPI45gvtfbpdXTVix1HHOGwX { color:#0f283b;display:block;width:21.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:9.4375rem;left:26.8125rem;height:6.09375rem;display:block; }
#dTGsIdFM85EHQImdiAHxkarFPzawrt6y { color:#0f283b;display:block;width:15.0625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.5625rem;left:33.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#v9o39UQcUxcyHld4qX6tZkXTJMcbshyO { color:#0f283b;display:block;width:14.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.5625rem;left:33.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#rS8ypiKq9zZ29KVPlLTEgptAsTtEwGnh { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.4375rem;left:26.8125rem;overflow:hidden;display:block; }
#ghaqHdamkASwAiDWeVuRDntrxUvldqKz { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.5625rem;left:26.8125rem;overflow:hidden;display:block; }
#SVz80nwqlOGnTLyKRKiZCwCm1nciDBrc { box-sizing:content-box;height:20.9375rem;width:23.75rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#aKubG3vJGrRqeXOkhNfodXIWrk9W1HPx { color:#0f283b;display:block;width:21.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.4375rem;left:52.4375rem;height:7.3125rem;display:block; }
#JR40Ccpgg8T3c3kRVPMMOG0JITnNSX4E { color:#0f283b;display:block;width:15.0625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5625rem;left:59.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#rPlaJPWrO7xpwSf42SwV8m4p7JvKxcPG { color:#0f283b;display:block;width:14.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:3.5625rem;left:59.0625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#AVoT5y3EU08V6mJlLfK9U8hNM6cxMGsC { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.4375rem;left:52.4375rem;overflow:hidden;display:block; }
#vz7RJIHMiohSFtHE4JUnIuxcEDsmnq9k { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.5625rem;left:52.4375rem;overflow:hidden;display:block; }
#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f6e4;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; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row .container { background-color: transparent; background-image: none; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row .container > .video-iframe-container { display: none; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row > .video-iframe-container { display: none; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .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); }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row .container { border-width: 0; border-radius: 0; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#g1dBRAoyebI8S2ocqcAT4Ja4IrTs6gT9 { color:#0f283b;display:block;width:26.875rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#OsfpsH4xoKHQrxfDJGTEs0dLXeoIUnwo { color:#0f283b;display:block;width:27rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5625rem;left:7.8125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#nUAK2n9Fb5rB05RTwP7BpkCTDqiRPC2L { box-sizing:content-box;height:21.625rem;width:36.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#iKHCRpa2WRD4uTxv7AuIN3Fo5izTyPuZ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#T5scxqxrXcN7Sc2HwDJZW8GHxeH0kUkn { color:#0f283b;display:block;width:33.75rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.40625rem;left:1.1875rem;height:7.3125rem;display:block; }
#QvC7XblDhhJw4e7aREmRsoouCvZ8Tk9d { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#q6SRsQvne55RsH9Z0EdeX77quRdS2FTx { color:#0f283b;display:block;width:26.875rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.6875rem;left:46.25rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#TbXLnu6RL1POaMktosVmz1IHdQDTrkiO { color:#0f283b;display:block;width:27rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:3.6875rem;left:46.25rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#u7qJ5FFdZ4zMsQ6WTDt9vTbP0uM5iDJq { box-sizing:content-box;height:21.625rem;width:36.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.125rem;left:38.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#z2azK3SF8rDoZih73ovyViEGWP3Jtz1r { color:#0f283b;display:block;width:33.75rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.5625rem;left:39.625rem;height:8.53125rem;display:block; }
#s1Xpv4xIJtUoR3BeNuepiwCzmJw4sU2l { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.5625rem;left:39.625rem;overflow:hidden;display:block; }
#aAfyKcAQPZkFmScKLNpp4krTwP6O1zov { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.6875rem;left:39.625rem;overflow:hidden;display:block; }
#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f6e4;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; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row .container { background-color: transparent; background-image: none; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row .container > .video-iframe-container { display: none; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row > .video-iframe-container { display: none; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .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); }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row .container { border-width: 0; border-radius: 0; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#Qf0ikCuTLV1EJObnw8hTTMXeT9KEg5x5 { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#TPtTJAVtKq4NFTBmNVFvKMKhmwBHVnRK { color:#0f283b;display:block;width:21.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.1875rem;height:6.09375rem;display:block; }
#hVTks2WbIyUwJK6LCXW67TC9BxaVKvRu { color:#0f283b;display:block;width:14.875rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:7.8125rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#nZ0XEwX9zHrW8U71GZD5vmldVQGi1oy5 { color:#0f283b;display:block;width:14.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.75rem;left:7.8125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#gli9LKs1MErM1NrVlkOOHARpCxKwEOtF { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#DPtN54Pe5solxfolpu1u4c9weV2bNC8H { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#qLa23gN3VBJOWGhBJb2MUxhWpUZlGS7t { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#cWHWwPSAI7XXBlrwvxVWRL2963NOpH5G { color:#0f283b;display:block;width:21.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:9.4375rem;left:26.8125rem;height:2.4375rem;display:block; }
#SLHsLHdEOe0XJMs3Az9bIhSAn0DdG0ZR { color:#0f283b;display:block;width:15.0625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.5625rem;left:33.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#E2463hI5G9mvK8DOvVpLRUdvQhvd1yic { color:#0f283b;display:block;width:14.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.5625rem;left:33.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#nmAgqGy64ycwgVzXA8Th77EWax81raW0 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.4375rem;left:26.8125rem;overflow:hidden;display:block; }
#azn0KuHRvWkgTZso5I1xcFyiZ2TwleTh { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.5625rem;left:26.8125rem;overflow:hidden;display:block; }
#pof2UV8iAC4K7iv8CEu6mm4LlVFZ8Frl { box-sizing:content-box;height:18.75rem;width:23.75rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #d7e6ef;border-left:0.125rem solid #d7e6ef;border-right:0.125rem solid #d7e6ef;border-bottom:0.125rem solid #d7e6ef;display:block; }
#mZvdMz0m9vBoxsbZt8fo9W3KDcfbOeBb { color:#0f283b;display:block;width:21.375rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.4375rem;left:52.4375rem;height:2.4375rem;display:block; }
#vNTHZsbAlEe3L6TPkLv8noy0s7WRHiAW { color:#0f283b;display:block;width:15.0625rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5625rem;left:59.0625rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#nwJRUViMRSXKRcwCfIx6IwWt8A617RPb { color:#0f283b;display:block;width:14.5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:3.5625rem;left:59.0625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#JqkKc7bw7D8T5x5fOnVS0ESh21GxMl5C { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:8.1875rem;top:7.4375rem;left:52.4375rem;overflow:hidden;display:block; }
#FL7BAfw4sRhU1DIIVI0fmqeBBLKmDT5F { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:0.5625rem;left:52.4375rem;overflow:hidden;display:block; }
#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f6e4;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; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row .container { background-color: transparent; background-image: none; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row .container > .video-iframe-container { display: none; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row > .video-iframe-container { display: none; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .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); }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row .container { border-width: 0; border-radius: 0; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#zJ7csdyChUwSqnfORwK0MaM7opsN0r9J { background-color:#1e405a;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.40625rem;left:28.5625rem;display:block; }
#qlKinkk7tnF4lD2kxZUfS97XOM3cWyRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtdaXpaqiIw4QCB8TS5Nuz7VyXtxTohV { color:#0f283b;display:block;width:15.125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.0625rem;left:30.6875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#ndfEoafRHz2ygq8sPDwq8tUPHSoXMuiJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:18.9375rem;left:30.6875rem; }
#Tb5Kie4Zz97Cagu0lXHXHPJ9qMdHnDW9 { color:#0f283b;display:block;width:33.75rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.49658203125rem;left:20.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#rp8y1hRBy04nv8FuTXOAXBKXEdaJop4d { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:17rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152839;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; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row .container { background-color: transparent; background-image: none; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row .container > .video-iframe-container { display: none; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row > .video-iframe-container { display: none; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .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); }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row .container { border-width: 0; border-radius: 0; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#vWfENAChMr6zUQSTJav3ZvcOIRMo1ZgQ { color:#a5ca5d;display:block;width:32.25rem;position:absolute;font-family:sora;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:3.4934875rem;text-align:left;text-align-last:left;display:block; }
#Za98nIKJVtW4nmUyyL1RuHaV2Dcpg32m { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#IU208fohPdK6q7MJbMr0vFUfRVu0nAwE { background-color:#a5ca5d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#152839;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:51rem;left:0rem;display:block; }
#Ot4TP4Jet5sXH3Rg7LVaqJvoAwrrygxM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZ0XVTXA16PJtT9LnQnWO53Tc9xRnm96 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:55.0625rem;left:2.3125rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#BzZBvEnmPbMyZUxDNUbUbqiqEdRQtqNe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:54.9375rem;left:2.3125rem; }
#eDL9oPZ3nT2hzLL6JE2aCy9zuqa9d23r { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:16.5rem;left:3.75rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g5vCkXEK6grt4f6IR8l98acrUor9lS7H { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.8125rem;left:0rem; }
#tC3NyoQr9bEoPXhSN29lBk2t2N8eg3vG { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:18.8125rem;left:3.75rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tlaXJsMeAyZXPZiXNyHoDlr2bRzKXETi { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:21.6875rem;left:3.75rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Heib8xTOefMQPdiV6HDtZ71NE5zXvLRT { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:24rem;left:3.75rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eP20tHL1roEzTGQk9WPQbbqMmDXOKFDU { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22rem;left:0rem; }
#gPG0Osk471FG3pVypOTwEsCzp3blw6tl { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:30.5625rem;left:3.75rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#phZ4B8TyoEs6veprxCRouDw9GJh86frQ { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:28.25rem;left:3.75rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwyMmV5PULmN9qzdcasD7kEZvQx3q5TZ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:28.5625rem;left:0rem; }
#oJrTMTqniOTuHydSo99dZgFN2BnCaHzv { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:46.3125rem;left:3.75rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cz0OPbs3Fo6w3guaw5GFhaTlkhaDaIFp { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:44rem;left:3.75rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#siVS4XePDg9GvWBrRnn1f2VqZ2Ty0y7Q { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:41rem;left:3.75rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3KsfCNLmIWXOltsdHidSCvscHTBArc2 { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:38.6875rem;left:3.75rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VmE12FIaAMFgu6nf6dMHT6PmsLuJCCQp { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:sora;font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:35.8125rem;left:3.75rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TElMmcPyg8H6VK1Ie4DpzX8uEE1wD0HB { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:sora;font-size:1.75rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:33.5rem;left:3.75rem;height:1.75021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpLqHxnXKrbiCvxSqnfG0p4vul5mE8Vt { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:33.8125rem;left:0rem; }
#pf9lJB3RIRGF12vd3WyigBvkyytvVvQz { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:39rem;left:0rem; }
#M6V574Vk3DXDBBbETOlfpZAtzT0yDSsT { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:44.3125rem;left:0rem; }
#VHaNKHTlPW9KZw3mIwy3Q33dQPftd7Q6 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.4375rem;width:48.25rem;top:0rem;left:26.75rem;overflow:hidden;display:block; }
#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6e6;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; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row .container { background-color: transparent; background-image: none; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row .container > .video-iframe-container { display: none; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row > .video-iframe-container { display: none; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .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); }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row .container { border-width: 0; border-radius: 0; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#q3PNqdHZOiGHNHg5QP7vNLXFuRuDTJkq { color:#577d43;display:block;width:32.25rem;position:absolute;font-family:sora;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.4934875rem;text-align:left;text-align-last:left;display:block; }
#M08q5vW4An0i17BV3r3c1lWvqea4xViN { color:#0f283b;display:block;width:32.25rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.0244140625rem;left:0rem;height:4.38671875rem;text-align:left;text-align-last:left;display:block; }
#FBkdBx7w49BIcaCHhbVTG98Z8IGrTR82 { background-color:#a5ca5d;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#152839;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.4375rem;left:0rem;display:block; }
#ogVn8tCxc7uz2cxzJvqQIlsQn1l7URDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EnPW4On2TDmS5TVLu6Cx4ec5XMx2ot4a { color:#0f283b;display:block;width:15.125rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.5rem;left:2.3125rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#UQTpJZnz8CuyDKy4KmtLZ9L4ngnaOkV0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:23.375rem;left:2.3125rem; }
#xmif3sDEzlybD1BwM4TRmOAvucK0kzOo { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:25.75rem;top:3.4375rem;left:49.125rem;overflow:hidden;display:block; }
#TVXmh95IFssxHxK26vcOtCkZLNKSfduO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#152839;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; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row .container { background-color: transparent; background-image: none; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row .container > .video-iframe-container { display: none; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row > .video-iframe-container { display: none; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .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); }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row .container { border-width: 0; border-radius: 0; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#Pv3qvw2zw38rF28X4ItowWgFGpinT7qc { color:#c32f56;display:block;width:34.6875rem;position:absolute;font-family:sora;font-size:1.8125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5595703125rem;left:40.3125rem;height:7.068375rem;text-align:left;text-align-last:left;display:block; }
#iSPuW5FJGtBvAIbH7JSOqUTJdgKl9NME { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.875rem;left:24.875rem;height:5.8489625rem;text-align:left;text-align-last:left;display:block; }
#VCO32xZp2omsScITNVo7NnimiPEhJO7m { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:22.625rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#L3VWcX9eDcabybB9n9aE0nk7z3sz7Ap6 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:12.0625rem;top:2.0625rem;left:24.875rem;overflow:hidden;display:block; }
#hHbWzbMRBxDV0EJuCGxdT3LftSrwnEZN { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5rem;left:24.875rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 { 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; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row .container { background-color: transparent; background-image: none; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row .container > .video-iframe-container { display: none; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row > .video-iframe-container { display: none; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .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); }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row .container { border-width: 0; border-radius: 0; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#ZilcyNVPpy2kxPWUydcOlmZ9qT0GwVoH { color:#577d43;display:block;width:51.1875rem;position:absolute;font-family:sora;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:3.493925rem;text-align:left;text-align-last:left;display:block; }
#zyEnsOw4oJ2tXW4ZD0nINL39WbMstxib { color:#0f283b;display:block;width:34.6875rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.90625rem;left:0rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#dxrG4RSM1TKX2P67Lbr2VWGURlMQxhTw { color:#0f283b;display:block;width:62.0625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.56201171875rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n { position:relative;display:block; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n { background-color: transparent; background-image: none; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .row .container > .video-iframe-container { display: none; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .row > .video-iframe-container { display: none; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .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); }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n { border-width: 0; border-radius: 0; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .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; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q3lLWxsTBN5WIv4T8019EweMrwfhtK3p { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:13.75rem;width:24.5rem;top:0.875rem;left:0rem;display:block; }
#K6sToOE7kogktx78XtwsXk4IRnoamEkc { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:13.75rem;width:24.5rem;top:0.875rem;left:25.25rem;display:block; }
#vLmhmrI6Z4nUtsKwPFRwGk52woyxgPIP { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:13.75rem;width:24.5rem;top:0.875rem;left:50.5rem;display:block; }
#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg { position:relative;display:block; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg { background-color: transparent; background-image: none; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .row .container > .video-iframe-container { display: none; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .row > .video-iframe-container { display: none; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .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); }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg { border-width: 0; border-radius: 0; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .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; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nwRNg5eCREFRw7pGgrXxGMZQ710SQ8bE { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:13.75rem;width:24.5rem;top:0rem;left:12.625rem;display:block; }
#ninqrLVOtSKyDcf7UvF34ZQ58fODxzbJ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:13.75rem;width:24.5rem;top:0rem;left:37.875rem;display:block; }
#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#336489;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; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row .container { background-color: transparent; background-image: none; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row .container > .video-iframe-container { display: none; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row > .video-iframe-container { display: none; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .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); }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row .container { border-width: 0; border-radius: 0; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#sWCoeOTmJde0oTAXn1aIl1OKSMwyADuJ { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:sora;font-size:2.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:3.493925rem;text-align:left;text-align-last:left;display:block; }
#f3k5T0a8ctL2nn9WXRByOyHg7l7VOKPP { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:sora;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.90625rem;left:0rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#TGM5QKabPbBuwSUHE7wp3bS4adNyT6Ds { color:#ffffff;display:block;width:62.0625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.56201171875rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#336489;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; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row .container { background-color: transparent; background-image: none; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row .container > .video-iframe-container { display: none; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row > .video-iframe-container { display: none; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .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); }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row .container { border-width: 0; border-radius: 0; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#x9OFc3upR4EVyrvMgT8faVV3i0ynnmEI { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:sora;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.5rem;left:27.75rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#QkuPEg49TObhAFens6kQCFeqi6DMUl8S { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.6875rem;left:21.375rem; }
#sWQODGtnQXiWOZw0xbAXGai0EuJAnUtL { box-sizing:content-box;height:4.6875rem;width:34.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:0.25rem;left:19.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #336489, #0f283b);background-image: -moz-linear-gradient(180deg, #336489, #0f283b);background-image: -ms-linear-gradient(180deg, #336489, #0f283b);background-image: -o-linear-gradient(180deg, #336489, #0f283b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#336489', endColorstr='#0f283b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#336489', endColorstr='#0f283b' );";background-image: linear-gradient(180deg, #336489, #0f283b);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; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row .container { background-color: transparent; background-image: none; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row .container > .video-iframe-container { display: none; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row > .video-iframe-container { display: none; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .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); }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row .container { border-width: 0; border-radius: 0; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row .container { font-size:0.875rem;font-family:arial;height:73.0625rem;width:75rem;position:relative;display:block; }#J2AuFK5dKGuWZdqTo3AeXdosbnvIVeHJ { box-sizing:content-box;height:60.9375rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:6.625rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.5rem solid #95c43b;border-left:0.5rem solid #95c43b;border-right:0.5rem solid #95c43b;border-bottom:0.5rem solid #95c43b;display:block; }
#B9Nh7uRzHrTysSlFuLpHykTnESNu3TT2 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:0.4375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DB5X0lhhypuVxIvWXmbwWpgcubpf1uB0 { box-sizing:content-box;height:4.25rem;width:23rem;position:absolute;display:block;z-index:15001;background-color:#0f283c;background-image:none;top:6.4375rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.5rem solid #0f283c;border-left:0.5rem solid #0f283c;border-right:0.5rem solid #0f283c;border-bottom:0.5rem solid #0f283c;display:block; }
#yQLfoPEO1Ne1Zb5wECtI6TaZ9pKt82OT { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ok1uobmB6dr7duv9AAhFBRzyQCrNZEtu { color:#0f283c;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3994140625rem;left:0.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAAKLXkBd52LNa5APKftZ4TgHK4B9fEq { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.4931640625rem;left:0.375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4iXhaFVnwFzTeS4dC7FNn4HlRlNNqMe { box-sizing:content-box;height:5.75rem;width:23rem;position:absolute;display:block;z-index:15002;background-color:#a5ca5d;background-image:none;top:20.7236328125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.5rem solid #a5ca5d;border-left:0.5rem solid #a5ca5d;border-right:0.5rem solid #a5ca5d;border-bottom:0.5rem solid #a5ca5d;display:block; }
#ib3J8K8LCtcSKiW4pg9Ef1tNOzHHsp6B { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.7861328125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXJmhMZcP5XFm5Uf3Eze3LECd8OUs5Z7 { color:#0f283b;display:block;width:11.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:62.64306640625rem;left:8.0625rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mSiGKUMEuM2oaU4mLOwon2384TcuEZm3 { background-color:#1c3f59;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:58.125rem;left:3.5rem;display:block; }
#Q3ZxzDTKgfr8LOp5cgoNLCrnChCoLR0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FK3oZls0qNsT8DHxW3CuhXZFsnirp4R4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:62.27392578125rem;left:5.1875rem; }
#lnLFERT6TmuGI9gylVwkfdhx0MS45CRy { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.220703125rem;left:2.96875rem;height:21.8353125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lnLFERT6TmuGI9gylVwkfdhx0MS45CRy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lnLFERT6TmuGI9gylVwkfdhx0MS45CRy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#GpE8ZrD7cUgdDVNFxHgnxVIr1UPVM8QZ { box-sizing:content-box;height:2.4375rem;width:18.75rem;position:absolute;display:block;z-index:15031;background-color:#a5ca5d;background-image:none;top:4rem;left:3rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QOgQ7aSPE4gNhVKkmc9lxI5CVz07LIgp { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:4.6875rem;left:4.25rem;height:1.25024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJPLdMFz5WaTDSo8apLBeANynTyw1rN7 { color:#f31e54;display:block;width:7.625rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3056640625rem;left:9.84375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f4MVSSQZG9AzD5RqGIuGnDhJeAlDLlUc { color:#a5ca5d;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.5869140625rem;left:0.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaBkTODz5I1ZMKt42nyVB7o6HlJpW0GX { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8798828125rem;left:0.375rem;height:1.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyknnIvdckqf1OmOTDNKyTawLFRd5abm { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:53.595703125rem;left:2.90625rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QyknnIvdckqf1OmOTDNKyTawLFRd5abm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QyknnIvdckqf1OmOTDNKyTawLFRd5abm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
#QMU21GtQGThzzfdrxvp6V0gZGMWFuDoV { box-sizing:content-box;height:3.5rem;width:20.375rem;position:absolute;display:block;z-index:15097;background-color:#c61f4a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.875rem;left:2.25rem;display:block; }
#nmFhDfiRsc2VmHLi9koxvIUvKWPzUkID { box-sizing:content-box;height:60.9375rem;width:23rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:6.8125rem;left:25.5rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.5rem solid #95c43b;border-left:0.5rem solid #95c43b;border-right:0.5rem solid #95c43b;border-bottom:0.5rem solid #95c43b;display:block; }
#qWQ89BOsHtr7Dcng4nUCVZBifSvmUHAo { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.3125rem;left:25.9375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AI6JhJDKGiaWTei5XeFCm3STWDE5fJut { box-sizing:content-box;height:4.25rem;width:23rem;position:absolute;display:block;z-index:15018;background-color:#0f283c;background-image:none;top:6.625rem;left:25.5rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.5rem solid #0f283c;border-left:0.5rem solid #0f283c;border-right:0.5rem solid #0f283c;border-bottom:0.5rem solid #0f283c;display:block; }
#DGcsoOORzE3H0Tt6H1U7Hf6JVHgEo4dk { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbZQFOKZ44ZOZLaqzAWM1n9gkRiAsQp6 { color:#0f283c;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.5625rem;left:25.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ng11pBWywTfaZ4x6mGdktwBTtiTvtnxQ { color:#f31e54;display:block;width:7.625rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.5rem;left:35.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EpzmZPmuyLhnMNQan9R0cXzCTgbZrTXv { color:#a5ca5d;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:15.75rem;left:25.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlvJ9CKoen5QyRTxkSOlmgwV9PBcnEJk { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:18.0625rem;left:25.875rem;height:1.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8Fny94BCrFNoB2JubkqCgs71OaMADLn { box-sizing:content-box;height:5.75rem;width:23rem;position:absolute;display:block;z-index:15019;background-color:#a5ca5d;background-image:none;top:20.9375rem;left:25.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.5rem solid #a5ca5d;border-left:0.5rem solid #a5ca5d;border-right:0.5rem solid #a5ca5d;border-bottom:0.5rem solid #a5ca5d;display:block; }
#uUAe1SGn7l42Knl9XUFqkIfw93N89Bff { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.6875rem;left:25.875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekz38t6Zy7LPnKMLw2Rcf4ET3wIZL4GL { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25rem;left:25.5rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cqbwmGmLUqu24v8wJ4l8nQhKk8DSJ8sF { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:29.4375rem;left:28.5rem;height:16.6608125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cqbwmGmLUqu24v8wJ4l8nQhKk8DSJ8sF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cqbwmGmLUqu24v8wJ4l8nQhKk8DSJ8sF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#WUhI7HqhNhtC4RO4I31I2mZPmS3DuIDU { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15115;line-height:1.3;letter-spacing:0;top:53.8125rem;left:28.4375rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WUhI7HqhNhtC4RO4I31I2mZPmS3DuIDU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WUhI7HqhNhtC4RO4I31I2mZPmS3DuIDU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
#ooVi4qT9c2SlQGUXGHLHCzDPTiFAUUeR { box-sizing:content-box;height:3.5rem;width:20.375rem;position:absolute;display:block;z-index:15114;background-color:#c61f4a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.0625rem;left:27.75rem;display:block; }
#ErkLFfTCvUz5O4KTc0vQFGKagKxCrOlR { background-color:#1c3f59;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:58.312194824219rem;left:28.999677658081rem;display:block; }
#ZXwpkzHm9AhMUU1TKCWolG4TydD7yTcE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLEc4D0yPPaDITPsNGZWaWNqK5lI0n7T { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:62.4375rem;left:30.6875rem; }
#CzfJoAEL3nOk2W0p41LWNSyZMAXJTTRC { color:#0f283b;display:block;width:11.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:62.8125rem;left:33.5625rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIL1wTKr7uSiquDeObZJSN6NUZxOTwyF { color:#c5cbce;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:47.70458984375rem;left:28.5rem;height:4.86198125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lIL1wTKr7uSiquDeObZJSN6NUZxOTwyF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lIL1wTKr7uSiquDeObZJSN6NUZxOTwyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
#fqbkLrTbgaHrLZoTas18prb61zJQMyDN { box-sizing:content-box;height:60.9375rem;width:23rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:6.8125rem;left:51.0625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.5rem solid #95c43b;border-left:0.5rem solid #95c43b;border-right:0.5rem solid #95c43b;border-bottom:0.5rem solid #95c43b;display:block; }
#tcRIbGTM86ni5HmJOTalpNTLqintC6fm { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.9375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:7.3125rem;left:51.5rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8Q2dTOTAyEtuoqEzTGllLCmrqQIapSe { box-sizing:content-box;height:4.25rem;width:23rem;position:absolute;display:block;z-index:15036;background-color:#0f283c;background-image:none;top:6.625rem;left:51.0625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.5rem solid #0f283c;border-left:0.5rem solid #0f283c;border-right:0.5rem solid #0f283c;border-bottom:0.5rem solid #0f283c;display:block; }
#DAWomcRCXvAeZkQe8kiqxTgQmULXlsZ7 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:10rem;left:51.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cl3m0bVQRkoLl9uOoVSWTQcL1eLKy9uZ { color:#0f283c;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:12.5625rem;left:51.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ih4WAkU8qodTxIh9UKJrQ1cTTuaVyEuI { color:#f31e54;display:block;width:7.625rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:14.5rem;left:60.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdBpIamPCemQDDedNOfK86qb6bSFiDgS { color:#a5ca5d;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:15.75rem;left:51.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESwIFPzfVPkDd7b6Z3HA346HZ2r3sI22 { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:0.75rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:18.0625rem;left:51.4375rem;height:1.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vku3zQuReBsBZyoKLp84QnHUW3zkRs3b { box-sizing:content-box;height:5.75rem;width:23rem;position:absolute;display:block;z-index:15037;background-color:#a5ca5d;background-image:none;top:20.9375rem;left:51.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.5rem solid #a5ca5d;border-left:0.5rem solid #a5ca5d;border-right:0.5rem solid #a5ca5d;border-bottom:0.5rem solid #a5ca5d;display:block; }
#CiigpnBQpDbMN1CFgMVvUpEMJxawFx3q { color:#003049;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:21.6875rem;left:51.4375rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DABI82B0Dcu3ROXwn7r3APsmu9tNHPId { color:#003049;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.0625rem;height:4.86198125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DABI82B0Dcu3ROXwn7r3APsmu9tNHPId li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DABI82B0Dcu3ROXwn7r3APsmu9tNHPId li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
#LzINuPDsrH7VahF42zWUq7qUnXlO9GUP { color:#c5cbce;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:34.649170398712rem;left:54.079214096069rem;height:16.6608125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LzINuPDsrH7VahF42zWUq7qUnXlO9GUP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LzINuPDsrH7VahF42zWUq7qUnXlO9GUP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
#SDTDTnVtclZ30GXmOxwskkuUT6SiwbT0 { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:300;z-index:15133;line-height:1.3;letter-spacing:0;top:53.8125rem;left:54rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SDTDTnVtclZ30GXmOxwskkuUT6SiwbT0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SDTDTnVtclZ30GXmOxwskkuUT6SiwbT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
#Pm54EzT7y1NmD6Jv3BBJ550TTXGn9DTG { box-sizing:content-box;height:3.5rem;width:20.375rem;position:absolute;display:block;z-index:15132;background-color:#c61f4a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.0625rem;left:53.3125rem;display:block; }
#RqttTo8IoqsPVcWedUQVJpJ8zIgBLp8m { background-color:#1c3f59;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:58.3125rem;left:54.5rem;display:block; }
#FS7HeOE1RimgDhLm9NOzPGvLTDUPM5CM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tdiU5gIkyiQrNpRmgyAiVb7GAm2U43mq { color:#0f283b;display:block;width:11.9375rem;position:absolute;font-family:sora;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:62.8125rem;left:59.125rem;height:1.13736875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AL2WV8XURm7G34HiKe3mANtzSXPCtff6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:62.4375rem;left:56.25rem; }
#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_b44bcb9c2b10d8e1ef1b3a811fba58b50581ca73.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0.adaptive-delivery-prevent-bg, #GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0.lazyload, #GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0.lazyloading { background-image: none; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row .container { background-color: transparent; background-image: none; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row .container > .video-iframe-container { display: none; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row > .video-iframe-container { display: none; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .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); }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row .container { border-width: 0; border-radius: 0; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:39.75rem;width:75rem;overflow:visible;position:relative;display:block; }#quEB1A90ZeGX8GQkLW0ACHx3azOZupfh { color:#0f283b;display:block;width:62.375rem;position:absolute;font-family:sora;font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.125rem;left:0rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e9ulI1BBhEqrmMh3Hx6x5bPKzqVB4pFe { color:#de2530;display:block;width:56rem;position:absolute;font-family:sora;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:19.375rem;left:0rem;height:5.7734375rem;font-style:normal;display:block; }
#hTKFbPB9VSyAIx5TWbO7iEE6Ct9kF5LS { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:21.25rem;width:13.0625rem;top:11.0625rem;left:61.9375rem;overflow:hidden;display:block; }
#oAlTvTuF9ZvU3agl2DEtAw6BJZ0l6R1Q { box-sizing:content-box;height:35.0625rem;width:33rem;position:absolute;display:block;z-index:14999;background-color:rgba(214,235,250,0.43);background-image:none;top:4.6875rem;left:42rem;border-top-right-radius:21.875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#txl3ERyKsN0aNvsFWJcBkOGkbTAsqo2O { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.9375rem;left:0rem;height:3.32421875rem;font-style:normal;display:block; }
#Z1kaMuW9nPMs3TEhfnAadCGKypDJJE6W { color:#0f283c;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4yQy1I500qedgbCh4V0wHKM03pPKyqJ { color:#0f283c;display:block;width:23.125rem;position:absolute;font-family:sora;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBVZOEug4BdIebhIBHzKxf8yIqkGvfJm { background-color:#1c3f59;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sora;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32rem;left:2.8125rem;display:block; }
#s9Xk7yDQp2bvOvIsxMOTp5EW07go8qw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { position:relative;display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { background-color: transparent; background-image: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row > .video-iframe-container { display: none; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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); }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy { border-width: 0; border-radius: 0; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .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; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA { background-color:#900000;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container { background-color: transparent; background-image: none; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container > .video-iframe-container { display: none; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row > .video-iframe-container { display: none; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .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); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container { border-width: 0; border-radius: 0; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container { font-size:0.875rem;font-family:"open sans";height:15.5rem;width:75rem;overflow:visible;position:relative;display:block; }#cznR93Ei8dfSJTilT21LvTUNkiBtJzRe { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:barlow;font-size:2.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.005859375rem;left:0rem;height:6.9873125rem;text-align:left;text-align-last:left;display:block; }
#UlqZI6zW0TTJuLVIh9e22VsCv7KcEmfq { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1rem;left:34.375rem;height:13rem;text-align:left;text-align-last:left;display:block; }
#FTKL7RTXt62z6dpNetLuEVayob70FXKh { position:relative;display:block; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh { background-color: transparent; background-image: none; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .row .container > .video-iframe-container { display: none; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .row > .video-iframe-container { display: none; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .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); }#FTKL7RTXt62z6dpNetLuEVayob70FXKh { border-width: 0; border-radius: 0; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .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; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { position:relative;display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { background-color: transparent; background-image: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container > .video-iframe-container { display: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row > .video-iframe-container { display: none; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .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); }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { border-width: 0; border-radius: 0; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .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; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#T8XksotFJWNoxgE674vTriqfQEAuuO4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#XhG26zuscoHMNZJVkpcTJliydzSaIzIu { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:16.570325rem;text-align:left;text-align-last:left;display:block; }
#wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:3.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:14.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:28.375rem;left:13.5625rem;overflow:hidden;display:block; }
#DOLOgkHvGiNrprI5mCRoUqbd2bfHUd9I { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.1875rem;left:1.875rem;display:block; }
#LvesC3ukLWyTPyWNRN3oMO9wtUiiuWa0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { position:absolute;display:block;z-index:15001;background-color:#18194a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:47rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#gRok0ufsP4cbvc537x2agefOEpVbgRvw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:28.25rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { position:absolute;display:block;z-index:15007;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:7.1875rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:47rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.9375rem;left:28.375rem;display:block; }
#bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { position:relative;display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { background-color: transparent; background-image: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container > .video-iframe-container { display: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row > .video-iframe-container { display: none; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .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); }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { border-width: 0; border-radius: 0; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .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; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:16.57031875rem;text-align:left;text-align-last:left;display:block; }
#r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:3.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:14.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#hamyt3A5HKNinaBpxfmlSImrlruQem6N { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:28.375rem;left:13.5625rem;overflow:hidden;display:block; }
#Xpg9BpXB6k3LfrwP2z1DSH6De9oGdtUV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.1875rem;left:1.875rem;display:block; }
#M0AxcuLdeuBQ3Rn7iPUi3hCsHM6m5cO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { position:absolute;display:block;z-index:15001;background-color:#18194a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#o21PT2OEcR697GOkkabL7cAhnBsFkDqP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.6875rem;left:28.25rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { position:absolute;display:block;z-index:15007;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:8.1875rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.6875rem;left:27.98583984375rem;display:block; }
#CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { position:relative;display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { background-color: transparent; background-image: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container > .video-iframe-container { display: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row > .video-iframe-container { display: none; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .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); }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { border-width: 0; border-radius: 0; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .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; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:21.3125rem;top:3.125rem;left:1.875rem;overflow:hidden;display:block; }
#b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.71875rem;left:28.375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:28.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGXhMF0FM3p6WeoCnFBBThcecm463l0b { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:28.25rem;height:15.1894625rem;text-align:left;text-align-last:left;display:block; }
#cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:1.875rem;display:block; }
#RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28rem;left:3.4375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.375rem;left:14.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:28.375rem;left:13.5625rem;overflow:hidden;display:block; }
#egMI486XiIkOPqrL1VTsKhx5nIvDxbJ2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.1875rem;left:1.875rem;display:block; }
#lzsAl3bK1RBCrit8br4idXfTkZAiPZHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { position:absolute;display:block;z-index:15001;background-color:#18194a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#wXxDDKsier90HQZtkONMAaS15DnXtmS4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.1875rem;width:29.125rem;top:12.0625rem;left:43.73583984375rem;display:block; }
#Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { color:rgba(var(--color-tertiary-0),1);display:block;width:43rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.0625rem;left:28.25rem;height:8.285175rem;text-align:left;text-align-last:left;display:block; }
#g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { position:absolute;display:block;z-index:15007;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:9.3125rem;top:8.375rem;left:28.25rem;overflow:hidden;display:block; }
#yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { position:absolute;display:block;z-index:15000;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:46.125rem;width:57.6875rem;top:0rem;left:17.3125rem;display:block; }
#mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.125rem;left:28.375rem;display:block; }
#pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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:none; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { border-width: 0; border-radius: 0; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:none; }#tyMqXVi3wCx2IdKvUe43KULSeQx68Rqi { color:#c20e0e;display:block;width:57.9375rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.09375rem;left:8.53125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#cxQmUy7wBbfPLq2HEdn6uEv8v4fbNMta { color:#c61f4a;display:block;width:31.25rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20rem;left:3.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ST4cyFyl0JbhGBa3o62FZqVvh61PUc60 { color:#2d2d7b;display:block;width:4.75rem;position:absolute;font-family:barlow;font-size:4.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:14.625rem;left:15.1875rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#MrDczyHOZloWeJMl2Vkg4lQ0iOvcfsUD { color:#c61f4a;display:block;width:30.875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.9375rem;left:3.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ascfHwzdAyVA9MMRUlUI4koNf47cXBVP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.5625rem;left:19.1875rem; }
#RhIwQTBaGfkWroVNWh2JqKVJ4x75nNZO { color:#c20e0e;display:block;width:57.9375rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.78125rem;left:8.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#eyZZ8gsRDyJpyCR1fG8IR3TydUmdcn8g { color:#c61f4a;display:block;width:31.25rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.0625rem;left:40rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kW8GNFtrtmHuToE7Qa5wGLTuEdCZ2iQm { color:#c61f4a;display:block;width:30.875rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:40.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Xdk3n2F6HTRBdQkyPfyhqrs6XogevcUg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.625rem;left:55.4375rem; }
#KR32f4Mx5OKkfCT71Tzqvs2SETxxacU4 { color:#2d2d7b;display:block;width:4.75rem;position:absolute;font-family:barlow;font-size:4.375rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:14.6875rem;left:51.4375rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#appc1IT4E4IRKRuJ67ePSJiri51hsRST { position:relative;display:block; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST { background-color: transparent; background-image: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container > .video-iframe-container { display: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row > .video-iframe-container { display: none; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .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); }#appc1IT4E4IRKRuJ67ePSJiri51hsRST { border-width: 0; border-radius: 0; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .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; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TxK1tygrzPeDs1My2yrMW5zflk18rkCN { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.28125rem;left:8.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { position:relative;display:block; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { background-color: transparent; background-image: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container > .video-iframe-container { display: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row > .video-iframe-container { display: none; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .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); }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { border-width: 0; border-radius: 0; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .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; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:24rem;width:32.875rem;top:1.875rem;left:1.84375rem;overflow:hidden;display:block; }
#TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:1.40625rem;height:2.35611875rem;text-align:center;text-align-last:center;display:block; }
#Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.421875rem;left:0.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.6875rem;left:8.28125rem;display:block; }
#eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.375rem;left:9.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.740234375rem;left:20.3125rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:32.7685546875rem;left:19.75rem;overflow:hidden;display:block; }
#RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { position:absolute;display:block;z-index:15001;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:42.5625rem;width:36.5625rem;top:0rem;left:0rem;display:block; }
#it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:24rem;width:32.875rem;top:1.875rem;left:40.3125rem;overflow:hidden;display:block; }
#CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.3125rem;left:39.5rem;height:2.35611875rem;text-align:center;text-align-last:center;display:block; }
#BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.4375rem;left:39.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.6875rem;left:46.75rem;display:block; }
#MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:48rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.75rem;left:58.75rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:32.75rem;left:58.1875rem;overflow:hidden;display:block; }
#NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { position:absolute;display:block;z-index:15009;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:42.5625rem;width:36.5625rem;top:0rem;left:38.4375rem;display:block; }
#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { position:relative;display:block; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { background-color: transparent; background-image: none; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container > .video-iframe-container { display: none; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row > .video-iframe-container { display: none; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .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); }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { border-width: 0; border-radius: 0; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .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; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EyBXDOBoCPblGU4K8LZaTsE9fVDVUTXt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:24rem;width:47.75rem;top:1.875rem;left:13.4375rem;overflow:hidden;display:block; }
#cUBcEbshFXLpcQhsSR6Ih3LeTMMZCbnU { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:13rem;height:2.35611875rem;text-align:center;text-align-last:center;display:block; }
#H56eLh6t8E96nFn9RQprlzvMovFU777v { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.5rem;left:19rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vt1WurKMA7OyT6DBudMaS0I4hOaz9G2N { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.875rem;left:27.125rem;display:block; }
#oAPP2NNX580y8qdTWIrpSZmlgPtcla1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrukPr0kmHOEsyt3qObRTXEVdDf1qbLO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.5625rem;left:28.375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#FoMU8IZmt7lxhPiLZVA4Q8arsXX9XZhe { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.9375rem;left:39.125rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#igpRBN5e5XfxTDvvrD3ZQzCVvlIKPSfn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:32.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#DSVquK08ETP6tdCw8MztNPVNOqDsM8Ra { position:absolute;display:block;z-index:15001;background-color:#2d2d7b;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:42.5625rem;width:51.8125rem;top:0rem;left:11.625rem;display:block; }
#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf { position:relative;display:block; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf { background-color: transparent; background-image: none; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .row .container > .video-iframe-container { display: none; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .row > .video-iframe-container { display: none; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .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); }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf { border-width: 0; border-radius: 0; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .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; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TQk7RzfXuLerZ8zQyzZ2T7zGwlpTltIF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:14.3125rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#e6k9fonXOELTOQ07QAL5sra49sHIeWV2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:12.0625rem;top:2.375rem;left:19.9375rem;overflow:hidden;display:block; }
#zGiiA5sC4FO2mrJlhBuEKTGNSPKDr266 { color:#d62651;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#HlfNoBPJFDLCDZ1CGZq2ttOarVp72OTr { color:#d62651;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.03125rem;left:15.5rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#W1u4q1TkZOnigbWTtsTTLrbMEtviuke3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.75rem;left:5.5rem;display:block; }
#nmv4oIMOJkOT8erZO2O5cRv1PFVvRPeS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nflIxtTx4pVNLhn8oQDvv3bBbbXxTTwU { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:16.375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#IObWR2D8Mssn0T5Nv28Owd7hrQ2IhRam { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:23.9375rem;left:15.125rem;overflow:hidden;display:block; }
#TSIhHbvWLeR9gBUlISD2FgfokgJpH9gx { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.6875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#lsqkBkMCMc5pm59pMTMxd7zkb2ECkD4A { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:12.0625rem;top:2.375rem;left:61.6875rem;overflow:hidden;display:block; }
#TshIemwfHvsyZOecLXMTeQBZzartAQQ8 { color:#d62651;display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.9375rem;left:41.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#ZrbfiJ5ukG9Rktq2RIkLOccNgx76LQ5t { color:#d62651;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.0625rem;left:57.25rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#XuTgty1psmzs1BsXOEiHyUCA0lIvdgqT { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:58.125rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#oXoRtEb9m0T66leD7OVSvQR5aTTPv4JN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:23.9375rem;left:56.875rem;overflow:hidden;display:block; }
#BwLfLMo8Jg4KBi5HEvNiSQPHgVK5JTPA { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.5625rem;left:48.4375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#z5RSvvpx3hdO9hfdVs1iO06fPTPuohqt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.75rem;left:47.25rem;display:block; }
#Jc9SqNhHW9Uh2igLddottQHTTskf0Koe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rFXV36BVW7tdSFD4F0cPvMlIo3V1otZV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:14.3125rem;top:2.40625rem;left:41.75rem;overflow:hidden;display:block; }
#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 { position:relative;display:block; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 { background-color: transparent; background-image: none; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .row .container > .video-iframe-container { display: none; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .row > .video-iframe-container { display: none; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .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); }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 { border-width: 0; border-radius: 0; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .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; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ErXueiky17pPMVsAz8fL9lLfQdZ2X6qC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:12.0625rem;top:2.375rem;left:19.9375rem;overflow:hidden;display:block; }
#hDupoxTVuqJFxICzmxTVqNq0E8npkBJS { color:#d62651;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#FvxPXPGctgQvVQXeqyT1UMBh1yxMzvhV { color:#d62651;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.03125rem;left:15rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#eZMb4CPPxHkHVWLufhvpAJcPrfKidoTE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:27.75rem;left:5.5rem;display:block; }
#VRv14tluIqLTd4FAr3HgsOVk3KJeme4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mci71kh0JFAUJyIHn4UwGqOJBir7a53B { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.9375rem;left:16.375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#zUOwqE7cLmIzWWEam2D0oMOocXogCN4S { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:23.9375rem;left:15.125rem;overflow:hidden;display:block; }
#iR76FSUMOHtfTbnZIwW7zLQAJqCZENpa { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5625rem;left:6.6875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#tpeo6FOphbcdDw8xt6PJfBCBsign9fgS { color:#d62651;display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.9375rem;left:38.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#IqnWKN2diIaLFBmzdT5DPZQTLP3CNng5 { color:#d62651;display:block;width:3.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.0625rem;left:57.25rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#ZAr27kkXHMvxhWk4W2uIT0p9UIuAPbDQ { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.9375rem;left:58.125rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#lbKgDz9qZuQcAIaonfzEcSUCxCDDqXoJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:23.9375rem;left:56.875rem;overflow:hidden;display:block; }
#D1ibeqTwofXkPRbAgMs8rH7vPS8AsNTB { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.5625rem;left:48.4375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#dJlBWgNpLp87VXKx0w22hVAPh3DL5N47 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.75rem;left:47.25rem;display:block; }
#lfFc6oTC4OxlXnFcf6wRLixK8kQo1MrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRgD2w1FNm2RVwUZudiOGTZLtzS9U4g8 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:2.1875rem;left:0.9375rem;overflow:hidden;display:block; }
#B21qh4hsSrs3GlkSBL9JkLkF0t8gZQE6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.9375rem;width:11.75rem;top:2.59375rem;left:43.09375rem;overflow:hidden;display:block; }
#pZMPB9Fq8pf4vhy3t4Vxfpqzic3Dztr0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:12.0625rem;top:2.40625rem;left:61.6875rem;overflow:hidden;display:block; }
#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV { position:relative;display:block; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV { background-color: transparent; background-image: none; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .row .container > .video-iframe-container { display: none; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .row > .video-iframe-container { display: none; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .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); }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV { border-width: 0; border-radius: 0; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .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; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r5GwySwAxgwyT0EAiDSGm9X0rGNBIzpC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:14.3125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#huTpLzeIg1bidIBub0QghkAN65hPzsqK { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.125rem;left:14.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#dL1XuoDvTGNPm6OsSPdqneBorJ9Z0Mw0 { color:#d62651;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#tH9Tf1LUvflCURAvyg0TDRJfXoQJXRU0 { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.3125rem;left:37.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#wu6OaMmZeHfqoLCMDFXWHXHBO2vVkrAn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:24.3125rem;left:35.8125rem;overflow:hidden;display:block; }
#qeZ7Fm5iBpfVg0h81iEdDSfHuQBZqVn1 { color:#334950;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.9375rem;left:26.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#DOB8wl7XoFaaodEMV5RBSW4s4Gg40P4t { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.125rem;left:25.5625rem;display:block; }
#reh8FBAVeIeonwt5ikNHiz87AJ8sHks8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcDUwvn99FxMJfmMEzesTV8VTnOO4vls { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:14.3125rem;top:2.4375rem;left:18.9375rem;overflow:hidden;display:block; }
#PKgihXJrM09kJOGxprswwbe1zO5n3Emh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:14.25rem;top:2.4375rem;left:37.84375rem;overflow:hidden;display:block; }
#WgT0i8B1bbArfJQhfJSQ0ecifD5uHNlV { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:33.25rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#yG0PTVUD9ftucVkWtpzoFyH1HGaCH5tF { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.09375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#VQkkXnSTvreINMl46WpBf9t40ZSzsnRI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:12.0625rem;top:3.28125rem;left:56.71875rem;overflow:hidden;display:block; }
#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM { position:relative;display:block; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM { background-color: transparent; background-image: none; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .row .container > .video-iframe-container { display: none; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .row > .video-iframe-container { display: none; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .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); }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM { border-width: 0; border-radius: 0; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .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; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SWkSQHkfBRSlkyiMt2F0tbMbvFhN2EA7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:14.3125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#Dn6macmhcSyUDgBmqXEElGydzcdcThrM { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.125rem;left:14.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#U4xJiZfxCGd0CesxB8D6AtzaQV26iMFF { color:#d62651;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#QCXBRM6SFrvAMfNVL9vvDqDaRK5wwFbq { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.3125rem;left:37.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#AB6c7o8ixcsz6pgGvsBZtTOUuVsCfX2i { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:24.3125rem;left:35.8125rem;overflow:hidden;display:block; }
#aTOTudtszQl4FMCxOW9LIfPCmO8fprJu { color:#334950;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.9375rem;left:26.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#FXAGTGyFNad1oGlETu4eKIChn2FKk1G0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.125rem;left:25.5625rem;display:block; }
#wI6lpFG5ll3lwNdmp3sFbOXNAickrIiA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNyaH4fDRWTvglBPdt5hNaQXUm4k4sPn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:14.3125rem;top:2.4375rem;left:18.9375rem;overflow:hidden;display:block; }
#XMuzhhPwi7amOUoRXwmqSodg47NS208x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:14.25rem;top:2.4375rem;left:37.84375rem;overflow:hidden;display:block; }
#E4PBVQmrDZun605gP3Ira4u7OKqRcZ80 { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:33.25rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#gLrSiTec0qfdblp85trltO7iscwQty7g { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.09375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#X1h7ETFniATepFiNLEBaIdqsbn527HTV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:18.3125rem;top:4.0625rem;left:56.6875rem;overflow:hidden;display:block; }
#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G { position:relative;display:block; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G { background-color: transparent; background-image: none; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .row .container > .video-iframe-container { display: none; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .row > .video-iframe-container { display: none; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .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); }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G { border-width: 0; border-radius: 0; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .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; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LDWDFg3yNyFntHCDP2qE8kPy5KTTytue { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:14.3125rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#N4EilDTLDiOGql3GaLUvGF1dCiMhcC1I { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.125rem;left:14.3125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#hOfBJd32rGwIWsZ5yJdToeZA3yeMvhMm { color:#d62651;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#bLGxvQiTiMIPsqasVaDZhbXNwpFxKAKQ { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.4375rem;left:37.0625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#zNbidlSwsflwnJIQwVM6HwZbtk0nkP0R { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:45.4375rem;left:35.8125rem;overflow:hidden;display:block; }
#QiAe3yzs89FvBdKdBiSrXpAARXlI9czR { color:#334950;display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:45.0625rem;left:26.75rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#rscDTnazAXPsLkDfrvpPU6MTKskZN19p { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:49.25rem;left:25.5625rem;display:block; }
#gAcyhDdCCgkJNVBmmGBZPiA9RF88xGUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMG0uPP2qLwQoaQ5Fv7RmHne7nTnwNlI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:14.3125rem;top:2.4375rem;left:18.9375rem;overflow:hidden;display:block; }
#nEXEQvdsiGgcqVb7KhQAten6g8yZT8zd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.3125rem;width:14.25rem;top:2.4375rem;left:37.84375rem;overflow:hidden;display:block; }
#UiQ9E7Ly8RsfENETkFUBTaQOVd0iPSVs { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:33.25rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#MW01bn8QRAN4hhHTbooTTT1q2dpCs2UJ { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.125rem;left:52.09375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#tXfM8m22zO5Ttes1l4Tr27s2BWvJzHr2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.5rem;width:18.3125rem;top:4.0625rem;left:56.6875rem;overflow:hidden;display:block; }
#usSvhMqvu6yzfUFTQxUeut9K8sETG07m { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.78125rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#TadmxUZOsN0sqHZtJ0vEufa5gOSnkpzO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:12.125rem;top:19.9375rem;left:4.625rem;overflow:hidden;display:block; }
#RaxVITqNuL7T7a0r2dfwQsZEag0CHUFC { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.78125rem;left:16.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#w9EKBTHysm1rge4nZ2uly0B8mvu1EvZ0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.375rem;width:12.0625rem;top:19.9375rem;left:21.375rem;overflow:hidden;display:block; }
#lLJbcOyPaTbbhKWysoJE3Iz5RtnaDblp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.9375rem;width:11.75rem;top:20.15625rem;left:37.8125rem;overflow:hidden;display:block; }
#HohPIlJ85d4cBVMcLyDPoyK7UUoqim4Z { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:24.78125rem;left:33.25rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Dfp1KsoT6Rin4J6wV6exL3Wylwpd52oi { color:#d62651;display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:24.78125rem;left:49.5625rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#mBkukGU7og0NTG4p2XICekcBuXFQOot1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:11.8125rem;top:20.0625rem;left:54.1875rem;overflow:hidden;display:block; }
#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 { background-color:#c11c0d;background-image:url("https://images.assets-landingi.com/uc/795cc695-41d0-406b-b7cb-373473ee6909/swbg3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1.adaptive-delivery-prevent-bg, #K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1.lazyload, #K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1.lazyloading { background-image: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container { background-color: transparent; background-image: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container > .video-iframe-container { display: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row > .video-iframe-container { display: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .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); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container { border-width: 0; border-radius: 0; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container { font-size:0.875rem;font-family:"open sans";height:26.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#KCEiAS3mnI1fES3CR6sVdTtWWtxs5M8O { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/duWmPNv8/bg_kursy6.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.adaptive-delivery-prevent-bg, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyload, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyloading { background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { background-color: transparent; background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .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); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { border-width: 0; border-radius: 0; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#Fy7EG79KkDURD1AGyfdoHTLv3T2r1Cnt { color:#2d2d7b;display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#aELhQvT9knPXde3rPX146tsOpytcihDk { color:#2d2d7b;display:block;width:40.9375rem;position:absolute;font-family:barlow-medium-nowe;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0JeOwTmiWqI1eJeuMEydDhFZBSKD0gc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.375rem;left:11.65625rem;display:block; }
#NIPlAX93nD5SQdr7aeTb53w59iQcdsFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { position:relative;display:block; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { background-color: transparent; background-image: none; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container > .video-iframe-container { display: none; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row > .video-iframe-container { display: none; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .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); }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { border-width: 0; border-radius: 0; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .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; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NbFbOVPBGF8QmAWIEETHzFidwPxrCUp9 { color:#2d2d7b;display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.28125rem;left:8.53125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { position:relative;display:block; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { background-color: transparent; background-image: none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container > .video-iframe-container { display: none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row > .video-iframe-container { display: none; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .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); }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { border-width: 0; border-radius: 0; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .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; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { position:absolute;display:block;z-index:15001;background-color:#f8fafc;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { color:#37559a;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { color:#37559a;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LuRBktIAA4zh3W11TooIwm54X0FOu5dr { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#OsDb8nQ1sepuQUyhOAifgLGetZor2meW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.125rem;left:1.875rem;display:block; }
#iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:10.375rem;overflow:hidden;display:block; }
#isHQUOU4GZePALUPqkcQATKivK2feKIZ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.625rem;left:1.875rem;display:block; }
#lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { position:absolute;display:block;z-index:15011;background-color:#f0ffe6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.4375rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.25rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:36rem;overflow:hidden;display:block; }
#UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:27.5rem;display:block; }
#LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbCDGBVt0m63NKVKym0lIturH3p5GWaT { color:#334950;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.4375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { color:#334950;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.0625rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.125rem;left:53.125rem;display:block; }
#RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.25rem;left:62.875rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#Th3t8clwZMcDiczhwIBfhPWTelv3waQd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:61.625rem;overflow:hidden;display:block; }
#yrmSmNJENC16S5NLBl6R3B95oLI674NW { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.625rem;left:53.125rem;display:block; }
#iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:53.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { color:#ed6c20;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { color:#ed6c20;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:53.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { position:absolute;display:block;z-index:15021;background-color:#ffefe6;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { position:relative;display:block; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { background-color: transparent; background-image: none; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container > .video-iframe-container { display: none; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row > .video-iframe-container { display: none; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .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); }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { border-width: 0; border-radius: 0; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .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; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lSh60gHDn5XgNeLiJLPJHp42ycasamVZ { position:absolute;display:block;z-index:15001;background-color:#edf5fa;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#ppQlf4yPDOP9kRugTUWOlMQmGtRfkmGW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#fRrVDAvZJTw51E6faLUxq3C9fi5whyIm { color:#055ea4;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#A8T6e5IZ6Fzy5NZeltRgWHOg4pRDpTzQ { color:#055ea4;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UtAaVRevfJZkARr6uABT8cxeASWBADE1 { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.8125rem;height:8.285125rem;text-align:left;text-align-last:left;display:block; }
#mBFzIXJLC4rsiJhEksLegOBISrfwkERE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.125rem;left:1.875rem;display:block; }
#niNlHTTS3bFumd1W3rXXnK3iATMhIsiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQRGaWizTKAuT9Q48pxxOqKhSAMt3X3N { color:#334950;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#IW8GKLI1TOmin7b8KNEqqnwSZe70mUXa { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:11.625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#O2aA3tlBeoLa5i8onNOyqMkT8GURsofU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.375rem;width:8rem;top:36.375rem;left:10.5625rem;overflow:hidden;display:block; }
#Npg1m3ALUgyszuxykJJXvwhbTC4p3nB9 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.625rem;left:1.875rem;display:block; }
#PfCUBSxHvM11vZ7fIZgAfloSz0APd6lW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { position:absolute;display:block;z-index:15011;background-color:#fff2f4;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.4375rem;height:6.9043125rem;text-align:left;text-align-last:left;display:block; }
#V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.25rem;left:37.25rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:36.25rem;left:36rem;overflow:hidden;display:block; }
#vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.625rem;left:27.5rem;display:block; }
#x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { color:#d62651;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.4375rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#obMbacaKfVGCORyI3FwHuUbQD0Hre0At { color:#334950;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:27.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { color:#d62651;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:27.4375rem;overflow:hidden;display:block; }
#s3FI1MTTIxqlxXkS8JX55CGI7SP6nuHb { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.0625rem;height:9.666rem;text-align:left;text-align-last:left;display:block; }
#I0QCmWOAd62fT8JJznfKus6bpNLh1dmk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.125rem;left:53.125rem;display:block; }
#c1tLwy00XknzIJvGveotho8nhSJXRZH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esrfbv2ZZnqBMDKp8FqUi6ueQfXU3AZg { color:#334950;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.1875rem;left:64.75rem;height:2.51855625rem;text-align:left;text-align-last:left;display:block; }
#ZBsebMml6LVfXXmW6rlxzURJwdQ7CLL0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.375rem;width:7.5625rem;top:36.0625rem;left:66.6875rem;overflow:hidden;display:block; }
#xm3Bh52nn5ICNH8iEca7Go4k9Q88CR8A { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:44.625rem;left:53.125rem;display:block; }
#lKnwmTu3p3bt4zpaldAwMohMFU7ccGQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doVTgm9EBghK0v9CyOzQHTlcKfz5h41v { color:#334950;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:35.875rem;left:53.1875rem;height:3.16861875rem;text-align:left;text-align-last:left;display:block; }
#sBCTMenJ8twwdTBQZe4BT6qmwxM3lCFu { color:#f2632c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.0625rem;height:2.68120625rem;text-align:left;text-align-last:left;display:block; }
#PTGc5zMV6ZSoTr9z8k2lAThNWByIuHpk { color:#f2632c;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:53.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oZofy0duTJrpJ216fOZvnl5DBW0G3Gg2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:12.4375rem;top:1.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#vu34ZuXuqFRip4KfpwwwrVHQwqp4sBrV { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:50rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row .container { background-color: transparent; background-image: none; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row .container > .video-iframe-container { display: none; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row > .video-iframe-container { display: none; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .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); }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row .container { border-width: 0; border-radius: 0; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:block; }#iMZWwwMJO8T7lm1TuMVrMJJuUBPgbo5x { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.75rem;width:21.3125rem;top:1.6875rem;left:1.8125rem;overflow:hidden;display:block; }
#OSX4DlkTZxFcE5l5N0xHXVRPSl63MnaE { color:#0f2966;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.8125rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#qxhSxN32p7Ihc6kVUOgtSchs4DDdmKDS { color:#0f2966;display:block;width:19.5625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OpgKSqi68OtuByJmG7lge6eLLefmpT0M { color:#334950;display:block;width:20.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.9375rem;left:1.90625rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#NtnFU8fgo4h8en4kNgc0FAun3ENobS24 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.625rem;left:1.875rem;display:block; }
#Qw28MNWXyDWleHQaU1y7QawKb7fb3lGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHHuFwhgeM05CK2IP3Pa2gRFPVhVUo83 { color:#0f2966;display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.375rem;left:3.1875rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#yDT7hPGmnliU0nVMhkrgC8PF2qw0K5qw { color:#0f2966;display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38.75rem;left:12.5rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#OnlI7UXRMp6glfFHXoV5wtTz0eGXIU0s { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.625rem;width:8.1875rem;top:38.5625rem;left:11.5rem;overflow:hidden;display:block; }
#PP738Dq6FyhAGfRtxlSAmFBeiOZzh043 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #726cd9;border-left:0.125rem solid #726cd9;border-right:0.125rem solid #726cd9;border-bottom:0.125rem solid #726cd9;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#726cd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:47.125rem;left:1.875rem;display:block; }
#ymyVTzQKTA89wN3RdbAcfVHXRMrgetBr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QWTJ4C7yedsAlQ7JD6usChqiz0MZiuTl { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:53.25rem;width:45.875rem;top:0rem;left:29.125rem;display:block; }
#SeCtDVoovkMiOhANwNnoguMFvpIZT8o0 { color:#0f2966;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.0625rem;height:5.361975rem;text-align:left;text-align-last:left;display:block; }
#JP796EQUzMGkMJtyDVFXGsGqKqQAIZWX { color:#0f2966;display:block;width:35.0625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:32.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y2feCTVipNDeA0PEpmdLzAnkiThqmDgu { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/af8bbb26-0db4-441c-8464-a1a498409de2/fin60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.05517578125rem;left:32.03125rem;display:block; }#y2feCTVipNDeA0PEpmdLzAnkiThqmDgu.adaptive-delivery-prevent-bg, #y2feCTVipNDeA0PEpmdLzAnkiThqmDgu.lazyload, #y2feCTVipNDeA0PEpmdLzAnkiThqmDgu.lazyloading { background-image: none; }
#l6SHsTK5hSPSfhxngD5Q4AEoqO7yyoZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/9f959e58-cb1f-439c-8327-0323cf2222f8/hr60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.05517578125rem;left:45.21875rem;display:block; }#DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c.adaptive-delivery-prevent-bg, #DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c.lazyload, #DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c.lazyloading { background-image: none; }
#NApiuNFJi5UfTF2Au0VGIIuBMCCKI44V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/c781582c-9fb8-4463-841c-9d00692bafc3/it60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.05517578125rem;left:58.40625rem;display:block; }#C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u.adaptive-delivery-prevent-bg, #C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u.lazyload, #C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u.lazyloading { background-image: none; }
#lMzdf10hwPDoVUX1XxzGPKJrH2cuhrg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SwgX0kTBaKzI0it25P6zLubX1kyJAkle { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/dce999c0-514b-44a9-b269-2bf1ebe6dfa0/mark60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.09375rem;left:32.0625rem;display:block; }#SwgX0kTBaKzI0it25P6zLubX1kyJAkle.adaptive-delivery-prevent-bg, #SwgX0kTBaKzI0it25P6zLubX1kyJAkle.lazyload, #SwgX0kTBaKzI0it25P6zLubX1kyJAkle.lazyloading { background-image: none; }
#STk3sm3ZITWMLJS6BgzoIycntTgWmEJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9 { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/86641216-b5f8-494d-b7bc-1466282d954d/neg60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.09375rem;left:45.21875rem;display:block; }#uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9.adaptive-delivery-prevent-bg, #uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9.lazyload, #uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9.lazyloading { background-image: none; }
#iASRoDCAX10UOrFamLKn16IeUgpiQ9g0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#knOerPQAKl8ToQTsq85z5MqX3aG7LTod { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/f039ed84-8ee5-4c24-abe2-eabe6b3ef072/pods60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.09375rem;left:58.40625rem;display:block; }#knOerPQAKl8ToQTsq85z5MqX3aG7LTod.adaptive-delivery-prevent-bg, #knOerPQAKl8ToQTsq85z5MqX3aG7LTod.lazyload, #knOerPQAKl8ToQTsq85z5MqX3aG7LTod.lazyloading { background-image: none; }
#ehJvLgTThkHmXaBvc1NlKQe3ZeIaxxer { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/4bbe12be-fa32-428f-be2a-5b8caa51c690/spr60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.349609375rem;left:32.0625rem;display:block; }#O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG.adaptive-delivery-prevent-bg, #O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG.lazyload, #O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG.lazyloading { background-image: none; }
#fwSAff8NozNoewugqDuFVARryFEanv4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6 { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/68f977eb-18a1-4e50-8a1a-841cdbaa44ea/prez60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.375rem;left:45.21875rem;display:block; }#TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6.adaptive-delivery-prevent-bg, #TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6.lazyload, #TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6.lazyloading { background-image: none; }
#pBuok1OyRXvLwBJsKrTlSkTVvA38DWJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/8ea02dd4-dfc8-4f60-a48b-92a55f1896ad/zarz60.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:6.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.375rem;left:58.40625rem;display:block; }#lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh.adaptive-delivery-prevent-bg, #lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh.lazyload, #lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh.lazyloading { background-image: none; }
#cGHneB7LG4ofOnMJwzuCQRq4129ZEZ9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpKe47n2GWB4ubbNea2TCiAREQpaywRZ { color:#0f2966;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:36.9375rem;left:32.0625rem;height:5.361975rem;text-align:left;text-align-last:left;display:block; }
#iaFbTkJgiWJaZce39vLVEGWQ7P8TQDW1 { color:#0f2966;display:block;width:35.0625rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.3125rem;left:32.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OIwB3PhTrvin35qaUoMcMy5qg3OuoHDl { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/e6df9075-874a-47c3-83b1-5a908133a732/pakietye9782.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.6875rem;left:45.25rem;display:block; }#OIwB3PhTrvin35qaUoMcMy5qg3OuoHDl.adaptive-delivery-prevent-bg, #OIwB3PhTrvin35qaUoMcMy5qg3OuoHDl.lazyload, #OIwB3PhTrvin35qaUoMcMy5qg3OuoHDl.lazyloading { background-image: none; }
#STHOReu7nm9tUBTha2dQmyTUSemDV66J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxTJbB6dp8FQ2SLcKn9d19icaLEaVLlJ { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/ff67a9b5-b1a0-4305-b314-b4774f5d5910/pakietye9783.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.6875rem;left:58.4375rem;display:block; }#VxTJbB6dp8FQ2SLcKn9d19icaLEaVLlJ.adaptive-delivery-prevent-bg, #VxTJbB6dp8FQ2SLcKn9d19icaLEaVLlJ.lazyload, #VxTJbB6dp8FQ2SLcKn9d19icaLEaVLlJ.lazyloading { background-image: none; }
#JSSRfsr5eGH7qwNmQ68S0ScJLaOOcMUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpqDMHKQ4SJFw6tATTiRf9tq9u0NX3mG { background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/e68a9b7e-d450-42b2-8301-a33db55a1ab9/pakietye978.jpg");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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:7.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:43.6875rem;left:32.0625rem;display:block; }#JpqDMHKQ4SJFw6tATTiRf9tq9u0NX3mG.adaptive-delivery-prevent-bg, #JpqDMHKQ4SJFw6tATTiRf9tq9u0NX3mG.lazyload, #JpqDMHKQ4SJFw6tATTiRf9tq9u0NX3mG.lazyloading { background-image: none; }
#NzyIkM1PV7JFTOi1BhFkUN81MIr0qIBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyTG2F3HpwqEb100hhsyWfzMnHTbUU6S { position:absolute;display:block;z-index:14999;background-color:#edf5fa;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:53.25rem;width:32.25rem;top:0rem;left:0rem;display:block; }
#omZgh3QrD0mG2K7cLuOpzuvZgKI8Wxyr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.6875rem;top:36.75rem;left:9.3125rem;overflow:hidden;display:block; }
#tyvitLRpeZGXe8JAOmH3alfshA06zdFH { background-color:#2c5436;background-image:url("https://images.assets-landingi.com/uc/bc46bcd6-673d-4a3d-8d34-ac25f165e8a7/bgswpar.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH.adaptive-delivery-prevent-bg, #tyvitLRpeZGXe8JAOmH3alfshA06zdFH.lazyload, #tyvitLRpeZGXe8JAOmH3alfshA06zdFH.lazyloading { background-image: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container { background-color: transparent; background-image: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container > .video-iframe-container { display: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row > .video-iframe-container { display: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .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); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container { border-width: 0; border-radius: 0; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container { font-size:0.875rem;font-family:"open sans";height:28rem;width:75rem;overflow:visible;position:relative;display:block; }#Btmp7N2Jd729d8OKEM8ymbRrKHQ3oyrt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:18.5rem;top:1rem;left:0.75rem;overflow:hidden;display:block; }
#gkFaMvaUubaNmADfq6T47aqRKkGJgn9b { color:rgba(var(--color-tertiary-0),1);display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9375rem;left:35.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ysuhs2alE63FIPQL5Af6aVSmaE1SrMEo { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:barlow;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.75rem;left:35.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDn4ipevWOxfwWvyg6c4nTfcULGZK1NJ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.3125rem;left:35.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .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; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.651875rem;padding-right:0.600625rem;padding-bottom:0.651875rem;padding-left:0.600625rem;display:block;align-items:center;width:3.60375rem;min-width:3.60375rem;height:3.504375rem;position:relative;font-family:barlow;font-size:2.608125rem;font-weight:700;line-height:56.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.408125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.805625rem;height:1.385rem;position:relative;font-family:barlow;font-size:0.978125rem;font-weight:400;line-height:22.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr { 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:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.25rem;height:6.60125rem;padding-top:0.081875rem;padding-right:0.085625rem;padding-bottom:0.081875rem;padding-left:0.085625rem;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.875rem;left:43.1875rem;z-index:15004; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #VhUERy4wKDKTJ43gzPLgBk2zQAZqctNK { display:flex;position:relative;top:0rem;left:0rem; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #NG66at1y7I9GitNfTWqrqEnkW5f5xByV { width:auto; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #K6eD6v81w7FpkS6rZ4MxUkbkmimPHaTN {  }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #V43wSBCmQUuhHMnt3mJzackOnO9sxoSK { display:flex;position:relative;top:0rem;left:0rem; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #OlW313IABDFBcSTWe8cQMxn5kMA6ISyD {  }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #IHtiIxNCXbQ4MISRe7Bsz2nDoyDBhA3F {  }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #p8hlf46ZuBfM1nBaBP9e0r2FOXKCz21N { display:flex;position:relative;top:0rem;left:0rem; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #HSuJc35v9d3dERNywJpnOhv8zmhsPCrc {  }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #tHormMs5ZCHXs3AKOsUJTN3gSp1BIFbp {  }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #pfazciCeAaiernS8nUwIFI7CiZyUDdCp { display:flex;position:relative;top:0rem;left:0rem; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #yTu2KMVHUeiWKqKhfkonaft6AQ26Hf0q {  }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #tgwwE2LhroUe5C7bMGH5MtupBkShc7PG {  }
#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl { position:relative;display:block; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl { background-color: transparent; background-image: none; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .row .container > .video-iframe-container { display: none; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .row > .video-iframe-container { display: none; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .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); }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl { border-width: 0; border-radius: 0; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .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; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SOpCwyfTSRGO0BkDLd4aSMUpRJq8grrz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:49.875rem;top:4.84375rem;left:0rem;overflow:hidden;display:block; }
#OO8Jlzas553zT4KBTcT995c5mhDLMyPs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.9375rem;left:52.8125rem;height:8.77344375rem;display:block; }
#QF54ixmQiptd5A4JJrtNAavXmRc1SrQL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.3125rem;top:12.6875rem;left:52.8125rem;overflow:hidden;display:block; }
#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 { position:relative;display:block; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 { background-color: transparent; background-image: none; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .row .container > .video-iframe-container { display: none; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .row > .video-iframe-container { display: none; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .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); }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 { border-width: 0; border-radius: 0; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .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; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cIfcART6n7lnEH2vZOH4MrlDC6yKUBSf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:50rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#ZTNSuKgQDsQbzZl2sn3fiRrvIQJ5d85U { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.77490234375rem;left:0rem;height:11.69791875rem;display:block; }
#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg { position:relative;display:block; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg { background-color: transparent; background-image: none; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .row .container > .video-iframe-container { display: none; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .row > .video-iframe-container { display: none; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .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); }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg { border-width: 0; border-radius: 0; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .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; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cvu28ysxmnvfC8WklkvaSl6vaVdZoCm6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:49.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wWhkChMnrs9gbtmHgF4blO5DASRxT1op { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.03173828125rem;left:52.8125rem;height:11.6979375rem;display:block; }
#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { position:relative;display:block; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { background-color: transparent; background-image: none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container > .video-iframe-container { display: none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row > .video-iframe-container { display: none; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .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); }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { border-width: 0; border-radius: 0; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .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; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.25rem;left:49.875rem;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.adaptive-delivery-prevent-bg, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyload, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyloading { background-image: none; }
#s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.9375rem;left:49.875rem;display:block; }#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.adaptive-delivery-prevent-bg, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyload, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyloading { background-image: none; }
#Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSWOvotweaTRpl6nbgwM2QJK911Tg66o { background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.625rem;left:49.875rem;display:block; }#DSWOvotweaTRpl6nbgwM2QJK911Tg66o.adaptive-delivery-prevent-bg, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyload, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyloading { background-image: none; }
#GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.0625rem;width:44.6875rem;top:0rem;left:0rem;display:block; }
#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { background-color: transparent; background-image: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .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); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { border-width: 0; border-radius: 0; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { font-size:0.875rem;font-family:"open sans";height:17.875rem;width:75rem;position:relative;display:block; }#hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { color:#2f2a80;display:block;width:23.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:25.75rem;height:9.0963625rem;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;display:block; }
#VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.25rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#KielANdqOZXgdbIAMtTZ21ggpe99XvOK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:54.25rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#waXDvruWctg2L22T2Vdn3za9t4tOeyZq { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:55.75rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.8125rem;top:5.404296875rem;left:4.75rem;overflow:hidden;display:block; }
#LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.6875rem;top:5.404296875rem;left:13.75rem;overflow:hidden;display:block; }
#RpE2fE12MpTO7urldvgBsil0FNN23rmE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.375rem;top:11.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { 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:1.5625rem;width:8.75rem;top:8.998046875rem;left:8.25rem;overflow:hidden;display:block; }
#o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.0625rem;top:11.3125rem;left:14.21875rem;overflow:hidden;display:block; }
#zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { position:absolute;display:block;z-index:15001;height:2.0625rem;width:14.1875rem;top:11.0625rem;left:60.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:37.125rem;height:2.1875rem;top:1.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:18rem;height:5.0625rem;display:flex;top:3.6875rem;left:28.5rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:8.875rem;height:3.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLS7eMIFThwV8vsTrzy2RC6EauERQTAL { display:none; }#VLS7eMIFThwV8vsTrzy2RC6EauERQTAL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 { display:block; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPpGWClP9cvSdCvg9JfpklZTZtt5NJdJ { width:32.75rem;height:5.6875rem;top:3.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdAOalkN78PTIZLm3a80UBlTCJyZNr2 { width:35.4375rem;height:2.4375rem;top:12.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN { display:block; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT { width:21.375rem;height:4.5rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFxOUXToCTtqoWgRKpsKyD1bJCMnRarn { display:block; }
 }@media only screen and (max-width: 763px) { #HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM { width:23.1875rem;height:4.5rem;top:1.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0yJp61oDadeJon4RBdZZ5edd79BvxOa { display:block; }
 }@media only screen and (max-width: 763px) { #KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ { width:25.125rem;height:4.5rem;top:1.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN83vEmgtci8SsM9knqfafroqB0D8lBB { display:block; }
 }@media only screen and (max-width: 763px) { #URhZTFTKV4B6SFc6QDDVLOPkM4Nlhgbk { width:8.4375rem;height:3.375rem;top:8.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0p2CcVLFbcHG8fMel0ilt4mDFwbC5mh { width:8.75rem;height:2.625rem;top:8.8125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr40HRmrFay5on3J2xcWcEqXNWA9hF8T { width:8.1875rem;height:2.625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBFl83kuBd9LBJf7K9cyOesyLTHHxy0v { width:8.75rem;height:2.625rem;top:8.8125rem;left:23rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkIRbO81IJZ8uT7q6xhR70PSLtpMkoG { width:8.1875rem;height:2.625rem;top:8.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9pfdexSqch9XO35Tx2Q8r8NcSTWSWOi { width:8.875rem;height:3.375rem;top:8.4375rem;left:12.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHVTG4aKmIMUo8W3dhr9expEWJsPetOw { width:8.75rem;height:2.625rem;top:8.8125rem;left:39rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdBTdAKaBldsqmVThvxHJwFQ7uNZZo57 { width:8.1875rem;height:2.625rem;top:8.8125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5CHly7oQNoVElztr8Q785wkH9QxXRK6 { width:9.5rem;height:3.375rem;top:8.4375rem;left:38.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX { display:block; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXCOEX8pXWJDL5DmHVNzA6pFOtUgcfTe { width:40.25rem;height:24.75rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ4oxdkMPfqT7csUwxiE3IHUcOhJNmmC { width:34.625rem;height:7rem;top:2.5rem;left:11.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReML1T0Qis5E71cTHFVFPIyMd25TWZao { width:18.9375rem;height:7.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLhwBPkJlORJk2kIwxGhGC0nGWnFeLg { width:34.6875rem;height:6.125rem;top:9.625rem;left:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzGwMoukDk1DuMhdVQamRNsrhxVV17Vw { width:34.6875rem;height:2.875rem;top:16.9375rem;left:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCfMFpNEgtillfgQQMB0CTZ1bwRQMQdX { width:17.875rem;height:3.4375rem;top:21.4375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClV5w8CWuRKKl6tJLlaox1unnLmt5Ack { display:block; }
 }@media only screen and (max-width: 763px) { #U1D8qi7MBnFZ3tN3Pkl4qt2ENHbwhE4o { width:15.125rem;height:1.125rem;top:25.5rem;left:28.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amTTLcZOTme6kQieqOP4KN2kJ6GQ9RUZ { width:1.3125rem;height:1.3125rem;top:25.375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 { display:block; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row .container { width:47.75rem;height:110.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0JTOwGoMs98ls55T8eNN3x5uedxG6Ni { top:7.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqtNz9A3WyopSetxQGKMC8VeQbzdVE7D { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efSX669tlXMCT9gLU0OWzHnqZiKdVLRt { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIy8gExnkXBIwJAyx7HVp9uMTfTPFtOz { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0PSuupIRzB1bK8Icq9flzzTVqZ1t6zW { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnRkk9X8fJL29pQphrQT7J1RBXRtE2kE { top:3.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufdwTMO4tdzr9eXJEHrN0rJnCOqrJaEa { top:3.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqXdDxPwafVTOzcqSwaVqdSspXcDtu1f { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS03BK8OFWZt6Tod77KsbftJmtLor2fb { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akx8s84PFR1cMQBCIKbM535oaekgkG4U { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGurpDfcgPVcefbfMKS0DdLXqtWBwTJK { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvZmsZOP7dl5xrIcrE8rehZ1vNuxSDE2 { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elRzT0R9CFQkObRloyO6OrzyygilXDIN { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRhryAK829aTZp9MHTK2m6CPE4VreLcz { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHPqUa4c51K6QWwraWEAzBMuO7AW552X { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ3pwc3LCvKLOK2qfo9uU8Tg6iUil1SL { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roRpTZdLCOlo51k9lOKHaObstidrgQXD { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWa1CqcTfTVLJG8rkABJTAp5nNTXvzhB { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwwTne9g7fWx5zKHXhU4vycTALbvQFKX { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn { display:block; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvXr6KGTXXOpSA5JoE69gSTutlrTdg8U { width:32.25rem;height:10.4375rem;top:5.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khbTEC1N3g9kF5P1JbsHa47fl4hTqs3R { width:34.6875rem;height:2rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeM6T4UQa1qMOpdqR9Z0pACdKCglLE8T { width:32.25rem;height:5.8125rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1uX0foLoabhFK0JG4VNoddQIyZTT0oe { width:17.875rem;height:3.4375rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8de1DOi1LJzVidhH7geG0baI48Fw0sE { display:block; }
 }@media only screen and (max-width: 763px) { #GeaiBn3lqeucakfP9y0AwA8AD8DRbpJ6 { width:15.125rem;height:1.125rem;top:28.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA0hX6HVDzs2UL2Mxkf03sOX27B4yMix { width:1.3125rem;height:1.3125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8dDwRSINOlITNTtcixbheW0tATQyHBx { width:40rem;height:22.5rem;top:3.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3v8iifKWt1ZMJFfU5zI3X2n6WL93tBh { width:26.125rem;height:1.125rem;top:31.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH { display:block; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmOTzTdZFat9EczmxGyn3OLWfzcg65Lx { width:32.25rem;height:6.9375rem;top:5.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPMaeOnXdMa4qDimRTx15OBuRVVpwKP9 { width:34.6875rem;height:2rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bULLbxbnHEB8LX6Tt2TAt05EmHfLdvQt { width:36.125rem;height:1.3125rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 { display:block; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vytBboJJq1FA33Mi0oc5t8kttOhul9Wx { width:26.875rem;height:1.8125rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p08VTTHi6ObVNT9pRCHEsdsmzfsA9REx { width:27.25rem;height:1.25rem;top:4.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg2JDG5w8v2nxqVqXCoFonvIfU5BUoIF { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRokLxTeVNR72IophWpDxqks88B6tbVz { width:5.1875rem;height:5.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5iOW0T5Z7T8wi7MFPWTwum71mgRg2nQ { width:42.25rem;height:8.5625rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scQFBnmMdTWJNESJkDSXrsvpdttzpHQT { width:8.1875rem;height:1.1875rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXaaiv9mKWwcyRWoZX3XRygT1Uv2nudF { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGaVAKpN6I62dRKtty84OrKLP5TwOd0A { width:25.8125rem;height:8.5rem;top:10.5rem;left:21.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahPNZIir4uC10ZKV7UAScVTXXpC4TQGL { width:18.875rem;height:1.75rem;top:2.625rem;left:28.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmGUKvmROK67hBMFlpvlbo9mrcrI3Kh7 { width:19.125rem;height:1.1875rem;top:4.625rem;left:28.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7lNBfUa3qCq7KAJ5e8gEFNuJz8PRAm4 { width:5.1875rem;height:5.1875rem;top:1.625rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncZSelQT7I0katZKxWuGeJgT9FqAqwTI { width:8.1875rem;height:1.1875rem;top:8.5rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5s1KCLWP9bbKhBRyKmm809cSF88rHt { display:block; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wwv6BzrZOpB34pm0BGaBRCiL3kckUWBa { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAyoooKIoMFcykngeyhAnHLI0G8kzBMJ { width:21.375rem;height:9.75rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkP8KWpKJxEKkTtuQ8TI6ChH28uPU4gC { width:14.875rem;height:3.5625rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrWQSr33O04mcMmZzkKOhVm631wDHy3T { width:14.5rem;height:1.25rem;top:4.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PqmgIQJUAD3DrFLKE2DapbbFD9430U { width:5.1875rem;height:5.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn7pi5h3XlayGngpw72WMhsOLT0NDe1F { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUypEzldQnNSyEKQzK1CoygGD6kiSz4E { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmFJSFlrJPI45gvtfbpdXTVix1HHOGwX { width:21.375rem;height:8.5rem;top:9.4375rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGsIdFM85EHQImdiAHxkarFPzawrt6y { width:15.0625rem;height:1.75rem;top:1.5625rem;left:19.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9o39UQcUxcyHld4qX6tZkXTJMcbshyO { width:14.5rem;height:2.4375rem;top:3.5625rem;left:19.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS8ypiKq9zZ29KVPlLTEgptAsTtEwGnh { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghaqHdamkASwAiDWeVuRDntrxUvldqKz { width:5.1875rem;height:5.1875rem;top:0.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVz80nwqlOGnTLyKRKiZCwCm1nciDBrc { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKubG3vJGrRqeXOkhNfodXIWrk9W1HPx { width:21.375rem;height:8.5rem;top:9.4375rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR40Ccpgg8T3c3kRVPMMOG0JITnNSX4E { width:15.0625rem;height:1.75rem;top:1.5625rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPlaJPWrO7xpwSf42SwV8m4p7JvKxcPG { width:14.5rem;height:1.1875rem;top:3.5625rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVoT5y3EU08V6mJlLfK9U8hNM6cxMGsC { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7RJIHMiohSFtHE4JUnIuxcEDsmnq9k { width:5.1875rem;height:5.1875rem;top:0.5625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm { display:block; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1dBRAoyebI8S2ocqcAT4Ja4IrTs6gT9 { width:26.875rem;height:1.75rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsfpsH4xoKHQrxfDJGTEs0dLXeoIUnwo { width:27rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAK2n9Fb5rB05RTwP7BpkCTDqiRPC2L { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKHCRpa2WRD4uTxv7AuIN3Fo5izTyPuZ { width:5.1875rem;height:5.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5scxqxrXcN7Sc2HwDJZW8GHxeH0kUkn { width:33.75rem;height:8.5625rem;top:9.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvC7XblDhhJw4e7aREmRsoouCvZ8Tk9d { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SRsQvne55RsH9Z0EdeX77quRdS2FTx { width:26.875rem;height:1.75rem;top:1.6875rem;left:20.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbXLnu6RL1POaMktosVmz1IHdQDTrkiO { width:27rem;height:1.1875rem;top:3.6875rem;left:20.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7qJ5FFdZ4zMsQ6WTDt9vTbP0uM5iDJq { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2azK3SF8rDoZih73ovyViEGWP3Jtz1r { width:33.75rem;height:10.9375rem;top:9.5625rem;left:14rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Xpv4xIJtUoR3BeNuepiwCzmJw4sU2l { width:8.1875rem;height:1.1875rem;top:7.5625rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAfyKcAQPZkFmScKLNpp4krTwP6O1zov { width:5.1875rem;height:5.1875rem;top:0.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiWvq71GGmp7Db8KoDhhakagNJrsBBRI { display:block; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf0ikCuTLV1EJObnw8hTTMXeT9KEg5x5 { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPtTJAVtKq4NFTBmNVFvKMKhmwBHVnRK { width:21.375rem;height:7.3125rem;top:9.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTks2WbIyUwJK6LCXW67TC9BxaVKvRu { width:14.875rem;height:3.5625rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ0XEwX9zHrW8U71GZD5vmldVQGi1oy5 { width:14.5rem;height:1.1875rem;top:4.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gli9LKs1MErM1NrVlkOOHARpCxKwEOtF { width:5.1875rem;height:5.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPtN54Pe5solxfolpu1u4c9weV2bNC8H { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLa23gN3VBJOWGhBJb2MUxhWpUZlGS7t { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWHWwPSAI7XXBlrwvxVWRL2963NOpH5G { width:21.375rem;height:3.625rem;top:9.4375rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHsLHdEOe0XJMs3Az9bIhSAn0DdG0ZR { width:15.0625rem;height:1.75rem;top:1.5625rem;left:19.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2463hI5G9mvK8DOvVpLRUdvQhvd1yic { width:14.5rem;height:1.1875rem;top:3.5625rem;left:19.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmAgqGy64ycwgVzXA8Th77EWax81raW0 { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azn0KuHRvWkgTZso5I1xcFyiZ2TwleTh { width:5.1875rem;height:5.1875rem;top:0.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pof2UV8iAC4K7iv8CEu6mm4LlVFZ8Frl { top:15.1875rem;left:0rem;width:25.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvdMz0m9vBoxsbZt8fo9W3KDcfbOeBb { width:21.375rem;height:3.625rem;top:9.4375rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTHZsbAlEe3L6TPkLv8noy0s7WRHiAW { width:15.0625rem;height:1.75rem;top:1.5625rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwJRUViMRSXKRcwCfIx6IwWt8A617RPb { width:14.5rem;height:2.4375rem;top:3.5625rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqkKc7bw7D8T5x5fOnVS0ESh21GxMl5C { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL7BAfw4sRhU1DIIVI0fmqeBBLKmDT5F { width:5.1875rem;height:5.1875rem;top:0.5625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k { display:block; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ7csdyChUwSqnfORwK0MaM7opsN0r9J { width:17.875rem;height:3.4375rem;top:14.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlKinkk7tnF4lD2kxZUfS97XOM3cWyRN { display:block; }
 }@media only screen and (max-width: 763px) { #FtdaXpaqiIw4QCB8TS5Nuz7VyXtxTohV { width:15.125rem;height:1.125rem;top:19.0625rem;left:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndfEoafRHz2ygq8sPDwq8tUPHSoXMuiJ { width:1.3125rem;height:1.3125rem;top:18.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5Kie4Zz97Cagu0lXHXHPJ9qMdHnDW9 { width:33.75rem;height:1.375rem;top:11.4375rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp8y1hRBy04nv8FuTXOAXBKXEdaJop4d { width:17rem;height:17rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg { display:block; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWfENAChMr6zUQSTJav3ZvcOIRMo1ZgQ { width:32.25rem;height:6.9375rem;top:7.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za98nIKJVtW4nmUyyL1RuHaV2Dcpg32m { width:22.125rem;height:2.875rem;top:3.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU208fohPdK6q7MJbMr0vFUfRVu0nAwE { width:17.875rem;height:3.4375rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot4TP4Jet5sXH3Rg7LVaqJvoAwrrygxM { display:block; }
 }@media only screen and (max-width: 763px) { #LZ0XVTXA16PJtT9LnQnWO53Tc9xRnm96 { width:15.125rem;height:1.125rem;top:55.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzZBvEnmPbMyZUxDNUbUbqiqEdRQtqNe { width:1.3125rem;height:1.3125rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDL9oPZ3nT2hzLL6JE2aCy9zuqa9d23r { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vCkXEK6grt4f6IR8l98acrUor9lS7H { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC3NyoQr9bEoPXhSN29lBk2t2N8eg3vG { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlaXJsMeAyZXPZiXNyHoDlr2bRzKXETi { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Heib8xTOefMQPdiV6HDtZ71NE5zXvLRT { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP20tHL1roEzTGQk9WPQbbqMmDXOKFDU { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPG0Osk471FG3pVypOTwEsCzp3blw6tl { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phZ4B8TyoEs6veprxCRouDw9GJh86frQ { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwyMmV5PULmN9qzdcasD7kEZvQx3q5TZ { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJrTMTqniOTuHydSo99dZgFN2BnCaHzv { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz0OPbs3Fo6w3guaw5GFhaTlkhaDaIFp { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siVS4XePDg9GvWBrRnn1f2VqZ2Ty0y7Q { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3KsfCNLmIWXOltsdHidSCvscHTBArc2 { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmE12FIaAMFgu6nf6dMHT6PmsLuJCCQp { top:20.5rem;left:1.40625rem;width:23.0625rem;height:9.7993125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TElMmcPyg8H6VK1Ie4DpzX8uEE1wD0HB { top:17.25rem;left:5.1875rem;width:29.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpLqHxnXKrbiCvxSqnfG0p4vul5mE8Vt { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf9lJB3RIRGF12vd3WyigBvkyytvVvQz { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6V574Vk3DXDBBbETOlfpZAtzT0yDSsT { top:16.75rem;left:1.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHaNKHTlPW9KZw3mIwy3Q33dQPftd7Q6 { width:47.75rem;height:42.987370466321rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC { display:block; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3PNqdHZOiGHNHg5QP7vNLXFuRuDTJkq { width:32.25rem;height:6.9375rem;top:4.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M08q5vW4An0i17BV3r3c1lWvqea4xViN { width:32.25rem;height:5.8125rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBkdBx7w49BIcaCHhbVTG98Z8IGrTR82 { width:17.875rem;height:3.4375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogVn8tCxc7uz2cxzJvqQIlsQn1l7URDr { display:block; }
 }@media only screen and (max-width: 763px) { #EnPW4On2TDmS5TVLu6Cx4ec5XMx2ot4a { width:15.125rem;height:1.125rem;top:23.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQTpJZnz8CuyDKy4KmtLZ9L4ngnaOkV0 { width:1.3125rem;height:1.3125rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmif3sDEzlybD1BwM4TRmOAvucK0kzOo { width:25.75rem;height:25.75rem;top:3.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXmh95IFssxHxK26vcOtCkZLNKSfduO { display:block; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv3qvw2zw38rF28X4ItowWgFGpinT7qc { width:34.6875rem;height:7.0625rem;top:2.5rem;left:13.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSPuW5FJGtBvAIbH7JSOqUTJdgKl9NME { width:47.75rem;height:5.8125rem;top:11.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCO32xZp2omsScITNVo7NnimiPEhJO7m { width:22.625rem;height:25rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3VWcX9eDcabybB9n9aE0nk7z3sz7Ap6 { width:12.0625rem;height:8.3125rem;top:2.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHbWzbMRBxDV0EJuCGxdT3LftSrwnEZN { width:47.75rem;height:7.25rem;top:19.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 { display:block; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZilcyNVPpy2kxPWUydcOlmZ9qT0GwVoH { width:47.75rem;height:3.5rem;top:5.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEnsOw4oJ2tXW4ZD0nINL39WbMstxib { width:34.6875rem;height:1.6875rem;top:2.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxrG4RSM1TKX2P67Lbr2VWGURlMQxhTw { width:47.75rem;height:2.875rem;top:9.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n { display:block; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3lLWxsTBN5WIv4T8019EweMrwfhtK3p { width:24.5rem;height:13.75rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6sToOE7kogktx78XtwsXk4IRnoamEkc { width:24.5rem;height:13.75rem;top:0.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLmhmrI6Z4nUtsKwPFRwGk52woyxgPIP { width:24.5rem;height:13.75rem;top:0.875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpIhxMXaz57C244Z2wxvf8yB0asDJKPg { display:block; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwRNg5eCREFRw7pGgrXxGMZQ710SQ8bE { width:24.5rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ninqrLVOtSKyDcf7UvF34ZQ58fODxzbJ { width:24.5rem;height:13.75rem;top:0rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 { display:block; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWCoeOTmJde0oTAXn1aIl1OKSMwyADuJ { width:47.75rem;height:3.4375rem;top:5.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3k5T0a8ctL2nn9WXRByOyHg7l7VOKPP { width:34.6875rem;height:1.6875rem;top:2.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGM5QKabPbBuwSUHE7wp3bS4adNyT6Ds { width:47.75rem;height:2.875rem;top:9.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n { display:block; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9OFc3upR4EVyrvMgT8faVV3i0ynnmEI { width:25.9375rem;height:2.4375rem;top:1.5rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkuPEg49TObhAFens6kQCFeqi6DMUl8S { width:3.75rem;height:3.75rem;top:0.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWQODGtnQXiWOZw0xbAXGai0EuJAnUtL { width:34.3125rem;height:4.6875rem;top:0.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ8db2RB1utywA6pcO4ILiRofmTI5CBi { display:block; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row .container { width:47.75rem;height:134.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2AuFK5dKGuWZdqTo3AeXdosbnvIVeHJ { width:23rem;height:62.125rem;top:9.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Nh7uRzHrTysSlFuLpHykTnESNu3TT2 { top:7.125rem;left:0rem;width:23.125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB5X0lhhypuVxIvWXmbwWpgcubpf1uB0 { width:23rem;height:4.25rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQLfoPEO1Ne1Zb5wECtI6TaZ9pKt82OT { top:9.8125rem;left:0rem;width:23.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok1uobmB6dr7duv9AAhFBRzyQCrNZEtu { top:12.375rem;left:0rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAAKLXkBd52LNa5APKftZ4TgHK4B9fEq { top:21.4375rem;left:0rem;width:23.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4iXhaFVnwFzTeS4dC7FNn4HlRlNNqMe { width:23rem;height:5.75rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3J8K8LCtcSKiW4pg9Ef1tNOzHHsp6B { top:24.75rem;left:0rem;width:23.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJmhMZcP5XFm5Uf3Eze3LECd8OUs5Z7 { top:62.625rem;left:3.5rem;width:11.9375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiGKUMEuM2oaU4mLOwon2384TcuEZm3 { width:17.5rem;height:3.4375rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ZxzDTKgfr8LOp5cgoNLCrnChCoLR0F { display:block; }
 }@media only screen and (max-width: 763px) { #FK3oZls0qNsT8DHxW3CuhXZFsnirp4R4 { width:1.875rem;height:1.875rem;top:62.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnLFERT6TmuGI9gylVwkfdhx0MS45CRy { top:18.25rem;left:1.25rem;width:12.5625rem;height:59.8461875rem;font-size:1.125rem;display:block; }#lnLFERT6TmuGI9gylVwkfdhx0MS45CRy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #GpE8ZrD7cUgdDVNFxHgnxVIr1UPVM8QZ { top:4.0625rem;left:26.375rem;width:18.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOgQ7aSPE4gNhVKkmc9lxI5CVz07LIgp { top:4.59375rem;left:27.625rem;width:16.25rem;height:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJPLdMFz5WaTDSo8apLBeANynTyw1rN7 { top:14.25rem;left:5.28125rem;width:7.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4MVSSQZG9AzD5RqGIuGnDhJeAlDLlUc { top:15.5625rem;left:0rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBkTODz5I1ZMKt42nyVB7o6HlJpW0GX { top:17.875rem;left:0rem;width:23.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyknnIvdckqf1OmOTDNKyTawLFRd5abm { top:18.25rem;left:1.25rem;width:12.5625rem;height:59.8461875rem;font-size:1.125rem;display:block; }#QyknnIvdckqf1OmOTDNKyTawLFRd5abm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
 }@media only screen and (max-width: 763px) { #QMU21GtQGThzzfdrxvp6V0gZGMWFuDoV { width:20.375rem;height:3.5rem;top:52.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmFhDfiRsc2VmHLi9koxvIUvKWPzUkID { width:23rem;height:62.125rem;top:9.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWQ89BOsHtr7Dcng4nUCVZBifSvmUHAo { top:7.3125rem;left:8.625rem;width:23.125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6JhJDKGiaWTei5XeFCm3STWDE5fJut { width:23rem;height:4.25rem;top:6.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGcsoOORzE3H0Tt6H1U7Hf6JVHgEo4dk { top:10rem;left:8.625rem;width:23.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZQFOKZ44ZOZLaqzAWM1n9gkRiAsQp6 { top:12.5625rem;left:8.625rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng11pBWywTfaZ4x6mGdktwBTtiTvtnxQ { top:14.5rem;left:21.6875rem;width:7.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpzmZPmuyLhnMNQan9R0cXzCTgbZrTXv { top:15.75rem;left:8.625rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlvJ9CKoen5QyRTxkSOlmgwV9PBcnEJk { top:18rem;left:8.625rem;width:23.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Fny94BCrFNoB2JubkqCgs71OaMADLn { width:23rem;height:5.75rem;top:20.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUAe1SGn7l42Knl9XUFqkIfw93N89Bff { top:21.625rem;left:8.625rem;width:23.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekz38t6Zy7LPnKMLw2Rcf4ET3wIZL4GL { top:25rem;left:8.625rem;width:23.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqbwmGmLUqu24v8wJ4l8nQhKk8DSJ8sF { top:18.25rem;left:1.25rem;width:12.5625rem;height:59.8461875rem;font-size:1.125rem;display:block; }#cqbwmGmLUqu24v8wJ4l8nQhKk8DSJ8sF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #WUhI7HqhNhtC4RO4I31I2mZPmS3DuIDU { top:18.25rem;left:1.25rem;width:12.5625rem;height:59.8461875rem;font-size:1.125rem;display:block; }#WUhI7HqhNhtC4RO4I31I2mZPmS3DuIDU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
 }@media only screen and (max-width: 763px) { #ooVi4qT9c2SlQGUXGHLHCzDPTiFAUUeR { width:20.375rem;height:3.5rem;top:53.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErkLFfTCvUz5O4KTc0vQFGKagKxCrOlR { width:17.5rem;height:3.4375rem;top:58.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwpkzHm9AhMUU1TKCWolG4TydD7yTcE { display:block; }
 }@media only screen and (max-width: 763px) { #KLEc4D0yPPaDITPsNGZWaWNqK5lI0n7T { width:1.875rem;height:1.875rem;top:62.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzfJoAEL3nOk2W0p41LWNSyZMAXJTTRC { top:62.8125rem;left:19.8125rem;width:11.9375rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIL1wTKr7uSiquDeObZJSN6NUZxOTwyF { top:28.79833984375rem;left:10.625rem;width:12.5625rem;height:10.5493125rem;font-size:1.125rem;display:block; }#lIL1wTKr7uSiquDeObZJSN6NUZxOTwyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #fqbkLrTbgaHrLZoTas18prb61zJQMyDN { width:23rem;height:62.125rem;top:9.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcRIbGTM86ni5HmJOTalpNTLqintC6fm { top:7.3125rem;left:24.5rem;width:23.125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Q2dTOTAyEtuoqEzTGllLCmrqQIapSe { width:22.9375rem;height:4.1875rem;top:6.625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAWomcRCXvAeZkQe8kiqxTgQmULXlsZ7 { top:10rem;left:24.5rem;width:23.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl3m0bVQRkoLl9uOoVSWTQcL1eLKy9uZ { top:12.5625rem;left:24.5rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4WAkU8qodTxIh9UKJrQ1cTTuaVyEuI { top:14.5rem;left:38.125rem;width:7.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdBpIamPCemQDDedNOfK86qb6bSFiDgS { top:15.75rem;left:24.5rem;width:23.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESwIFPzfVPkDd7b6Z3HA346HZ2r3sI22 { top:18rem;left:24.5rem;width:23.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vku3zQuReBsBZyoKLp84QnHUW3zkRs3b { width:22.9375rem;height:5.6875rem;top:20.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiigpnBQpDbMN1CFgMVvUpEMJxawFx3q { top:21.625rem;left:24.5rem;width:23.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DABI82B0Dcu3ROXwn7r3APsmu9tNHPId { top:18.25rem;left:1.25rem;width:12.5625rem;height:59.8461875rem;font-size:1.125rem;display:block; }#DABI82B0Dcu3ROXwn7r3APsmu9tNHPId li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #LzINuPDsrH7VahF42zWUq7qUnXlO9GUP { top:28.79833984375rem;left:10.625rem;width:12.5625rem;height:10.5493125rem;font-size:1.125rem;display:block; }#LzINuPDsrH7VahF42zWUq7qUnXlO9GUP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #SDTDTnVtclZ30GXmOxwskkuUT6SiwbT0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:59.8461875rem;font-size:1.125rem;display:block; }#SDTDTnVtclZ30GXmOxwskkuUT6SiwbT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
 }@media only screen and (max-width: 763px) { #Pm54EzT7y1NmD6Jv3BBJ550TTXGn9DTG { width:20.3125rem;height:3.4375rem;top:53.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqttTo8IoqsPVcWedUQVJpJ8zIgBLp8m { width:17.5rem;height:3.4375rem;top:58.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS7HeOE1RimgDhLm9NOzPGvLTDUPM5CM { display:block; }
 }@media only screen and (max-width: 763px) { #tdiU5gIkyiQrNpRmgyAiVb7GAm2U43mq { top:62.8125rem;left:35.75rem;width:11.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL2WV8XURm7G34HiKe3mANtzSXPCtff6 { width:1.875rem;height:1.875rem;top:62.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 { display:block; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quEB1A90ZeGX8GQkLW0ACHx3azOZupfh { top:6.125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ulI1BBhEqrmMh3Hx6x5bPKzqVB4pFe { top:19.375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKFbPB9VSyAIx5TWbO7iEE6Ct9kF5LS { top:11.0625rem;left:34.6875rem;width:13.0625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAlTvTuF9ZvU3agl2DEtAw6BJZ0l6R1Q { top:4.6875rem;left:14.75rem;width:33rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txl3ERyKsN0aNvsFWJcBkOGkbTAsqo2O { top:13.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kaMuW9nPMs3TEhfnAadCGKypDJJE6W { top:26.5625rem;left:0rem;width:23.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4yQy1I500qedgbCh4V0wHKM03pPKyqJ { top:28.625rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBVZOEug4BdIebhIBHzKxf8yIqkGvfJm { width:17.5rem;height:3.4375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Xk7yDQp2bvOvIsxMOTp5EW07go8qw6 { display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA { display:block; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cznR93Ei8dfSJTilT21LvTUNkiBtJzRe { width:31.25rem;height:6.9375rem;top:4rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlqZI6zW0TTJuLVIh9e22VsCv7KcEmfq { width:40.625rem;height:13rem;top:1rem;left:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKL7RTXt62z6dpNetLuEVayob70FXKh { display:block; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XksotFJWNoxgE674vTriqfQEAuuO4Q { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhG26zuscoHMNZJVkpcTJliydzSaIzIu { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { width:12.625rem;height:16.5625rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { width:12.0625rem;height:3.375rem;top:28rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { width:8.75rem;height:2.625rem;top:28.375rem;left:0.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { width:8.1875rem;height:2.625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOLOgkHvGiNrprI5mCRoUqbd2bfHUd9I { width:21.3125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvesC3ukLWyTPyWNRN3oMO9wtUiiuWa0 { display:block; }
 }@media only screen and (max-width: 763px) { #UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { width:25.0625rem;height:47rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRok0ufsP4cbvc537x2agefOEpVbgRvw { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { width:43rem;height:9.625rem;top:30.6875rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { width:7.1875rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { width:47.75rem;height:47rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { width:15.8125rem;height:2.9375rem;top:41.9375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block; }
 }@media only screen and (max-width: 763px) { #TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { width:12.625rem;height:16.5625rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block; }
 }@media only screen and (max-width: 763px) { #HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { width:12.0625rem;height:3.375rem;top:28rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { width:8.75rem;height:2.625rem;top:28.375rem;left:0.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamyt3A5HKNinaBpxfmlSImrlruQem6N { width:8.1875rem;height:2.625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpg9BpXB6k3LfrwP2z1DSH6De9oGdtUV { width:21.3125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AxcuLdeuBQ3Rn7iPUi3hCsHM6m5cO6 { display:block; }
 }@media only screen and (max-width: 763px) { #f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { width:25.0625rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o21PT2OEcR697GOkkabL7cAhnBsFkDqP { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { width:43rem;height:8.25rem;top:30.6875rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { width:8.1875rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { width:47.75rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { width:15.8125rem;height:2.9375rem;top:40.6875rem;left:14.36083984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block; }
 }@media only screen and (max-width: 763px) { #REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { width:21.3125rem;height:22.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { width:39.5rem;height:2.625rem;top:4.6875rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { width:19.5625rem;height:1.1875rem;top:3.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXhMF0FM3p6WeoCnFBBThcecm463l0b { width:12.625rem;height:15.1875rem;top:12.0625rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { width:21.3125rem;height:3.4375rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block; }
 }@media only screen and (max-width: 763px) { #lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { width:12.0625rem;height:3.375rem;top:28rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { width:8.75rem;height:2.625rem;top:28.375rem;left:0.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { width:8.1875rem;height:2.625rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egMI486XiIkOPqrL1VTsKhx5nIvDxbJ2 { width:21.3125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzsAl3bK1RBCrit8br4idXfTkZAiPZHl { display:block; }
 }@media only screen and (max-width: 763px) { #Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { width:25.0625rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxDDKsier90HQZtkONMAaS15DnXtmS4 { width:29.125rem;height:16.1875rem;top:12.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { width:43rem;height:8.25rem;top:31.0625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { width:9.3125rem;height:2rem;top:8.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { width:47.75rem;height:46.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { width:15.8125rem;height:2.9375rem;top:41.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block; }
 }@media only screen and (max-width: 763px) { #xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 { display:none; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyMqXVi3wCx2IdKvUe43KULSeQx68Rqi { width:47.75rem;height:4.875rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxQmUy7wBbfPLq2HEdn6uEv8v4fbNMta { width:31.25rem;height:2.4375rem;top:20rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4cyFyl0JbhGBa3o62FZqVvh61PUc60 { width:4.75rem;height:4.375rem;top:14.625rem;left:10.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDczyHOZloWeJMl2Vkg4lQ0iOvcfsUD { width:30.875rem;height:3.25rem;top:23.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ascfHwzdAyVA9MMRUlUI4koNf47cXBVP { width:5.8125rem;height:5.8125rem;top:13.5625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhIwQTBaGfkWroVNWh2JqKVJ4x75nNZO { width:47.75rem;height:2.4375rem;top:31.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZZ8gsRDyJpyCR1fG8IR3TydUmdcn8g { width:31.25rem;height:2.4375rem;top:20.0625rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW8GNFtrtmHuToE7Qa5wGLTuEdCZ2iQm { width:30.875rem;height:4.875rem;top:23.875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdk3n2F6HTRBdQkyPfyhqrs6XogevcUg { width:5.8125rem;height:5.8125rem;top:13.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR32f4Mx5OKkfCT71Tzqvs2SETxxacU4 { width:4.75rem;height:4.375rem;top:14.6875rem;left:31.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #appc1IT4E4IRKRuJ67ePSJiri51hsRST { display:block; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxK1tygrzPeDs1My2yrMW5zflk18rkCN { width:47.75rem;height:3.25rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { display:block; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { width:32.875rem;height:24rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { width:33.75rem;height:2.3125rem;top:29.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { width:34.875rem;height:1.25rem;top:27.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { width:20rem;height:3.4375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block; }
 }@media only screen and (max-width: 763px) { #VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { width:11.3125rem;height:3.375rem;top:32.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { width:8.4375rem;height:2.625rem;top:32.6875rem;left:6.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { width:8.1875rem;height:2.625rem;top:32.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { width:36.5625rem;height:42.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { width:32.875rem;height:24rem;top:1.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { width:34.625rem;height:2.375rem;top:29.3125rem;left:13.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { width:34.9375rem;height:1.25rem;top:27.4375rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { width:20rem;height:3.4375rem;top:36.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block; }
 }@media only screen and (max-width: 763px) { #GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { width:11.3125rem;height:3.375rem;top:32.375rem;left:34.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { width:8.4375rem;height:2.625rem;top:32.75rem;left:39.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { width:8.1875rem;height:2.625rem;top:32.75rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { width:36.5625rem;height:42.5625rem;top:0rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { display:block; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyBXDOBoCPblGU4K8LZaTsE9fVDVUTXt { width:47.75rem;height:24rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUBcEbshFXLpcQhsSR6Ih3LeTMMZCbnU { width:47.75rem;height:2.3125rem;top:29.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H56eLh6t8E96nFn9RQprlzvMovFU777v { width:36.625rem;height:1.1875rem;top:27.5rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1WurKMA7OyT6DBudMaS0I4hOaz9G2N { width:20rem;height:3.4375rem;top:36.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAPP2NNX580y8qdTWIrpSZmlgPtcla1K { display:block; }
 }@media only screen and (max-width: 763px) { #MrukPr0kmHOEsyt3qObRTXEVdDf1qbLO { width:11.3125rem;height:3.375rem;top:32.5625rem;left:14.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoMU8IZmt7lxhPiLZVA4Q8arsXX9XZhe { width:8.4375rem;height:2.625rem;top:32.9375rem;left:25.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpRBN5e5XfxTDvvrD3ZQzCVvlIKPSfn { width:8.1875rem;height:2.625rem;top:32.9375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSVquK08ETP6tdCw8MztNPVNOqDsM8Ra { width:47.75rem;height:42.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMVVvslrTM0vr1w988uBFlKA3p0wWHTf { display:block; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQk7RzfXuLerZ8zQyzZ2T7zGwlpTltIF { width:14.3125rem;height:15.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6k9fonXOELTOQ07QAL5sra49sHIeWV2 { width:12.0625rem;height:15.375rem;top:2.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGiiA5sC4FO2mrJlhBuEKTGNSPKDr266 { width:33.25rem;height:2rem;top:19.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlfNoBPJFDLCDZ1CGZq2ttOarVp72OTr { width:3.4375rem;height:5.6875rem;top:8rem;left:8.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1u4q1TkZOnigbWTtsTTLrbMEtviuke3 { width:20rem;height:3.4375rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmv4oIMOJkOT8erZO2O5cRv1PFVvRPeS { display:block; }
 }@media only screen and (max-width: 763px) { #nflIxtTx4pVNLhn8oQDvv3bBbbXxTTwU { width:8.4375rem;height:2.625rem;top:23.9375rem;left:9.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IObWR2D8Mssn0T5Nv28Owd7hrQ2IhRam { width:8.1875rem;height:2.625rem;top:23.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSIhHbvWLeR9gBUlISD2FgfokgJpH9gx { width:8.4375rem;height:3.375rem;top:23.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsqkBkMCMc5pm59pMTMxd7zkb2ECkD4A { width:12.0625rem;height:15.375rem;top:2.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TshIemwfHvsyZOecLXMTeQBZzartAQQ8 { width:33.25rem;height:2rem;top:19.9375rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrbfiJ5ukG9Rktq2RIkLOccNgx76LQ5t { width:3.4375rem;height:5.6875rem;top:8.0625rem;left:36.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTgty1psmzs1BsXOEiHyUCA0lIvdgqT { width:8.4375rem;height:2.625rem;top:23.9375rem;left:37.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoRtEb9m0T66leD7OVSvQR5aTTPv4JN { width:8.1875rem;height:2.625rem;top:23.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwLfLMo8Jg4KBi5HEvNiSQPHgVK5JTPA { width:8.4375rem;height:3.375rem;top:23.5625rem;left:28rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5RSvvpx3hdO9hfdVs1iO06fPTPuohqt { width:20rem;height:3.4375rem;top:27.75rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc9SqNhHW9Uh2igLddottQHTTskf0Koe { display:block; }
 }@media only screen and (max-width: 763px) { #rFXV36BVW7tdSFD4F0cPvMlIo3V1otZV { width:14.3125rem;height:15.3125rem;top:2.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 { display:block; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErXueiky17pPMVsAz8fL9lLfQdZ2X6qC { width:12.0625rem;height:15.375rem;top:2.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDupoxTVuqJFxICzmxTVqNq0E8npkBJS { width:35.6875rem;height:2.0625rem;top:19.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvxPXPGctgQvVQXeqyT1UMBh1yxMzvhV { width:3.4375rem;height:5.6875rem;top:8rem;left:8.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMb4CPPxHkHVWLufhvpAJcPrfKidoTE { width:20rem;height:3.4375rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRv14tluIqLTd4FAr3HgsOVk3KJeme4z { display:block; }
 }@media only screen and (max-width: 763px) { #mci71kh0JFAUJyIHn4UwGqOJBir7a53B { width:8.4375rem;height:2.625rem;top:23.9375rem;left:9.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUOwqE7cLmIzWWEam2D0oMOocXogCN4S { width:8.1875rem;height:2.625rem;top:23.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR76FSUMOHtfTbnZIwW7zLQAJqCZENpa { width:8.4375rem;height:3.375rem;top:23.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpeo6FOphbcdDw8xt6PJfBCBsign9fgS { width:36.25rem;height:2.0625rem;top:19.9375rem;left:11.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqnWKN2diIaLFBmzdT5DPZQTLP3CNng5 { width:3.4375rem;height:5.6875rem;top:8.0625rem;left:36.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAr27kkXHMvxhWk4W2uIT0p9UIuAPbDQ { width:8.4375rem;height:2.625rem;top:23.9375rem;left:37.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKgDz9qZuQcAIaonfzEcSUCxCDDqXoJ { width:8.1875rem;height:2.625rem;top:23.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ibeqTwofXkPRbAgMs8rH7vPS8AsNTB { width:8.4375rem;height:3.375rem;top:23.5625rem;left:28rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJlBWgNpLp87VXKx0w22hVAPh3DL5N47 { width:20rem;height:3.4375rem;top:27.75rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfFc6oTC4OxlXnFcf6wRLixK8kQo1MrV { display:block; }
 }@media only screen and (max-width: 763px) { #PRgD2w1FNm2RVwUZudiOGTZLtzS9U4g8 { width:12.4375rem;height:15.75rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B21qh4hsSrs3GlkSBL9JkLkF0t8gZQE6 { width:11.75rem;height:14.9375rem;top:2.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMPB9Fq8pf4vhy3t4Vxfpqzic3Dztr0 { width:12.0625rem;height:15.3125rem;top:2.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgwpOndRz8CgicckWp2SzoGGzwQO6pV { display:block; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5GwySwAxgwyT0EAiDSGm9X0rGNBIzpC { width:14.3125rem;height:15.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTpLzeIg1bidIBub0QghkAN65hPzsqK { width:4.625rem;height:5.6875rem;top:8.125rem;left:0.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL1XuoDvTGNPm6OsSPdqneBorJ9Z0Mw0 { width:47.75rem;height:2rem;top:20rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH9Tf1LUvflCURAvyg0TDRJfXoQJXRU0 { width:8.4375rem;height:2.625rem;top:24.3125rem;left:23.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6OaMmZeHfqoLCMDFXWHXHBO2vVkrAn { width:8.1875rem;height:2.625rem;top:24.3125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZ7Fm5iBpfVg0h81iEdDSfHuQBZqVn1 { width:10.1875rem;height:3.375rem;top:23.9375rem;left:13.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOB8wl7XoFaaodEMV5RBSW4s4Gg40P4t { width:20rem;height:3.4375rem;top:28.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reh8FBAVeIeonwt5ikNHiz87AJ8sHks8 { display:block; }
 }@media only screen and (max-width: 763px) { #xcDUwvn99FxMJfmMEzesTV8VTnOO4vls { width:14.3125rem;height:15.3125rem;top:2.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKgihXJrM09kJOGxprswwbe1zO5n3Emh { width:14.25rem;height:15.3125rem;top:2.4375rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgT0i8B1bbArfJQhfJSQ0ecifD5uHNlV { width:4.625rem;height:5.6875rem;top:8.125rem;left:19.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG0PTVUD9ftucVkWtpzoFyH1HGaCH5tF { width:4.625rem;height:5.6875rem;top:8.125rem;left:38.46875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQkkXnSTvreINMl46WpBf9t40ZSzsnRI { width:12.0625rem;height:15.375rem;top:3.25rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM { display:block; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWkSQHkfBRSlkyiMt2F0tbMbvFhN2EA7 { width:14.3125rem;height:15.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn6macmhcSyUDgBmqXEElGydzcdcThrM { width:4.625rem;height:5.6875rem;top:8.125rem;left:0.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xJiZfxCGd0CesxB8D6AtzaQV26iMFF { width:47.75rem;height:2rem;top:20rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCXBRM6SFrvAMfNVL9vvDqDaRK5wwFbq { width:8.4375rem;height:2.625rem;top:24.3125rem;left:23.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB6c7o8ixcsz6pgGvsBZtTOUuVsCfX2i { width:8.1875rem;height:2.625rem;top:24.3125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOTudtszQl4FMCxOW9LIfPCmO8fprJu { width:10.1875rem;height:3.375rem;top:23.9375rem;left:13.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXAGTGyFNad1oGlETu4eKIChn2FKk1G0 { width:20rem;height:3.4375rem;top:28.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6lpFG5ll3lwNdmp3sFbOXNAickrIiA { display:block; }
 }@media only screen and (max-width: 763px) { #uNyaH4fDRWTvglBPdt5hNaQXUm4k4sPn { width:14.3125rem;height:15.3125rem;top:2.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMuzhhPwi7amOUoRXwmqSodg47NS208x { width:14.25rem;height:15.3125rem;top:2.4375rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4PBVQmrDZun605gP3Ira4u7OKqRcZ80 { width:4.625rem;height:5.6875rem;top:8.125rem;left:19.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLrSiTec0qfdblp85trltO7iscwQty7g { width:4.625rem;height:5.6875rem;top:8.125rem;left:38.46875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1h7ETFniATepFiNLEBaIdqsbn527HTV { width:18.3125rem;height:13.5rem;top:4.0625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIiIK7FiabGDclW3sTUVCGPuQGGbP48G { display:block; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDWDFg3yNyFntHCDP2qE8kPy5KTTytue { width:14.3125rem;height:15.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4EilDTLDiOGql3GaLUvGF1dCiMhcC1I { width:4.625rem;height:5.6875rem;top:8.125rem;left:0.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOfBJd32rGwIWsZ5yJdToeZA3yeMvhMm { width:47.75rem;height:4.0625rem;top:37.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLGxvQiTiMIPsqasVaDZhbXNwpFxKAKQ { width:8.4375rem;height:2.625rem;top:45.4375rem;left:23.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNbidlSwsflwnJIQwVM6HwZbtk0nkP0R { width:8.1875rem;height:2.625rem;top:45.4375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAe3yzs89FvBdKdBiSrXpAARXlI9czR { width:10.1875rem;height:3.375rem;top:45.0625rem;left:13.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rscDTnazAXPsLkDfrvpPU6MTKskZN19p { width:20rem;height:3.4375rem;top:49.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAcyhDdCCgkJNVBmmGBZPiA9RF88xGUe { display:block; }
 }@media only screen and (max-width: 763px) { #wMG0uPP2qLwQoaQ5Fv7RmHne7nTnwNlI { width:14.3125rem;height:15.3125rem;top:2.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEXEQvdsiGgcqVb7KhQAten6g8yZT8zd { width:14.25rem;height:15.3125rem;top:2.4375rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiQ9E7Ly8RsfENETkFUBTaQOVd0iPSVs { width:4.625rem;height:5.6875rem;top:8.125rem;left:19.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW01bn8QRAN4hhHTbooTTT1q2dpCs2UJ { width:4.625rem;height:5.6875rem;top:8.125rem;left:38.46875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXfM8m22zO5Ttes1l4Tr27s2BWvJzHr2 { width:18.3125rem;height:13.5rem;top:4.0625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usSvhMqvu6yzfUFTQxUeut9K8sETG07m { width:4.625rem;height:5.6875rem;top:24.75rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadmxUZOsN0sqHZtJ0vEufa5gOSnkpzO { width:12.125rem;height:15.375rem;top:19.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaxVITqNuL7T7a0r2dfwQsZEag0CHUFC { width:4.625rem;height:5.6875rem;top:24.75rem;left:3.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9EKBTHysm1rge4nZ2uly0B8mvu1EvZ0 { width:12.0625rem;height:15.375rem;top:19.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLJbcOyPaTbbhKWysoJE3Iz5RtnaDblp { width:11.75rem;height:14.9375rem;top:20.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HohPIlJ85d4cBVMcLyDPoyK7UUoqim4Z { width:4.625rem;height:5.6875rem;top:24.75rem;left:19.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfp1KsoT6Rin4J6wV6exL3Wylwpd52oi { width:4.625rem;height:5.6875rem;top:24.75rem;left:35.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBkukGU7og0NTG4p2XICekcBuXFQOot1 { width:11.8125rem;height:15.125rem;top:20.0625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 { display:block; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCEiAS3mnI1fES3CR6sVdTtWWtxs5M8O { width:36.6875rem;height:12.1875rem;top:6.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 { display:block; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fy7EG79KkDURD1AGyfdoHTLv3T2r1Cnt { width:40.8125rem;height:7.75rem;top:9.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELhQvT9knPXde3rPX146tsOpytcihDk { width:40.9375rem;height:1.625rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0JeOwTmiWqI1eJeuMEydDhFZBSKD0gc { width:17.5rem;height:3.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIPlAX93nD5SQdr7aeTb53w59iQcdsFw { display:block; }
 }@media only screen and (max-width: 763px) { #pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { display:block; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbFbOVPBGF8QmAWIEETHzFidwPxrCUp9 { width:47.75rem;height:3.25rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { display:block; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { width:23.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { width:12.4375rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRBktIAA4zh3W11TooIwm54X0FOu5dr { width:20.25rem;height:8.25rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDb8nQ1sepuQUyhOAifgLGetZor2meW { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block; }
 }@media only screen and (max-width: 763px) { #JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { width:8.4375rem;height:3.375rem;top:35.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { width:8.4375rem;height:2.625rem;top:36.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { width:8.1875rem;height:2.625rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHQUOU4GZePALUPqkcQATKivK2feKIZ { width:20rem;height:3.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block; }
 }@media only screen and (max-width: 763px) { #NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { width:23.75rem;height:50rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { width:20.25rem;height:8.25rem;top:24.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { width:20rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block; }
 }@media only screen and (max-width: 763px) { #PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { width:8.4375rem;height:2.625rem;top:36.25rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { width:8.1875rem;height:2.625rem;top:36.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { width:20rem;height:3.4375rem;top:44.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #rbCDGBVt0m63NKVKym0lIturH3p5GWaT { width:19.9375rem;height:2.625rem;top:20.9375rem;left:13.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { width:8.4375rem;height:3.375rem;top:35.875rem;left:13.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { width:12.4375rem;height:15.75rem;top:1.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { width:20.25rem;height:11rem;top:24.25rem;left:27.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { width:20rem;height:3.4375rem;top:40.125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block; }
 }@media only screen and (max-width: 763px) { #J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { width:8.4375rem;height:2.625rem;top:36.25rem;left:39.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Th3t8clwZMcDiczhwIBfhPWTelv3waQd { width:8.1875rem;height:2.625rem;top:36.25rem;left:39.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrmSmNJENC16S5NLBl6R3B95oLI674NW { width:20rem;height:3.4375rem;top:44.625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block; }
 }@media only screen and (max-width: 763px) { #zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { width:8.4375rem;height:3.375rem;top:35.875rem;left:39.3125rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { width:20.75rem;height:2.5625rem;top:20.9375rem;left:27rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:28.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { width:12.4375rem;height:15.75rem;top:1.6875rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { width:23.75rem;height:50rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { display:block; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSh60gHDn5XgNeLiJLPJHp42ycasamVZ { width:23.75rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppQlf4yPDOP9kRugTUWOlMQmGtRfkmGW { width:12.4375rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRrVDAvZJTw51E6faLUxq3C9fi5whyIm { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8T6e5IZ6Fzy5NZeltRgWHOg4pRDpTzQ { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtAaVRevfJZkARr6uABT8cxeASWBADE1 { width:20.25rem;height:8.25rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBFzIXJLC4rsiJhEksLegOBISrfwkERE { width:20rem;height:3.4375rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNlHTTS3bFumd1W3rXXnK3iATMhIsiE { display:block; }
 }@media only screen and (max-width: 763px) { #wQRGaWizTKAuT9Q48pxxOqKhSAMt3X3N { width:8.9375rem;height:3.375rem;top:35.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW8GKLI1TOmin7b8KNEqqnwSZe70mUXa { width:8.4375rem;height:2.625rem;top:36.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2aA3tlBeoLa5i8onNOyqMkT8GURsofU { width:8rem;height:2.375rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npg1m3ALUgyszuxykJJXvwhbTC4p3nB9 { width:20rem;height:3.4375rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfCUBSxHvM11vZ7fIZgAfloSz0APd6lW { display:block; }
 }@media only screen and (max-width: 763px) { #Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { width:23.75rem;height:50rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { width:20.25rem;height:8.25rem;top:24.25rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { width:20rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { width:8.4375rem;height:2.625rem;top:36.25rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { width:8.1875rem;height:2.625rem;top:36.25rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { width:20rem;height:3.4375rem;top:44.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block; }
 }@media only screen and (max-width: 763px) { #yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { width:19.9375rem;height:2.625rem;top:20.9375rem;left:13.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMbacaKfVGCORyI3FwHuUbQD0Hre0At { width:8.4375rem;height:3.375rem;top:35.875rem;left:13.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { width:12.4375rem;height:15.75rem;top:1.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FI1MTTIxqlxXkS8JX55CGI7SP6nuHb { width:20.25rem;height:9.625rem;top:24.25rem;left:27.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0QCmWOAd62fT8JJznfKus6bpNLh1dmk { width:20rem;height:3.4375rem;top:40.125rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c1tLwy00XknzIJvGveotho8nhSJXRZH6 { display:block; }
 }@media only screen and (max-width: 763px) { #esrfbv2ZZnqBMDKp8FqUi6ueQfXU3AZg { width:10.0625rem;height:2.5rem;top:36.1875rem;left:37.6875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBsebMml6LVfXXmW6rlxzURJwdQ7CLL0 { width:7.5625rem;height:2.375rem;top:36.0625rem;left:40.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xm3Bh52nn5ICNH8iEca7Go4k9Q88CR8A { width:20rem;height:3.4375rem;top:44.625rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKnwmTu3p3bt4zpaldAwMohMFU7ccGQv { display:block; }
 }@media only screen and (max-width: 763px) { #doVTgm9EBghK0v9CyOzQHTlcKfz5h41v { width:11.375rem;height:3.125rem;top:35.875rem;left:36.375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBCTMenJ8twwdTBQZe4BT6qmwxM3lCFu { width:19.9375rem;height:2.625rem;top:20.9375rem;left:27.8125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTGc5zMV6ZSoTr9z8k2lAThNWByIuHpk { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:28.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZofy0duTJrpJ216fOZvnl5DBW0G3Gg2 { width:12.4375rem;height:15.75rem;top:1.6875rem;left:35.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vu34ZuXuqFRip4KfpwwwrVHQwqp4sBrV { width:23.75rem;height:50rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcLTOswzK4cacCRKTaysQUA5i5eGoy66 { display:block; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMZWwwMJO8T7lm1TuMVrMJJuUBPgbo5x { width:21.3125rem;height:15.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSX4DlkTZxFcE5l5N0xHXVRPSl63MnaE { width:19.9375rem;height:2.625rem;top:20.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxhSxN32p7Ihc6kVUOgtSchs4DDdmKDS { width:19.5625rem;height:1.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpgKSqi68OtuByJmG7lge6eLLefmpT0M { width:20.25rem;height:12.4375rem;top:24.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtnFU8fgo4h8en4kNgc0FAun3ENobS24 { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw28MNWXyDWleHQaU1y7QawKb7fb3lGw { display:block; }
 }@media only screen and (max-width: 763px) { #FHHuFwhgeM05CK2IP3Pa2gRFPVhVUo83 { width:10.375rem;height:3.375rem;top:38.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDT7hPGmnliU0nVMhkrgC8PF2qw0K5qw { width:8.4375rem;height:2.625rem;top:38.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnlI7UXRMp6glfFHXoV5wtTz0eGXIU0s { width:8.1875rem;height:2.625rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP738Dq6FyhAGfRtxlSAmFBeiOZzh043 { width:20rem;height:3.4375rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyVTzQKTA89wN3RdbAcfVHXRMrgetBr { display:block; }
 }@media only screen and (max-width: 763px) { #QWTJ4C7yedsAlQ7JD6usChqiz0MZiuTl { width:45.875rem;height:53.25rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeCtDVoovkMiOhANwNnoguMFvpIZT8o0 { width:37.5rem;height:5.3125rem;top:3.3125rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP796EQUzMGkMJtyDVFXGsGqKqQAIZWX { width:35.0625rem;height:1.1875rem;top:1.6875rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2feCTVipNDeA0PEpmdLzAnkiThqmDgu { width:10.6875rem;height:6.875rem;top:10rem;left:18.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SHsTK5hSPSfhxngD5Q4AEoqO7yyoZW { display:block; }
 }@media only screen and (max-width: 763px) { #DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c { width:10.6875rem;height:6.875rem;top:10rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NApiuNFJi5UfTF2Au0VGIIuBMCCKI44V { display:block; }
 }@media only screen and (max-width: 763px) { #C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u { width:10.6875rem;height:6.875rem;top:10rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMzdf10hwPDoVUX1XxzGPKJrH2cuhrg8 { display:block; }
 }@media only screen and (max-width: 763px) { #SwgX0kTBaKzI0it25P6zLubX1kyJAkle { width:10.6875rem;height:6.875rem;top:18.0625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STk3sm3ZITWMLJS6BgzoIycntTgWmEJI { display:block; }
 }@media only screen and (max-width: 763px) { #uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9 { width:10.6875rem;height:6.875rem;top:18.0625rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASRoDCAX10UOrFamLKn16IeUgpiQ9g0 { display:block; }
 }@media only screen and (max-width: 763px) { #knOerPQAKl8ToQTsq85z5MqX3aG7LTod { width:10.6875rem;height:6.875rem;top:18.0625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehJvLgTThkHmXaBvc1NlKQe3ZeIaxxer { display:block; }
 }@media only screen and (max-width: 763px) { #O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG { width:10.6875rem;height:6.875rem;top:26.3125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwSAff8NozNoewugqDuFVARryFEanv4i { display:block; }
 }@media only screen and (max-width: 763px) { #TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6 { width:10.6875rem;height:6.875rem;top:26.375rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBuok1OyRXvLwBJsKrTlSkTVvA38DWJa { display:block; }
 }@media only screen and (max-width: 763px) { #lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh { width:10.6875rem;height:6.875rem;top:26.375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGHneB7LG4ofOnMJwzuCQRq4129ZEZ9s { display:block; }
 }@media only screen and (max-width: 763px) { #TpKe47n2GWB4ubbNea2TCiAREQpaywRZ { width:37.5rem;height:5.3125rem;top:36.9375rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFbTkJgiWJaZce39vLVEGWQ7P8TQDW1 { width:35.0625rem;height:1.1875rem;top:35.3125rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIwB3PhTrvin35qaUoMcMy5qg3OuoHDl { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STHOReu7nm9tUBTha2dQmyTUSemDV66J { display:block; }
 }@media only screen and (max-width: 763px) { #VxTJbB6dp8FQ2SLcKn9d19icaLEaVLlJ { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSRfsr5eGH7qwNmQ68S0ScJLaOOcMUK { display:block; }
 }@media only screen and (max-width: 763px) { #JpqDMHKQ4SJFw6tATTiRf9tq9u0NX3mG { width:10.6875rem;height:7.3125rem;top:43.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzyIkM1PV7JFTOi1BhFkUN81MIr0qIBl { display:block; }
 }@media only screen and (max-width: 763px) { #yyTG2F3HpwqEb100hhsyWfzMnHTbUU6S { width:32.25rem;height:53.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZgh3QrD0mG2K7cLuOpzuvZgKI8Wxyr { width:4.6875rem;height:1.875rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvitLRpeZGXe8JAOmH3alfshA06zdFH { display:block; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Btmp7N2Jd729d8OKEM8ymbRrKHQ3oyrt { width:18.5rem;height:27rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkFaMvaUubaNmADfq6T47aqRKkGJgn9b { width:39.125rem;height:5.1875rem;top:1.9375rem;left:8.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysuhs2alE63FIPQL5Af6aVSmaE1SrMEo { width:39.6875rem;height:4.0625rem;top:8.75rem;left:8.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDn4ipevWOxfwWvyg6c4nTfcULGZK1NJ { width:39.6875rem;height:4.875rem;top:13.3125rem;left:8.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .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; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .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; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr { width:18rem;height:5.0625rem;display:flex;top:3.6875rem;left:28.5rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #VhUERy4wKDKTJ43gzPLgBk2zQAZqctNK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #NG66at1y7I9GitNfTWqrqEnkW5f5xByV {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #K6eD6v81w7FpkS6rZ4MxUkbkmimPHaTN {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #V43wSBCmQUuhHMnt3mJzackOnO9sxoSK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #OlW313IABDFBcSTWe8cQMxn5kMA6ISyD {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #IHtiIxNCXbQ4MISRe7Bsz2nDoyDBhA3F {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #p8hlf46ZuBfM1nBaBP9e0r2FOXKCz21N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #HSuJc35v9d3dERNywJpnOhv8zmhsPCrc {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #tHormMs5ZCHXs3AKOsUJTN3gSp1BIFbp {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #pfazciCeAaiernS8nUwIFI7CiZyUDdCp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #yTu2KMVHUeiWKqKhfkonaft6AQ26Hf0q {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #tgwwE2LhroUe5C7bMGH5MtupBkShc7PG {  }
 }@media only screen and (max-width: 763px) { #o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl { display:block; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOpCwyfTSRGO0BkDLd4aSMUpRJq8grrz { width:47.75rem;height:26.029135338346rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO8Jlzas553zT4KBTcT995c5mhDLMyPs { width:20.0625rem;height:8.75rem;top:16.9375rem;left:27.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF54ixmQiptd5A4JJrtNAavXmRc1SrQL { width:11.3125rem;height:2.9375rem;top:12.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 { display:block; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIfcART6n7lnEH2vZOH4MrlDC6yKUBSf { width:47.75rem;height:25.785rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNSuKgQDsQbzZl2sn3fiRrvIQJ5d85U { width:20.0625rem;height:11.6875rem;top:5.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg { display:block; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvu28ysxmnvfC8WklkvaSl6vaVdZoCm6 { width:47.75rem;height:26.029135338346rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWhkChMnrs9gbtmHgF4blO5DASRxT1op { width:20.0625rem;height:14.5625rem;top:10rem;left:27.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { display:block; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { width:21.375rem;height:4.5rem;top:9.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block; }
 }@media only screen and (max-width: 763px) { #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { width:23.1875rem;height:4.5rem;top:14.9375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block; }
 }@media only screen and (max-width: 763px) { #DSWOvotweaTRpl6nbgwM2QJK911Tg66o { width:25.125rem;height:4.5rem;top:20.625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block; }
 }@media only screen and (max-width: 763px) { #XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { width:44.6875rem;height:25.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:23.4375rem;height:9.0625rem;top:5.1875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.4375rem;top:2.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.375rem;top:5.1875rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.4375rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.1875rem;height:1.4375rem;top:2.625rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.25rem;height:3.1926605504587rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.5140186915888rem;top:5.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:5.375rem;height:3.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:8.75rem;height:1.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:11.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:14.1875rem;height:2.0625rem;top:11.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk { position:relative;z-index:auto;background-color:#2f2a80;background-image:none;display:block; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { background-color: transparent; background-image: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row > .video-iframe-container { display: none; }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .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); }#AxqzCkZfiVeR4WGM2FoAhy3tkP18rTlk > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWlKibGSX8LguSsTbpws8ziLKaUzTesN { width:20rem;height:1.54345625rem;top:3.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-number { padding-top:0.40875rem;padding-right:0.36125rem;padding-bottom:0.40875rem;padding-left:0.36125rem;width:2.166875rem;min-width:2.166875rem;height:2.195625rem;font-size:1.634375rem;line-height:35.13px;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; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.255625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.889375rem;height:0.868125rem;font-size:0.6125rem;line-height:13.89px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy { width:15.5625rem;height:4.136875rem;display:flex;top:5.0625rem;left:2.513671875rem;z-index:15003;padding-top:0.046875rem;padding-right:0.048125rem;padding-bottom:0.046875rem;padding-left:0.048125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #BK3VKaJsIqVhOXw3wEAWwnIuhBbykruh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #fb27rr1TTZW7U98QyKvIKPAAs3vLkacq {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #LR8pXkSyW8JNdr32aXlsW2XnvcP8Q1zl {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #TcP3KKsBi1VmTOqlzCIvbXxxZfKnSfqI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #IJhKT7LhoQo2aBSdcslIUGnVfZDJVJ9J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #aTdZ5PEnixxmw2ub82Wd42H5BeFFmoAW {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #d4n5OxeuL4OyRCCH5RibRgkOBeDE1Wry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qTkiTILykrqzfgibCItOAVvT8vnnJaae {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #FK5TmPi4UBeWvPCr2dSb5ci19wTEiN4J {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #qeXLxxfx1MPCgeXTprFpVA824g91LGUV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #bTDxuB0LB8iAAPoZ8ZLRflc3lEbbFSP6 {  }
 }@media only screen and (max-width: 763px) { #Qluv7oywmtymEpU7hH8ZvqyR50eaqRVy #q1S4PcXcRJVsiXltkkRyVwxUZUG5C0aR {  }
 }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfMQVWsTsdJ3kGhsr65O8cBwbTe9Z6yA { width:7.4375rem;height:3rem;top:0.6875rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLS7eMIFThwV8vsTrzy2RC6EauERQTAL { position:relative;z-index:auto;background-color:#1b1c21;background-image:none;display:none; }#VLS7eMIFThwV8vsTrzy2RC6EauERQTAL > .row .container { width:20rem;height:9.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 { position:relative;z-index:auto;background-color:#c91805;background-image:url("https://images.assets-landingi.com/uc/45bc84df-c5ba-4efc-92d3-a68126496f86/kursswieta.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5.adaptive-delivery-prevent-bg, #tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5.lazyload, #tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5.lazyloading { background-image: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container { background-color: transparent; background-image: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container > .video-iframe-container { display: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row > .video-iframe-container { display: none; }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .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); }#tiO5STwMFpcVQTZRqSZa4nv2tLOJmNi5 > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPpGWClP9cvSdCvg9JfpklZTZtt5NJdJ { width:18.75rem;height:5.60595625rem;top:0.79296875rem;left:0.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eSdAOalkN78PTIZLm3a80UBlTCJyZNr2 { width:18.8125rem;height:1.54345625rem;top:10.625rem;left:0.59375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN { display:block; }#DFFATO3x0oqr9eTXqzAWIwx2FNpXrUQN > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT { width:16.9375rem;height:3.5625rem;top:5.8125rem;left:1.53125rem;background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT.adaptive-delivery-prevent-bg, #DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT.lazyload, #DVoWh9d7ywZGiASawl1RSZaFATh1ZsDT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oFxOUXToCTtqoWgRKpsKyD1bJCMnRarn { display:block; }
 }@media only screen and (max-width: 763px) { #HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM { width:18.375rem;height:3.5625rem;top:16.375rem;left:0.8125rem;background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM.adaptive-delivery-prevent-bg, #HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM.lazyload, #HMEH25A1Xt8xmZIPJkgTEDcz8za3VGFM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t0yJp61oDadeJon4RBdZZ5edd79BvxOa { display:block; }
 }@media only screen and (max-width: 763px) { #KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ { width:20rem;height:3.5625rem;top:26.9375rem;left:0rem;background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ.adaptive-delivery-prevent-bg, #KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ.lazyload, #KWHmAlKsnChc7iOUUVwuvZm36VEPQsIQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BN83vEmgtci8SsM9knqfafroqB0D8lBB { display:block; }
 }@media only screen and (max-width: 763px) { #URhZTFTKV4B6SFc6QDDVLOPkM4Nlhgbk { width:7.75rem;height:2.5996125rem;top:2.875rem;left:2.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0p2CcVLFbcHG8fMel0ilt4mDFwbC5mh { width:8.75rem;height:2.5996125rem;top:2.875rem;left:10.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr40HRmrFay5on3J2xcWcEqXNWA9hF8T { width:8.1875rem;height:2.625rem;top:2.8623046875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBFl83kuBd9LBJf7K9cyOesyLTHHxy0v { width:8.75rem;height:2.5996125rem;top:13.0625rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkIRbO81IJZ8uT7q6xhR70PSLtpMkoG { width:8.1875rem;height:2.625rem;top:13.0498046875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9pfdexSqch9XO35Tx2Q8r8NcSTWSWOi { width:7.75rem;height:2.5996125rem;top:13.0625rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHVTG4aKmIMUo8W3dhr9expEWJsPetOw { width:8.75rem;height:2.5996125rem;top:23.75rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdBTdAKaBldsqmVThvxHJwFQ7uNZZo57 { width:8.1875rem;height:2.625rem;top:23.7373046875rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5CHly7oQNoVElztr8Q785wkH9QxXRK6 { width:7.75rem;height:2.5996125rem;top:23.6875rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX { display:block; }#SL27TC8O5K4Pxk4DOKKpBAVkl3TDVVnX > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXCOEX8pXWJDL5DmHVNzA6pFOtUgcfTe { width:20rem;height:12.297875rem;top:7.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ4oxdkMPfqT7csUwxiE3IHUcOhJNmmC { width:20rem;height:7.5556875rem;top:23.235375rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReML1T0Qis5E71cTHFVFPIyMd25TWZao { width:15.5rem;height:5.8125rem;top:1.4853515625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcLhwBPkJlORJk2kIwxGhGC0nGWnFeLg { width:20rem;height:8.125rem;top:31.939453125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VzGwMoukDk1DuMhdVQamRNsrhxVV17Vw { width:20rem;height:2.4375rem;top:41.439453125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cCfMFpNEgtillfgQQMB0CTZ1bwRQMQdX { width:17.875rem;height:3.4375rem;top:46.451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClV5w8CWuRKKl6tJLlaox1unnLmt5Ack { display:block; }
 }@media only screen and (max-width: 763px) { #U1D8qi7MBnFZ3tN3Pkl4qt2ENHbwhE4o { width:15.125rem;height:1.13720625rem;top:51.625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #amTTLcZOTme6kQieqOP4KN2kJ6GQ9RUZ { display:flex;width:1.3125rem;height:1.3125rem;top:51.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 { display:block; }#M7ZTKsJXCb7yOnbsXigEslDcFbRyz8c7 > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0JTOwGoMs98ls55T8eNN3x5uedxG6Ni { width:20rem;height:7.0121875rem;top:7.453125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqtNz9A3WyopSetxQGKMC8VeQbzdVE7D { width:20rem;height:20.375rem;top:25.6875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #efSX669tlXMCT9gLU0OWzHnqZiKdVLRt { width:18.0625rem;height:5.5996125rem;top:38.1875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIy8gExnkXBIwJAyx7HVp9uMTfTPFtOz { width:17.75rem;height:5.25rem;top:32rem;left:1.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0PSuupIRzB1bK8Icq9flzzTVqZ1t6zW { display:flex;width:4.25rem;height:4.25rem;top:27rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #SnRkk9X8fJL29pQphrQT7J1RBXRtE2kE { width:20rem;height:3rem;top:3.390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ufdwTMO4tdzr9eXJEHrN0rJnCOqrJaEa { width:20rem;height:5.6860375rem;top:15.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mqXdDxPwafVTOzcqSwaVqdSspXcDtu1f { width:20rem;height:18.9375rem;top:49rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MS03BK8OFWZt6Tod77KsbftJmtLor2fb { width:17.75rem;height:5.5996125rem;top:60.1875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Akx8s84PFR1cMQBCIKbM535oaekgkG4U { width:17.75rem;height:3.50043125rem;top:55.375rem;left:1.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGurpDfcgPVcefbfMKS0DdLXqtWBwTJK { display:flex;width:4.25rem;height:4.25rem;top:50.3125rem;left:7.875rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #JvZmsZOP7dl5xrIcrE8rehZ1vNuxSDE2 { width:20rem;height:25.625rem;top:71.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #elRzT0R9CFQkObRloyO6OrzyygilXDIN { width:17.75rem;height:11.19925rem;top:83.98779296875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRhryAK829aTZp9MHTK2m6CPE4VreLcz { width:17.75rem;height:5.25rem;top:77.75rem;left:1.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHPqUa4c51K6QWwraWEAzBMuO7AW552X { width:20rem;height:24.125rem;top:101rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zQ3pwc3LCvKLOK2qfo9uU8Tg6iUil1SL { width:17.75rem;height:11.19925rem;top:111.875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roRpTZdLCOlo51k9lOKHaObstidrgQXD { width:17.75rem;height:3.50043125rem;top:107.125rem;left:1.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWa1CqcTfTVLJG8rkABJTAp5nNTXvzhB { display:flex;width:4.25rem;height:4.25rem;top:102.375rem;left:7.875rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #OwwTne9g7fWx5zKHXhU4vycTALbvQFKX { display:flex;width:4.25rem;height:4.25rem;top:72.5rem;left:7.875rem;font-size:2.9375rem; }
 }@media only screen and (max-width: 763px) { #HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn { display:block; }#HarJzf7lGCymTSpCaA7LnSh3pQA1TOsn > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvXr6KGTXXOpSA5JoE69gSTutlrTdg8U { width:20rem;height:9.4238125rem;top:21.375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khbTEC1N3g9kF5P1JbsHa47fl4hTqs3R { width:20rem;height:1.5435125rem;top:18.6875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeM6T4UQa1qMOpdqR9Z0pACdKCglLE8T { width:20rem;height:4.548825rem;top:31.564453125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k1uX0foLoabhFK0JG4VNoddQIyZTT0oe { width:17.875rem;height:3.4375rem;top:38.701171875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8de1DOi1LJzVidhH7geG0baI48Fw0sE { display:block; }
 }@media only screen and (max-width: 763px) { #GeaiBn3lqeucakfP9y0AwA8AD8DRbpJ6 { width:12.25rem;height:1.13720625rem;top:43.5rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cA0hX6HVDzs2UL2Mxkf03sOX27B4yMix { display:flex;width:1.3125rem;height:1.3125rem;top:43.4375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #P8dDwRSINOlITNTtcixbheW0tATQyHBx { height:11.25rem;width:20rem;top:5.275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3v8iifKWt1ZMJFfU5zI3X2n6WL93tBh { width:20rem;height:2.2744125rem;top:47.087890625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH { display:block; }#ySnDNQtQppZl6WbZsLuPT5FTAUr5uxDH > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmOTzTdZFat9EczmxGyn3OLWfzcg65Lx { width:20rem;height:5.0371125rem;top:5.4375rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPMaeOnXdMa4qDimRTx15OBuRVVpwKP9 { width:20rem;height:1.5435125rem;top:3.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bULLbxbnHEB8LX6Tt2TAt05EmHfLdvQt { width:20rem;height:2.2744125rem;top:11.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 { display:block; }#uwMuPX3HgWAaLTGLRWxi691CCZVndUe1 > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vytBboJJq1FA33Mi0oc5t8kttOhul9Wx { width:13.1875rem;height:1.5435125rem;top:3.5rem;left:6rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p08VTTHi6ObVNT9pRCHEsdsmzfsA9REx { width:13.1875rem;height:2.2744125rem;top:5.4375rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bg2JDG5w8v2nxqVqXCoFonvIfU5BUoIF { width:19.75rem;height:31.9375rem;top:2.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #tRokLxTeVNR72IophWpDxqks88B6tbVz { width:4.375rem;height:4.375rem;top:3.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5iOW0T5Z7T8wi7MFPWTwum71mgRg2nQ { width:18.25rem;height:20.71875rem;top:11.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scQFBnmMdTWJNESJkDSXrsvpdttzpHQT { width:8.1875rem;height:1.1875rem;top:9.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXaaiv9mKWwcyRWoZX3XRygT1Uv2nudF { width:19.75rem;height:23.4375rem;top:36.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RGaVAKpN6I62dRKtty84OrKLP5TwOd0A { width:18.25rem;height:12.1875rem;top:46.8125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahPNZIir4uC10ZKV7UAScVTXXpC4TQGL { width:13.1875rem;height:1.5435125rem;top:38.625rem;left:6.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmGUKvmROK67hBMFlpvlbo9mrcrI3Kh7 { width:13.1875rem;height:2.2744125rem;top:40.875rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7lNBfUa3qCq7KAJ5e8gEFNuJz8PRAm4 { width:4.375rem;height:4.375rem;top:38.21875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncZSelQT7I0katZKxWuGeJgT9FqAqwTI { width:8.1875rem;height:1.1875rem;top:44.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5s1KCLWP9bbKhBRyKmm809cSF88rHt { display:block; }#ET5s1KCLWP9bbKhBRyKmm809cSF88rHt > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wwv6BzrZOpB34pm0BGaBRCiL3kckUWBa { width:19.75rem;height:23.4375rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TAyoooKIoMFcykngeyhAnHLI0G8kzBMJ { width:18.25rem;height:10.96875rem;top:9.875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkP8KWpKJxEKkTtuQ8TI6ChH28uPU4gC { width:13.1875rem;height:3.087025rem;top:1.6875rem;left:6.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrWQSr33O04mcMmZzkKOhVm631wDHy3T { width:13.1875rem;height:1.13720625rem;top:5.1875rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PqmgIQJUAD3DrFLKE2DapbbFD9430U { width:4.375rem;height:4.375rem;top:1.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn7pi5h3XlayGngpw72WMhsOLT0NDe1F { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUypEzldQnNSyEKQzK1CoygGD6kiSz4E { width:19.75rem;height:21.625rem;top:25.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BmFJSFlrJPI45gvtfbpdXTVix1HHOGwX { width:18.25rem;height:9.75rem;top:35.4375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGsIdFM85EHQImdiAHxkarFPzawrt6y { width:13.1875rem;height:1.5435125rem;top:27.5rem;left:6rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9o39UQcUxcyHld4qX6tZkXTJMcbshyO { width:13.1875rem;height:2.2744125rem;top:29.66357421875rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rS8ypiKq9zZ29KVPlLTEgptAsTtEwGnh { width:8.1875rem;height:1.1875rem;top:33rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghaqHdamkASwAiDWeVuRDntrxUvldqKz { width:4.375rem;height:4.375rem;top:27.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVz80nwqlOGnTLyKRKiZCwCm1nciDBrc { width:19.75rem;height:21.4375rem;top:50.3125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aKubG3vJGrRqeXOkhNfodXIWrk9W1HPx { width:18.25rem;height:9.75rem;top:60.0625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR40Ccpgg8T3c3kRVPMMOG0JITnNSX4E { width:13.1875rem;height:1.5435125rem;top:51.875rem;left:6.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPlaJPWrO7xpwSf42SwV8m4p7JvKxcPG { width:13.1875rem;height:1.13720625rem;top:53.875rem;left:6.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AVoT5y3EU08V6mJlLfK9U8hNM6cxMGsC { width:8.1875rem;height:1.1875rem;top:57.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7RJIHMiohSFtHE4JUnIuxcEDsmnq9k { width:4.375rem;height:4.375rem;top:51.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm { display:block; }#HS22QyyDlJtFMFTlkJZhGpNHWxusZDKm > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1dBRAoyebI8S2ocqcAT4Ja4IrTs6gT9 { width:13.1875rem;height:1.5435125rem;top:3.5rem;left:6rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OsfpsH4xoKHQrxfDJGTEs0dLXeoIUnwo { width:13.1875rem;height:4.548825rem;top:5.4375rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nUAK2n9Fb5rB05RTwP7BpkCTDqiRPC2L { width:19.75rem;height:28.9375rem;top:2.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iKHCRpa2WRD4uTxv7AuIN3Fo5izTyPuZ { width:4.375rem;height:4.375rem;top:3.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5scxqxrXcN7Sc2HwDJZW8GHxeH0kUkn { width:18.25rem;height:15.84375rem;top:13.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvC7XblDhhJw4e7aREmRsoouCvZ8Tk9d { width:8.1875rem;height:1.1875rem;top:11.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SRsQvne55RsH9Z0EdeX77quRdS2FTx { width:13.1875rem;height:3.087025rem;top:35.16357421875rem;left:6.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbXLnu6RL1POaMktosVmz1IHdQDTrkiO { width:13.1875rem;height:2.2744125rem;top:38.25rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u7qJ5FFdZ4zMsQ6WTDt9vTbP0uM5iDJq { width:19.75rem;height:31rem;top:34.0625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #z2azK3SF8rDoZih73ovyViEGWP3Jtz1r { width:18.25rem;height:19.5rem;top:43.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1Xpv4xIJtUoR3BeNuepiwCzmJw4sU2l { width:8.1875rem;height:1.1875rem;top:41.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAfyKcAQPZkFmScKLNpp4krTwP6O1zov { width:4.375rem;height:4.375rem;top:34.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiWvq71GGmp7Db8KoDhhakagNJrsBBRI { display:block; }#KiWvq71GGmp7Db8KoDhhakagNJrsBBRI > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf0ikCuTLV1EJObnw8hTTMXeT9KEg5x5 { width:19.75rem;height:20.1875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TPtTJAVtKq4NFTBmNVFvKMKhmwBHVnRK { width:18.25rem;height:8.53125rem;top:9.875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTks2WbIyUwJK6LCXW67TC9BxaVKvRu { width:13.1875rem;height:3.087025rem;top:1.6875rem;left:6.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZ0XEwX9zHrW8U71GZD5vmldVQGi1oy5 { width:13.1875rem;height:1.13720625rem;top:5.1875rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gli9LKs1MErM1NrVlkOOHARpCxKwEOtF { width:4.375rem;height:4.375rem;top:1.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPtN54Pe5solxfolpu1u4c9weV2bNC8H { width:8.1875rem;height:1.1875rem;top:7.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLa23gN3VBJOWGhBJb2MUxhWpUZlGS7t { width:19.75rem;height:15.5625rem;top:23.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cWHWwPSAI7XXBlrwvxVWRL2963NOpH5G { width:18.25rem;height:3.65625rem;top:32.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLHsLHdEOe0XJMs3Az9bIhSAn0DdG0ZR { width:13.1875rem;height:1.5435125rem;top:24.8125rem;left:6rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2463hI5G9mvK8DOvVpLRUdvQhvd1yic { width:13.1875rem;height:1.13720625rem;top:27rem;left:6rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nmAgqGy64ycwgVzXA8Th77EWax81raW0 { width:8.1875rem;height:1.1875rem;top:30.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azn0KuHRvWkgTZso5I1xcFyiZ2TwleTh { width:4.375rem;height:4.375rem;top:24.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pof2UV8iAC4K7iv8CEu6mm4LlVFZ8Frl { width:19.75rem;height:15.1875rem;top:41.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mZvdMz0m9vBoxsbZt8fo9W3KDcfbOeBb { width:18.25rem;height:3.65625rem;top:51.6875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTHZsbAlEe3L6TPkLv8noy0s7WRHiAW { width:13.1875rem;height:1.5435125rem;top:43.5rem;left:6.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwJRUViMRSXKRcwCfIx6IwWt8A617RPb { width:13.1875rem;height:2.2744125rem;top:45.5rem;left:6.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JqkKc7bw7D8T5x5fOnVS0ESh21GxMl5C { width:8.1875rem;height:1.1875rem;top:49.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL7BAfw4sRhU1DIIVI0fmqeBBLKmDT5F { width:4.375rem;height:4.375rem;top:43.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k { display:block; }#kqd33Hu8C0Wkaq1Bm9qgFm9mfwD1pF6k > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJ7csdyChUwSqnfORwK0MaM7opsN0r9J { width:17.875rem;height:3.4375rem;top:6.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlKinkk7tnF4lD2kxZUfS97XOM3cWyRN { display:block; }
 }@media only screen and (max-width: 763px) { #FtdaXpaqiIw4QCB8TS5Nuz7VyXtxTohV { width:12.25rem;height:1.13720625rem;top:11.375rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ndfEoafRHz2ygq8sPDwq8tUPHSoXMuiJ { display:flex;width:1.3125rem;height:1.3125rem;top:11.3125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #Tb5Kie4Zz97Cagu0lXHXHPJ9qMdHnDW9 { width:20rem;height:2.76171875rem;top:2.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rp8y1hRBy04nv8FuTXOAXBKXEdaJop4d { width:17rem;height:17rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg { display:block; }#qUTW7TQ7yMSGeb4LVEl5smbEAZNk4yCg > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWfENAChMr6zUQSTJav3ZvcOIRMo1ZgQ { width:14.5rem;height:4.7119125rem;top:16.75rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Za98nIKJVtW4nmUyyL1RuHaV2Dcpg32m { width:9.3125rem;height:4.875rem;top:11.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IU208fohPdK6q7MJbMr0vFUfRVu0nAwE { width:17.875rem;height:3.4375rem;top:84.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot4TP4Jet5sXH3Rg7LVaqJvoAwrrygxM { display:block; }
 }@media only screen and (max-width: 763px) { #LZ0XVTXA16PJtT9LnQnWO53Tc9xRnm96 { width:12.25rem;height:1.13736875rem;top:89.375rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BzZBvEnmPbMyZUxDNUbUbqiqEdRQtqNe { display:flex;width:1.3125rem;height:1.3125rem;top:89.3125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #eDL9oPZ3nT2hzLL6JE2aCy9zuqa9d23r { width:14.8125rem;height:5.173825rem;top:24.6875rem;left:5.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g5vCkXEK6grt4f6IR8l98acrUor9lS7H { display:flex;width:3.75rem;height:3.75rem;top:25.375rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #tC3NyoQr9bEoPXhSN29lBk2t2N8eg3vG { width:14.8125rem;height:2.44921875rem;top:30.4375rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tlaXJsMeAyZXPZiXNyHoDlr2bRzKXETi { width:14.8125rem;height:1.7246125rem;top:35.3125rem;left:5.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Heib8xTOefMQPdiV6HDtZ71NE5zXvLRT { width:14.8125rem;height:3.673825rem;top:37.9375rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eP20tHL1roEzTGQk9WPQbbqMmDXOKFDU { display:flex;width:3.75rem;height:3.75rem;top:35.3125rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #gPG0Osk471FG3pVypOTwEsCzp3blw6tl { width:14.8125rem;height:2.44921875rem;top:48.9375rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phZ4B8TyoEs6veprxCRouDw9GJh86frQ { width:14.8125rem;height:3.44921875rem;top:44.3125rem;left:5.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nwyMmV5PULmN9qzdcasD7kEZvQx3q5TZ { display:flex;width:3.75rem;height:3.75rem;top:44.1875rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #oJrTMTqniOTuHydSo99dZgFN2BnCaHzv { width:14.625rem;height:1.22504375rem;top:78.8125rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cz0OPbs3Fo6w3guaw5GFhaTlkhaDaIFp { width:14.8125rem;height:5.173825rem;top:72.875rem;left:5.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #siVS4XePDg9GvWBrRnn1f2VqZ2Ty0y7Q { width:14.8125rem;height:2.44921875rem;top:66.75rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O3KsfCNLmIWXOltsdHidSCvscHTBArc2 { width:14.8125rem;height:1.7246125rem;top:63.8125rem;left:5.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VmE12FIaAMFgu6nf6dMHT6PmsLuJCCQp { width:14.8125rem;height:2.44921875rem;top:58.8125rem;left:5.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TElMmcPyg8H6VK1Ie4DpzX8uEE1wD0HB { width:14.8125rem;height:3.44921875rem;top:54.125rem;left:5.1875rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dpLqHxnXKrbiCvxSqnfG0p4vul5mE8Vt { display:flex;width:3.75rem;height:3.75rem;top:54.125rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #pf9lJB3RIRGF12vd3WyigBvkyytvVvQz { display:flex;width:3.75rem;height:3.75rem;top:63.8125rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #M6V574Vk3DXDBBbETOlfpZAtzT0yDSsT { display:flex;width:3.75rem;height:3.75rem;top:72.875rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #VHaNKHTlPW9KZw3mIwy3Q33dQPftd7Q6 { width:20rem;height:18.00518134715rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC { display:block; }#QUE1ZKPxTNvkCKvEIHU32tnWJZvthFtC > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3PNqdHZOiGHNHg5QP7vNLXFuRuDTJkq { width:20rem;height:4.7119125rem;top:2.5625rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M08q5vW4An0i17BV3r3c1lWvqea4xViN { width:20rem;height:5.6860375rem;top:8.501953125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FBkdBx7w49BIcaCHhbVTG98Z8IGrTR82 { width:17.875rem;height:3.4375rem;top:16.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogVn8tCxc7uz2cxzJvqQIlsQn1l7URDr { display:block; }
 }@media only screen and (max-width: 763px) { #EnPW4On2TDmS5TVLu6Cx4ec5XMx2ot4a { width:12.25rem;height:1.13720625rem;top:20.875rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQTpJZnz8CuyDKy4KmtLZ9L4ngnaOkV0 { display:flex;width:1.3125rem;height:1.3125rem;top:20.8125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #xmif3sDEzlybD1BwM4TRmOAvucK0kzOo { width:17.8125rem;height:17.8125rem;top:26.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVXmh95IFssxHxK26vcOtCkZLNKSfduO { display:block; }#TVXmh95IFssxHxK26vcOtCkZLNKSfduO > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv3qvw2zw38rF28X4ItowWgFGpinT7qc { width:20rem;height:7.474625rem;top:9.8125rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iSPuW5FJGtBvAIbH7JSOqUTJdgKl9NME { width:20rem;height:10.96875rem;top:18.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VCO32xZp2omsScITNVo7NnimiPEhJO7m { width:20rem;height:22.099125rem;top:45.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3VWcX9eDcabybB9n9aE0nk7z3sz7Ap6 { width:9.75rem;height:6.6875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHbWzbMRBxDV0EJuCGxdT3LftSrwnEZN { width:20rem;height:12.1875rem;top:31.31787109375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 { display:block; }#Ppz3apz4UVl6bmizATNnTUyiIgpqF9R5 > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZilcyNVPpy2kxPWUydcOlmZ9qT0GwVoH { width:20rem;height:4.7119125rem;top:4.4375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zyEnsOw4oJ2tXW4ZD0nINL39WbMstxib { width:20rem;height:1.13720625rem;top:3rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dxrG4RSM1TKX2P67Lbr2VWGURlMQxhTw { width:20rem;height:4.548825rem;top:9.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n { display:block; }#z5dKtclpnJNlyh7MraWR6GC9Lgea2t9n > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3lLWxsTBN5WIv4T8019EweMrwfhtK3p { height:11.25rem;width:20rem;top:2.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6sToOE7kogktx78XtwsXk4IRnoamEkc { height:11.224489795918rem;width:20rem;top:14.837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLmhmrI6Z4nUtsKwPFRwGk52woyxgPIP { height:11.224489795918rem;width:20rem;top:27.312015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpIhxMXaz57C244Z2wxvf8yB0asDJKPg { display:block; }#mpIhxMXaz57C244Z2wxvf8yB0asDJKPg > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwRNg5eCREFRw7pGgrXxGMZQ710SQ8bE { height:11.25rem;width:20rem;top:2.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ninqrLVOtSKyDcf7UvF34ZQ58fODxzbJ { height:11.224489795918rem;width:20rem;top:14.837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 { display:block; }#sq3IM33RXgLPPx7BZgsIT9TVSuX1Cha1 > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWCoeOTmJde0oTAXn1aIl1OKSMwyADuJ { width:20rem;height:4.7119125rem;top:4.4375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f3k5T0a8ctL2nn9WXRByOyHg7l7VOKPP { width:20rem;height:1.13720625rem;top:3rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGM5QKabPbBuwSUHE7wp3bS4adNyT6Ds { width:20rem;height:4.548825rem;top:9.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n { display:block; }#uFo6Q0rVMHTkJhmucctwfsDNUhZDR34n > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9OFc3upR4EVyrvMgT8faVV3i0ynnmEI { width:12.25rem;height:3.25rem;top:1.4375rem;left:5.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QkuPEg49TObhAFens6kQCFeqi6DMUl8S { display:flex;width:2.5rem;height:2.5rem;top:1.4375rem;left:2.1875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #sWQODGtnQXiWOZw0xbAXGai0EuJAnUtL { width:19.875rem;height:4.6875rem;top:0.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ8db2RB1utywA6pcO4ILiRofmTI5CBi { display:block; }#bZ8db2RB1utywA6pcO4ILiRofmTI5CBi > .row .container { width:20rem;height:204.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2AuFK5dKGuWZdqTo3AeXdosbnvIVeHJ { width:19rem;height:66.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Nh7uRzHrTysSlFuLpHykTnESNu3TT2 { width:20rem;height:2.35623125rem;top:2.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB5X0lhhypuVxIvWXmbwWpgcubpf1uB0 { width:19rem;height:5.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQLfoPEO1Ne1Zb5wECtI6TaZ9pKt82OT { width:20rem;height:2.4375rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok1uobmB6dr7duv9AAhFBRzyQCrNZEtu { width:20rem;height:2.51855625rem;top:9.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAAKLXkBd52LNa5APKftZ4TgHK4B9fEq { width:20rem;height:3.4121125rem;top:20.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4iXhaFVnwFzTeS4dC7FNn4HlRlNNqMe { width:19rem;height:7rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3J8K8LCtcSKiW4pg9Ef1tNOzHHsp6B { width:20rem;height:1.625rem;top:24.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJmhMZcP5XFm5Uf3Eze3LECd8OUs5Z7 { width:13.0625rem;height:1.21875rem;top:64.5rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiGKUMEuM2oaU4mLOwon2384TcuEZm3 { width:16.1875rem;height:3.4375rem;top:59.74951171875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ZxzDTKgfr8LOp5cgoNLCrnChCoLR0F { display:block; }
 }@media only screen and (max-width: 763px) { #FK3oZls0qNsT8DHxW3CuhXZFsnirp4R4 { display:flex;width:2.125rem;height:2.125rem;top:64rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #lnLFERT6TmuGI9gylVwkfdhx0MS45CRy { width:17.4375rem;height:24.1069375rem;top:27.8125rem;left:1.28125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#lnLFERT6TmuGI9gylVwkfdhx0MS45CRy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #GpE8ZrD7cUgdDVNFxHgnxVIr1UPVM8QZ { width:16.9375rem;height:2rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOgQ7aSPE4gNhVKkmc9lxI5CVz07LIgp { width:16.25rem;height:1.25rem;top:0.4375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJPLdMFz5WaTDSo8apLBeANynTyw1rN7 { width:7.625rem;height:1.3808625rem;top:11.7685546875rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4MVSSQZG9AzD5RqGIuGnDhJeAlDLlUc { width:20rem;height:2.51855625rem;top:13.4619140625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBkTODz5I1ZMKt42nyVB7o6HlJpW0GX { width:20rem;height:1.949225rem;top:16.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyknnIvdckqf1OmOTDNKyTawLFRd5abm { width:19.0625rem;height:2.2744125rem;top:53.625rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#QyknnIvdckqf1OmOTDNKyTawLFRd5abm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
 }@media only screen and (max-width: 763px) { #QMU21GtQGThzzfdrxvp6V0gZGMWFuDoV { width:20rem;height:3.5rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmFhDfiRsc2VmHLi9koxvIUvKWPzUkID { width:19rem;height:61.9375rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWQ89BOsHtr7Dcng4nUCVZBifSvmUHAo { width:20rem;height:2.35623125rem;top:73.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI6JhJDKGiaWTei5XeFCm3STWDE5fJut { width:19rem;height:5.25rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGcsoOORzE3H0Tt6H1U7Hf6JVHgEo4dk { width:20rem;height:2.4375rem;top:75.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbZQFOKZ44ZOZLaqzAWM1n9gkRiAsQp6 { width:20rem;height:2.51855625rem;top:79.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng11pBWywTfaZ4x6mGdktwBTtiTvtnxQ { width:7.625rem;height:1.3808625rem;top:81rem;left:9.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpzmZPmuyLhnMNQan9R0cXzCTgbZrTXv { width:20rem;height:2.51855625rem;top:82.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlvJ9CKoen5QyRTxkSOlmgwV9PBcnEJk { width:20rem;height:1.949225rem;top:84.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Fny94BCrFNoB2JubkqCgs71OaMADLn { width:19rem;height:5.75rem;top:87.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUAe1SGn7l42Knl9XUFqkIfw93N89Bff { width:20rem;height:3.4121125rem;top:88.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekz38t6Zy7LPnKMLw2Rcf4ET3wIZL4GL { width:20rem;height:1.625rem;top:91.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqbwmGmLUqu24v8wJ4l8nQhKk8DSJ8sF { width:19.0625rem;height:17.795875rem;top:95.9375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#cqbwmGmLUqu24v8wJ4l8nQhKk8DSJ8sF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #WUhI7HqhNhtC4RO4I31I2mZPmS3DuIDU { width:19.0625rem;height:2.2744125rem;top:120.3125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#WUhI7HqhNhtC4RO4I31I2mZPmS3DuIDU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
 }@media only screen and (max-width: 763px) { #ooVi4qT9c2SlQGUXGHLHCzDPTiFAUUeR { width:20rem;height:3.5rem;top:119.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErkLFfTCvUz5O4KTc0vQFGKagKxCrOlR { width:17.5rem;height:3.4375rem;top:125.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwpkzHm9AhMUU1TKCWolG4TydD7yTcE { display:block; }
 }@media only screen and (max-width: 763px) { #KLEc4D0yPPaDITPsNGZWaWNqK5lI0n7T { display:flex;width:1.875rem;height:1.875rem;top:130rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #CzfJoAEL3nOk2W0p41LWNSyZMAXJTTRC { width:13rem;height:1.21875rem;top:130.3125rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIL1wTKr7uSiquDeObZJSN6NUZxOTwyF { width:19.0625rem;height:4.861325rem;top:114.125rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#lIL1wTKr7uSiquDeObZJSN6NUZxOTwyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #fqbkLrTbgaHrLZoTas18prb61zJQMyDN { width:19.125rem;height:61rem;top:138.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcRIbGTM86ni5HmJOTalpNTLqintC6fm { width:20rem;height:2.3562rem;top:139.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Q2dTOTAyEtuoqEzTGllLCmrqQIapSe { width:19.0625rem;height:5.625rem;top:138.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAWomcRCXvAeZkQe8kiqxTgQmULXlsZ7 { width:20rem;height:2.4375rem;top:142.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl3m0bVQRkoLl9uOoVSWTQcL1eLKy9uZ { width:20rem;height:2.51855625rem;top:145.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4WAkU8qodTxIh9UKJrQ1cTTuaVyEuI { width:7.562375rem;height:1.3808625rem;top:147.75rem;left:9.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdBpIamPCemQDDedNOfK86qb6bSFiDgS { width:20rem;height:2.51855625rem;top:149rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESwIFPzfVPkDd7b6Z3HA346HZ2r3sI22 { width:20rem;height:1.949225rem;top:151.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vku3zQuReBsBZyoKLp84QnHUW3zkRs3b { width:19rem;height:5.6875rem;top:154.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiigpnBQpDbMN1CFgMVvUpEMJxawFx3q { width:20rem;height:3.4121125rem;top:154.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DABI82B0Dcu3ROXwn7r3APsmu9tNHPId { width:19.0625rem;height:4.861325rem;top:162.4375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#DABI82B0Dcu3ROXwn7r3APsmu9tNHPId li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cf9e51a76d07c56b5defeca28c4dcc63d5040107.svg); }
 }@media only screen and (max-width: 763px) { #LzINuPDsrH7VahF42zWUq7qUnXlO9GUP { width:19.0625rem;height:17.796375rem;top:167.5rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#LzINuPDsrH7VahF42zWUq7qUnXlO9GUP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0dab9c0172fde33600f4c083ebb0e950da05356a.svg); }
 }@media only screen and (max-width: 763px) { #SDTDTnVtclZ30GXmOxwskkuUT6SiwbT0 { width:19.0625rem;height:2.2749rem;top:187.0625rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#SDTDTnVtclZ30GXmOxwskkuUT6SiwbT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_63f9018faf35a729321dd282f997fad69e713144.svg); }
 }@media only screen and (max-width: 763px) { #Pm54EzT7y1NmD6Jv3BBJ550TTXGn9DTG { width:20rem;height:3.4375rem;top:186.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqttTo8IoqsPVcWedUQVJpJ8zIgBLp8m { width:17.5rem;height:3.4375rem;top:191.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS7HeOE1RimgDhLm9NOzPGvLTDUPM5CM { display:block; }
 }@media only screen and (max-width: 763px) { #tdiU5gIkyiQrNpRmgyAiVb7GAm2U43mq { width:12.8125rem;height:1.21875rem;top:196.25rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL2WV8XURm7G34HiKe3mANtzSXPCtff6 { display:flex;width:1.875rem;height:1.875rem;top:196rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 { display:block; }#GrRRbgWJof6O1Bp1XvMkpZw81vNsJxr0 > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quEB1A90ZeGX8GQkLW0ACHx3azOZupfh { width:20rem;height:5.0625rem;top:21.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#0f283b;display:block; }
 }@media only screen and (max-width: 763px) { #e9ulI1BBhEqrmMh3Hx6x5bPKzqVB4pFe { width:20rem;height:6.5625rem;top:35.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #hTKFbPB9VSyAIx5TWbO7iEE6Ct9kF5LS { width:13.4375rem;height:20.5625rem;top:0rem;left:6.5625rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oAlTvTuF9ZvU3agl2DEtAw6BJZ0l6R1Q { width:19.9375rem;height:24.9375rem;top:0rem;left:0rem;background-color:#f8fafc;background-image:none;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #txl3ERyKsN0aNvsFWJcBkOGkbTAsqo2O { width:20rem;height:6.5625rem;top:27.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kaMuW9nPMs3TEhfnAadCGKypDJJE6W { width:20rem;height:1.54345625rem;top:44.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4yQy1I500qedgbCh4V0wHKM03pPKyqJ { width:20rem;height:2.5996125rem;top:47.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBVZOEug4BdIebhIBHzKxf8yIqkGvfJm { width:17.5rem;height:3.4375rem;top:51.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Xk7yDQp2bvOvIsxMOTp5EW07go8qw6 { display:block; }
 }@media only screen and (max-width: 763px) { #txJlXVksnG22WJNMgT1oTTKXU9wSamGy { display:block; }#txJlXVksnG22WJNMgT1oTTKXU9wSamGy > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA { position:relative;z-index:auto;background-color:#1b1c21;background-image:url("https://images.assets-landingi.com/uc/6e0efa16-1d5d-4965-aa67-f84b69780e2b/black2.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA.adaptive-delivery-prevent-bg, #STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA.lazyload, #STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA.lazyloading { background-image: none; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container { background-color: transparent; background-image: none; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container > .video-iframe-container { display: none; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row > .video-iframe-container { display: none; }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .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); }#STFbqzJJZgbm7pk21B1aqsQfeuWzi7uA > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cznR93Ei8dfSJTilT21LvTUNkiBtJzRe { width:20rem;height:4.3869375rem;top:2.25rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlqZI6zW0TTJuLVIh9e22VsCv7KcEmfq { width:20rem;height:17.9511875rem;top:7.21875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTKL7RTXt62z6dpNetLuEVayob70FXKh { display:block; }#FTKL7RTXt62z6dpNetLuEVayob70FXKh > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE { display:block; }#m0tfk8nNfvaSIbiTp2ZcAHITqIBvQvnE > .row .container { width:20rem;height:113.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hll5TOGpz9ETMcNmWD3AhoqKmi33l3Pm { width:16.375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XksotFJWNoxgE674vTriqfQEAuuO4Q { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhG26zuscoHMNZJVkpcTJliydzSaIzIu { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5302DkL3uBTJXM4DLfMmUcTP04LAxhA { width:16.6875rem;height:15.18946875rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWQzDXT6i3LtfTJOz0gPw6ww7anygc4m { width:16.75rem;height:3.4375rem;top:36.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Tp0GOga3QR594XCvTMBzPzBqU1vSgw { display:block; }
 }@media only screen and (max-width: 763px) { #iLOOKA3ghTvD5NnGSGRpvwS6g3VWdLez { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeGJ65qJ3k7XVx8ZEDFev8TKwR0Jmq1N { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElplMZHcSs7QcMQX0fI0siyvThpV2JHw { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOLOgkHvGiNrprI5mCRoUqbd2bfHUd9I { width:16.75rem;height:3.4375rem;top:41.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvesC3ukLWyTPyWNRN3oMO9wtUiiuWa0 { display:block; }
 }@media only screen and (max-width: 763px) { #UyMe9b7K8LaIXN9KwxwpwsJoQpsR8tAv { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRok0ufsP4cbvc537x2agefOEpVbgRvw { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRn71TqzDrB3Fn16geR4ILFCrWZf6ngS { width:16.6875rem;height:22.0937375rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPG2u6SO9FmDiDP1znK06iIaqdM5Jqa { width:7.1875rem;height:2rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Peznpv6z57k9Q63Uy7WVN6BpUyerN4 { width:20rem;height:65.375rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD2ZMLHTltWubvAdv88EI3JqEq6QM7aZ { width:16.6875rem;height:3.25rem;top:103rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSIvJTf55SOcMshPFtsEiQ7yXoM3CHKS { display:block; }
 }@media only screen and (max-width: 763px) { #TzJt71DyEWTTxCtn3pJutoIavSp1T2tC { display:block; }#TzJt71DyEWTTxCtn3pJutoIavSp1T2tC > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maT1aSBIICx5ADx4Pr7NkxPFALIxRQV5 { width:16.375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4yJKXzwDJkd6u7UJOZBtHHAcTWy2ZS { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrwDg5ulH2TLnloFtBgS4KBQcrMOKVz { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZEarSAH5B4CF6JbmtdSAGHH15TNZIz6 { width:16.6875rem;height:13.80860625rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fSANkCpkTAAHHXvz8iO8B9nrlLTV2B { width:16.75rem;height:3.4375rem;top:36.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviCtgOt435yGHeLKnIX6ca2ET44DodM { display:block; }
 }@media only screen and (max-width: 763px) { #HqsGidOZcRi21tr8tCVPZ8hOqLuScurw { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oEH1Sc5nNzAKU7vwoPxmMe1Vzh5T1u { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamyt3A5HKNinaBpxfmlSImrlruQem6N { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpg9BpXB6k3LfrwP2z1DSH6De9oGdtUV { width:16.75rem;height:3.4375rem;top:41.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0AxcuLdeuBQ3Rn7iPUi3hCsHM6m5cO6 { display:block; }
 }@media only screen and (max-width: 763px) { #f4SG7Sub1g3OJFvHskVoaEfT7rDEDHO5 { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o21PT2OEcR697GOkkabL7cAhnBsFkDqP { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7O4Osnyr45LxGMwx6Dh1tggrh7Pu1mt { width:16.6875rem;height:20.7128625rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyy7ZgUgGn80ECJ9wWyh9V7RvU52SWh { width:7.1875rem;height:1.75rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGMs98RWHaNbCSdPR3RgUJhWmX8xT6sf { width:20rem;height:63.8125rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHbTOSsyp2cGzUaMXleB5nksoPEXvhey { width:16.6875rem;height:3.25rem;top:101.6494140625rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKcfTTcbwpQLgmPntb1FrmSFOnHqxpR { display:block; }
 }@media only screen and (max-width: 763px) { #REElKIsAkNstTTB7hrSrr5pmCqEoWzeS { display:block; }#REElKIsAkNstTTB7hrSrr5pmCqEoWzeS > .row .container { width:20rem;height:109.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BB4dkfDHzVOP3JQTf4fuzkF0OdOTqgDc { width:16.375rem;height:17.625rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I9G8Xntmr7Dhky95KMKEPfOVIzW9tu { width:18.375rem;height:5.19921875rem;top:23.6875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFIg3efCeKpuGH9rxsaxbMncZUcfPH2m { width:18.375rem;height:1.29980625rem;top:21.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXhMF0FM3p6WeoCnFBBThcecm463l0b { width:16.6875rem;height:13.80860625rem;top:49.625rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqVcQhx5bsOpVyAMqhu3ymO5IRZPmIq { width:16.75rem;height:3.4375rem;top:36.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUhZQLcTodUtVqMS4xh4PLLn3Wn1EZXn { display:block; }
 }@media only screen and (max-width: 763px) { #lJUWviotzVXP6E3oC2vJTrV1ESU1HSbQ { width:8.4375rem;height:3.16845625rem;top:32.5rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNTllAty1pHrpiA6wr5NC9J5oyczs9R { width:8.4375rem;height:2.5996125rem;top:32.625rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1URbw181HiTLbGTr0KSDbxGXX5Bbw3 { width:8.1875rem;height:2.625rem;top:32.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egMI486XiIkOPqrL1VTsKhx5nIvDxbJ2 { width:16.75rem;height:3.4375rem;top:41.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzsAl3bK1RBCrit8br4idXfTkZAiPZHl { display:block; }
 }@media only screen and (max-width: 763px) { #Q2F7Xpi07vFJhOd0gd4aOQhq10ZwLgQ6 { width:20rem;height:47.4375rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxDDKsier90HQZtkONMAaS15DnXtmS4 { height:11.11575rem;width:20rem;top:66.1337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gucnfn134m1opdvTfMCR8qXAST1VCqv7 { width:16.6875rem;height:17.951175rem;top:78.75rem;left:1.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xCuN5BpMM5EPNlJl0KvIs64vqUQ2uu { width:7.1875rem;height:1.5rem;top:29.44921875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMytrXqHU1LD2pUMry3OH7Z9OfyLqMhZ { width:20rem;height:61.25rem;top:44rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH1BxZmEEl7ZxyvdCLomDT3Tf6ZBxKJJ { width:16.6875rem;height:3.25rem;top:98.888671875rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIzvP1uaSk84glBIH6XZp1wx8InXprW6 { display:block; }
 }@media only screen and (max-width: 763px) { #xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 { display:none; }#xMOF1NydZyQ1fyp8NHBzz3COmKXKeLq8 > .row .container { width:20rem;height:54.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyMqXVi3wCx2IdKvUe43KULSeQx68Rqi { width:20rem;height:9.34325rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxQmUy7wBbfPLq2HEdn6uEv8v4fbNMta { width:20rem;height:2.03125rem;top:19.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4cyFyl0JbhGBa3o62FZqVvh61PUc60 { width:4.75rem;height:3.125rem;top:14.625rem;left:5.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDczyHOZloWeJMl2Vkg4lQ0iOvcfsUD { width:20rem;height:4.142575rem;top:23.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ascfHwzdAyVA9MMRUlUI4koNf47cXBVP { width:5.8125rem;height:5.8125rem;top:13.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhIwQTBaGfkWroVNWh2JqKVJ4x75nNZO { width:20rem;height:3.73730625rem;top:47.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZZ8gsRDyJpyCR1fG8IR3TydUmdcn8g { width:20rem;height:2.03125rem;top:37rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW8GNFtrtmHuToE7Qa5wGLTuEdCZ2iQm { width:20rem;height:4.142575rem;top:40.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdk3n2F6HTRBdQkyPfyhqrs6XogevcUg { width:5.8125rem;height:5.8125rem;top:30.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR32f4Mx5OKkfCT71Tzqvs2SETxxacU4 { width:4.75rem;height:3.125rem;top:32.125rem;left:5.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #appc1IT4E4IRKRuJ67ePSJiri51hsRST { display:block; }#appc1IT4E4IRKRuJ67ePSJiri51hsRST > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxK1tygrzPeDs1My2yrMW5zflk18rkCN { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHKTcoUktoB2WU4RW2Etchl7v0lMVPed { display:block; }#MHKTcoUktoB2WU4RW2Etchl7v0lMVPed > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMPk8oTtQyiaftbPLvuWqpOzJS7TILUo { width:17.375rem;height:12.6875rem;top:1.5rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStKUGllnioIzqflfLPoXc2TBGf0q0Iu { width:18.375rem;height:5.19921875rem;top:17.80078125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm0sAoiqrPdevwa8UXMlehuF4n6Cx9St { width:18.375rem;height:2.4375rem;top:15.4375rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwDLlX0xI13i1ESr1AFFNyIb9KnUd5G1 { width:16.75rem;height:3.4375rem;top:28.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAS4ebtCJwLWbc0TA1ZzKMmF6Nll5lgx { display:block; }
 }@media only screen and (max-width: 763px) { #VQmLXKiEixP0laGQNcUVMGWqLGFJonR3 { width:8.4375rem;height:3.16845625rem;top:24.375rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLUIKiIHDx7yogr3odTWXGEGXSnHh9q { width:8.4375rem;height:2.4375rem;top:24.8125rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLFsHNIT4PRJ52yzOEVkI94TmbnsBUg { width:8.1875rem;height:2.625rem;top:24.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkNlHo5tu1ISlttf7UWnBiNn1RMQQlu { width:20rem;height:34.625rem;top:0.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #it5RFWSMpn7zSceRSckPNlKl0cMbkpVi { width:17.375rem;height:12.6875rem;top:39.375rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CixoFi0ez162bBb4dUhlgFkInNnEJJ7P { width:20rem;height:7.7988125rem;top:56.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtlC7ypyZkaTDzlzXfIqnl8m5kDWi6Lm { width:19.5625rem;height:2.4375rem;top:53.8125rem;left:0.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqS1cexLHd0dTm42DOuWQ7UUNW8iioG3 { width:16.75rem;height:3.4375rem;top:69.787109375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIokUvon9Uwzwu4l7URo6D4QQX432rN1 { display:block; }
 }@media only screen and (max-width: 763px) { #GPaWGs1DVhQDdDsPJaxyFWTe6mOIJ1Ny { width:11.3125rem;height:3.16845625rem;top:65.1875rem;left:1.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prZBcQ7MzDLzIScbNn5NwyXGCDnZiabh { width:8.4375rem;height:2.4375rem;top:65.5341796875rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKgCKdb7ELnhKMCtwHnp9aX2BNHNcJI { width:8.1875rem;height:2.625rem;top:65.458984375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtQ6dJGAcLRTkwDP8pnCZxR0CAlIq4qQ { width:20rem;height:38.0625rem;top:37.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up { display:block; }#q3BEph05XgV78l8Gk2Kl3ozJqXpVy9up > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyBXDOBoCPblGU4K8LZaTsE9fVDVUTXt { width:17.5rem;height:8.75rem;top:1.5rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUBcEbshFXLpcQhsSR6Ih3LeTMMZCbnU { width:18.375rem;height:7.7988125rem;top:15.36328125rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H56eLh6t8E96nFn9RQprlzvMovFU777v { width:18.375rem;height:1.21875rem;top:12.5rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1WurKMA7OyT6DBudMaS0I4hOaz9G2N { width:16.75rem;height:3.4375rem;top:28.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAPP2NNX580y8qdTWIrpSZmlgPtcla1K { display:block; }
 }@media only screen and (max-width: 763px) { #MrukPr0kmHOEsyt3qObRTXEVdDf1qbLO { width:8.4375rem;height:3.16845625rem;top:24.3125rem;left:1.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoMU8IZmt7lxhPiLZVA4Q8arsXX9XZhe { width:8.4375rem;height:2.4375rem;top:24.6875rem;left:11.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igpRBN5e5XfxTDvvrD3ZQzCVvlIKPSfn { width:8.1875rem;height:2.625rem;top:24.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSVquK08ETP6tdCw8MztNPVNOqDsM8Ra { width:20rem;height:35.375rem;top:0.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMVVvslrTM0vr1w988uBFlKA3p0wWHTf { display:block; }#qMVVvslrTM0vr1w988uBFlKA3p0wWHTf > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQk7RzfXuLerZ8zQyzZ2T7zGwlpTltIF { width:9.375rem;height:10.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6k9fonXOELTOQ07QAL5sra49sHIeWV2 { width:7.375rem;height:9.375rem;top:1.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGiiA5sC4FO2mrJlhBuEKTGNSPKDr266 { width:20rem;height:4.0625rem;top:12.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlfNoBPJFDLCDZ1CGZq2ttOarVp72OTr { width:3.4375rem;height:5.6875rem;top:3.6875rem;left:9.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1u4q1TkZOnigbWTtsTTLrbMEtviuke3 { width:20rem;height:3.4375rem;top:22.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmv4oIMOJkOT8erZO2O5cRv1PFVvRPeS { display:block; }
 }@media only screen and (max-width: 763px) { #nflIxtTx4pVNLhn8oQDvv3bBbbXxTTwU { width:8.4375rem;height:2.5996125rem;top:19rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IObWR2D8Mssn0T5Nv28Owd7hrQ2IhRam { width:8.1875rem;height:2.625rem;top:18.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSIhHbvWLeR9gBUlISD2FgfokgJpH9gx { width:8.4375rem;height:3.16845625rem;top:18.625rem;left:1.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsqkBkMCMc5pm59pMTMxd7zkb2ECkD4A { width:7.3125rem;height:9.375rem;top:31.75rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TshIemwfHvsyZOecLXMTeQBZzartAQQ8 { width:20rem;height:4.0625rem;top:43.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrbfiJ5ukG9Rktq2RIkLOccNgx76LQ5t { width:3.4375rem;height:5.6875rem;top:33.5625rem;left:9.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuTgty1psmzs1BsXOEiHyUCA0lIvdgqT { width:8.4375rem;height:2.5996125rem;top:49.4375rem;left:11rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoRtEb9m0T66leD7OVSvQR5aTTPv4JN { width:8.1875rem;height:2.625rem;top:49.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwLfLMo8Jg4KBi5HEvNiSQPHgVK5JTPA { width:8.4375rem;height:2.5996125rem;top:49.4375rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5RSvvpx3hdO9hfdVs1iO06fPTPuohqt { width:20rem;height:3.4375rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc9SqNhHW9Uh2igLddottQHTTskf0Koe { display:block; }
 }@media only screen and (max-width: 763px) { #rFXV36BVW7tdSFD4F0cPvMlIo3V1otZV { width:9.375rem;height:10rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 { display:block; }#yBz0xUBoOA88e5MEZSUEmzI7nRb3e7f3 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErXueiky17pPMVsAz8fL9lLfQdZ2X6qC { width:7.375rem;height:9.375rem;top:1.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDupoxTVuqJFxICzmxTVqNq0E8npkBJS { width:20rem;height:4.0625rem;top:12.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvxPXPGctgQvVQXeqyT1UMBh1yxMzvhV { width:3.4375rem;height:5.6875rem;top:3.46875rem;left:8.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMb4CPPxHkHVWLufhvpAJcPrfKidoTE { width:20rem;height:3.4375rem;top:22.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRv14tluIqLTd4FAr3HgsOVk3KJeme4z { display:block; }
 }@media only screen and (max-width: 763px) { #mci71kh0JFAUJyIHn4UwGqOJBir7a53B { width:8.4375rem;height:2.5996125rem;top:19rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUOwqE7cLmIzWWEam2D0oMOocXogCN4S { width:8.1875rem;height:2.625rem;top:18.8125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR76FSUMOHtfTbnZIwW7zLQAJqCZENpa { width:8.4375rem;height:3.16845625rem;top:18.625rem;left:1.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpeo6FOphbcdDw8xt6PJfBCBsign9fgS { width:20rem;height:4.0625rem;top:43.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqnWKN2diIaLFBmzdT5DPZQTLP3CNng5 { width:3.4375rem;height:5.6875rem;top:33.5625rem;left:8.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAr27kkXHMvxhWk4W2uIT0p9UIuAPbDQ { width:8.4375rem;height:2.5996125rem;top:49.4375rem;left:11rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbKgDz9qZuQcAIaonfzEcSUCxCDDqXoJ { width:8.1875rem;height:2.625rem;top:49.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ibeqTwofXkPRbAgMs8rH7vPS8AsNTB { width:8.4375rem;height:2.5996125rem;top:49.4375rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJlBWgNpLp87VXKx0w22hVAPh3DL5N47 { width:20rem;height:3.4375rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfFc6oTC4OxlXnFcf6wRLixK8kQo1MrV { display:block; }
 }@media only screen and (max-width: 763px) { #PRgD2w1FNm2RVwUZudiOGTZLtzS9U4g8 { width:7.375rem;height:9.375rem;top:1.625rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #B21qh4hsSrs3GlkSBL9JkLkF0t8gZQE6 { width:7.3125rem;height:9.375rem;top:31.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZMPB9Fq8pf4vhy3t4Vxfpqzic3Dztr0 { width:7.375rem;height:9.375rem;top:31.78125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZgwpOndRz8CgicckWp2SzoGGzwQO6pV { display:block; }#dZgwpOndRz8CgicckWp2SzoGGzwQO6pV > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5GwySwAxgwyT0EAiDSGm9X0rGNBIzpC { width:8.125rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTpLzeIg1bidIBub0QghkAN65hPzsqK { width:3.4375rem;height:5.6875rem;top:2.78125rem;left:8.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL1XuoDvTGNPm6OsSPdqneBorJ9Z0Mw0 { width:20rem;height:5.1181625rem;top:23.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH9Tf1LUvflCURAvyg0TDRJfXoQJXRU0 { width:8.4375rem;height:2.5996125rem;top:29.3125rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6OaMmZeHfqoLCMDFXWHXHBO2vVkrAn { width:8.1875rem;height:2.625rem;top:29.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZ7Fm5iBpfVg0h81iEdDSfHuQBZqVn1 { width:8.4375rem;height:3.16845625rem;top:28.9375rem;left:1.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOB8wl7XoFaaodEMV5RBSW4s4Gg40P4t { width:20rem;height:3.4375rem;top:32.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reh8FBAVeIeonwt5ikNHiz87AJ8sHks8 { display:block; }
 }@media only screen and (max-width: 763px) { #xcDUwvn99FxMJfmMEzesTV8VTnOO4vls { width:8.125rem;height:8.75rem;top:1.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKgihXJrM09kJOGxprswwbe1zO5n3Emh { width:8.125rem;height:8.75rem;top:11.537109375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgT0i8B1bbArfJQhfJSQ0ecifD5uHNlV { width:2.5rem;height:5.6875rem;top:13.068359375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG0PTVUD9ftucVkWtpzoFyH1HGaCH5tF { width:2.75rem;height:5.6875rem;top:13.068359375rem;left:10.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQkkXnSTvreINMl46WpBf9t40ZSzsnRI { width:6.8125rem;height:8.75rem;top:11.537109375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM { display:block; }#Jq01s1qzDbTzarlgsBXcyfU0TFb9dBOM > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWkSQHkfBRSlkyiMt2F0tbMbvFhN2EA7 { width:8.125rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn6macmhcSyUDgBmqXEElGydzcdcThrM { width:3.4375rem;height:5.6875rem;top:2.78125rem;left:8.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xJiZfxCGd0CesxB8D6AtzaQV26iMFF { width:20rem;height:5.1181625rem;top:31.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCXBRM6SFrvAMfNVL9vvDqDaRK5wwFbq { width:8.4375rem;height:2.5996125rem;top:37.5625rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB6c7o8ixcsz6pgGvsBZtTOUuVsCfX2i { width:8.1875rem;height:2.625rem;top:37.375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOTudtszQl4FMCxOW9LIfPCmO8fprJu { width:8.4375rem;height:3.16845625rem;top:37.1875rem;left:1.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXAGTGyFNad1oGlETu4eKIChn2FKk1G0 { width:20rem;height:3.4375rem;top:41.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6lpFG5ll3lwNdmp3sFbOXNAickrIiA { display:block; }
 }@media only screen and (max-width: 763px) { #uNyaH4fDRWTvglBPdt5hNaQXUm4k4sPn { width:8.125rem;height:8.75rem;top:1.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMuzhhPwi7amOUoRXwmqSodg47NS208x { width:8.125rem;height:8.75rem;top:11.537109375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4PBVQmrDZun605gP3Ira4u7OKqRcZ80 { width:2.5rem;height:5.6875rem;top:13.068359375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLrSiTec0qfdblp85trltO7iscwQty7g { width:2.75rem;height:5.6875rem;top:22.162109375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1h7ETFniATepFiNLEBaIdqsbn527HTV { width:10.3125rem;height:7.5625rem;top:21.224609375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIiIK7FiabGDclW3sTUVCGPuQGGbP48G { display:block; }#PIiIK7FiabGDclW3sTUVCGPuQGGbP48G > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDWDFg3yNyFntHCDP2qE8kPy5KTTytue { width:8.125rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4EilDTLDiOGql3GaLUvGF1dCiMhcC1I { width:3.4375rem;height:5.6875rem;top:2.78125rem;left:8.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOfBJd32rGwIWsZ5yJdToeZA3yeMvhMm { width:20rem;height:11.942375rem;top:55.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLGxvQiTiMIPsqasVaDZhbXNwpFxKAKQ { width:8.4375rem;height:2.5996125rem;top:69.625rem;left:10.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNbidlSwsflwnJIQwVM6HwZbtk0nkP0R { width:8.1875rem;height:2.625rem;top:69.4375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiAe3yzs89FvBdKdBiSrXpAARXlI9czR { width:8.4375rem;height:3.16845625rem;top:69.25rem;left:1.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rscDTnazAXPsLkDfrvpPU6MTKskZN19p { width:20rem;height:3.4375rem;top:73.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAcyhDdCCgkJNVBmmGBZPiA9RF88xGUe { display:block; }
 }@media only screen and (max-width: 763px) { #wMG0uPP2qLwQoaQ5Fv7RmHne7nTnwNlI { width:8.125rem;height:8.75rem;top:1.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEXEQvdsiGgcqVb7KhQAten6g8yZT8zd { width:8.125rem;height:8.75rem;top:11.537109375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiQ9E7Ly8RsfENETkFUBTaQOVd0iPSVs { width:2.5rem;height:5.6875rem;top:13.068359375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW01bn8QRAN4hhHTbooTTT1q2dpCs2UJ { width:2.75rem;height:5.6875rem;top:22.162109375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXfM8m22zO5Ttes1l4Tr27s2BWvJzHr2 { width:10.3125rem;height:7.5625rem;top:21.224609375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usSvhMqvu6yzfUFTQxUeut9K8sETG07m { width:3.0625rem;height:5.6875rem;top:32.505859375rem;left:6.90625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadmxUZOsN0sqHZtJ0vEufa5gOSnkpzO { width:6.875rem;height:8.75rem;top:30.974609375rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #RaxVITqNuL7T7a0r2dfwQsZEag0CHUFC { width:3.125rem;height:5.6875rem;top:32.505859375rem;left:16.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9EKBTHysm1rge4nZ2uly0B8mvu1EvZ0 { width:6.8125rem;height:8.75rem;top:30.974609375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLJbcOyPaTbbhKWysoJE3Iz5RtnaDblp { width:6.875rem;height:8.75rem;top:41.923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HohPIlJ85d4cBVMcLyDPoyK7UUoqim4Z { width:3.3125rem;height:5.6875rem;top:43.455078125rem;left:6.8125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfp1KsoT6Rin4J6wV6exL3Wylwpd52oi { width:4.625rem;height:5.6875rem;top:22.162109375rem;left:15.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBkukGU7og0NTG4p2XICekcBuXFQOot1 { width:6.8125rem;height:8.75rem;top:41.923828125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 { position:relative;z-index:auto;background-color:#c11c0d;background-image:url("https://images.assets-landingi.com/uc/795cc695-41d0-406b-b7cb-373473ee6909/swbg3.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1.adaptive-delivery-prevent-bg, #K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1.lazyload, #K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1.lazyloading { background-image: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container { background-color: transparent; background-image: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container > .video-iframe-container { display: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row > .video-iframe-container { display: none; }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .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); }#K9hD1waUlTCOOFVudKIkRTVfH2mf8gu1 > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCEiAS3mnI1fES3CR6sVdTtWWtxs5M8O { width:20rem;height:5.84911875rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 { background-color:#d2e9f9;background-image:url("https://images.assets-landingi.com/duWmPNv8/bg_kursy6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.adaptive-delivery-prevent-bg, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyload, #E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0.lazyloading { background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { background-color: transparent; background-image: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row > .video-iframe-container { display: none; }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .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); }#E0dCX7qFSUsu3DSgT6z9evQZJlBsLKn0 > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fy7EG79KkDURD1AGyfdoHTLv3T2r1Cnt { width:20rem;height:8.9355625rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aELhQvT9knPXde3rPX146tsOpytcihDk { width:20rem;height:1.3808625rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0JeOwTmiWqI1eJeuMEydDhFZBSKD0gc { width:17.5rem;height:3.4375rem;top:15.9462890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIPlAX93nD5SQdr7aeTb53w59iQcdsFw { display:block; }
 }@media only screen and (max-width: 763px) { #pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 { display:block; }#pyTzX0Zt67lE78LpLESQeNoq0JLRxrR7 > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbFbOVPBGF8QmAWIEETHzFidwPxrCUp9 { width:20rem;height:5.19921875rem;top:3.931640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS { display:block; }#Dvp0CcciPxi5kE38PENJ7ZtWENliaWbS > .row .container { width:20rem;height:157.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKLTky18BpW4Pw7VmiTBt9RIQNdQIu4B { width:20rem;height:51.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7he1g7ZgVhVHXxzDGDwNAgdp89vSzEd { width:11.3125rem;height:14.25rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B00wsHf3hatTbbnTc3RG4FTEbQD639q0 { width:18.375rem;height:5.19921875rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnuxKI3BZs5acfPQqOnMk4sqfPDXEVcW { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuRBktIAA4zh3W11TooIwm54X0FOu5dr { width:16.6875rem;height:9.666rem;top:26.1875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDb8nQ1sepuQUyhOAifgLGetZor2meW { width:16.75rem;height:3.4375rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQtdaBFiT5QFsWxbC60Kn0XJ45evzwS { display:block; }
 }@media only screen and (max-width: 763px) { #JnnManbwLHGz8gzHMiFfWuuuHLPZKfEp { width:8.4375rem;height:3.16894375rem;top:38.125rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQQzkbv0MT6nsfnIDWG0VZmwTTKe51cl { width:8.4375rem;height:2.5996125rem;top:38.25rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XTZOdLHphEw5Mvka9kHUglNxWlA1Rt { width:8.1875rem;height:2.625rem;top:38.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isHQUOU4GZePALUPqkcQATKivK2feKIZ { width:16.75rem;height:3.4375rem;top:46.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzBx9X9tdKBnt8mUwTd35PJ0pvUgB70U { display:block; }
 }@media only screen and (max-width: 763px) { #NBKwTerS36kxXcARC7A7HP8nUQeoXXA7 { width:20rem;height:51.0625rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBk1FFK1he8MprgcwWPyia6RaQtTb99 { width:16.6875rem;height:11.046875rem;top:75.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3A57dqDHJQk3EEVvliDaLwwLwbSsiWD { width:16.75rem;height:3.4375rem;top:94.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PPvOVuqwhRpQCZT9Mu7KG1VlaWg7Ma { display:block; }
 }@media only screen and (max-width: 763px) { #PkAV09yTvSco73LSwMRHkGFEyZR4TPcn { width:8.4375rem;height:2.5996125rem;top:90.68701171875rem;left:11.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvg0N7ITAVG1tgl66nyz152Tb3i2HRFf { width:8.1875rem;height:2.625rem;top:90.49951171875rem;left:10.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UldE8LH6FNhmluKEQzmMu8yx5IwqiiwM { width:16.75rem;height:3.4375rem;top:98.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ8opzgri3sLcgpp53aKzUVbUcbIPOE5 { display:block; }
 }@media only screen and (max-width: 763px) { #rbCDGBVt0m63NKVKym0lIturH3p5GWaT { width:18.375rem;height:2.5996125rem;top:72.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WcD7TFAQ7ryiwLfmZ9yWQkg05b0fbg { width:8.4375rem;height:3.16845625rem;top:90.312255859375rem;left:1.937255859375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXkwfHp2T7EEVrh79Wdp5p9KHK0gfg0 { width:18.375rem;height:1.21875rem;top:71rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3b7BrqZJ9P9IK1PblDuZfJRbrkn93Nm { width:11.3125rem;height:14.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs45eluHPXIX6gi56s9ihZVAIvcJSp4m { width:16.6875rem;height:13.808625rem;top:128.5625rem;left:1.8125rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #PHQfF8oUqDI2WgeUiuct3lKJnl5aBnC5 { width:16.75rem;height:3.4375rem;top:146.875rem;left:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #RNiFhZGqDSq1wvwTHZdeTEihot151dgJ { display:block; }
 }@media only screen and (max-width: 763px) { #J9iPDpFds4aiqg69lClv5kxyRxh2ci6H { width:8.4375rem;height:2.5996125rem;top:143.1875rem;left:11.25rem;font-size:2rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Th3t8clwZMcDiczhwIBfhPWTelv3waQd { width:8.1875rem;height:2.625rem;top:143.0625rem;left:10.375rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #yrmSmNJENC16S5NLBl6R3B95oLI674NW { width:16.75rem;height:3.4375rem;top:151.375rem;left:1.875rem;font-size:1.125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #iqA8t9t1ogQnoT4K0PXagtyQ87qZ4slS { display:block; }
 }@media only screen and (max-width: 763px) { #zwDk5us74gsaszO1ByR4yT7wAEyFTgQT { width:8.4375rem;height:3.16845625rem;top:142.9375rem;left:1.9375rem;font-size:2.4375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #iU4ITiT44X9zP7xNBHKe05b1HqUVJXXJ { width:18.375rem;height:2.2749rem;top:125.5625rem;left:1.625rem;font-size:1.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #wqZIkQsTbBmWIPVsZyg3cgLhkZGpAN2E { width:18.375rem;height:1.21875rem;top:123.9375rem;left:1.625rem;font-size:0.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #xMJWofsTfJRMxbM4W7ArdZo48iL9uNeQ { width:11.3125rem;height:14.3125rem;top:108.1875rem;left:1.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FNH9yISNtkhtOV5O2TDhReoLDp4OoDRn { width:20rem;height:50.5625rem;top:106.5rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR { display:block; }#gIUN9nEmwbFMGEhymkBG7dZnhrICVuiR > .row .container { width:20rem;height:157.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSh60gHDn5XgNeLiJLPJHp42ycasamVZ { width:20rem;height:51.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppQlf4yPDOP9kRugTUWOlMQmGtRfkmGW { width:11.3125rem;height:14.25rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRrVDAvZJTw51E6faLUxq3C9fi5whyIm { width:18.375rem;height:2.5996125rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8T6e5IZ6Fzy5NZeltRgWHOg4pRDpTzQ { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtAaVRevfJZkARr6uABT8cxeASWBADE1 { width:16.6875rem;height:9.666rem;top:23.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBFzIXJLC4rsiJhEksLegOBISrfwkERE { width:16.75rem;height:3.4375rem;top:42.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #niNlHTTS3bFumd1W3rXXnK3iATMhIsiE { display:block; }
 }@media only screen and (max-width: 763px) { #wQRGaWizTKAuT9Q48pxxOqKhSAMt3X3N { width:8.4375rem;height:3.16894375rem;top:38.125rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW8GKLI1TOmin7b8KNEqqnwSZe70mUXa { width:8.4375rem;height:2.5996125rem;top:38.25rem;left:10.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2aA3tlBeoLa5i8onNOyqMkT8GURsofU { width:8.1875rem;height:2.625rem;top:38.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npg1m3ALUgyszuxykJJXvwhbTC4p3nB9 { width:16.75rem;height:3.4375rem;top:46.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfCUBSxHvM11vZ7fIZgAfloSz0APd6lW { display:block; }
 }@media only screen and (max-width: 763px) { #Adpcvg3q8BhfwiUDI1KaolJHIXPhshDI { width:20rem;height:51.0625rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnDntTMy3bdG2R4BK5AGK2vmJkgFRUxL { width:16.6875rem;height:9.666rem;top:75.9375rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5S6BNDfzxPTTD8c2UhZVmW7TUysBM7h { width:16.75rem;height:3.4375rem;top:94.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgszaGMS6Gue9Dbz5kRVR5IyGQrikP1 { display:block; }
 }@media only screen and (max-width: 763px) { #eT6dNECEqUvRELTxyFOWPQH4VsfnDq6p { width:8.4375rem;height:2.5996125rem;top:90.68701171875rem;left:11.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3TZx39qrz9EvuzdgQE9JHFi5dWhdyUo { width:8.1875rem;height:2.625rem;top:90.49951171875rem;left:10.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRHZ92dZsF813vtv09RfaTzTzd2fp5ua { width:16.75rem;height:3.4375rem;top:98.8125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x04R6eDoJGorFqFfh3Tl1Q87Wo0ASfQi { display:block; }
 }@media only screen and (max-width: 763px) { #yrqGnKBTSlnqAImwz0Z6FTfyEsG38yeo { width:18.375rem;height:2.5996125rem;top:72.625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMbacaKfVGCORyI3FwHuUbQD0Hre0At { width:8.4375rem;height:3.16845625rem;top:90.312255859375rem;left:1.937255859375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v58vANJQ3e3V7zwsif6JmfLQF7cEMtMk { width:18.375rem;height:1.21875rem;top:71rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvJcUlBpnkQQKn2w6Np4emxQ7dKyyg8J { width:11.3125rem;height:14.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3FI1MTTIxqlxXkS8JX55CGI7SP6nuHb { width:16.6875rem;height:11.046875rem;top:128.875rem;left:1.8125rem;font-size:1.0625rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #I0QCmWOAd62fT8JJznfKus6bpNLh1dmk { width:16.75rem;height:3.4375rem;top:146.875rem;left:1.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #c1tLwy00XknzIJvGveotho8nhSJXRZH6 { display:block; }
 }@media only screen and (max-width: 763px) { #esrfbv2ZZnqBMDKp8FqUi6ueQfXU3AZg { width:8.4375rem;height:2.4375rem;top:142.9375rem;left:11.5625rem;font-size:1.875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ZBsebMml6LVfXXmW6rlxzURJwdQ7CLL0 { width:8.1875rem;height:2.625rem;top:143.0625rem;left:11rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #xm3Bh52nn5ICNH8iEca7Go4k9Q88CR8A { width:16.75rem;height:3.4375rem;top:151.375rem;left:1.875rem;font-size:1.125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #lKnwmTu3p3bt4zpaldAwMohMFU7ccGQv { display:block; }
 }@media only screen and (max-width: 763px) { #doVTgm9EBghK0v9CyOzQHTlcKfz5h41v { width:9rem;height:2.51855625rem;top:143.0625rem;left:1.9375rem;font-size:1.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #sBCTMenJ8twwdTBQZe4BT6qmwxM3lCFu { width:18.375rem;height:2.5996125rem;top:125.5625rem;left:1.625rem;font-size:2rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #PTGc5zMV6ZSoTr9z8k2lAThNWByIuHpk { width:18.375rem;height:1.21875rem;top:123.9375rem;left:1.625rem;font-size:0.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #oZofy0duTJrpJ216fOZvnl5DBW0G3Gg2 { width:11.3125rem;height:14.3125rem;top:108.1875rem;left:1.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #vu34ZuXuqFRip4KfpwwwrVHQwqp4sBrV { width:20rem;height:50.5625rem;top:106.5rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #lcLTOswzK4cacCRKTaysQUA5i5eGoy66 { display:block; }#lcLTOswzK4cacCRKTaysQUA5i5eGoy66 > .row .container { width:20rem;height:162rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMZWwwMJO8T7lm1TuMVrMJJuUBPgbo5x { width:16.1875rem;height:11.9375rem;top:2.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSX4DlkTZxFcE5l5N0xHXVRPSl63MnaE { width:18.375rem;height:2.5996125rem;top:20.3125rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxhSxN32p7Ihc6kVUOgtSchs4DDdmKDS { width:18.375rem;height:1.21875rem;top:18.6875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpgKSqi68OtuByJmG7lge6eLLefmpT0M { width:16.6875rem;height:13.808625rem;top:23.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtnFU8fgo4h8en4kNgc0FAun3ENobS24 { width:16.75rem;height:3.4375rem;top:44rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw28MNWXyDWleHQaU1y7QawKb7fb3lGw { display:block; }
 }@media only screen and (max-width: 763px) { #FHHuFwhgeM05CK2IP3Pa2gRFPVhVUo83 { width:8.4375rem;height:3.16845625rem;top:39.375rem;left:1.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDT7hPGmnliU0nVMhkrgC8PF2qw0K5qw { width:8.4375rem;height:2.5996125rem;top:39.6875rem;left:11.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnlI7UXRMp6glfFHXoV5wtTz0eGXIU0s { width:8.1875rem;height:2.625rem;top:39.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP738Dq6FyhAGfRtxlSAmFBeiOZzh043 { width:16.75rem;height:3.4375rem;top:48.75rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyVTzQKTA89wN3RdbAcfVHXRMrgetBr { display:block; }
 }@media only screen and (max-width: 763px) { #QWTJ4C7yedsAlQ7JD6usChqiz0MZiuTl { width:20rem;height:107.6875rem;top:50.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SeCtDVoovkMiOhANwNnoguMFvpIZT8o0 { width:16.6875rem;height:12.1875rem;top:60.875rem;left:1.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP796EQUzMGkMJtyDVFXGsGqKqQAIZWX { width:16.6875rem;height:3.65625rem;top:56.375rem;left:1.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2feCTVipNDeA0PEpmdLzAnkiThqmDgu { width:9.0625rem;height:5.8125rem;top:74.61767578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/af8bbb26-0db4-441c-8464-a1a498409de2/fin60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#y2feCTVipNDeA0PEpmdLzAnkiThqmDgu.adaptive-delivery-prevent-bg, #y2feCTVipNDeA0PEpmdLzAnkiThqmDgu.lazyload, #y2feCTVipNDeA0PEpmdLzAnkiThqmDgu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #l6SHsTK5hSPSfhxngD5Q4AEoqO7yyoZW { display:block; }
 }@media only screen and (max-width: 763px) { #DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c { width:9.0625rem;height:5.8125rem;top:74.61767578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/9f959e58-cb1f-439c-8327-0323cf2222f8/hr60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c.adaptive-delivery-prevent-bg, #DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c.lazyload, #DLBwvxbXQTFRHpE7ePN1mgWS4NoUc47c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NApiuNFJi5UfTF2Au0VGIIuBMCCKI44V { display:block; }
 }@media only screen and (max-width: 763px) { #C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u { width:9.0625rem;height:5.8125rem;top:82.30517578125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/c781582c-9fb8-4463-841c-9d00692bafc3/it60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u.adaptive-delivery-prevent-bg, #C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u.lazyload, #C0GTxB3CT7uperETUdJv0KDN4bZ7lu1u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lMzdf10hwPDoVUX1XxzGPKJrH2cuhrg8 { display:block; }
 }@media only screen and (max-width: 763px) { #SwgX0kTBaKzI0it25P6zLubX1kyJAkle { width:9.0625rem;height:5.8125rem;top:82.30517578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/dce999c0-514b-44a9-b269-2bf1ebe6dfa0/mark60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#SwgX0kTBaKzI0it25P6zLubX1kyJAkle.adaptive-delivery-prevent-bg, #SwgX0kTBaKzI0it25P6zLubX1kyJAkle.lazyload, #SwgX0kTBaKzI0it25P6zLubX1kyJAkle.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #STk3sm3ZITWMLJS6BgzoIycntTgWmEJI { display:block; }
 }@media only screen and (max-width: 763px) { #uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9 { width:9.0625rem;height:5.8125rem;top:89.99267578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/86641216-b5f8-494d-b7bc-1466282d954d/neg60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9.adaptive-delivery-prevent-bg, #uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9.lazyload, #uxtq9pbO2qv9mtpzhA3JSpxHtb7BaeJ9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iASRoDCAX10UOrFamLKn16IeUgpiQ9g0 { display:block; }
 }@media only screen and (max-width: 763px) { #knOerPQAKl8ToQTsq85z5MqX3aG7LTod { width:9.0625rem;height:5.8125rem;top:89.99267578125rem;left:10.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/f039ed84-8ee5-4c24-abe2-eabe6b3ef072/pods60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#knOerPQAKl8ToQTsq85z5MqX3aG7LTod.adaptive-delivery-prevent-bg, #knOerPQAKl8ToQTsq85z5MqX3aG7LTod.lazyload, #knOerPQAKl8ToQTsq85z5MqX3aG7LTod.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ehJvLgTThkHmXaBvc1NlKQe3ZeIaxxer { display:block; }
 }@media only screen and (max-width: 763px) { #O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG { width:9.0625rem;height:5.8125rem;top:97.68017578125rem;left:0rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/4bbe12be-fa32-428f-be2a-5b8caa51c690/spr60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG.adaptive-delivery-prevent-bg, #O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG.lazyload, #O2SzTFVHoDFaQQy7l0XAH05h4mcRHRdG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fwSAff8NozNoewugqDuFVARryFEanv4i { display:block; }
 }@media only screen and (max-width: 763px) { #TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6 { width:9.0625rem;height:5.8125rem;top:97.68017578125rem;left:10.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/68f977eb-18a1-4e50-8a1a-841cdbaa44ea/prez60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6.adaptive-delivery-prevent-bg, #TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6.lazyload, #TVP8vZsiFLdlTXsnRIulBBXbUgbaemx6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pBuok1OyRXvLwBJsKrTlSkTVvA38DWJa { display:block; }
 }@media only screen and (max-width: 763px) { #lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh { width:9.0625rem;height:5.8125rem;top:105.36767578125rem;left:5.46875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#b6c4d5;background-image:url("https://images.assets-landingi.com/uc/8ea02dd4-dfc8-4f60-a48b-92a55f1896ad/zarz60.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh.adaptive-delivery-prevent-bg, #lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh.lazyload, #lScEnNqUGMtekF8AgQJzpRU3Dl9u3WDh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cGHneB7LG4ofOnMJwzuCQRq4129ZEZ9s { display:block; }
 }@media only screen and (max-width: 763px) { #TpKe47n2GWB4ubbNea2TCiAREQpaywRZ { width:16.6875rem;height:9.75rem;top:119.4375rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaFbTkJgiWJaZce39vLVEGWQ7P8TQDW1 { width:16.6875rem;height:2.4375rem;top:115.75rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIwB3PhTrvin35qaUoMcMy5qg3OuoHDl { width:10.6875rem;height:6.875rem;top:139.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STHOReu7nm9tUBTha2dQmyTUSemDV66J { display:block; }
 }@media only screen and (max-width: 763px) { #VxTJbB6dp8FQ2SLcKn9d19icaLEaVLlJ { width:10.6875rem;height:6.875rem;top:148.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSSRfsr5eGH7qwNmQ68S0ScJLaOOcMUK { display:block; }
 }@media only screen and (max-width: 763px) { #JpqDMHKQ4SJFw6tATTiRf9tq9u0NX3mG { width:10.6875rem;height:6.875rem;top:130.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzyIkM1PV7JFTOi1BhFkUN81MIr0qIBl { display:block; }
 }@media only screen and (max-width: 763px) { #yyTG2F3HpwqEb100hhsyWfzMnHTbUU6S { width:20rem;height:53.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omZgh3QrD0mG2K7cLuOpzuvZgKI8Wxyr { width:4.6875rem;height:1.875rem;top:38.125rem;left:7.65625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #tyvitLRpeZGXe8JAOmH3alfshA06zdFH { position:relative;z-index:auto;background-color:rgba(44,84,54,0.9);background-image:url("https://images.assets-landingi.com/uc/bc46bcd6-673d-4a3d-8d34-ac25f165e8a7/bgswpar.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH.adaptive-delivery-prevent-bg, #tyvitLRpeZGXe8JAOmH3alfshA06zdFH.lazyload, #tyvitLRpeZGXe8JAOmH3alfshA06zdFH.lazyloading { background-image: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container { background-color: transparent; background-image: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container > .video-iframe-container { display: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row > .video-iframe-container { display: none; }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .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); }#tyvitLRpeZGXe8JAOmH3alfshA06zdFH > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Btmp7N2Jd729d8OKEM8ymbRrKHQ3oyrt { width:7.8125rem;height:11.4375rem;top:29.75rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkFaMvaUubaNmADfq6T47aqRKkGJgn9b { width:20rem;height:8.7734375rem;top:1.85107421875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysuhs2alE63FIPQL5Af6aVSmaE1SrMEo { width:20rem;height:2.4375rem;top:11.30078125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDn4ipevWOxfwWvyg6c4nTfcULGZK1NJ { width:20rem;height:6.09375rem;top:14.91357421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .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; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr .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; }
#aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr { width:18rem;height:5.0625rem;display:flex;top:21.125rem;left:0.91357421875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #VhUERy4wKDKTJ43gzPLgBk2zQAZqctNK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #NG66at1y7I9GitNfTWqrqEnkW5f5xByV {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #K6eD6v81w7FpkS6rZ4MxUkbkmimPHaTN {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #V43wSBCmQUuhHMnt3mJzackOnO9sxoSK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #OlW313IABDFBcSTWe8cQMxn5kMA6ISyD {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #IHtiIxNCXbQ4MISRe7Bsz2nDoyDBhA3F {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #p8hlf46ZuBfM1nBaBP9e0r2FOXKCz21N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #HSuJc35v9d3dERNywJpnOhv8zmhsPCrc {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #tHormMs5ZCHXs3AKOsUJTN3gSp1BIFbp {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #pfazciCeAaiernS8nUwIFI7CiZyUDdCp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #yTu2KMVHUeiWKqKhfkonaft6AQ26Hf0q {  }
 }@media only screen and (max-width: 763px) { #aqHDDmG3lIDUvdWihaNdHPJIbZq1IQSr #tgwwE2LhroUe5C7bMGH5MtupBkShc7PG {  }
 }@media only screen and (max-width: 763px) { #o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl { display:block; }#o4U4JhN95LnLbirr5TNUIv2dT39Zu7Zl > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOpCwyfTSRGO0BkDLd4aSMUpRJq8grrz { width:20rem;height:10.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO8Jlzas553zT4KBTcT995c5mhDLMyPs { width:20rem;height:7.7988375rem;top:18rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF54ixmQiptd5A4JJrtNAavXmRc1SrQL { width:10.125rem;height:2.625rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 { display:block; }#BXpehwUh4i3sLfs3XA4Kn2x7np6gXve3 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIfcART6n7lnEH2vZOH4MrlDC6yKUBSf { width:20rem;height:10.8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNSuKgQDsQbzZl2sn3fiRrvIQJ5d85U { width:20rem;height:10.39844375rem;top:13.08203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg { display:block; }#qOEETqXCv4FSUh62xSUpRdCeU0TJOxBg > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvu28ysxmnvfC8WklkvaSl6vaVdZoCm6 { width:20rem;height:10.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWhkChMnrs9gbtmHgF4blO5DASRxT1op { width:20rem;height:12.9980625rem;top:15.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 { display:block; }#gPwpO2UTpScoDkg1X1TPWknFlfvQT4W5 > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ { width:16.9375rem;height:3.5625rem;top:13.5rem;left:0rem;background-color:#f7ba4e;background-image:url("https://images.assets-landingi.com/sbOk8VLL/zolty_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.adaptive-delivery-prevent-bg, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyload, #vqU7yJn3kbQ2sJQkKFufHtWOMZXTwhMJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s0DOUwbOtcfBwcxgDNqgFz7sTRimzqSp { display:block; }
 }@media only screen and (max-width: 763px) { #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm { width:18.375rem;height:3.5625rem;top:18.9375rem;left:0rem;background-color:#00612f;background-image:url("https://images.assets-landingi.com/jBU8zdSh/zielony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.adaptive-delivery-prevent-bg, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyload, #zJxWoygJvL0lxUtJWdcIfixe4o8ZkXxm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Q5BGMEiuSBgUJZ7aanuXBZkwc2tlz51H { display:block; }
 }@media only screen and (max-width: 763px) { #DSWOvotweaTRpl6nbgwM2QJK911Tg66o { width:20rem;height:3.5625rem;top:24.375rem;left:0rem;background-color:#dc2a3d;background-image:url("https://images.assets-landingi.com/LtfTVxCo/czerwony_przycisk.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }#DSWOvotweaTRpl6nbgwM2QJK911Tg66o.adaptive-delivery-prevent-bg, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyload, #DSWOvotweaTRpl6nbgwM2QJK911Tg66o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GMdtKmeGnTt1xFB9GN8ggbFNzzRWS3L0 { display:block; }
 }@media only screen and (max-width: 763px) { #XKVT4wFtGyg5E56wZQa8HRpOaNOIHUTw { height:11.2163125rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:20rem;height:9.09864375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.381225rem;top:14.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.29980625rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.381225rem;top:1.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.125rem;height:1.381225rem;top:27rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.3125rem;height:3.1875rem;top:3.375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.4375rem;top:3.25rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:4.875rem;height:3.375rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:9.9375rem;height:1.8125rem;top:7rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:9.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }