.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:204,255,243;--color-primary-1:102,254,219;--color-primary-2:0,253,195;--color-primary-3:37,175,152;--color-primary-4:2,171,132;--color-secondary-0:248,221,221;--color-secondary-1:234,152,152;--color-secondary-2:220,83,83;--color-secondary-3:192,67,67;--color-secondary-4:44,17,17;--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:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd7299a7-3802-4230-8205-4babec44fe55/Projektbeznazwy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row .container { background-color: transparent; background-image: none; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row .container > .video-iframe-container { display: none; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row > .video-iframe-container { display: none; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .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); }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row .container { border-width: 0; border-radius: 0; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#gTOel1U5b33wQeeWN77iZiBgJzFrf08M { 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:5.25rem;width:6.9375rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { display:block;width:53.3122673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.058807373046875rem;left:12.186350822449rem;height:4.0441174375rem;color:rgba(var(--color-primary-3),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#vbbKkbSE2RUqvaX3TQsb4l4ysAFgN3MZ { box-sizing:content-box;height:4.8125rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:7.5rem;display:block; }
#Q0ozfLlaKJ8ssZu5eXba7Oo41L1qROSm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Q0ozfLlaKJ8ssZu5eXba7Oo41L1qROSm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EpfCbZhpaxy9Ns7PmpZRo2hKT1BAoLnp { z-index:15006;top:0.49747240543366rem;left:63.687958717344rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #ff3333, #be2323);background-image: -moz-linear-gradient(173deg, #ff3333, #be2323);background-image: -ms-linear-gradient(173deg, #ff3333, #be2323);background-image: -o-linear-gradient(173deg, #ff3333, #be2323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#be2323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#be2323' );";background-image: linear-gradient(173deg, #ff3333, #be2323);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#efeaea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3120403125rem;height:4.7495403125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OEOkhxKICgdn42dg6Cf3k47ocfBsvgvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { background-color: transparent; background-image: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { display: none; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .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); }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { border-width: 0; border-radius: 0; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:75rem;height:19.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FukEkQviDkQOB9nTRcddWXd9JTITvHiP { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:6.7997159957888rem;left:0rem;height:4.117647125rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#KxpRlnyTQiZnKST1Bf5xEKGOT9Fiv0dk { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:4.38671875rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZuXUteERIKmeHRb4tTsv93ORb2EGKw8N { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:4.2246125rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#MA4Fttxyrw9ekWp7hyKTQM0RNLXmGJvW { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:4.38671875rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#s9f0I3xJVpDePumisleinNwm7pxuVUNb { z-index:15003;top:11.571690559388rem;left:16.246552467346rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:7.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l6oIo7Aru7vISZN0x7Fkwx8fwutLLEi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15001;top:19.25rem;left:15.3125rem;display:block; }
#M95NooE9zty7cTykRTZ2IRfrlyI9QREM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;top:19.25rem;left:44.5rem;display:block; }
#zKtOhJpUJq9G6Llsi1iF2tBCkxW8EOX8 { z-index:15005;top:11.508501052856rem;left:44.499077796936rem;background-color:transparent;background-image: -webkit-linear-gradient(132deg, #fd2121, #be2323);background-image: -moz-linear-gradient(132deg, #fd2121, #be2323);background-image: -ms-linear-gradient(132deg, #fd2121, #be2323);background-image: -o-linear-gradient(132deg, #fd2121, #be2323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd2121', endColorstr='#be2323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd2121', endColorstr='#be2323' );";background-image: linear-gradient(132deg, #fd2121, #be2323);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:7.1243105rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ybBFgvTFgZM2SiiOyvxN0wgQqzi7RAOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { border-width: 0; border-radius: 0; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#TgvWGhGyaAo4uDM64n0CfcEt4UrPgdCg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.5rem;left:15.6875rem;display:block; }
#wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.5625rem;left:18.499999046326rem;height:1.6176470625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.4375rem;left:47.9375rem;height:1.6176470625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#PTobcO5PsnzorEQAe0rgwUAMoMtyPNc8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0.375rem;left:44.875rem;display:block; }
#gT8nprdHmW50aVNO34Xrz8Eok24uszE3 { display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:10.6875rem;height:1.76470575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR { display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.75rem;left:10.6875rem;height:2.5rem;color:rgba(var(--color-tertiary-4),1);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; }
#EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.8125rem;width:31.4375rem;position:absolute;display:block;z-index:15009;top:8.7495422363281rem;left:35.812268257141rem;display:block; }
#eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.187498092651rem;left:35.124768257141rem;height:1.6176470625rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdbuskGe2xdIpUnD2SDozNRGtto850OE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.4368095625rem;width:30.8122691875rem;top:8.9193458557131rem;left:36.093289375305rem;display:block; }
#xNWsKG54drvwKdomktoku8w2RxRKfnE8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11rem;left:10.6875rem;height:1.39705875rem;font-style:normal;display:block; }
#kSyJ4xJG9Fe9ViGtwBB0szC39D7OGh8r { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.150000572204rem;left:10.686718940735rem;height:1.39705875rem;font-style:normal;display:block; }
#IhrWki43Z2zUunrSDeAgKh9rbOovMAng { display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5625rem;left:10.5625rem;height:5rem;color:rgba(var(--color-tertiary-4),1);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; }
#v0ZgrXz6xeTohtKZltqABz7K9LFlhZvO { display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.1875rem;left:10.5625rem;height:6.6176466875rem;color:rgba(var(--color-tertiary-4),1);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; }
#LUzUywJOLsAoOy4kLzo3sCZnNfZkLRlG { 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:15016;opacity:1;top:11rem;left:7.875rem; }
#bhOrtguZlhLrNeXwoZ0Ru8tZnCxV2twT { 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:15017;opacity:1;top:17.0625rem;left:7.75rem; }
#DwTpgMPJ6VZqfJB32d9WgiMwhJB0KMPp { 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:15018;opacity:1;top:25.375rem;left:7.6875rem; }
#ZkXMgv0FH6sqvw3ghITssxRmvPkBTQWk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.75rem;left:10.5625rem;height:1.39705875rem;font-style:normal;display:block; }
#tDbCUdTMTdTuLWbm0NU70BZqUu6MNER5 { z-index:15004;top:29.905789375305rem;left:42.467827796936rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:7.1243105rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v2aM9k5QzTJlHayOfNSTDLtIqC87SXzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTgQRTZCUr7BK11rw8hfOCroislXRZoP { display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.5625rem;left:35.612501144409rem;height:1.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }
#RRZDbEea2CPOGdNqsxsm1QPVQs7b3lyS { display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0305404663086rem;left:19.250000476837rem;height:2.7941174375rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#ObSf165cK0bpwKxbdh7BfTBN1VV2i2td { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;top:19.25rem;left:44.5rem;display:none; }
#JFgXk7bL1qlrySSToNX2yePZzTSEFn1m { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;top:19.25rem;left:44.5rem;display:none; }
#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.85);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; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row .container { background-color: transparent; background-image: none; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row .container > .video-iframe-container { display: none; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row > .video-iframe-container { display: none; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .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); }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row .container { border-width: 0; border-radius: 0; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#cT0XFP7KgypJUxwGeNIJXOTARk6XKz9N { display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:9.9375rem;left:7.8125rem;height:2.0588235625rem;color:rgba(var(--color-tertiary-0),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MHQJ7z4IALgqZ3QeDN3Nle6eeCEbukGg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:10.125rem;left:4.0625rem;display:block; }
#mXT8cHI14duPcsozFR7UUPHBW3dtT32n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15002;top:9.75rem;left:3.75rem;display:block; }
#RsC8XwicgZZnin6oRdrRFzhP6wZO9mRH { display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8250045776367rem;left:7.8125rem;height:2.57352925rem;font-style:normal;color:rgba(var(--color-primary-3),1);display:block; }
#WZLwkooy8fTrQftpKIHagdi0lZMJqBs4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15004;top:14.25rem;left:3.75rem;display:block; }
#xTiqmNxImIgNUDvBTxRzqlP9lbXdzFrA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:14.5625rem;left:4.125rem;display:block; }
#uvG0E7hZsu0kNqQrN2Ho2fBerW9XIDMS { display:block;width:27.2483901875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:14.774814605713rem;left:7.8113508224488rem;height:2.0588235625rem;color:rgba(var(--color-tertiary-0),1);text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GAO5XVQaOdIZN1r3nnTmQptXiZwx3uWh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:12.6875rem;left:42.5rem;height:0;font-style:normal;display:block; }
#BQsy942whvtqdiotJaNU0OzJXF0nnUPq { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:5.25rem;left:47.500001907349rem;display:block; }
#GpU227rxu8phZ1CdrPRbo155Fo1coHe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4DlxogDi9ITZWpyn4cN2gLayXfekay7 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:10.125rem;left:47.500001907349rem;display:block; }
#xIBIdF6EfrOiV8R7i5x8TSnNwJbNdnGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EgFVeGm2HbKTneWu7hKZI2FedxkZS7i3 { display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:20.999542236328rem;left:44.249768257141rem;height:20.95588175rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZ9zDIEpmySvJ2qRtTmchclZ58x0yWoE { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),0.85);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.9375rem;width:28.75rem;top:3.8120422363281rem;left:42.499997138977rem;display:block; }
#aqC6Zo0BiEIF9dAvZmTcXnyKtm83OlTI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15006;top:19.875rem;left:3.75rem;display:block; }
#FS3KrQRk2V8lroCnr48dvTq1G0cVFXw2 { display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:19.625rem;left:7.8125rem;height:8.2352938125rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#bVHHyVPbl5WSXk1fVhrtR5triM2e6Hac { display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:31.8125rem;left:7.8125rem;height:4.117647125rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZH48DcEoOrvfTw3TmRtV0UOCMf3JT56s { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2.5rem;width:2.5rem;position:absolute;display:block;z-index:15009;top:32.0625rem;left:3.75rem;display:block; }
#ewMnhCdezmWGzleBULTO1kXQu7zycyO6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.4375rem;left:4.25rem; }
#JQbbhoGPmqbdceI4X9oQxDMUDD7BDr2H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:32.625rem;left:4.25rem; }
#LP0oZXwsPmyyOVtAW6mK2ORmt6ylSyDv { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:31.4375rem;left:54.062498092651rem;display:none; }
#VDTkmHRkfCPLOtuFDz2fEc1GEGIL2vmW { z-index:15024;top:13.8125rem;left:50.156250953674rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:6.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qqLnTAMzbvvrOraSOwQ46CpHAaFSdHBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6ZNSVUZkCHIEPD7wf3Z1C7nNIw3spUJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:20.6870403125rem;width:20.6870403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:.86;top:2.3138809204101rem;left:48.072149276733rem; }
#uPPzTfgphWBC1ZtKFGko5CCRQrZSVLJy { z-index:15005;top:37.044574737549rem;left:9.573758125305rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:22.7493095625rem;height:5.5618105rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nbTFJdWiGR3DhyqrA5lDyr7Csrvz0aay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,249,249,0.4);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; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row .container { background-color: transparent; background-image: none; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row .container > .video-iframe-container { display: none; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row > .video-iframe-container { display: none; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .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); }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row .container { border-width: 0; border-radius: 0; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:block; }#dMEGz2yQDo56rax06diOLOoZOGE3wuuF { color:rgba(var(--color-primary-3),1);display:block;width:29.9368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.7483978271484rem;left:5.1849727630615rem;height:1.83823525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JBSV9X1MQfHy7BkTIWT2Vy3oGeRy513l { color:rgba(var(--color-tertiary-4),1);display:block;width:26.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:7.9997711181637rem;left:5.1861209869385rem;height:14.7058819375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lm5rg22vcmOnSkPT7HCsJTpyCiuI76gQ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:30.625rem;left:34.624996185302rem;height:9.19117625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WHf252m9uHlP9KKf9MMHfKV8OfiVhot7 { color:rgba(var(--color-primary-3),1);display:block;width:36.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.42073059082rem;left:34.623161315918rem;height:1.83823525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbg1Fo0xSRFdMa2r9q3TFOTdA51Meho7 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.1240806875rem;width:26.9990806875rem;top:7.8037719726562rem;left:39.620861053467rem;display:block; }
#oMmOyxQNyn1yCLDK33puyiL5TTrrHXRt { z-index:15005;top:66.862350463869rem;left:28.122699737549rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#67ccb6', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#67ccb6', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:7.1243105rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DgAmgeh9WqnbPTNOGaH6kPF66ETbcenZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7dh2gkkFTc3uCi8VK3qnDxugTnowZVz { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.1240806875rem;width:26.9990806875rem;top:25.74104309082rem;left:4.3210010528564rem;display:block; }
#SJDNhKBrFAa2NPtH1kMv3H70ERnQzTqU { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:48.840759277344rem;left:4.4427852630615rem;height:14.705882125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vxeKPTi39zLodU3bsNKewrdv0TPDQsA5 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.1240806875rem;width:26.9990806875rem;top:48.877532958984rem;left:39.620861053467rem;display:block; }
#uo8larc5Tt7AdNpUqTTOo9D3VsyouUN4 { color:rgba(var(--color-primary-3),1);display:block;width:29.9368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:45.885116577149rem;left:4.3187046051026rem;height:1.83823525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,249,249,0.4);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; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row .container { background-color: transparent; background-image: none; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row .container > .video-iframe-container { display: none; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row > .video-iframe-container { display: none; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .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); }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row .container { border-width: 0; border-radius: 0; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row .container { font-size:0.875rem;font-family:arial;height:83rem;width:75rem;position:relative;display:block; }#i18of8RXMvfectwdt7NTbUmpWsRZtEJl { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8125rem;left:9.75rem;height:2.57352925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PC5H2kf9eEOCclgMMg8cSWWkG0sBp6wP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.0625rem;left:9.75rem;height:11.0294113125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FxrqDwu5vJFoXs1DUIWbJrwgieMFZQ4i { display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:65.4375rem;left:10.75rem;height:4.852941rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QR0Trgq9841UWLnOGP2FqIU2wB8gK3kb { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:30.625rem;left:38.4375rem;height:7.3529410625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BvdxDTxscfGTyLpVGE315p3sgeskI3PN { color:rgba(var(--color-primary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.4375rem;left:41.3125rem;height:2.57352925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w4PL6TD3xdtiVvp4gNcsOGdwEV11c3Fx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:48.4375rem;left:9.75rem;height:12.8676471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeZE2z8JRfDk84eIOOdfEuzLwmIx5kkK { color:rgba(var(--color-primary-3),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.1875rem;left:9.75rem;height:2.57352925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5uErIG9Nn6eUsGeR159PJbWyKPfn03b { position:absolute;display:block;z-index:15012;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:15.8125rem;width:22.9375rem;top:4.8125rem;left:38.9375rem;overflow:hidden;display:block; }
#p5umgLUxudNGM6zzBCaeBnrTZVMftFRs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:25.125rem;top:24.3125rem;left:9.75rem;overflow:hidden;display:block; }
#ey4ieSNDu9aoSemlW2PDImJXuKcN3Iki { 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:16.8125rem;width:24.125rem;top:45.1875rem;left:38.9375rem;overflow:hidden;display:block; }
#zM4UGpmXU7qgimpAvvS1aRphRxepEAp1 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:70.3125rem;left:0rem;height:2.4264705rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCJSRLBwXbNmfsTv1yy2sQTnyypO1hHP { z-index:15006;top:75.479087829587rem;left:25.371090888977rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:5.5618105rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JhnhuafL9MgmkLmOH9MHsC2MELaixweT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWEIpzzVg6MhCiEV2PalOb8adEToOApb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.85);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; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row .container { background-color: transparent; background-image: none; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row .container > .video-iframe-container { display: none; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row > .video-iframe-container { display: none; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .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); }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row .container { border-width: 0; border-radius: 0; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#AksUg6NQzyRt8bgzqUXQVGyhrbZmlzeF { color:rgba(var(--color-primary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2.25rem;height:3.82352925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLQska8VOeUzkK21ISLtlgARo0gu3VVw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.1875rem;left:3rem;height:5.588234875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#to3yFTdvnlkidz8z4VmrW2PKbpTfJdRy { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:20.1875rem;left:22.3125rem;height:15.3676461875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNB6Gptb0Mkg6cqTGFk1fsEeT0FdEu5J { color:rgba(var(--color-primary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.9375rem;left:21.4375rem;height:3.82352925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvCUIp3k3cW9tCeNzCgSd3RTtKD1QNFR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:20.8125rem;left:41.375rem;height:11.1764698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fa8OrCc6GRT7xImuwHq7CFzzT1vTWfP7 { color:rgba(var(--color-primary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.9375rem;left:40.625rem;height:3.82352925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aT90Lm36qHTMqK6uaOVGnovdZEaA7WCh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:21.375rem;left:60.375rem;height:8.3823528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6tThVafxtAlwaPBLw1Pz82ZuqdXLQyD { color:rgba(var(--color-primary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:59.625rem;height:3.82352925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbFD6rOCF6sRLDFNHTf8WUwsg2EgrpUI { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:7.7205881875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAH9SK8B0KDbcPo8ccv5qDCVfhKhHcTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.9375rem;left:7.25rem; }
#NI60OnJM0f7rTZRBd9T33qTG4HdCBifO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.9375rem;left:26.5625rem; }
#DupcASSOxBNz7UlNzbkkU61XPABbqhvo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.9375rem;left:45.3125rem; }
#lvep34K8VBWlq6mnqRzupTncReTXqEAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.9375rem;left:64.625rem; }
#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.49);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; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row .container { background-color: transparent; background-image: none; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row .container > .video-iframe-container { display: none; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row > .video-iframe-container { display: none; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .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); }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row .container { border-width: 0; border-radius: 0; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#au0LHGLeLrJusvHeQ6oE9N9JJxWeussU { display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4968757629394rem;left:23.5rem;height:2.7205881875rem;font-style:normal;color:rgba(var(--color-primary-3),1);display:block; }
#Dt5MyGeoGSebfrhHtuvLo6ax2sHqbtEg { color:rgba(var(--color-tertiary-4),1);display:block;width:74.749534625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:9.8747711181637rem;left:0.25045967102051rem;height:7.352941rem;display:block; }
#D2IWmExHzVyc2waOTsth3e5MHMuM2EKb { display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.1875rem;left:8.4375rem;height:1.76470575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#D2IWmExHzVyc2waOTsth3e5MHMuM2EKb li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#D2IWmExHzVyc2waOTsth3e5MHMuM2EKb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
#cKg0yZABW3P9m6HswLFEQ6KGIEyCOUJA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:22.936584472656rem;left:0rem;height:5.51470575rem;display:block; }
#rXXcJ1QfKKiXXr6iMDvTSqmDoV5EV2T6 { display:block;width:57.3747673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.748382568359rem;left:8.8108911514281rem;height:1.76470575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#rXXcJ1QfKKiXXr6iMDvTSqmDoV5EV2T6 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#rXXcJ1QfKKiXXr6iMDvTSqmDoV5EV2T6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
#TWf6ZgughgEzG5cT4r1Dk8vUXKap59Tv { display:block;width:57.3747673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.297348022461rem;left:9.9988508224488rem;height:1.76470575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#TWf6ZgughgEzG5cT4r1Dk8vUXKap59Tv li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWf6ZgughgEzG5cT4r1Dk8vUXKap59Tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
#xIT5AvWN0Oz1UfNfihnrOfOSTeF87A91 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.4365806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:35.359848022461rem;left:0rem;height:1.83823525rem;display:block; }
#TmftU6OBCuK3xzdImPI6rNFTmqz1DXQq { display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5rem;left:8.4375rem;height:1.7875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }#TmftU6OBCuK3xzdImPI6rNFTmqz1DXQq li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TmftU6OBCuK3xzdImPI6rNFTmqz1DXQq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
#oxTQAdJNG0H7Ty2ZN2vw61feTsi7k9Rr { display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.5rem;left:8.4375rem;height:1.7875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:none; }#oxTQAdJNG0H7Ty2ZN2vw61feTsi7k9Rr li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oxTQAdJNG0H7Ty2ZN2vw61feTsi7k9Rr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
#uv9oODXqgQNhLUTPBNXisHfLm3bX00GK { z-index:15006;top:1.1905059814453rem;left:54.50022983551rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #ff3333, #be2323);background-image: -moz-linear-gradient(173deg, #ff3333, #be2323);background-image: -ms-linear-gradient(173deg, #ff3333, #be2323);background-image: -o-linear-gradient(173deg, #ff3333, #be2323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#be2323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#be2323' );";background-image: linear-gradient(173deg, #ff3333, #be2323);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#efeaea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:7.1243105rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SIh7aBphWv642enH3Bwc6wipwvED7roT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMZHlPiQRrDsAOoUr317JFrrk8Tw7B9f { z-index:15006;top:39.453338623047rem;left:28.122699737549rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#67ccb6', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#67ccb6', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(173deg, #67ccb6, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:7.1243105rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#StmxGrt5TbDeFEitBTOXZvMTOyZXAlaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0.85);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; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { background-color: transparent; background-image: none; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container > .video-iframe-container { display: none; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row > .video-iframe-container { display: none; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .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); }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { border-width: 0; border-radius: 0; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { font-size:0.875rem;font-family:arial;height:78.5625rem;width:75rem;position:relative;display:block; }#CSk14X2KUTRBx8mKde4lqdqfhWy2XRqT { display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.75rem;height:2.57352925rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#zGfz0HD5IxM7LW896lIASFuIzzTZZLTA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.375rem;width:27.4375rem;top:33.5rem;left:4.375rem;display:block; }
#wx2xNIeq3mzKhaJvTt2LECsoz552FPCs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.375rem;width:27.6875rem;position:absolute;z-index:15000;top:33.5rem;left:42.4375rem;display:block; }
#RqTivO56FK7dkB9nWZk2rIMmIPvETGcQ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:28.6875rem;top:32.125rem;left:3.75rem;display:block; }
#XJJGBKdDeM2FhVBTnaXhdDgpXso382tG { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:28.6875rem;top:32.1875rem;left:41.9375rem;display:block; }
#kb3E3LK2HheNFEd8W2baUDa98iTLQPdS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.37475rem;width:27.68675rem;position:absolute;z-index:15001;top:56.6875rem;left:42.375rem;display:block; }
#C0UuSu8d7m8pq1cBsJMooLDE2anCGZ96 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.37475rem;width:27.4365rem;top:56.625rem;left:4.375rem;display:block; }
#Xo402ELOHQg7c5HmTN6z1JmoX6lD8Eo7 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0615rem;width:28.6865rem;top:55.3125rem;left:41.9375rem;display:block; }
#fMFDvp9aI6q9sWm8JklhwCdB6dWgXM3O { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0615rem;width:28.6865rem;top:55.3125rem;left:3.75rem;display:block; }
#ld1glWBTqU9nvGsnI286AEe0Hd8H9pVD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.375rem;width:27.4375rem;top:10.9375rem;left:5rem;display:block; }
#fzZt3spCoQsWX1awBZF3hybcx9ybAXVq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:28.6875rem;top:9.5625rem;left:4.375rem;display:block; }
#wuRxMmNU4nC0gg2EaTWA6lzU2TTNx1zU { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0618095625rem;width:28.6868095625rem;top:9.5921325683594rem;left:42.435661315918rem;display:block; }
#WEhaxnx7ylnsffTNk8FTmGQ4sy5UkdaM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.3745403125rem;width:27.4368095625rem;top:10.9375rem;left:43.259418487549rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn { display:block; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTOel1U5b33wQeeWN77iZiBgJzFrf08M { width:6.9375rem;height:5.2673611111111rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:47.75rem;height:3.0875rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbbKkbSE2RUqvaX3TQsb4l4ysAFgN3MZ { width:47.75rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ozfLlaKJ8ssZu5eXba7Oo41L1qROSm { width:;height:;top:0rem;display:none; }
#Q0ozfLlaKJ8ssZu5eXba7Oo41L1qROSm > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #EpfCbZhpaxy9Ns7PmpZRo2hKT1BAoLnp { top:0.4375rem;left:36.4375rem;width:11.25rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEOkhxKICgdn42dg6Cf3k47ocfBsvgvE { display:block; }
 }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FukEkQviDkQOB9nTRcddWXd9JTITvHiP { width:47.75rem;height:14.25rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxpRlnyTQiZnKST1Bf5xEKGOT9Fiv0dk { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuXUteERIKmeHRb4tTsv93ORb2EGKw8N { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MA4Fttxyrw9ekWp7hyKTQM0RNLXmGJvW { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9f0I3xJVpDePumisleinNwm7pxuVUNb { top:11.5625rem;left:2.6215524673462rem;width:18.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6oIo7Aru7vISZN0x7Fkwx8fwutLLEi8 { display:block; }
 }@media only screen and (max-width: 763px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:2.5rem;height:2.5rem;top:19.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:2.5rem;height:2.5rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKtOhJpUJq9G6Llsi1iF2tBCkxW8EOX8 { top:11.5rem;left:27.3125rem;width:18.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybBFgvTFgZM2SiiOyvxN0wgQqzi7RAOW { display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgvWGhGyaAo4uDM64n0CfcEt4UrPgdCg { width:1.75rem;height:1.75rem;top:0.5rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:22.625rem;height:1.5625rem;top:0.5rem;left:4.8745403289795rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:12.5rem;height:1.625rem;top:4.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTobcO5PsnzorEQAe0rgwUAMoMtyPNc8 { width:1.75rem;height:1.75rem;top:4.0625rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT8nprdHmW50aVNO34Xrz8Eok24uszE3 { width:26.375rem;height:1.7875rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR { width:26.25rem;height:2.6rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:31.4375rem;height:17.8125rem;top:8.6875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:31.125rem;height:1.625rem;top:27.125rem;left:16.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdbuskGe2xdIpUnD2SDozNRGtto850OE { width:30.75rem;height:17.400425203895rem;top:8.875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNWsKG54drvwKdomktoku8w2RxRKfnE8 { width:21.875rem;height:1.4375rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSyJ4xJG9Fe9ViGtwBB0szC39D7OGh8r { width:21.875rem;height:1.4375rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhrWki43Z2zUunrSDeAgKh9rbOovMAng { width:26.25rem;height:5.2rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0ZgrXz6xeTohtKZltqABz7K9LFlhZvO { width:26.25rem;height:6.90625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUzUywJOLsAoOy4kLzo3sCZnNfZkLRlG { width:1.875rem;height:1.875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhOrtguZlhLrNeXwoZ0Ru8tZnCxV2twT { width:1.875rem;height:1.875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwTpgMPJ6VZqfJB32d9WgiMwhJB0KMPp { width:1.875rem;height:1.875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkXMgv0FH6sqvw3ghITssxRmvPkBTQWk { width:21.875rem;height:1.4375rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDbCUdTMTdTuLWbm0NU70BZqUu6MNER5 { top:29.875rem;left:28.842827796936rem;width:18.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2aM9k5QzTJlHayOfNSTDLtIqC87SXzn { display:block; }
 }@media only screen and (max-width: 763px) { #hTgQRTZCUr7BK11rw8hfOCroislXRZoP { width:12.5rem;height:1.625rem;top:4.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRZDbEea2CPOGdNqsxsm1QPVQs7b3lyS { width:12.5rem;height:1.625rem;top:4.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSf165cK0bpwKxbdh7BfTBN1VV2i2td { width:2.5rem;height:2.5rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFgXk7bL1qlrySSToNX2yePZzTSEFn1m { width:2.5rem;height:2.5rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd { display:block; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT0XFP7KgypJUxwGeNIJXOTARk6XKz9N { width:23.875rem;height:2.125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHQJ7z4IALgqZ3QeDN3Nle6eeCEbukGg { width:1.75rem;height:1.75rem;top:10.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXT8cHI14duPcsozFR7UUPHBW3dtT32n { width:2.5rem;height:2.5rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsC8XwicgZZnin6oRdrRFzhP6wZO9mRH { width:22rem;height:5.2rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZLwkooy8fTrQftpKIHagdi0lZMJqBs4 { width:2.5rem;height:2.5rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqmNxImIgNUDvBTxRzqlP9lbXdzFrA { width:1.75rem;height:1.75rem;top:4.0625rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvG0E7hZsu0kNqQrN2Ho2fBerW9XIDMS { width:23.875rem;height:4.25rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAO5XVQaOdIZN1r3nnTmQptXiZwx3uWh { width:28.125rem;height:0;top:12.6875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQsy942whvtqdiotJaNU0OzJXF0nnUPq { width:19.375rem;height:3.4375rem;top:5.25rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpU227rxu8phZ1CdrPRbo155Fo1coHe1 { display:block; }
 }@media only screen and (max-width: 763px) { #y4DlxogDi9ITZWpyn4cN2gLayXfekay7 { width:19.375rem;height:3.4375rem;top:10.125rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIBIdF6EfrOiV8R7i5x8TSnNwJbNdnGK { display:block; }
 }@media only screen and (max-width: 763px) { #EgFVeGm2HbKTneWu7hKZI2FedxkZS7i3 { width:23.875rem;height:16.25625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ9zDIEpmySvJ2qRtTmchclZ58x0yWoE { width:28.75rem;height:34.9375rem;top:3.75rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqC6Zo0BiEIF9dAvZmTcXnyKtm83OlTI { width:2.5rem;height:2.5rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS3KrQRk2V8lroCnr48dvTq1G0cVFXw2 { width:23.875rem;height:10.625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVHHyVPbl5WSXk1fVhrtR5triM2e6Hac { width:23.875rem;height:4.25rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH48DcEoOrvfTw3TmRtV0UOCMf3JT56s { width:2.5rem;height:2.5rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewMnhCdezmWGzleBULTO1kXQu7zycyO6 { width:1.4375rem;height:1.4375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQbbhoGPmqbdceI4X9oQxDMUDD7BDr2H { width:1.4375rem;height:1.4375rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP0oZXwsPmyyOVtAW6mK2ORmt6ylSyDv { width:6.25rem;height:0.1875rem;top:31.4375rem;left:40.437498092651rem;display:none; }
 }@media only screen and (max-width: 763px) { #VDTkmHRkfCPLOtuFDz2fEc1GEGIL2vmW { top:13.8125rem;left:29.718750953674rem;width:14.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqLnTAMzbvvrOraSOwQ46CpHAaFSdHBN { display:block; }
 }@media only screen and (max-width: 763px) { #C6ZNSVUZkCHIEPD7wf3Z1C7nNIw3spUJ { width:20.625rem;height:20.625rem;top:2.3125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPPzTfgphWBC1ZtKFGko5CCRQrZSVLJy { top:37rem;left:1.1875rem;width:22.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbTFJdWiGR3DhyqrA5lDyr7Csrvz0aay { display:block; }
 }@media only screen and (max-width: 763px) { #fvy6bewS3rzFBgbHcm9NaPlKAQcEntem { display:block; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMEGz2yQDo56rax06diOLOoZOGE3wuuF { width:29.875rem;height:1.8125rem;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSV9X1MQfHy7BkTIWT2Vy3oGeRy513l { width:26.6875rem;height:14.6875rem;top:7.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm5rg22vcmOnSkPT7HCsJTpyCiuI76gQ { width:39.875rem;height:9.1875rem;top:30.625rem;left:7.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHf252m9uHlP9KKf9MMHfKV8OfiVhot7 { width:36.9375rem;height:1.8125rem;top:27.375rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbg1Fo0xSRFdMa2r9q3TFOTdA51Meho7 { width:26.9375rem;height:15.089585020876rem;top:7.75rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMmOyxQNyn1yCLDK33puyiL5TTrrHXRt { top:66.8125rem;left:14.497699737549rem;width:18.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgAmgeh9WqnbPTNOGaH6kPF66ETbcenZ { display:block; }
 }@media only screen and (max-width: 763px) { #G7dh2gkkFTc3uCi8VK3qnDxugTnowZVz { width:26.9375rem;height:15.089585020876rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDNhKBrFAa2NPtH1kMv3H70ERnQzTqU { width:31.125rem;height:14.6875rem;top:48.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxeKPTi39zLodU3bsNKewrdv0TPDQsA5 { width:26.9375rem;height:15.089585020876rem;top:48.875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo8larc5Tt7AdNpUqTTOo9D3VsyouUN4 { width:29.875rem;height:1.8125rem;top:45.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 { display:block; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i18of8RXMvfectwdt7NTbUmpWsRZtEJl { width:16.875rem;height:2.1125rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC5H2kf9eEOCclgMMg8cSWWkG0sBp6wP { width:26.75rem;height:5.25rem;top:8.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrqDwu5vJFoXs1DUIWbJrwgieMFZQ4i { width:22rem;height:9.75rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR0Trgq9841UWLnOGP2FqIU2wB8gK3kb { width:26.75rem;height:3.9375rem;top:30.625rem;left:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvdxDTxscfGTyLpVGE315p3sgeskI3PN { width:23.9375rem;height:2.1125rem;top:27.4375rem;left:23.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4PL6TD3xdtiVvp4gNcsOGdwEV11c3Fx { width:26.75rem;height:6.5625rem;top:48.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeZE2z8JRfDk84eIOOdfEuzLwmIx5kkK { width:22.375rem;height:2.1125rem;top:45.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5uErIG9Nn6eUsGeR159PJbWyKPfn03b { width:22.9375rem;height:15.914291530944rem;top:4.8125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5umgLUxudNGM6zzBCaeBnrTZVMftFRs { width:25.125rem;height:16.75rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey4ieSNDu9aoSemlW2PDImJXuKcN3Iki { width:24.125rem;height:16.738192182411rem;top:45.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM4UGpmXU7qgimpAvvS1aRphRxepEAp1 { width:22rem;height:4.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCJSRLBwXbNmfsTv1yy2sQTnyypO1hHP { top:75.4375rem;left:11.746090888977rem;width:18.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhnhuafL9MgmkLmOH9MHsC2MELaixweT { display:block; }
 }@media only screen and (max-width: 763px) { #xWEIpzzVg6MhCiEV2PalOb8adEToOApb { display:block; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AksUg6NQzyRt8bgzqUXQVGyhrbZmlzeF { width:13.125rem;height:3.25rem;top:15.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLQska8VOeUzkK21ISLtlgARo0gu3VVw { width:11.625rem;height:5.6rem;top:20.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #to3yFTdvnlkidz8z4VmrW2PKbpTfJdRy { width:11.625rem;height:15.4rem;top:20.1875rem;left:12.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNB6Gptb0Mkg6cqTGFk1fsEeT0FdEu5J { width:13.125rem;height:3.25rem;top:15.9375rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCUIp3k3cW9tCeNzCgSd3RTtKD1QNFR { width:11.625rem;height:11.2rem;top:20.8125rem;left:24.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa8OrCc6GRT7xImuwHq7CFzzT1vTWfP7 { width:13.125rem;height:1.625rem;top:15.9375rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT90Lm36qHTMqK6uaOVGnovdZEaA7WCh { width:11.625rem;height:8.4rem;top:21.375rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6tThVafxtAlwaPBLw1Pz82ZuqdXLQyD { width:13.125rem;height:3.25rem;top:15.9375rem;left:34.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbFD6rOCF6sRLDFNHTf8WUwsg2EgrpUI { width:18.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAH9SK8B0KDbcPo8ccv5qDCVfhKhHcTk { width:3.125rem;height:3.125rem;top:11.9375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI60OnJM0f7rTZRBd9T33qTG4HdCBifO { width:3.125rem;height:3.125rem;top:11.9375rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DupcASSOxBNz7UlNzbkkU61XPABbqhvo { width:3.125rem;height:3.125rem;top:11.9375rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvep34K8VBWlq6mnqRzupTncReTXqEAR { width:3.125rem;height:3.125rem;top:11.9375rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB92csflqGahFK3zf6X6ZmZzzpvN7RCA { display:none; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #au0LHGLeLrJusvHeQ6oE9N9JJxWeussU { width:22rem;height:2.5625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt5MyGeoGSebfrhHtuvLo6ax2sHqbtEg { width:47.75rem;height:7.3125rem;top:9.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2IWmExHzVyc2waOTsth3e5MHMuM2EKb { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }#D2IWmExHzVyc2waOTsth3e5MHMuM2EKb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #cKg0yZABW3P9m6HswLFEQ6KGIEyCOUJA { width:47.75rem;height:5.5rem;top:22.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXXcJ1QfKKiXXr6iMDvTSqmDoV5EV2T6 { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }#rXXcJ1QfKKiXXr6iMDvTSqmDoV5EV2T6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #TWf6ZgughgEzG5cT4r1Dk8vUXKap59Tv { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:block; }#TWf6ZgughgEzG5cT4r1Dk8vUXKap59Tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #xIT5AvWN0Oz1UfNfihnrOfOSTeF87A91 { width:47.75rem;height:1.8125rem;top:35.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmftU6OBCuK3xzdImPI6rNFTmqz1DXQq { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:none; }#TmftU6OBCuK3xzdImPI6rNFTmqz1DXQq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #oxTQAdJNG0H7Ty2ZN2vw61feTsi7k9Rr { width:26.25rem;height:11.25rem;top:11.5rem;left:0rem;display:none; }#oxTQAdJNG0H7Ty2ZN2vw61feTsi7k9Rr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #uv9oODXqgQNhLUTPBNXisHfLm3bX00GK { top:1.1875rem;left:27.3125rem;width:18.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIh7aBphWv642enH3Bwc6wipwvED7roT { display:block; }
 }@media only screen and (max-width: 763px) { #EMZHlPiQRrDsAOoUr317JFrrk8Tw7B9f { top:39.4375rem;left:14.497699737549rem;width:18.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StmxGrt5TbDeFEitBTOXZvMTOyZXAlaS { display:block; }
 }@media only screen and (max-width: 763px) { #qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F { display:block; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { width:47.75rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSk14X2KUTRBx8mKde4lqdqfhWy2XRqT { width:22rem;height:5.2rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGfz0HD5IxM7LW896lIASFuIzzTZZLTA { width:27.4375rem;height:15.375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2xNIeq3mzKhaJvTt2LECsoz552FPCs { width:27.6875rem;height:15.375rem;top:33.5rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTivO56FK7dkB9nWZk2rIMmIPvETGcQ { width:28.6875rem;height:18.0625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJJGBKdDeM2FhVBTnaXhdDgpXso382tG { width:28.6875rem;height:18.0625rem;top:32.1875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb3E3LK2HheNFEd8W2baUDa98iTLQPdS { width:27.625rem;height:15.339860146027rem;top:56.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0UuSu8d7m8pq1cBsJMooLDE2anCGZ96 { width:27.375rem;height:15.340094860112rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo402ELOHQg7c5HmTN6z1JmoX6lD8Eo7 { width:28.625rem;height:18rem;top:55.3125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMFDvp9aI6q9sWm8JklhwCdB6dWgXM3O { width:28.625rem;height:18rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1glWBTqU9nvGsnI286AEe0Hd8H9pVD { width:27.4375rem;height:15.375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZt3spCoQsWX1awBZF3hybcx9ybAXVq { width:28.6875rem;height:18.0625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuRxMmNU4nC0gg2EaTWA6lzU2TTNx1zU { width:28.625rem;height:18rem;top:9.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEhaxnx7ylnsffTNk8FTmGQ4sy5UkdaM { width:27.375rem;height:15.33990459408rem;top:10.9375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#zaKCSgLm5P2VTqR0kODIxsNf1n9J5mXn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTOel1U5b33wQeeWN77iZiBgJzFrf08M { width:3.375rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aao1qnTwnbEQ5wdm7X1ph1i877nOvHn0 { width:20rem;height:3.57421875rem;top:3.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbbKkbSE2RUqvaX3TQsb4l4ysAFgN3MZ { width:20rem;height:3.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0ozfLlaKJ8ssZu5eXba7Oo41L1qROSm { display:flex;top:0rem;left:18.125000357628rem;width:1.875rem;height:1.875rem;z-index:15003;font-size:1.3125rem; }
#Q0ozfLlaKJ8ssZu5eXba7Oo41L1qROSm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EpfCbZhpaxy9Ns7PmpZRo2hKT1BAoLnp { top:0.044097900390625rem;left:5.3469668626785rem;width:8.2490806875rem;height:3.3743105rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEOkhxKICgdn42dg6Cf3k47ocfBsvgvE { display:block; }
 }@media only screen and (max-width: 763px) { #ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r { display:block; }#ioChPzMsiCxarpQGmsEsGVe9PNlBUz4r > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FukEkQviDkQOB9nTRcddWXd9JTITvHiP { width:20rem;height:7.7173125rem;top:9.56201171875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KxpRlnyTQiZnKST1Bf5xEKGOT9Fiv0dk { width:20rem;height:2.5rem;top:7.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXUteERIKmeHRb4tTsv93ORb2EGKw8N { width:20rem;height:3.235294125rem;top:4.75rem;left:0rem;font-size:1.25rem;z-index:15001;color:#25af98;display:block; }
 }@media only screen and (max-width: 763px) { #MA4Fttxyrw9ekWp7hyKTQM0RNLXmGJvW { width:20rem;height:2.5rem;top:10.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s9f0I3xJVpDePumisleinNwm7pxuVUNb { top:14.125rem;left:1.5625rem;width:15.625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6oIo7Aru7vISZN0x7Fkwx8fwutLLEi8 { display:block; }
 }@media only screen and (max-width: 763px) { #Jpvcen1P6Ok1FzSyGwSqQWfCGFhBXnxF { width:1.875rem;height:1.875rem;top:0.125rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M95NooE9zty7cTykRTZ2IRfrlyI9QREM { width:1.875rem;height:1.875rem;top:2.625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKtOhJpUJq9G6Llsi1iF2tBCkxW8EOX8 { top:21.692323684693rem;left:1.5602022409439rem;width:15.625rem;height:6.3740806875rem;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybBFgvTFgZM2SiiOyvxN0wgQqzi7RAOW { display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgvWGhGyaAo4uDM64n0CfcEt4UrPgdCg { width:1.5625rem;height:1.5625rem;top:0.25rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdD1l1pHgdm0vqTbcZ9ykoEEoTkrPl09 { width:16.6875rem;height:1.1764705rem;top:0.45547485351562rem;left:3.0625000596046rem;z-index:15000;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K8qrPANQeO6JqdyQEQPZ7kMZVfICFk9c { width:16.9375rem;height:1.25rem;top:2.8921871185302rem;left:3.0625001192093rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PTobcO5PsnzorEQAe0rgwUAMoMtyPNc8 { width:1.5625rem;height:1.5625rem;top:2.7468757629394rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT8nprdHmW50aVNO34Xrz8Eok24uszE3 { width:20rem;height:1.76470575rem;top:27.875002384186rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzd7KJtxbXHdU1ZyD8n8tCxg7xc6xknR { width:17.5rem;height:2.3529410625rem;top:32.375rem;left:2.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EB9FWT5CWik6nzRl2wNhbcGRddl5G4N5 { width:20rem;height:11.6875rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGhv6CfVIymuUTsTC6hqu7MgZW4ccxSb { width:20rem;height:1.25rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdbuskGe2xdIpUnD2SDozNRGtto850OE { width:20rem;height:11.1868105rem;top:11.505058288574rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNWsKG54drvwKdomktoku8w2RxRKfnE8 { width:17.3125rem;height:1.25rem;top:30.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSyJ4xJG9Fe9ViGtwBB0szC39D7OGh8r { width:17.375rem;height:1.25rem;top:36.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhrWki43Z2zUunrSDeAgKh9rbOovMAng { width:17.25rem;height:5.8823528125rem;top:37.8125rem;left:2.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v0ZgrXz6xeTohtKZltqABz7K9LFlhZvO { width:17.3125rem;height:7.058823125rem;top:46.375rem;left:2.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LUzUywJOLsAoOy4kLzo3sCZnNfZkLRlG { display:flex;width:1.5625rem;height:1.5625rem;top:30.6875rem;left:0.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bhOrtguZlhLrNeXwoZ0Ru8tZnCxV2twT { display:flex;width:1.5625rem;height:1.5625rem;top:36.1875rem;left:0.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DwTpgMPJ6VZqfJB32d9WgiMwhJB0KMPp { display:flex;width:1.5625rem;height:1.5625rem;top:44.625rem;left:0.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZkXMgv0FH6sqvw3ghITssxRmvPkBTQWk { width:17.3125rem;height:1.25rem;top:44.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDbCUdTMTdTuLWbm0NU70BZqUu6MNER5 { top:54.906480789184rem;left:2.1852020025253rem;width:15.625rem;height:7.1243105rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2aM9k5QzTJlHayOfNSTDLtIqC87SXzn { display:block; }
 }@media only screen and (max-width: 763px) { #hTgQRTZCUr7BK11rw8hfOCroislXRZoP { width:17.1875rem;height:5rem;top:5.4545459747314rem;left:1.4062501192093rem;font-size:1rem;font-weight:400;font-style:normal;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RRZDbEea2CPOGdNqsxsm1QPVQs7b3lyS { width:20rem;height:5.84943125rem;top:61.878551483154rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ObSf165cK0bpwKxbdh7BfTBN1VV2i2td { width:1.875rem;height:1.875rem;top:0.09375rem;left:0.28046876192093rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JFgXk7bL1qlrySSToNX2yePZzTSEFn1m { width:1.875rem;height:1.875rem;top:2.6039066314698rem;left:0.28046876192093rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd { display:block; }#yQ8KCff1s7Is8TxDWpKXXmci61mE3mMd > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT0XFP7KgypJUxwGeNIJXOTARk6XKz9N { width:16.5rem;height:1.25rem;top:5.3187503814697rem;left:2.8125001192093rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MHQJ7z4IALgqZ3QeDN3Nle6eeCEbukGg { width:1.75rem;height:1.75rem;top:5.1875rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXT8cHI14duPcsozFR7UUPHBW3dtT32n { width:1.875rem;height:1.875rem;top:5.0554695129394rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsC8XwicgZZnin6oRdrRFzhP6wZO9mRH { width:20rem;height:1.83823525rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZLwkooy8fTrQftpKIHagdi0lZMJqBs4 { width:1.875rem;height:1.875rem;top:8.5500011444094rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqmNxImIgNUDvBTxRzqlP9lbXdzFrA { width:1.75rem;height:1.75rem;top:8.612500190735rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvG0E7hZsu0kNqQrN2Ho2fBerW9XIDMS { width:15.6870403125rem;height:1.25rem;top:8.8407669067381rem;left:3.2157627344131rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GAO5XVQaOdIZN1r3nnTmQptXiZwx3uWh { width:12.5rem;height:0;top:41rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQsy942whvtqdiotJaNU0OzJXF0nnUPq { width:15.625rem;height:3.125rem;top:22.000006914139rem;left:2.1875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpU227rxu8phZ1CdrPRbo155Fo1coHe1 { display:block; }
 }@media only screen and (max-width: 763px) { #y4DlxogDi9ITZWpyn4cN2gLayXfekay7 { width:15.625rem;height:3.125rem;top:27.624218702316rem;left:2.1875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIBIdF6EfrOiV8R7i5x8TSnNwJbNdnGK { display:block; }
 }@media only screen and (max-width: 763px) { #EgFVeGm2HbKTneWu7hKZI2FedxkZS7i3 { width:20rem;height:9.41176425rem;top:53.120178222656rem;left:0rem;text-align:center;text-align-last:center;font-size:0.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NZ9zDIEpmySvJ2qRtTmchclZ58x0yWoE { width:20rem;height:47rem;top:53.249997138977rem;left:0.010416984558106rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqC6Zo0BiEIF9dAvZmTcXnyKtm83OlTI { width:1.875rem;height:1.875rem;top:41.437500715256rem;left:0.29999995231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS3KrQRk2V8lroCnr48dvTq1G0cVFXw2 { width:17.3125rem;height:5rem;top:34.374530792236rem;left:2.4999998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bVHHyVPbl5WSXk1fVhrtR5triM2e6Hac { width:17.1875rem;height:2.5rem;top:41.323749542236rem;left:2.4678307771682rem;text-align:left;text-align-last:left;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZH48DcEoOrvfTw3TmRtV0UOCMf3JT56s { width:1.875rem;height:1.875rem;top:34.625000953674rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewMnhCdezmWGzleBULTO1kXQu7zycyO6 { display:flex;width:1.4375rem;height:1.4375rem;top:35.000000953674rem;left:0.53125rem; }
 }@media only screen and (max-width: 763px) { #JQbbhoGPmqbdceI4X9oQxDMUDD7BDr2H { display:flex;width:1.4375rem;height:1.4375rem;top:41.686718702316rem;left:0.46875rem; }
 }@media only screen and (max-width: 763px) { #LP0oZXwsPmyyOVtAW6mK2ORmt6ylSyDv { width:6.25rem;height:0.1875rem;top:16.375rem;left:6.8749998807906rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #VDTkmHRkfCPLOtuFDz2fEc1GEGIL2vmW { top:12.768844604493rem;left:2.967600941658rem;width:14.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqLnTAMzbvvrOraSOwQ46CpHAaFSdHBN { display:block; }
 }@media only screen and (max-width: 763px) { #C6ZNSVUZkCHIEPD7wf3Z1C7nNIw3spUJ { display:flex;width:20rem;height:20.625rem;top:11.61994934082rem;left:0rem;opacity:.98; }
 }@media only screen and (max-width: 763px) { #uPPzTfgphWBC1ZtKFGko5CCRQrZSVLJy { top:45.81111907959rem;left:0rem;width:20rem;height:5.5618105rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbTFJdWiGR3DhyqrA5lDyr7Csrvz0aay { display:block; }
 }@media only screen and (max-width: 763px) { #fvy6bewS3rzFBgbHcm9NaPlKAQcEntem { display:block; }#fvy6bewS3rzFBgbHcm9NaPlKAQcEntem > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMEGz2yQDo56rax06diOLOoZOGE3wuuF { width:16.25rem;height:2.7941174375rem;top:1.25rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBSV9X1MQfHy7BkTIWT2Vy3oGeRy513l { width:19.1245403125rem;height:9.4117641875rem;top:4.9310760498047rem;left:0.87545955181119rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lm5rg22vcmOnSkPT7HCsJTpyCiuI76gQ { width:20rem;height:9.4117641875rem;top:31.87385559082rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WHf252m9uHlP9KKf9MMHfKV8OfiVhot7 { width:20rem;height:2.7941174375rem;top:27.920715332031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbg1Fo0xSRFdMa2r9q3TFOTdA51Meho7 { height:11.2028951875rem;width:20rem;top:15.229293823243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMmOyxQNyn1yCLDK33puyiL5TTrrHXRt { top:84.636245727537rem;left:0.625rem;width:18.75rem;height:7.0622701875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgAmgeh9WqnbPTNOGaH6kPF66ETbcenZ { display:block; }
 }@media only screen and (max-width: 763px) { #G7dh2gkkFTc3uCi8VK3qnDxugTnowZVz { height:11.203404191834rem;width:20rem;top:42.784927368164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDNhKBrFAa2NPtH1kMv3H70ERnQzTqU { width:20rem;height:11.764705625rem;top:58.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vxeKPTi39zLodU3bsNKewrdv0TPDQsA5 { height:11.203404191834rem;width:20rem;top:71.748611450194rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo8larc5Tt7AdNpUqTTOo9D3VsyouUN4 { width:20rem;height:1.39705875rem;top:55.81315612793rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 { display:block; }#heZeZ0ywGy2zRaun8GGO1AMW4rNJNVl7 > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i18of8RXMvfectwdt7NTbUmpWsRZtEJl { width:16.25rem;height:2.0588235625rem;top:1.25rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC5H2kf9eEOCclgMMg8cSWWkG0sBp6wP { width:19.125rem;height:7.058823125rem;top:3.5625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FxrqDwu5vJFoXs1DUIWbJrwgieMFZQ4i { width:20rem;height:5.07352925rem;top:77.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QR0Trgq9841UWLnOGP2FqIU2wB8gK3kb { width:20rem;height:4.7058820625rem;top:29.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BvdxDTxscfGTyLpVGE315p3sgeskI3PN { width:20rem;height:2.0588235625rem;top:27.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4PL6TD3xdtiVvp4gNcsOGdwEV11c3Fx { width:19.4375rem;height:8.2352943125rem;top:52.800001144409rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GeZE2z8JRfDk84eIOOdfEuzLwmIx5kkK { width:20rem;height:2.0588235625rem;top:50.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5uErIG9Nn6eUsGeR159PJbWyKPfn03b { width:19.1875rem;height:13.3125rem;top:11.875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5umgLUxudNGM6zzBCaeBnrTZVMftFRs { width:18.9375rem;height:12.625rem;top:35.25rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey4ieSNDu9aoSemlW2PDImJXuKcN3Iki { width:19.1875rem;height:13.3125rem;top:61.875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM4UGpmXU7qgimpAvvS1aRphRxepEAp1 { width:20rem;height:4.1176471875rem;top:82.3750038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TCJSRLBwXbNmfsTv1yy2sQTnyypO1hHP { top:87.793891906737rem;left:2.1852020025253rem;width:15.625rem;height:5.5618105rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhnhuafL9MgmkLmOH9MHsC2MELaixweT { display:block; }
 }@media only screen and (max-width: 763px) { #xWEIpzzVg6MhCiEV2PalOb8adEToOApb { display:block; }#xWEIpzzVg6MhCiEV2PalOb8adEToOApb > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AksUg6NQzyRt8bgzqUXQVGyhrbZmlzeF { width:16.1875rem;height:1.6176470625rem;top:8.25rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLQska8VOeUzkK21ISLtlgARo0gu3VVw { width:15.0625rem;height:3.5294115625rem;top:10rem;left:2.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #to3yFTdvnlkidz8z4VmrW2PKbpTfJdRy { width:16.125rem;height:9.411764125rem;top:16.5rem;left:2.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FNB6Gptb0Mkg6cqTGFk1fsEeT0FdEu5J { width:17rem;height:1.6176470625rem;top:14.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCUIp3k3cW9tCeNzCgSd3RTtKD1QNFR { width:16.0625rem;height:7.058823125rem;top:29.3125rem;left:2.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fa8OrCc6GRT7xImuwHq7CFzzT1vTWfP7 { width:17rem;height:1.6176470625rem;top:27.5625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT90Lm36qHTMqK6uaOVGnovdZEaA7WCh { width:16.4375rem;height:4.7058820625rem;top:40.0625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u6tThVafxtAlwaPBLw1Pz82ZuqdXLQyD { width:17.625rem;height:1.6176470625rem;top:38.3125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbFD6rOCF6sRLDFNHTf8WUwsg2EgrpUI { width:20rem;height:3.235294125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAH9SK8B0KDbcPo8ccv5qDCVfhKhHcTk { display:flex;width:1.875rem;height:1.875rem;top:8.125rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NI60OnJM0f7rTZRBd9T33qTG4HdCBifO { display:flex;width:1.875rem;height:1.875rem;top:14.625rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #DupcASSOxBNz7UlNzbkkU61XPABbqhvo { display:flex;width:1.875rem;height:1.875rem;top:27.4375rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lvep34K8VBWlq6mnqRzupTncReTXqEAR { display:flex;width:1.875rem;height:1.875rem;top:38.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FB92csflqGahFK3zf6X6ZmZzzpvN7RCA { display:block; }#FB92csflqGahFK3zf6X6ZmZzzpvN7RCA > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au0LHGLeLrJusvHeQ6oE9N9JJxWeussU { width:20rem;height:1.911764625rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt5MyGeoGSebfrhHtuvLo6ax2sHqbtEg { width:20rem;height:9.411764125rem;top:15.683380126953rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D2IWmExHzVyc2waOTsth3e5MHMuM2EKb { width:20rem;height:1.6911764375rem;top:13.322845458984rem;left:0rem;font-size:1.25rem;line-height:1.4;display:block; }#D2IWmExHzVyc2waOTsth3e5MHMuM2EKb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #cKg0yZABW3P9m6HswLFEQ6KGIEyCOUJA { width:20rem;height:7.0588231875rem;top:28.375rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rXXcJ1QfKKiXXr6iMDvTSqmDoV5EV2T6 { width:20rem;height:0;top:21.0625rem;left:0rem;font-size:1.25rem;line-height:1.4;display:none; }#rXXcJ1QfKKiXXr6iMDvTSqmDoV5EV2T6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #TWf6ZgughgEzG5cT4r1Dk8vUXKap59Tv { width:20rem;height:0;top:35.6875rem;left:0rem;font-size:1.25rem;line-height:1.4;display:none; }#TWf6ZgughgEzG5cT4r1Dk8vUXKap59Tv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #xIT5AvWN0Oz1UfNfihnrOfOSTeF87A91 { width:20rem;height:2.3529410625rem;top:40.0625rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TmftU6OBCuK3xzdImPI6rNFTmqz1DXQq { width:20rem;height:1.6911764375rem;top:25.9375rem;left:0rem;font-size:1.25rem;line-height:1.4;z-index:15012;display:block; }#TmftU6OBCuK3xzdImPI6rNFTmqz1DXQq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #oxTQAdJNG0H7Ty2ZN2vw61feTsi7k9Rr { width:20rem;height:1.6911764375rem;top:37.1875rem;left:0rem;font-size:1.25rem;line-height:1.4;z-index:15013;display:block; }#oxTQAdJNG0H7Ty2ZN2vw61feTsi7k9Rr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/aX9Jx0qB/dot.png); }
 }@media only screen and (max-width: 763px) { #uv9oODXqgQNhLUTPBNXisHfLm3bX00GK { top:44.893157958984rem;left:2.1852020025253rem;width:15.625rem;height:7.0622701875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIh7aBphWv642enH3Bwc6wipwvED7roT { display:block; }
 }@media only screen and (max-width: 763px) { #EMZHlPiQRrDsAOoUr317JFrrk8Tw7B9f { top:0.50552368164062rem;left:2.1852020025253rem;width:15.625rem;height:7.0622701875rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #StmxGrt5TbDeFEitBTOXZvMTOyZXAlaS { display:block; }
 }@media only screen and (max-width: 763px) { #qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F { display:block; }#qDTTHPOJ5y9nTPMJLFCKeuGVGldQ8R8F > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSk14X2KUTRBx8mKde4lqdqfhWy2XRqT { width:20rem;height:1.83823525rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zGfz0HD5IxM7LW896lIASFuIzzTZZLTA { width:20rem;height:11.20625rem;top:19.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2xNIeq3mzKhaJvTt2LECsoz552FPCs { width:20rem;height:11.125rem;top:32.312500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTivO56FK7dkB9nWZk2rIMmIPvETGcQ { width:19.8125rem;height:12.1875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJJGBKdDeM2FhVBTnaXhdDgpXso382tG { width:20rem;height:12.25rem;top:31.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb3E3LK2HheNFEd8W2baUDa98iTLQPdS { width:20rem;height:11.1055rem;top:45.478126525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0UuSu8d7m8pq1cBsJMooLDE2anCGZ96 { width:20rem;height:11.20625rem;top:6.80312538147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo402ELOHQg7c5HmTN6z1JmoX6lD8Eo7 { width:20rem;height:12.4375rem;top:44.812500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMFDvp9aI6q9sWm8JklhwCdB6dWgXM3O { width:20rem;height:11.6875rem;top:19.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld1glWBTqU9nvGsnI286AEe0Hd8H9pVD { width:20rem;height:11.20728929385rem;top:59.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZt3spCoQsWX1awBZF3hybcx9ybAXVq { width:20rem;height:13.5625rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuRxMmNU4nC0gg2EaTWA6lzU2TTNx1zU { width:20rem;height:18rem;top:73.373165160156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEhaxnx7ylnsffTNk8FTmGQ4sy5UkdaM { width:20rem;height:11.207236233118rem;top:74.719661742187rem;left:0rem;display:block; }
 }