.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,248,217;--color-primary-1:254,233,128;--color-primary-2:252,210,0;--color-primary-3:126,105,0;--color-primary-4:38,32,0;--color-secondary-0:251,222,222;--color-secondary-1:243,144,144;--color-secondary-2:230,33,33;--color-secondary-3:115,17,17;--color-secondary-4:35,5,5;--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:"montserrat";--paragraphs-font-family:"montserrat"; }body { background-color:rgba(0,0,0,0.97);background-image:url("https://images.assets-landingi.com/uc/c75f559e-12ee-4ebe-9908-ce05dfe70f29/fototowinieta1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row .container { background-color: transparent; background-image: none; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row .container > .video-iframe-container { display: none; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row > .video-iframe-container { display: none; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .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); }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row .container { border-width: 0; border-radius: 0; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#q60M63VfVTEWpT1TJxGn9iZqJ4T58Eal { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.724609375rem;left:23.15625rem;height:1.2999125rem;font-style:normal;display:block; }
#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row .container { background-color: transparent; background-image: none; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row .container > .video-iframe-container { display: none; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row > .video-iframe-container { display: none; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .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); }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row .container { border-width: 0; border-radius: 0; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#wGF6yD5ukB1JZqnE5vygtJ6tGnuyyAAd { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:29.4365234375rem;height:0;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; }
#QiIUh3Qu4Hp8TUu7lBgLwrLJpqgWhPFb { z-index:15003;top:28.25rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TUwTzXF4T4uGGI0PACDVyXvQMxawIqod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLX2qSgkL7dgMtnL19KT4stl4XJUlF3N { color:rgba(var(--color-tertiary-1),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:19.5625rem;left:0rem;height:5.7714875rem;font-style:normal;display:block; }
#HU2EBrXJMX7c9rgpJAOigt6O9D5spAQA { color:rgba(var(--color-tertiary-1),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.0869140625rem;left:0rem;height:7.476125rem;font-style:normal;display:block; }
#wsikwTRP3K8Mtq510hh5MOrU0yTgNi8C { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:21.4375rem;left:46.1875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ZUsUUAHPH61CNPeaiuaFOu6deJss61J3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:16.875rem;top:25.3359375rem;left:12.6240234375rem;overflow:hidden;display:block; }
#iFeaxGgzeSZptG9NwNeFVi23lUE1FU5E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.1875rem;top:0.1865234375rem;left:0rem;overflow:hidden;display:block; }
#ZpxgBTGSc0kK8nnpAa0DapnuTbxxNssk { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:25.1875rem;top:2.875rem;left:44.8125rem;overflow:hidden;display:block; }
#lgssnXTIoeSH38TUDtiDh5ZD29koBI4m { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.080078125rem;left:1.15478515625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TLSGMxk5e9zFsG9rgnfZNnb1Rw5AuRz3 { box-sizing:content-box;height:2.5rem;width:8.562rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.5625rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FOCofqVgBgQ9LZiwkIgI8RtS7c8fvJSE { box-sizing:content-box;height:2.4375rem;width:12rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:17.5rem;left:62.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#yxz8FyxEbPCDuL0EAGZrgx3RtWtWuE9V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:17.75rem;left:63.1875rem; }
#MBdTKQ5oLUc3E8Gu8tnDLSQ3I5R0wDsO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:18.1875rem;left:65.8125rem;height:1.2999125rem;font-style:normal;display:block; }
#WuVUU4HWGn3pE4UFUDNxlg05OiFV8Myp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:6.625rem;left:43.5rem;height:1.2999125rem;font-style:normal;display:block; }
#qdOBHDooFUZ5LEkpO7G70HT2LIctl5nT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:6.1875rem;left:40.8125rem; }
#oToDwJAkRGBTxw9UuL0xM50IDtO2ky7H { box-sizing:content-box;height:2.4375rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:5.9375rem;left:40.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hpnOMrzyLFI10B4eqUiszaMnKTCwsEXO { box-sizing:content-box;height:2.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:30.25rem;left:40.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#CUvAC3XXeC05Tqn3gIMM11POcBGe5TSf { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15038;opacity:1;top:30.75rem;left:40.75rem; }
#CFGRtJg3c6vVNd5VCmfxhJIrdnLeZgPv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.749rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:30.894775390625rem;left:42.999267578125rem;height:1.2999125rem;font-style:normal;display:block; }
#DIfQSCLVqMU15KfatUyHuwbLuy0BfQiN { z-index:15004;top:28.25rem;left:15.6240234375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JCdgscBuwJO8tO9OqTQMq27iBO64PUXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ggndbTZaRPGxHEAfPZSnGprlTOys48dv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ggndbTZaRPGxHEAfPZSnGprlTOys48dv > .row .container { border-width: 0; border-radius: 0; }#ggndbTZaRPGxHEAfPZSnGprlTOys48dv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggndbTZaRPGxHEAfPZSnGprlTOys48dv > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:none; }#NPeahddKDD7fonQeH0xefeWEATvhXncC { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:29.4365234375rem;height:0;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; }
#LDTlKNgsrr04FhUEbuhDiyxhXqRJIxq3 { z-index:15003;top:24.647216796875rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8745rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yxFkclukgO8B1OqdC63ZU7T6Tbx4kIGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uppQQEmkfOKiHw0dR3nRA1CSsqGiCqye { color:rgba(var(--color-tertiary-1),1);display:block;width:42.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:15.5rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#gpn8Mfsr4unIWcboFQgMe75wm3pUaiT4 { color:rgba(var(--color-tertiary-1),1);display:block;width:45.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.373291015625rem;left:0rem;height:7.475rem;font-style:normal;display:block; }
#H5G83yN2B5PpeJSqp3n3xz9dMnI51gDK { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4353125rem;width:30.7483125rem;top:5.1875rem;left:44.2509765625rem;overflow:hidden;display:block; }
#BETyCtPtufRlSwil9r6TKm8K2Cn6awrc { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:21.5rem;left:44.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#T3saZ9onnuGTvrqKlBBygSaOXa1xTSQ1 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:16.875rem;top:21.75rem;left:14rem;overflow:hidden;display:block; }
#rGXH4cE3tRBAVgEWminQUvAh5HZtXn21 { color:rgba(var(--color-primary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:22.5rem;left:47.4375rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#RrBOOyoTTaEnoXndHw4eeypZXZxSISs1 { box-sizing:content-box;height:10.81175rem;width:10.81175rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.8125rem;left:45.4375rem;display:block; }
#Gz5A0LvAslBLSsdi5agBqaPgz8Tld9Hk { color:rgba(var(--color-primary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:21.3125rem;left:46.625rem;height:1.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ob7Etgb6TrDyPzJvhTHP7n1hMIq8pgUd { color:#ffffff;display:block;width:26.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.872802734375rem;left:0rem;height:2.2734375rem;font-style:normal;display:block; }
#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { border-width: 0; border-radius: 0; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:none; }#NtKP9mrpaPc6vITKSiqq9Lxi06e7pVun { position:absolute;display:block;z-index:15011;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.124511875rem;width:31.25rem;top:9.625rem;left:21.875rem;display:block; }
#oZGQlbW4EHT3mNH0DP6r7fbbJBo15wcG { position:absolute;display:block;z-index:15002;background-color:#ffffff;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.1875rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.5625rem;width:18.9375rem;top:13.25rem;left:7.0625rem;display:block; }
#WHK1CNtlUyqXc84e0J4O9n28lTvqCmSC { color:#333333;display:block;width:16.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.4375rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DND9se9zSpenLfes8q0ShBxcq9nUwz9Q { position:absolute;display:block;z-index:15005;background-color:#ffffff;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem #000000 ;height:11.625rem;width:18.9375rem;top:13.25rem;left:49rem;display:block; }
#ECimVsTHH7lG0LV6eTuvEI9ce50CB2Fg { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:49.4375rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7kJhJoa5sGWm5hZvGULoU0zp9KJSk1M { color:#000000;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.4375rem;left:7.5rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nba2rIqlOtZqIylTH8wuVXMFGI4PB4T8 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5rem;left:49.4375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mw11z9GhJWckstuQ0uKdL9mXSSFu57Ba { position:absolute;display:block;z-index:15008;background-color:#ffffff;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem #000000 ;height:11.5rem;width:18.9375rem;top:13.25rem;left:27.75rem;display:block; }
#MaTF0dWHZs8TQ8T11dUmeGoZmMZuCVZw { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:15rem;left:28.1875rem;height:3.500975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SnfePmKSrhA2rv7QhL9TrRkHTyLBzqTy { color:#333333;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:29.5625rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3Q3s5B0LrlsUsT2pri01phTMTbVZUMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.375rem;height:2.84301875rem;text-align:center;text-align-last:center;display:block; }
#cl0hmC1m2nrKMHhs3cBm1zUT51QrkR0F { color:rgba(var(--color-primary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:27.3125rem;left:18.0625rem;height:4.46045rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#NMvhnsXnMWxiROdHzr8gxJyNmBXreDly { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9355625rem;width:8.1860625rem;top:21.561279296875rem;left:55.765380859375rem;overflow:hidden;display:block; }
#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row .container { background-color: transparent; background-image: none; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row .container > .video-iframe-container { display: none; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row > .video-iframe-container { display: none; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .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); }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row .container { border-width: 0; border-radius: 0; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#VPWbtKOX0uvMsU0XFiZEdNGNe6JOICyO { position:absolute;display:block;z-index:15011;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.124511875rem;width:31.25rem;top:9.625rem;left:21.875rem;display:block; }
#a2iqkt1ot3TgKfXPGs8PfpK30gFhC1wQ { position:absolute;display:block;z-index:15002;background-color:#ffffff;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.1875rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.5625rem;width:18.9375rem;top:13.25rem;left:7.0625rem;display:block; }
#DxWsdTruEz9OOQsfREikkV5tBNaGUe6g { color:#333333;display:block;width:16.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5rem;left:8.4375rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJuSlSIxP6WNef7As0vcQFT3etGe3QbC { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:49.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulmmcaKZKuEzcM9MvTppB6T0qig3AhXC { color:#000000;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.4375rem;left:7.5rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5zCIokQm7q37BRBAE5eElRSyvvO9yMl { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5rem;left:49.4375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m641op2MBwezKDTRPn5TbuN1VaIJgzhe { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:15rem;left:28.1875rem;height:3.500975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJEsKcRxrTkL68IqT9t04dlJZsOFgCdz { color:#333333;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.375rem;left:29.5625rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLIviFXxnh8LN2CxTsvWa9bTuXqGReGt { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:8.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#aZ0URsyfeuP9CmEo4sS9EeJszXKFAIkK { color:rgba(var(--color-primary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:27.3125rem;left:18.0625rem;height:4.4596375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#DLwqTnzHvpz6cgIfgvsxKam7rPDOe1BG { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9355625rem;width:8.1860625rem;top:31.21337890625rem;left:45.015869140625rem;overflow:hidden;display:block; }
#H4Xzd3rFQrFiXFF9x545it1FJX7IEne3 { position:absolute;display:block;z-index:15003;background-color:#ffffff;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.1875rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.5625rem;width:18.93675rem;top:13.24951171875rem;left:27.952880859375rem;display:block; }
#pa2xTqk1hMZbJD9vzTXkT6bX27tssFpx { position:absolute;display:block;z-index:15004;background-color:#ffffff;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.1875rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.5625rem;width:18.9355625rem;top:13.24951171875rem;left:48.54736328125rem;display:block; }
#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { background-color: transparent; background-image: none; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container > .video-iframe-container { display: none; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row > .video-iframe-container { display: none; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .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); }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { border-width: 0; border-radius: 0; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#IgPo6thRvFmpIzvyvcDJtJeZBsBITDEf { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:11.125rem;height:5.6857625rem;text-align:center;text-align-last:center;display:block; }
#tvCRo1EM9dZ2JlCXfDyk3itJJTflARyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:34rem;height:4.140625rem;display:block; }
#WMPzoh424aX05mgC0nhW1TJNBm9iS5Pb { position:absolute;display:block;z-index:15012;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.124511875rem;width:31.25rem;top:12.6875rem;left:22.0625rem;display:block; }
#r2OrxDpAMMqdJPoiI0tdN9zvQd14PVrx { z-index:15004;top:44.6240234375rem;left:26.68701171875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rFPSQnUaFTpNlITI9WPMcIIH2uARX1LD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qKesQ7U4XS0SBDzgewVQ8Mv08mle4ig2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22rem;left:35.125rem;height:18.8020625rem;overflow:hidden;display:block; }#qKesQ7U4XS0SBDzgewVQ8Mv08mle4ig2 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qKesQ7U4XS0SBDzgewVQ8Mv08mle4ig2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
#ZTip7HXSFwHqqDWZMaF1WNIVQ0Sin6MP { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.81175rem;width:27.87475rem;top:15.43701171875rem;left:3.580322265625rem;overflow:hidden;display:block; }
#Xm7bsa8qSL3FJbunmb6JNwBiQUFONLOP { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:34rem;height:4.142575rem;display:none; }
#di1TMGV75Me6GtLw7cITGTtIOoX9V8zh { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:34rem;height:4.142575rem;display:none; }
#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { position:relative;display:block; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { background-color: transparent; background-image: none; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container > .video-iframe-container { display: none; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row > .video-iframe-container { display: none; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .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); }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { border-width: 0; border-radius: 0; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WPJw0Eqqod1bQO5lSHu8t5onHrHivNpo { position:absolute;display:block;z-index:15001;height:21.74925rem;width:75rem;top:18.531494140625rem;left:0rem;display:block; }
#zRZ67QWPmkPa26uOAc7yRmU6RcHvuJgg { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.56201171875rem;left:10.9375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#EActmofHOBgJQbVePXGEwEhSbKWQwe4S { position:absolute;display:block;z-index:15013;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.124511875rem;width:31.25rem;top:11.81396484375rem;left:21.875rem;display:block; }
#xlJcTLTFiHtzqUOeTzt2TVJRs3lISdhA { color:rgba(var(--color-tertiary-0),1);display:block;width:43.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.187255859375rem;left:15.8740234375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#fR0mvy7wiAWyPxz2MbdeSJauM9MzR3rk { color:rgba(var(--color-tertiary-0),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:46.31103515625rem;left:0rem;height:1.9487875rem;display:block; }
#WDhI58wTOi3cVHAToLWPRVFenqmISaVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { background-color: transparent; background-image: none; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container > .video-iframe-container { display: none; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row > .video-iframe-container { display: none; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .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); }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { border-width: 0; border-radius: 0; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#OQ89RfLQLVCdIaFErm2acsEFMyQMT6Ec { position:absolute;display:block;z-index:15012;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.1875rem;left:21.9375rem;display:block; }
#cqSTAehLvq1u4Rebvb4TOuTcgFN5mJEs { z-index:15004;top:44.625rem;left:26.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.994375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BZNs6Zv07p3xR2iRFVcecKvUZeQ9Wkdz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfWTikKJcQ1QQvqXxS4OdnIPGMAUlzIC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:20.8125rem;height:5.6857625rem;text-align:center;text-align-last:center;display:block; }
#w816pQnryCM0MQRqHToIKmhyVATreenu { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:33.375rem;height:2.76041875rem;display:block; }
#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.875rem;left:34.6875rem;height:;overflow:hidden;display:block; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
#HkdK1NWcBTNqxx2qKsmmAsQkPTaTzG6s { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.12478125rem;width:3.62413125rem;top:41.375rem;left:49.625rem;overflow:hidden;display:block; }
#yyhqQZkKuD54gWaSPqQU7f9ADiTdS17X { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:33.3745625rem;top:10.625rem;left:0rem;overflow:hidden;display:block; }
#AbpxCupfPTQHdxe6isEhzvN1hpmieCTp { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),0.2);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.1875rem solid rgba(var(--color-secondary-2),1);border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.12478125rem;width:41.25rem;top:36.25rem;left:33.75rem;display:block; }
#GQqADk2X4Pund9BUzqan2pXOrC8yyJMT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:36.75rem;left:35.75rem;height:4.140625rem;display:block; }
#rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh > .row .container { border-width: 0; border-radius: 0; }#rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:none; }#KMU53ueRhr0qWSk6inzGCHBT3xg2NRBp { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:11.25rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#b0iOkOQyybspA6L0p3JpK82ITWT7lxn6 { position:absolute;display:block;z-index:15012;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:8.375rem;left:22.1875rem;display:block; }
#EaG1uTeqtdsddWWU83kvRXvOa9skhfWG { z-index:15004;top:34.8125rem;left:25.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pvXwnFZgZ2S1yHRlig4ZrGeiUzgBBUJ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7OP0TzlbVppSx2e6Ex8o3HEsUzdqQz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5625rem;left:33.1875rem;height:21.43675rem;overflow:hidden;display:block; }#q7OP0TzlbVppSx2e6Ex8o3HEsUzdqQz3 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#q7OP0TzlbVppSx2e6Ex8o3HEsUzdqQz3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
#OTKw3BkWhz4hVLzPCOhm0KyXcArUXMmv { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:24.75rem;top:10.6875rem;left:4.25rem;overflow:hidden;display:block; }
#HzFWTTG3nBAGOzXIWGWT82a55FBlxc9E { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.249rem;width:15.249rem;top:27.4375rem;left:47.375rem;overflow:hidden;display:block; }
#m37RUfTpqf2wfFEAib4ciE5MXyX1fuel { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.5rem;width:31rem;display:none; }
#yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx > .row .container { border-width: 0; border-radius: 0; }#yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:none; }#DKJ7ZwdgJwTTAwqeAKz2WT7vKfTd9w8q { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.0625rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#RdbPbfb61MH5UQsMU0kbxwUszxST06bs { position:absolute;display:block;z-index:15012;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:10.125rem;left:22.4375rem;display:block; }
#AWWUOy8ETBPMfUtnfwBLFMmExbOCLE2A { z-index:15004;top:34.5rem;left:10.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FimcLpShlRSV9fcpaoc0TbUAV2FLWJiq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddpQBdQZ3nwL8AKJ1x8n2edaC80T91tO { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:20.75rem;top:12.125rem;left:47.4375rem;overflow:hidden;display:block; }
#GnHHxuvhLkrQmq6k1Jb8VlUy195ayAax { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.328125rem;left:7rem;height:14.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#tzNopb7WiqOFT5TXBM74B065eEa8QbiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { border-width: 0; border-radius: 0; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#NXr6ghwgtstUTaomubTyaoEfTZatA7Fy { position:absolute;display:block;z-index:15014;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.1875rem;left:21.875rem;display:block; }
#pBO0TrxsiMbTbgQuX8aeGFIQnhMAmbC6 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.21875rem;left:18.75rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#LdupWU5OMvfz1n9mMDDaxs6WfOpaqqkg { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:10.5625rem;top:0rem;left:64.311393805313rem;overflow:hidden;display:block; }
#AtVJEJgKbTdnqLTtnW3MfzPrUNwG8x8P { z-index:15005;top:31.5625rem;left:43.65625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KkSTlkugcL8A7QePwykHeOAvq6ONG5Tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwG3CUaSbv5BToZEziE4myAUGppDnT53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { border-width: 0; border-radius: 0; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:none; }#kJ966bSc63qcZHoEg8kHy0MDbNvNrbT9 { box-sizing:content-box;height:29.43725rem;width:17.68675rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.75rem;left:0.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#dJwBR2ayuTaJLHTOvafPSLF5XDhRTOdH { box-sizing:content-box;height:29.2480625rem;width:17.6855625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.75rem;left:20rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#SIzKLTZbRvTu1kMlKpVn9gRXFT9vVkvc { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.9375rem;left:38.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Zs3chOcoaF3M21aP6TTcoMRaOHv6vUlo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.6875rem;left:3.0625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btkfvFphKqmKoV8MCmGEryQTwKuQxuSL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.6875rem;left:23.0625rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHU7im1OXw2zHAPL8Z3VgweAhgngcnd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.625rem;left:60.0927734375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gf5b6h4BIPpx28HvfgbCBgKzvCkD7B0h { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.9375rem;left:57.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Mi0gOVkTk6vN5DnhQIoMrmNObbyN8fH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.625rem;left:40.3427734375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvVxMAgHbIqWs7T3ZIOqA721KRLDnZTc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#IUtUwU5Re7ZDsd761bM4mLNX4J6Kh52N { color:rgba(var(--color-tertiary-4),1);display:block;width:14.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.6875rem;left:21.625rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#DQw7HyIR0kbwGfUi8QI7a3ITihfRsdTr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3369140625rem;left:58.560546875rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#odZvQTZXgCAyP37bAno5iuR3bc3OIdsu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.3369140625rem;left:39.8115234375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#M5tw8aS8b9HpOTHaRf6JwZsdnvvb5VgT { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:17.5rem;height:4.311525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.4375rem;left:28.75rem;display:block; }
#fNbflSsZcpOEFJqRuvxgSGG8xPRbsGC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P5wPlPh1TEMIVG44zUb9UUTPr1yKFGFI { position:absolute;display:block;z-index:15014;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.1875rem;left:21.875rem;display:block; }
#RZXnJlkrIAmllgdk4xa23Uo22PSCfffu { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.34375rem;left:18.75rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#qfvcpmzIqFtk4yVMLvhxF7Kw9uTKX4T6 { position:absolute;display:block;z-index:15011;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:9.75rem;width:14.8125rem;top:12.75rem;left:1.96875rem;overflow:hidden;display:block; }
#X2nIR2wf3rwNTEp5OJTGmGeV63AECAAW { 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:8.6875rem;width:12.0625rem;top:13.3125rem;left:23.0625rem;overflow:hidden;display:block; }
#n8RIzrZ7QmzvskKbP6nqJ5SLAIpvhFn9 { 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:8.375rem;width:12.0625rem;top:13.46875rem;left:60.1865234375rem;overflow:hidden;display:block; }
#SfPPnnUdivQu7eia50zunehR1OXclIW7 { 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:8.1875rem;width:10.5625rem;top:13.5625rem;left:42.1865234375rem;overflow:hidden;display:block; }
#Tl5i6v58nauNwrFvATQczWSUxOXQKQcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tl5i6v58nauNwrFvATQczWSUxOXQKQcl > .row .container { border-width: 0; border-radius: 0; }#Tl5i6v58nauNwrFvATQczWSUxOXQKQcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl5i6v58nauNwrFvATQczWSUxOXQKQcl > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:none; }#TEuzegxMCsMSHnurD6TGHEiaQ6XV9XnL { box-sizing:content-box;height:29.43725rem;width:17.68675rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.75rem;left:7.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#py32UAws5e82WPSs2PALTn3oO92G0iD9 { box-sizing:content-box;height:29.2480625rem;width:17.6855625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.875rem;left:28.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#M61MT6okJgnMtUkCQG9f3P9EnLS87icB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.8125rem;left:10.0625rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hzR2LuSzUriPbacgZ7VTitkdWGK26dMG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.8125rem;left:30.9990234375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzNzmmrKQfeA26UuoJSqCav3qWkq8XOb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.8125rem;left:52.6865234375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cy2XyJ0RH55c794zvZH5icV5TvN1fE05 { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.9375rem;left:50.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#Gasv0KnGCcdgGw2DxAzquifDtdop00EX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.6875rem;left:9rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#TS8ABFbENg5iWR0VPanqlrEZD8KVbIT4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.8125rem;left:30.3125rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#KyOJa9Xu3Vf42w5dKJyZTKbwuGMqhtLS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.3125rem;left:51.6875rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#VWPppq7QyhkhLZOfKc40iCfHHt33bwyA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:17.5rem;height:4.311525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.4375rem;left:28.75rem;display:block; }
#ehG3e2N0PawWZhCg5BLpJwAWJA5fi3TS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPT0qVD6si1wT7706Td6kX3SKcQ57AbG { position:absolute;display:block;z-index:15014;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.1875rem;left:21.875rem;display:block; }
#GBNPqUk3TD3VPi1ABWKavT3v1bhH2h3h { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.34375rem;left:18.75rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#oBSx77HKMkKdXJ20BI2TQCg5WT3sKhcE { position:absolute;display:block;z-index:15011;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:9.75rem;width:14.8125rem;top:12.75rem;left:9rem;overflow:hidden;display:block; }
#FVs9PDxON2k5skgGtIiSyJn347aWdAuT { 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:8.6875rem;width:12.0625rem;top:13.4375rem;left:31.75rem;overflow:hidden;display:block; }
#qPzUI43816y3meXTqy3aswOFrd822DhE { 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:8.375rem;width:12.0625rem;top:13.4375rem;left:53.3115234375rem;overflow:hidden;display:block; }
#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row .container { background-color: transparent; background-image: none; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row .container > .video-iframe-container { display: none; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row > .video-iframe-container { display: none; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .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); }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row .container { border-width: 0; border-radius: 0; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#AtPgIyixbio4gV1sWgI1myP9oiwPszMS { box-sizing:content-box;height:32.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.749267578125rem;left:7.562255859375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#rksl4tfX6CNrvuZ16AJJ6g95PExSikmf { box-sizing:content-box;height:31.75rem;width:17.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.875rem;left:28.6865234375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#sKX31T0n6nVCsqp5oRQlafTTMvoF9z8o { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.799560546875rem;left:10.062255859375rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPSHK6MON99c1taeee7LxiNbd1ztJXbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.800782084465rem;left:31.622182846069rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ee1SDgGJGZ9DFnldnw7TQv5gE7elH5TM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.799560546875rem;left:52.686767578125rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEl7w93fwK0rHJJTgPnP8qr2tEA2kvsw { box-sizing:content-box;height:31.5625rem;width:17.6875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.937255859375rem;left:50.499267578125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#lTZKKJOmtEyUyEn3TxMhCOIAThORFOdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.860595703125rem;left:8.968505859375rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#xu04bmq5zTigaMag9AIPy5uuc25ZGUTM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.860595703125rem;left:30.311279296875rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#kRUTu2seKrXPuOrXpHxDQaNX4LF9UPSR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.860595703125rem;left:51.685791015625rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#baiFG8x9SZoHaa2Ra52b1BebDTdsXXIs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:17.5rem;height:4.311525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.4375rem;left:28.75rem;display:block; }
#ugJlmkAGGVahtwrCgFzVmQ98GhuyL6P8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UeI7VukquInfbSdVzG6GeupOKHkeBOoX { position:absolute;display:block;z-index:15014;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:9.1875rem;left:21.875rem;display:block; }
#v1sBiDy9rtKXMeDtwDXhpvli0HuGKOmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.34375rem;left:18.75rem;height:5.6857625rem;text-align:center;text-align-last:center;display:block; }
#R2qH8a8AZNZGa4cmCkeGUSN69a9rMus2 { position:absolute;display:block;z-index:15011;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:11.12425rem;width:7.937rem;top:13.4326171875rem;left:12.4365234375rem;overflow:hidden;display:block; }
#dxT8oz5am2r499fzBNqvPsUqxM6dFgpF { 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:8rem;width:12rem;top:14.9951171875rem;left:31.5283203125rem;overflow:hidden;display:block; }
#ixmB9opp0lbeEWPGZUhfkOOdkCBqg7z5 { 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: 0.125rem 0.125rem 0.375rem #000000 ;height:8.25rem;width:9.9375rem;top:14.87060546875rem;left:54.371337890625rem;overflow:hidden;display:block; }
#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row .container { background-color: transparent; background-image: none; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row .container > .video-iframe-container { display: none; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row > .video-iframe-container { display: none; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .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); }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row .container { border-width: 0; border-radius: 0; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#pRWM9lxf4H7MU64yXsTp3DEAzETRgnrQ { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:11.25rem;height:2.84288125rem;text-align:center;text-align-last:center;display:block; }
#QrExkTJBhUcGQJgKdNXc6tNdET0enQar { position:absolute;display:block;z-index:15012;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:8.375rem;left:22.1875rem;display:block; }
#TuTUB3NnetKoqZdVA0ItPH4xtndtmuZt { z-index:15004;top:34.499763488769rem;left:26.500654220581rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.997625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p8UKxoq2LZhGxiBvBulIJiR2h3XTpkxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRk4eg5LJDxbfxgEyMtNfnTrDkhZ4ERy { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.5625rem;left:33.1875rem;height:21.4323125rem;overflow:hidden;display:block; }#oRk4eg5LJDxbfxgEyMtNfnTrDkhZ4ERy li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#oRk4eg5LJDxbfxgEyMtNfnTrDkhZ4ERy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
#ApdtfZb4kUhAJv3llrg3RPHiNOxvNB5A { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:24.75rem;top:10.6875rem;left:4.25rem;overflow:hidden;display:block; }
#TmBkH79mnxmhEvkzpBpKaWV3ieqb0U4D { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.249rem;width:15.249rem;top:27.4375rem;left:47.375rem;overflow:hidden;display:block; }
#zCkdsr8JDFagHF8iIun3LRvT0S8HCyRA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.5rem;width:31rem;display:none; }
#Qgga9BsseHnToxqqnDXhByizPBvvgPDZ { position:relative;display:none; }#Qgga9BsseHnToxqqnDXhByizPBvvgPDZ { border-width: 0; border-radius: 0; }#Qgga9BsseHnToxqqnDXhByizPBvvgPDZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qgga9BsseHnToxqqnDXhByizPBvvgPDZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:83.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Gm2ekXyo17iRA05UqWCNe1h8g8OVZz6G { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:61.6875rem;width:26.5rem;top:12.9375rem;left:7.6875rem;display:block; }
#ANsXMXIx62Cr2TQhaDICTTtXlWpffM9n { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.0625rem;width:26.5625rem;top:11.625rem;left:7.75rem;display:block; }
#LBC75HB0visEBdwq9306Nnm8EzA73UeV { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.0625rem;left:11.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyrirTyRGKsPfhiyBAeX6urnWSJnJqFr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.1875rem;left:13.0625rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vttAlTM2G967cFipa0M9TCXmbO5a0uX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3105625rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:20.5rem;left:12.375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zmv8cJKQXwzZWDamNGyoRhy1xkglGffI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.75rem;left:11.5rem;height:9.2431875rem;overflow:hidden;display:block; }#Zmv8cJKQXwzZWDamNGyoRhy1xkglGffI li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zmv8cJKQXwzZWDamNGyoRhy1xkglGffI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
#OFd3ODaSgJ1gvg5M46rKWOGrNUylxELi { position:absolute;display:block;z-index:15031;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:37.0625rem;left:12.6875rem;display:block; }
#Fx0A5JkPfVE5AIzUDCXEdPINJiXtz0IQ { position:absolute;display:block;z-index:15033;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:16.6865rem;top:34.0625rem;left:12.625rem;display:block; }
#l5vc7HmdVm9hlVImZmeBsPUdbyfqBUMy { position:absolute;display:block;z-index:15034;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:16.6855625rem;top:50.6875rem;left:11.75rem;display:block; }
#qXr2XHDPf1vmzsRGvMz0PLMb86HWnTXs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:67.875rem;left:12.25rem;display:block; }
#cCyZq4TKBInP7MG0fWlXWLrSxvuA7gk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBJCVdhn2Uh1b6lmFB6Nqm80cldWHsKR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374025rem;width:2.374025rem;top:68.4375rem;left:24.4375rem;overflow:hidden;display:block; }
#EPlW9HLv2cpgS8XlVz48M9IAP6qMTfUH { position:absolute;display:block;z-index:15035;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:16.6865rem;top:41.25rem;left:12.625rem;display:block; }
#QZEeRXrwvl3oBDfSiqLyx08sxlpM3OEU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.24975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.686767578125rem;left:19.59228515625rem;height:5.6860375rem;text-align:center;text-align-last:center;display:block; }
#aFL82BK3zdouXHbegpZQgQ4tUuTBWibg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:24.6875rem;left:17.25rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#W5Q7RJQpXTNAzEHaWIpf4VFWihGwqn7P { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:27.625rem;left:10rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#d0OKmU8SI04GF90OmVsHZPQVH46PxLvp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:42.875rem;left:10rem;height:3.4985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#r1NkTRf7sg77PkIqEHHQAMi6e9IHt5d1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:47.5rem;left:10.6875rem;height:9.2431875rem;overflow:hidden;display:block; }#r1NkTRf7sg77PkIqEHHQAMi6e9IHt5d1 li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#r1NkTRf7sg77PkIqEHHQAMi6e9IHt5d1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
#ZTmQUgaez3PBLZQcTyDITKZ707ZwmQMW { box-sizing:content-box;height:7.6875rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:58.5rem;left:9.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Lq4TBR5RWMZuR58CRWqhxV7ghHoXFTKC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:59.1875rem;left:10.6875rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#KExOVFwyrtlq9bazV3bRCKEtC4ALZqKh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:61.3125rem;left:10.4375rem;height:3.90136875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#QSF51PC0J3KkdaKVaAocxHUNfV41MUOL { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:61.6875rem;width:26.5rem;top:12.4375rem;left:39.875rem;display:block; }
#mLQSlKhAyVvmyc9uVW9RRP6KaSvWRyEh { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.0625rem;width:26.5625rem;top:11.625rem;left:39.9375rem;display:block; }
#LRDSd1is93MDH14Whw6zG0lm3hdHuTnJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.1875rem;left:45.25rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHRZHb7h0sgi4CCAlBUnGkvM8h3ogDEn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3105625rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15038;line-height:.9;letter-spacing:0;top:20.5rem;left:44.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7voQVMSSM0exketNf74R1vHSVHT0Xh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:24.6875rem;left:49.4375rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#gahamizNuCxofmJqrgKPGn6sPeoiJsTP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.3623046875rem;left:42.873046875rem;height:7.9443125rem;overflow:hidden;display:block; }#gahamizNuCxofmJqrgKPGn6sPeoiJsTP li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gahamizNuCxofmJqrgKPGn6sPeoiJsTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
#JrOMQmD9KtdZZqI0sMC5gG8c4NlhBGqW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:42.875rem;left:42.1875rem;height:3.4985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#Rzot0NkmTvg5JHsorVNNvnnNv0INbO34 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:47.5rem;left:42.875rem;height:9.2431875rem;overflow:hidden;display:block; }#Rzot0NkmTvg5JHsorVNNvnnNv0INbO34 li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rzot0NkmTvg5JHsorVNNvnnNv0INbO34 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
#DePtMqhDy127LBVeGva05clIBA1NeVPB { position:absolute;display:block;z-index:15053;background-color:#707070;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:16.6855625rem;top:50.6875rem;left:43.9375rem;display:block; }
#biLagKFahDJxLQdgfUreGp3LIyUlpyql { box-sizing:content-box;height:7.6875rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:58.5rem;left:41.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#We9bduRxImlb3qbwVV9iVyptvJLJl8uP { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:59.1875rem;left:42.875rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#DDT4iCekEgFTyxruezt9aa1ZpofWA8Hx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:61.3125rem;left:42.625rem;height:3.90136875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#TpNTikaR0l5UXoIK2TsrNimCFpIFqSHr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:67.875rem;left:44.4375rem;display:block; }
#s54DvPRfOdGGRRpyPsKd87sfv1yeTvJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKfTyXq37XGN5nOQP30SAkxGHLRsb8TF { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374025rem;width:2.374025rem;top:68.4375rem;left:56.625rem;overflow:hidden;display:block; }
#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 { position:relative;display:block; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 { background-color: transparent; background-image: none; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row .container > .video-iframe-container { display: none; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row > .video-iframe-container { display: none; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .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); }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 { border-width: 0; border-radius: 0; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:80.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HT21yvIHlLclS4FCwvBTfeU3yL5OTNKI { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6272f, #380408);background-image: -moz-linear-gradient(180deg, #e6272f, #380408);background-image: -ms-linear-gradient(180deg, #e6272f, #380408);background-image: -o-linear-gradient(180deg, #e6272f, #380408);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6272f', endColorstr='#380408' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6272f', endColorstr='#380408' );";background-image: linear-gradient(180deg, #e6272f, #380408);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.25rem;width:36.75rem;top:7.9375rem;left:19.125rem;display:block; }
#QXu5yEyJ1Uf3O65TTD3a4b6hTTGM76HQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30.3125rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EfAUppzWSAOJVwFfwZv67ZZXHfI1qm2H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.308375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15019;line-height:.9;letter-spacing:0;top:18rem;left:29.625rem;height:4.49978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ya09fiwitEs6AiFitv016LKBfUITSOiT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:30.875rem;left:23.4375rem;height:18.311625rem;overflow:hidden;display:block; }#ya09fiwitEs6AiFitv016LKBfUITSOiT li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ya09fiwitEs6AiFitv016LKBfUITSOiT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6055a13c-483a-4d2e-b572-458eaa452c01/ikona_bullet_linux_magazine.svg); }
#sDlJXW5pw5SkQOXbzKxnSMcQ4zx5Js9O { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.059875rem;height:4.3112rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:65.1875rem;left:26rem;display:block; }
#d2D9bJtZWDV9tWvazuFTVX6HaNaAKBDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D4cxrn0ecbXwqPVfgOBLJbgXTT9oUshD { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.37239375rem;width:2.37239375rem;top:66.125rem;left:42.4375rem;overflow:hidden;display:block; }
#cEyyTRpdBprZBBsGrPdTiVv9udzU77xg { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1858125rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:22.4375rem;left:33.6875rem;height:1.13715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#Lpn8tSiKBqdluF6quU0sdWT5gS1XdWZk { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:26.8125rem;left:24.375rem;height:1.74913125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#m4Q0WgkA4afMPMuKfaKAS9a1Sff7DyO3 { color:rgba(var(--color-primary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:54.4375rem;left:26.8125rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hI14ifc0Tw8Q5XLuqWGgxTDzIIaKZUb4 { color:rgba(var(--color-tertiary-4),0.9);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:56.6875rem;left:23.8125rem;height:5.24739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Z6cCE4MRoMKIHzqMT43tyQo17gQybo2z { box-sizing:content-box;height:23.5rem;width:31.25rem;position:absolute;display:block;z-index:15001;background-color:#fff8f8;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:27.686633110046rem;left:22.241754531861rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#S2k6oBwsvcE7KRJ83wZ2dHIDmvPhZB4v { box-sizing:content-box;height:2.6237rem;width:7.6861875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:26.375rem;left:23.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#o5LZdTBvac72x0vioh6hlhTXxXAaOS52 { box-sizing:content-box;height:0.060763875rem;width:18.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.75rem;left:25.5625rem;display:block; }
#h9uOouBESQuJ0qfBVLe6FxJEioyzuICt { box-sizing:content-box;height:0.060763875rem;width:18.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.375rem;left:25.5rem;display:block; }
#b85PBtfAuAhqMD8p7w3PAAJllovFG64q { box-sizing:content-box;height:9.6875rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:#f5f5f5;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:53.355689048767rem;left:22.312284469604rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#d8QmNUu4T0kc2K93PPwL4vITPkTm5Pen { box-sizing:content-box;height:0.060763875rem;width:18.75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.5625rem;left:25.4375rem;display:block; }
#lTHbxBfqyrEEv1XSp2vubxd2lb6U3EVy { box-sizing:content-box;height:0.060763875rem;width:18.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.125rem;left:25.4375rem;display:block; }
#WP1PAcdxqbD0MDDLBgisG6TiC3knB24F { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:53.8125rem;left:23.8125rem;overflow:hidden;display:block; }
#wpJyEHgBKOHv3fxFlq2QOK2sFoUvTnxA { color:#576574;display:block;width:18.3735rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:70.312504768369rem;left:29.093969345092rem;height:1.22395625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qtJIaHbpyol65PWLyQbf8ZLFmRLebwHW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:66.5625rem;width:36.5625rem;top:7.875rem;left:19.1875rem;display:block; }
#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { border-width: 0; border-radius: 0; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#HheEZqmnma8Z7WqIxX3FvZxeZ97W0LeF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#AMPQMKGGQXNka1t4cqDrVer64IQThF4Z { position:absolute;display:block;z-index:15012;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:10.1875rem;left:22.3125rem;display:block; }
#s94Aic0z2fxd0D9UfGzRshu9VB9qL3fV { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:16.09375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#ItTE9AQ1ieB6kO5VmmzI3tZyne3Gxtu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14rem;left:31.5625rem;height:17.53125rem;display:block; }
#yJ5T5IxgMDUHz2MOdTwW7JmzsqxN079t { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:19.8125rem;top:11.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#z9dLSd1q2egez9eQwEXSRQqLs8McSAot { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3115rem;width:12.1875rem;top:31.6259765625rem;left:39.833984375rem;overflow:hidden;display:block; }
#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { border-width: 0; border-radius: 0; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:none; }#euzkLFIJSb9rBK854vXARHifIEpHH7ka { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#G60BUpfOOTPbMV5bJL6o5Md6eZJCt5z4 { position:absolute;display:block;z-index:15012;background-color:#e62121;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.12402375rem;width:31.25rem;top:10.1875rem;left:22.3125rem;display:block; }
#BwZC3fidqyN1eNKlQJSwU1wCtS465FDM { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:16.09375rem;height:5.6857625rem;text-align:center;text-align-last:center;display:block; }
#Er4N7MFN0UzM0vKih6m8NDoCnCoxzMGg { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14rem;left:31.5625rem;height:19.11455rem;display:block; }
#oTX1ry0fhxeCNZ6vcpOQBUUDHTQeCod2 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:19.8125rem;top:11.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#nmoeDJd041QNXMtJM4XXsEritfeEcdPk { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.811875rem;width:12.6248125rem;top:32.18533039093rem;left:39.822053909302rem;overflow:hidden;display:block; }
#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { background-color: transparent; background-image: none; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container > .video-iframe-container { display: none; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row > .video-iframe-container { display: none; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .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); }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { border-width: 0; border-radius: 0; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { border-width: 0; border-radius: 0; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:none; }#AHzLETDChCmttkrNqB8ImhHCSSZH4sTZ { color:#1e625f;display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2490234375rem;left:29.4365234375rem;height:0;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; }
#HpXt62TVTyDmMVkB0tJ0IgngkxWN5AP6 { z-index:15003;top:25.810546875rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.499rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Io71NJM0vTgHhgv6NJ3rCaRWNb7FgZHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0Jwqa0Cg8M270bmQx3pBCWESpW5tvXg { color:rgba(var(--color-tertiary-1),1);display:block;width:42.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:16.318359375rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#iAgwKVxE1Z0E1UHBAGuA4fJREfVOwiQ0 { color:rgba(var(--color-tertiary-1),1);display:block;width:42.06175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.685546875rem;left:0rem;height:7.1484375rem;font-style:normal;display:block; }
#H5Czsr286WyCUoVhCrJTQAffwnSlfugo { box-sizing:content-box;height:7.99925rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:#f2f2f2;background-image:none;top:34.5rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#NPua0tgHkIayNhohUy60RlHfeeed7GyV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.488037109375rem;left:1.12548828125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#WUaJ62ihgBaCw1pv7SkUq7P9M7qO9qzO { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:14997;background-color:#f2f2f2;background-image:none;top:34.5rem;left:19.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#U4vWNK628f4zGTpkI0fKolrOEnKw3pkV { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:15025;background-color:#f2f2f2;background-image:none;top:34.5rem;left:38.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#Zccx8bmvhFAX9w2xkVqLq0BU92hfBxhr { box-sizing:content-box;height:7.9980625rem;width:17.8125rem;position:absolute;display:block;z-index:14996;background-color:#f2f2f2;background-image:none;top:34.5rem;left:56.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
#rbaHugr2L8tc5O8DNrZkT5MoFchrvq9W { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.611328125rem;left:20.52978515625rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#drzu22wZEZvct1EH2KaiJiUQP7XGcaQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.39599609375rem;left:22.718505859375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#B2NQ31zwh9PRhvlTMmtmrOC9FAaD62dZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.44287109375rem;left:39.27978515625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#V68qSZp7f9WmgTO4z1qSxJX8TKfPb4HH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:38.4375rem;left:41.625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#eNCNdWJVkvGfJUOA4vwAHtlpQE4PJLd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.611328125rem;left:58.7109375rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#mWvQu2TB9xMC2tqdQBhxKCMpmW8zDU5M { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:38.519287109375rem;left:57.801513671875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#OLvZWkpSV4xGmSiDVw7PQl5hAyAFfXLM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.519287109375rem;left:3.311767578125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#lGW7xyQ1XQ174tUG9poXwRROGeO2oqz1 { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.62425rem;width:31.9995rem;top:5.15625rem;left:43.00048828125rem;overflow:hidden;display:block; }
#o5sA6I6CpG2WIASO2LxnFz2rUs71ELGP { box-sizing:content-box;height:2.5rem;width:10.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.125rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bhCboX6nKCwnrZnSsBaW8KeEQMKL71u0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsAukwFgkXv9SXeAaBRC7kO3a6SiclLL { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.68725625rem;width:20rem;top:18.123779296875rem;left:6.953125rem;overflow:hidden;display:block; }
#SlxZU9n1l2U3F4SPbXH72gxLSHzni5PJ { box-sizing:content-box;height:10.81175rem;width:10.81175rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.435791015625rem;left:43.436279296875rem;display:block; }
#mLP834sADdd9UAU2f0UemoxHHLbXbWsP { color:rgba(var(--color-primary-4),1);display:block;width:8.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:24.791259765625rem;left:44.530029296875rem;height:2.0996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ViTaV9xdVXpUPAn2P699xTTdbA8lJIrd { color:rgba(var(--color-primary-4),1);display:block;width:8.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:24.791259765625rem;left:44.530029296875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { border-width: 0; border-radius: 0; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:none; }#rJ4x6nuqQlF5cP0WmS8kW6bks8fPQfiU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0.3125rem;left:57.8125rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { border-width: 0; border-radius: 0; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:none; }#BFUuXDSbM5pBympVqZxHkVh2C5tSwVmq { color:rgba(var(--color-primary-2),1);display:block;width:44.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:10.722625rem;font-style:normal;display:block; }
#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14997;line-height:1.4;letter-spacing:0;top:15.25rem;left:0rem;height:12.995625rem;overflow:hidden;display:block; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cebef684-bc88-4604-9705-970e45c663de/Vector.png); }
#SifgToL5ydNtbbt93vTW7lkNGMJwIcyd { 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:33.4375rem;width:28.25rem;top:0.59375rem;left:46.75rem;overflow:hidden;display:block; }
#Zck1vIODgibbtfgh2kPMZ40cqCP24JD8 { box-sizing:content-box;height:10.8125rem;width:10.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.375rem;left:60.84375rem;display:block; }
#BmUoAaOtPtxZE9cyiJXxLeNzpuS1ZyPV { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.6875rem;left:64.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLvuC5HSa1T09y0wGyuxEVDkLb8E5muf { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5rem;left:61.28125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bbvTkHQh8nTviBsg4KxWvQXzsvoxWSXl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-4),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:17.5rem;height:4.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.90625rem;left:0rem;display:block; }
#ne4rahnQs8UDdtOLLuaUtI4akpU13zdo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMMJ70ypOSPOaOAtQ6zQHnkITa0gXVKX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9rem;top:38.0625rem;left:0rem;overflow:hidden;display:block; }
#FzoD9L25TTEHEHTdmteykRu6z4vWS4NL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.9375rem;top:38.0625rem;left:11.03125rem;overflow:hidden;display:block; }
#cNX77pB3GTMEoSdsNHWtkfKoes8T76aG { color:rgba(var(--color-primary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.9375rem;left:11.03125rem;height:1.94824375rem;display:block; }
#vr5815XK3GaVcDFzskDeDExlOT6PFTDl { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:12.5rem;top:16.6875rem;left:14.5rem;overflow:hidden;display:block; }
#zv8pscitqkB6Tly15dPOw98nhvKqwSET { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:12.5rem;top:21.375rem;left:2.5rem;overflow:hidden;display:block; }
#GeA6EThgNroLVDF54E1RDyXKkarU00I2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:12.5rem;top:26.1875rem;left:7.3125rem;overflow:hidden;display:block; }
#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { border-width: 0; border-radius: 0; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;position:relative;display:none; }#lTig2MSXMCF58g7h3t9LRQ1hQNfUdwU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.25rem;height:1.625rem;display:block; }
#yw73yRfPLLXUv3sVSo0mZl3SPTBDMxsx { box-sizing:content-box;height:0.0625rem;width:27.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.1875rem;left:1.25rem;display:block; }
#HGx2Q26A8K1m1rtrrIDX7MhmEXdtsT1C { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.499267578125rem;left:1.25rem;height:6.5rem;display:block; }
#WW4R5TRANqvKk2pcfK4VTUBs8ofJKHdV { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:1.25rem;height:4.875rem;display:block; }
#xC5F2CvZIcv3feG7EhRoQIFyMPmG9wiD { background-color:rgba(var(--color-tertiary-4),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-primary-2),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:17.5rem;height:4.311525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:49.437255859375rem;left:6.951904296875rem;display:block; }
#Ll8QWfkCXyA6laVGboFLOb9NBxuVu9ez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P { color:rgba(var(--color-primary-4),1);display:block;width:40.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:22.685546875rem;left:1.25rem;height:22.4926875rem;overflow:hidden;display:block; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc9bad2-933b-4d1e-9885-340273391950/arrow.svg); }
#zmIN0DU11JXAIaVZQu5mGcrx1EhVrTq7 { position:absolute;display:block;z-index:15021;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:36.375rem;width:35.0625rem;top:22.152853515625rem;left:39.776297993682rem;overflow:hidden;display:block; }
#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { border-width: 0; border-radius: 0; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:none; }#ktdOBLsTlyfIEPX395Q7E4Om34iPJJF6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:22.625rem;left:2rem;height:6.74926875rem;display:block; }
#Fw4qCU0i3T7JNxcsypPrMHyEFN2fDrzF { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:0.8125rem;display:block; }
#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.625rem;left:0.8125rem;height:17.1228125rem;overflow:hidden;display:block; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#poTpyXM3PCtJSNl0JFxrEmp6GSInDVMV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:22.625rem;left:27.9375rem;height:6.74926875rem;display:block; }
#GqfMyck2uw5BZ5AZCct41ch841nRG9CE { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:26.75rem;display:block; }
#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.625rem;left:27.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#ozIMg0OUzPMo5Pd12FutgByt5W3DsOUh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.625rem;left:52.9375rem;height:6.74926875rem;display:block; }
#sWOw0G7yuDKsAe7Xx4VnUQwuzyhgQ0TS { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:51.75rem;display:block; }
#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.375rem;left:52.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#U0Zc8pk120EOWAV4Bf2dB2bTioNEmbtL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:13.0615rem;top:1.561279296875rem;left:56.218017578125rem;overflow:hidden;display:block; }
#tfzqCJoS2gOxRfVb9e5HtMalvlFH98VW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:13.62425rem;top:2.19970703125rem;left:4.622802734375rem;overflow:hidden;display:block; }
#emumFlIVXmx8pAJ5VdQoIEgQrVNaEnPW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.62425rem;width:12.68675rem;top:1.873779296875rem;left:30.499267578125rem;overflow:hidden;display:block; }
#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { border-width: 0; border-radius: 0; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#B3EpVTc5n8r01wTOpJIrx0mtaVyEeyOi { color:rgba(var(--color-tertiary-4),1);display:block;width:44.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:15.186767578125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { border-width: 0; border-radius: 0; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:none; }#p5SnJvsd8nJhptQdOw04iSX2tVEehT1p { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:22.625rem;left:2rem;height:6.74926875rem;display:block; }
#nfuhUioByuPtI1RbNHa0M286i3ZnE8eD { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:0.8125rem;display:block; }
#drtG0I5N3fDMNyABXNf0uh7rlkED1drX { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.625rem;left:0.8125rem;height:17.1228125rem;overflow:hidden;display:block; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#rXTrAOHnJPTkKHxb9bwn4B9UZ3Zwp8xT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:22.625rem;left:27.9375rem;height:6.74926875rem;display:block; }
#MN7M62yJKDt3WmiK8ITh0uXstfp4Bff3 { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:26.75rem;display:block; }
#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.625rem;left:27.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#gN1FGym2ZLw5l8B8NcNuJlpJMmw4V5aa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.625rem;left:52.9375rem;height:6.74926875rem;display:block; }
#AtkXV6bEe2IyInZnJ8leX1G8D9vmh2GK { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.9375rem;left:51.75rem;display:block; }
#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.375rem;left:52.0625rem;height:17.1228125rem;overflow:hidden;display:block; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#C08WAxazeZQgOuJsGbCFAuLbMgNaogOh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:13.0615rem;top:1.561279296875rem;left:56.218017578125rem;overflow:hidden;display:block; }
#fQTPww3vuwS54fecN0obvRlyd3mOfwxd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:13.62425rem;top:2.19970703125rem;left:4.622802734375rem;overflow:hidden;display:block; }
#U9eT78VNFIDuzz081HMcBIM3leB7aKTu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.62425rem;width:12.68675rem;top:1.873779296875rem;left:30.499267578125rem;overflow:hidden;display:block; }
#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { border-width: 0; border-radius: 0; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:none; }#N6fnhikTMEUM6Dq601D5GdQXEEZK9Cp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bt70gcmwOnaDo6mCvZMnPXpPnKzVWJQn { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:9.375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { border-width: 0; border-radius: 0; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#T7CAoqFNkHf0vvkn6MIKiUxb2Ur3HE5a { position:absolute;display:block;z-index:15000;height:16.125rem;width:68.75rem;top:0rem;left:3.125rem;display:block; }
#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { border-width: 0; border-radius: 0; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#LSPzLyIdlPcSXG2pGePkceBsK4fNT3f6 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:12.75rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buGIAEabri5T0qw5B8t8Re1cgqhT2b4A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:25rem;top:5.25rem;left:37rem;overflow:hidden;display:block; }
#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { position:relative;display:none; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { border-width: 0; border-radius: 0; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#knhhSAP6Qt7Ol73TV8AtJNiqXZrSkUT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.996826171875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#wqA0IsR8mTzuKTCe5b0ztUMzlBJBGTt1 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:3.25rem;display:block; }
#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk { color:rgba(var(--color-tertiary-4),1);display:block;width:45.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.499755859375rem;left:1.1865234375rem;height:21.2475625rem;overflow:hidden;display:block; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#TbQTEqab3f4eCoXu6ZdfDddTwbvLL4ak { background-color:rgba(var(--color-tertiary-4),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:17.5rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37rem;left:0rem;display:block; }
#KkFNxWyG75TNglskwLshwPURksFknqsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egOEKnE4KkLU04ivWMJgsqtCvF1NNSEH { position:absolute;display:block;z-index:15009;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:40rem;width:24.9375rem;top:1.875rem;left:50.0625rem;overflow:hidden;display:block; }
#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { position:relative;display:none; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { border-width: 0; border-radius: 0; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r1fPaIBxIC74LSOM8iltvPA2eI4FlnDX { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.996826171875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#PMtxrL23zWzNqAzCSuT1SybSlTZbE1t2 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:4.875rem;display:block; }
#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT { color:rgba(var(--color-tertiary-4),1);display:block;width:45.7483125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.18798828125rem;left:1.187744140625rem;height:21.2475625rem;overflow:hidden;display:block; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
#ZnuBb2r7B5RnkBvPTxTlqwdvHcBa8Mnt { background-color:rgba(var(--color-tertiary-4),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:17.5rem;height:4.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.875rem;left:0rem;display:block; }
#eSTxwcxCPEId7AM7Ki4A2e24cx8wm12f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQKqqasvoynQxN3AN0k14MCyThS53Wqm { position:absolute;display:block;z-index:15009;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:40rem;width:24.9365rem;top:4.263916015625rem;left:49.3115234375rem;overflow:hidden;display:block; }
#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { border-width: 0; border-radius: 0; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:none; }#qTaf9U0i7T8KnuUZ70hKA6JiWwVgpJs2 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:30.5rem;left:0.8125rem;height:2.59765625rem;display:block; }
#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { border-width: 0; border-radius: 0; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:none; }#Tp0szV9RrAeBIStDXMWMpxOeOs552uSf { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6650390625rem;left:19.998779296875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2xMKMPqfLJUnlPuXbf53xNKGWIpmlU0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:28.125rem;top:8.0859375rem;left:23.4375rem;overflow:hidden;display:block; }
#abtsttGNaHTVZuPVuNbmGd0VwgeLnsXW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.647216796875rem;left:20.562744140625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { border-width: 0; border-radius: 0; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:none; }#k0O8OHHBwrwMcK3Nesho0N4LoP2ZZ0uR { box-sizing:content-box;height:29.43725rem;width:17.68675rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#TG4WLG5ZzepKHPbiKRErNl8NVkr3aZ9w { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:7.937rem;top:3.6865234375rem;left:5.406494140625rem;overflow:hidden;display:block; }
#wd3vALxoWb2IsH1itevdQ1zirJEPxXKQ { box-sizing:content-box;height:29.2480625rem;width:17.6855625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.6875rem;left:19.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#NLfwl7EwwFurND05KsqCvNlEAaVPWZOC { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:38.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#qFA76t61mplkceIVCoQdMhl5oylhyXl7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9365rem;width:9.9365rem;top:3.6875rem;left:42.5rem;overflow:hidden;display:block; }
#qfwUxK4vJlC1AHtDqJZ4Kis1Lnoq0v4E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#um2WTDL0rU9ypTFwm0Fh5sGCq4cKa5bo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.561767578125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoNZI5dPMKoGlaXwLlHoBK3WRvaSTHmG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:40.9375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTvtoRaRo8WZUG6P9TsnTAAAmAOFm4Vx { box-sizing:content-box;height:29.0625rem;width:17.68675rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:57.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#tcPaGkCKlKx8vuAmvN0wd9tEIm0tBTt1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:57.75rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WH3egTvw5qlRHL5bIgV2TXcap0u9c0uP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.624267578125rem;left:1.93603515625rem;height:7.793rem;text-align:center;text-align-last:center;display:block; }
#O6K96GQXCWeUKWuQeHA54OM1yNTpt6e2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.624267578125rem;left:21.558837890625rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#qkWxpOMe9yBiqE5B044ehiRAPT1c0I9H { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.4375rem;left:39.74853515625rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#nTAWVgaIpsrn1ygzX57oXn6tkV42Lf0R { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.624267578125rem;left:58.75rem;height:10.390625rem;text-align:center;text-align-last:center;display:block; }
#yP1iVlR56qAATlhHEaiFQnbq9ZBzv1U3 { position:absolute;display:block;z-index:15017;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:9.0625rem;width:6.4978125rem;top:3.2177734375rem;left:65.84228515625rem;overflow:hidden;display:block; }
#qWAFgkNABgCsuKbDZk1XZmwURgERDtf7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3108125rem;width:7.3108125rem;top:3.6865234375rem;left:60.26611328125rem;overflow:hidden;display:block; }
#leC0fB0c4vLHyg1TrmlE2mxFglkS95qe { position:absolute;display:block;z-index:15009;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:7.1875rem;width:10.99975rem;top:4.1552734375rem;left:23.2177734375rem;overflow:hidden;display:block; }
#vqTCTcFhEr6vGtv3wddSVAiDCuth6e7x { background-color:rgba(var(--color-tertiary-4),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:17.5rem;height:4.311525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.43701171875rem;left:28.812255859375rem;display:block; }
#eOMzafQ4f87AuJ7paR8FuWM2KopQE7gf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { border-width: 0; border-radius: 0; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:none; }#JL0Pc880NH8yVzK4E6bFa0JGDTclo0t6 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:16.624755859375rem;left:5.029296875rem;height:18.75856875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#MnTTyGnOqZAfxHgtVVcAzSSBdVvGv0sK { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:16.625rem;left:51.0625rem;height:16.0729875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#opCu62whrDemteoFDNMxJLeLBD6EQtr4 { color:#202020;display:block;width:5.5625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:16.625rem;left:61.4375rem;height:16.0729875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#vytOOkXTX5msvBSWJIHVakuLUugIE5IO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:9.8125rem;left:50.3125rem;height:5.35766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#G9NrJ3gyt65x6Le1D3TOFncZRhXwLhKS { color:#202020;display:block;width:7.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.8125rem;left:60.4375rem;height:5.35766875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#OIXEImXRR11o2s5uAhEKLy8H1eLbKPbQ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:31.8125rem;width:9.6875rem;top:7.75rem;left:59.375rem;display:block; }
#dIeH5Sx5d2aqEIZfpabL70z7UniKulbn { color:rgba(var(--color-tertiary-0),1);display:block;width:32.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:7.060546875rem;left:5.029296875rem;height:6.01171875rem;text-align:left;text-align-last:left;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; }
#e8y5x1IpPC0BwaprzH9v0Pg4HH9h3nwi { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:28.4375rem;top:15.3125rem;left:5.9375rem;display:none; }
#qsG0S3dpSeusTtwtkr2RbVBwJqPPK6zX { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:34.9375rem;left:50.625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#wWToth8uZ87EHvPg0VVgohgtwcLekCxf { color:#202020;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:34.875rem;left:60.6875rem;height:2.11230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#bEmhRcfz5ESVKqR4R7FdJVxTGXpxxfaI { color:rgba(var(--color-tertiary-0),1);display:block;width:45.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:34.9365234375rem;left:5.029296875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#ppuJu71P7uyZU4Rpf7461dNQ2ePJ64uI { box-sizing:content-box;height:2.5rem;width:13.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.8125rem;left:5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XRrJeQigRJcCL8DzTSJ6FWcDiOCLIQ7U { color:rgba(var(--color-tertiary-0),1);display:block;width:12.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { border-width: 0; border-radius: 0; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:none; }#VHfcR9F4mqy75EixJWJT6TWbUurIm8kT { box-sizing:content-box;height:34.25rem;width:17.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:0.53125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#p6JZxPZ2TahQmXFSV26aPUHA4t044bD0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.3125rem;top:4.9375rem;left:5.125rem;overflow:hidden;display:block; }
#MUMFqHP8TJJTqugyGZzi9MTtcPWUCJkS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.75rem;left:2.1875rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrcgQrRckkyW2JMUXZTT3DctEtaMBa7P { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.637451171875rem;left:2.1240234375rem;height:9.0918125rem;text-align:center;text-align-last:center;display:block; }
#HBvkmzfEQlHJv8AXH1TetSECa81lGKq9 { box-sizing:content-box;height:25.5rem;width:17.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:19.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#HXoOame8QeAmS2meSk02puhgrXfouFcG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.609375rem;left:20.875rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#TT2RsipVm2icyE0coCNNwuLTTVOol85v { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.75rem;left:21.53125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QC9ms8OQ5ab4nCA9wVQpowlfdSMNeRhs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:6.9375rem;top:4.0625rem;left:24.65625rem;overflow:hidden;display:block; }
#JoJmVNDsI46ZpU4ROpuH0etl9mpg5HWv { box-sizing:content-box;height:28.625rem;width:17.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:38.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#ZLfzM2GoICK6XRI5ClwgMQXFcoMLFcH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.9384765625rem;left:39.625rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#MU1fdA3BdBC6Kv2CfLOx2qT8dLFxiTE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.34326171875rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tpF4y18F4dx4JxatJE6FzBpcoqTTrU0s { box-sizing:content-box;height:32.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.875rem;left:56.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#OA0PHylzxMUxx8Cxgdd5DpDOuo6TxSkg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.9375rem;left:58.375rem;height:10.390625rem;text-align:center;text-align-last:center;display:block; }
#vZQegIwbb4wWyb9O4Jv5C3wRMroIKPdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:57.21875rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZN77mvMDasNR0t6Ew1WeKHHlJJTZ7xXR { 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:9.0625rem;width:6.5rem;top:4.0625rem;left:62.375rem;overflow:hidden;display:block; }
#M0F6K4TKOitogchFAEcfMKDdfuTX8hv2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8108125rem;width:9.8108125rem;top:6.788330078125rem;left:46.500244140625rem;overflow:hidden;display:block; }
#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { position:relative;display:none; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { border-width: 0; border-radius: 0; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#etKTFWeZdNEUntaTtvV6uHUSgmJiu9Vp { color:rgba(var(--color-tertiary-4),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:15.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENkSNNRzNSE1J6S22TTamXDFIlRLPNkg { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:5.625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv { display:block; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q60M63VfVTEWpT1TJxGn9iZqJ4T58Eal { width:33.2498125rem;height:1.21853125rem;top:0.57855904102326rem;left:8.21723151207rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 { display:block; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row .container { width:47.75rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wGF6yD5ukB1JZqnE5vygtJ6tGnuyyAAd { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QiIUh3Qu4Hp8TUu7lBgLwrLJpqgWhPFb { top:56.625rem;left:5.5625rem;width:18.186875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUwTzXF4T4uGGI0PACDVyXvQMxawIqod { display:block; }
 }@media only screen and (max-width: 1199px) { #GLX2qSgkL7dgMtnL19KT4stl4XJUlF3N { width:39.8111875rem;height:6.0384125rem;top:13.685981035232rem;left:3.9691841602326rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HU2EBrXJMX7c9rgpJAOigt6O9D5spAQA { width:42.7485rem;height:5.85069375rem;top:6.2424051761627rem;left:2.5000002384186rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wsikwTRP3K8Mtq510hh5MOrU0yTgNi8C { width:27.24975rem;height:0;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZUsUUAHPH61CNPeaiuaFOu6deJss61J3 { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iFeaxGgzeSZptG9NwNeFVi23lUE1FU5E { width:14.1875rem;height:4.625rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZpxgBTGSc0kK8nnpAa0DapnuTbxxNssk { width:25.1855625rem;height:33.686rem;top:20.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lgssnXTIoeSH38TUDtiDh5ZD29koBI4m { width:12.5rem;height:0;top:36.9375rem;left:17.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TLSGMxk5e9zFsG9rgnfZNnb1Rw5AuRz3 { width:17.5rem;height:2.5rem;top:36.5rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FOCofqVgBgQ9LZiwkIgI8RtS7c8fvJSE { width:11.9998125rem;height:2.43706875rem;top:24rem;left:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxz8FyxEbPCDuL0EAGZrgx3RtWtWuE9V { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MBdTKQ5oLUc3E8Gu8tnDLSQ3I5R0wDsO { width:7.7495625rem;height:1.2999125rem;top:24.625rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WuVUU4HWGn3pE4UFUDNxlg05OiFV8Myp { width:9.0625rem;height:1.2999125rem;top:48.875rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdOBHDooFUZ5LEkpO7G70HT2LIctl5nT { width:2.1875rem;height:2.1875rem;top:48.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oToDwJAkRGBTxw9UuL0xM50IDtO2ky7H { width:12.5rem;height:2.43706875rem;top:48.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpnOMrzyLFI10B4eqUiszaMnKTCwsEXO { width:15.6875rem;height:2.4375rem;top:32.75rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUvAC3XXeC05Tqn3gIMM11POcBGe5TSf { width:1.74913125rem;height:1.74913125rem;top:33.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFGRtJg3c6vVNd5VCmfxhJIrdnLeZgPv { width:12.6875rem;height:1.2999125rem;top:33.375rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DIfQSCLVqMU15KfatUyHuwbLuy0BfQiN { top:56.625rem;left:25.6875rem;width:18.186875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCdgscBuwJO8tO9OqTQMq27iBO64PUXK { display:block; }
 }@media only screen and (max-width: 1199px) { #ggndbTZaRPGxHEAfPZSnGprlTOys48dv { display:none; }#ggndbTZaRPGxHEAfPZSnGprlTOys48dv > .row .container { width:47.75rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NPeahddKDD7fonQeH0xefeWEATvhXncC { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDTlKNgsrr04FhUEbuhDiyxhXqRJIxq3 { top:49.637451171875rem;left:14.7802734375rem;width:18.18725rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxFkclukgO8B1OqdC63ZU7T6Tbx4kIGJ { display:block; }
 }@media only screen and (max-width: 1199px) { #uppQQEmkfOKiHw0dR3nRA1CSsqGiCqye { width:39.812rem;height:6.03515625rem;top:11.5234375rem;left:3.968505859375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gpn8Mfsr4unIWcboFQgMe75wm3pUaiT4 { width:42.749rem;height:5.8496125rem;top:4.43115234375rem;left:2.5rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #H5G83yN2B5PpeJSqp3n3xz9dMnI51gDK { width:30.68725rem;height:27.380375rem;top:19.94384765625rem;left:6.934814453125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BETyCtPtufRlSwil9r6TKm8K2Cn6awrc { width:27.24975rem;height:0;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3saZ9onnuGTvrqKlBBygSaOXa1xTSQ1 { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rGXH4cE3tRBAVgEWminQUvAh5HZtXn21 { width:6.5625rem;height:2.625rem;top:40.4345703125rem;left:7.919921875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrBOOyoTTaEnoXndHw4eeypZXZxSISs1 { width:10.7495rem;height:10.7495rem;top:34.810791015625rem;left:5.82763671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gz5A0LvAslBLSsdi5agBqaPgz8Tld9Hk { width:9.6875rem;height:1.75rem;top:38.685302734375rem;left:6.357421875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ob7Etgb6TrDyPzJvhTHP7n1hMIq8pgUd { width:28.31175rem;height:4.62890625rem;top:55.45654296875rem;left:9.718017578125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS { display:none; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { width:47.75rem;height:52.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NtKP9mrpaPc6vITKSiqq9Lxi06e7pVun { width:31.25rem;height:0.062255875rem;top:9.686279296875rem;left:7.967529296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZGQlbW4EHT3mNH0DP6r7fbbJBo15wcG { width:18.9375rem;height:11.5625rem;top:12.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHK1CNtlUyqXc84e0J4O9n28lTvqCmSC { width:16.062rem;height:3.8994125rem;top:17.911376953125rem;left:4.4970703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DND9se9zSpenLfes8q0ShBxcq9nUwz9Q { width:18.9375rem;height:11.625rem;top:12.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECimVsTHH7lG0LV6eTuvEI9ce50CB2Fg { width:18.125rem;height:2.5996125rem;top:18.5625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7kJhJoa5sGWm5hZvGULoU0zp9KJSk1M { width:18.125rem;height:2.2753875rem;top:14.875rem;left:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nba2rIqlOtZqIylTH8wuVXMFGI4PB4T8 { width:18.125rem;height:2.2753875rem;top:14.9375rem;left:26.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mw11z9GhJWckstuQ0uKdL9mXSSFu57Ba { width:18.9375rem;height:11.5rem;top:26.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MaTF0dWHZs8TQ8T11dUmeGoZmMZuCVZw { width:18.1875rem;height:3.500975rem;top:28.5625rem;left:14.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnfePmKSrhA2rv7QhL9TrRkHTyLBzqTy { width:15.875rem;height:3.8994125rem;top:32.9375rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3Q3s5B0LrlsUsT2pri01phTMTbVZUMJ { width:41.6235625rem;height:2.5996125rem;top:5.99853515625rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cl0hmC1m2nrKMHhs3cBm1zUT51QrkR0F { width:27.2485625rem;height:8.75rem;top:41.12060546875rem;left:10.2490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NMvhnsXnMWxiROdHzr8gxJyNmBXreDly { width:5.686525rem;height:6.25rem;top:40.058596611023rem;left:36.436631917954rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pQyWV14fS0EXFsKHGQ2rK6He140mvD5e { display:block; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row .container { width:47.75rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VPWbtKOX0uvMsU0XFiZEdNGNe6JOICyO { width:31.25rem;height:0.062255875rem;top:9.686279296875rem;left:7.967529296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2iqkt1ot3TgKfXPGs8PfpK30gFhC1wQ { width:18.9375rem;height:11.5625rem;top:12.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxWsdTruEz9OOQsfREikkV5tBNaGUe6g { width:16.062rem;height:3.8997375rem;top:17.911376953125rem;left:4.4970703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJuSlSIxP6WNef7As0vcQFT3etGe3QbC { width:18.125rem;height:2.599825rem;top:18.5625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulmmcaKZKuEzcM9MvTppB6T0qig3AhXC { width:18.125rem;height:2.27430625rem;top:14.875rem;left:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5zCIokQm7q37BRBAE5eElRSyvvO9yMl { width:18.125rem;height:2.2753875rem;top:14.9375rem;left:26.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m641op2MBwezKDTRPn5TbuN1VaIJgzhe { width:18.1875rem;height:3.500975rem;top:28.5625rem;left:14.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wJEsKcRxrTkL68IqT9t04dlJZsOFgCdz { width:15.875rem;height:3.8997375rem;top:32.9375rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLIviFXxnh8LN2CxTsvWa9bTuXqGReGt { width:41.6235625rem;height:2.5996125rem;top:5.99853515625rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZ0URsyfeuP9CmEo4sS9EeJszXKFAIkK { width:27.2485625rem;height:8.7463125rem;top:41.12060546875rem;left:10.2490234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLwqTnzHvpz6cgIfgvsxKam7rPDOe1BG { width:5.68725625rem;height:6.25rem;top:49.12109375rem;left:25.811767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4Xzd3rFQrFiXFF9x545it1FJX7IEne3 { width:18.936625rem;height:11.5625rem;top:26.749126434326rem;left:14.335938215256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pa2xTqk1hMZbJD9vzTXkT6bX27tssFpx { width:18.936625rem;height:11.5625rem;top:12.686624526977rem;left:26.148004293442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD { display:block; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { width:47.75rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IgPo6thRvFmpIzvyvcDJtJeZBsBITDEf { width:41.62475rem;height:7.796625rem;top:3.0625rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvCRo1EM9dZ2JlCXfDyk3itJJTflARyQ { width:37.25rem;height:4.38801875rem;top:13.6220703125rem;left:5.248046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WMPzoh424aX05mgC0nhW1TJNBm9iS5Pb { width:31.25rem;height:0.062255875rem;top:11.8115234375rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2OrxDpAMMqdJPoiI0tdN9zvQd14PVrx { top:46.75rem;left:11.0625rem;width:24.249125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rFPSQnUaFTpNlITI9WPMcIIH2uARX1LD { display:block; }
 }@media only screen and (max-width: 1199px) { #qKesQ7U4XS0SBDzgewVQ8Mv08mle4ig2 { width:34.2480625rem;height:22.5520625rem;top:20.870235443115rem;left:7.5000007152556rem;font-size:1.125rem;display:block; }#qKesQ7U4XS0SBDzgewVQ8Mv08mle4ig2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 1199px) { #ZTip7HXSFwHqqDWZMaF1WNIVQ0Sin6MP { width:27.8125rem;height:25.7530625rem;top:54.124351501465rem;left:9.9674479961394rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xm7bsa8qSL3FJbunmb6JNwBiQUFONLOP { width:37.25rem;height:5.8496125rem;top:13.685302734375rem;left:4.248046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #di1TMGV75Me6GtLw7cITGTtIOoX9V8zh { width:37.25rem;height:5.8496125rem;top:13.685302734375rem;left:4.248046875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { display:block; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container { width:47.75rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WPJw0Eqqod1bQO5lSHu8t5onHrHivNpo { width:44.9365rem;height:20.37475rem;top:17.685546875rem;left:1.405029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRZ67QWPmkPa26uOAc7yRmU6RcHvuJgg { width:35.3125rem;height:5.19775625rem;top:3.621826171875rem;left:6.217041015625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EActmofHOBgJQbVePXGEwEhSbKWQwe4S { width:31.25rem;height:0.062255875rem;top:9.998779296875rem;left:8.248291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xlJcTLTFiHtzqUOeTzt2TVJRs3lISdhA { width:36.25rem;height:3.57421875rem;top:11.256103515625rem;left:5.748291015625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fR0mvy7wiAWyPxz2MbdeSJauM9MzR3rk { width:38.75rem;height:3.8997375rem;top:43.12255859375rem;left:1.405029296875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WDhI58wTOi3cVHAToLWPRVFenqmISaVu { display:block; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { width:47.75rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OQ89RfLQLVCdIaFErm2acsEFMyQMT6Ec { width:31.25rem;height:0.0618489375rem;top:10.247381210327rem;left:8.2486979961394rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqSTAehLvq1u4Rebvb4TOuTcgFN5mJEs { top:76.436637878419rem;left:12.623698949814rem;width:22.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZNs6Zv07p3xR2iRFVcecKvUZeQ9Wkdz { display:block; }
 }@media only screen and (max-width: 1199px) { #bfWTikKJcQ1QQvqXxS4OdnIPGMAUlzIC { width:41.62325rem;height:5.19748125rem;top:3.9952158927917rem;left:3.0631511211395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w816pQnryCM0MQRqHToIKmhyVATreenu { width:34.12475rem;height:4.38801875rem;top:12.75rem;left:7.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #IzTeCyxmF1CoENL6eqD1eD83T9bEX98a { width:36.936875rem;height:21.0894375rem;top:19.310979843139rem;left:5.4058163166046rem;font-size:1.125rem;display:block; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 1199px) { #HkdK1NWcBTNqxx2qKsmmAsQkPTaTzG6s { width:3.5625rem;height:5.0376302467315rem;top:41.375rem;left:36rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yyhqQZkKuD54gWaSPqQU7f9ADiTdS17X { width:31.7480625rem;height:24.389125rem;top:50.499122619629rem;left:8.0002171993256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbpxCupfPTQHdxe6isEhzvN1hpmieCTp { width:36.375rem;height:7.625rem;top:41.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQqADk2X4Pund9BUzqan2pXOrC8yyJMT { width:34.124375rem;height:4.38801875rem;top:43rem;left:7.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh { display:none; }#rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh > .row .container { width:47.75rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KMU53ueRhr0qWSk6inzGCHBT3xg2NRBp { width:41.6235625rem;height:2.5996125rem;top:4.30908203125rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0iOkOQyybspA6L0p3JpK82ITWT7lxn6 { width:31.25rem;height:0.0625rem;top:8.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EaG1uTeqtdsddWWU83kvRXvOa9skhfWG { top:43.3251953125rem;left:11.748046875rem;width:24.24925rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvXwnFZgZ2S1yHRlig4ZrGeiUzgBBUJ6 { display:block; }
 }@media only screen and (max-width: 1199px) { #q7OP0TzlbVppSx2e6Ex8o3HEsUzdqQz3 { width:27.1228125rem;height:25.26125rem;top:11.08642578125rem;left:20.626220703125rem;font-size:1.125rem;display:block; }#q7OP0TzlbVppSx2e6Ex8o3HEsUzdqQz3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 1199px) { #OTKw3BkWhz4hVLzPCOhm0KyXcArUXMmv { width:24.74975rem;height:21.12425rem;top:45.311279296875rem;left:10.8740234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HzFWTTG3nBAGOzXIWGWT82a55FBlxc9E { width:15.1875rem;height:15.1875rem;top:27.4375rem;left:32.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #m37RUfTpqf2wfFEAib4ciE5MXyX1fuel { top:10.5615234375rem;left:1.1474609375rem;width:17.5rem;height:26.31225rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx { display:none; }#yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx > .row .container { width:47.75rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #DKJ7ZwdgJwTTAwqeAKz2WT7vKfTd9w8q { width:41.6235625rem;height:5.19921875rem;top:4.30908203125rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RdbPbfb61MH5UQsMU0kbxwUszxST06bs { width:31.25rem;height:0.0625rem;top:10.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWWUOy8ETBPMfUtnfwBLFMmExbOCLE2A { top:43.3251953125rem;left:11.748046875rem;width:24.24925rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FimcLpShlRSV9fcpaoc0TbUAV2FLWJiq { display:block; }
 }@media only screen and (max-width: 1199px) { #ddpQBdQZ3nwL8AKJ1x8n2edaC80T91tO { width:20.75rem;height:26.1875rem;top:12.78125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GnHHxuvhLkrQmq6k1Jb8VlUy195ayAax { width:23.625rem;height:25.3125rem;top:13.59375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzNopb7WiqOFT5TXBM74B065eEa8QbiE { display:none; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { width:47.75rem;height:88.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #NXr6ghwgtstUTaomubTyaoEfTZatA7Fy { width:31.25rem;height:0.062255875rem;top:9.3115234375rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBO0TrxsiMbTbgQuX8aeGFIQnhMAmbC6 { width:41.6235625rem;height:5.19921875rem;top:2.87353515625rem;left:4.437255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LdupWU5OMvfz1n9mMDDaxs6WfOpaqqkg { width:10.5625rem;height:4.4375rem;top:0rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtVJEJgKbTdnqLTtnW3MfzPrUNwG8x8P { top:41.6376953125rem;left:11.9375rem;width:24.249rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkSTlkugcL8A7QePwykHeOAvq6ONG5Tb { display:block; }
 }@media only screen and (max-width: 1199px) { #JwG3CUaSbv5BToZEziE4myAUGppDnT53 { display:none; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { width:47.75rem;height:88.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kJ966bSc63qcZHoEg8kHy0MDbNvNrbT9 { width:17.68675rem;height:30.9375rem;top:12.249755859375rem;left:2.6220703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJwBR2ayuTaJLHTOvafPSLF5XDhRTOdH { width:17.6875rem;height:30.875rem;top:12.249755859375rem;left:26.591796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIzKLTZbRvTu1kMlKpVn9gRXFT9vVkvc { width:17.6875rem;height:27.75rem;top:45.8740234375rem;left:2.62451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zs3chOcoaF3M21aP6TTcoMRaOHv6vUlo { width:13.1860625rem;height:3.898925rem;top:24.498291015625rem;left:4.87060546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btkfvFphKqmKoV8MCmGEryQTwKuQxuSL { width:11.5625rem;height:3.898925rem;top:24.498291015625rem;left:29.6533203125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MHU7im1OXw2zHAPL8Z3VgweAhgngcnd6 { width:15.1245rem;height:1.9494625rem;top:55.5625rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gf5b6h4BIPpx28HvfgbCBgKzvCkD7B0h { width:17.6875rem;height:28.5rem;top:45.875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mi0gOVkTk6vN5DnhQIoMrmNObbyN8fH2 { width:16.5625rem;height:3.898925rem;top:56.5rem;left:27.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cvVxMAgHbIqWs7T3ZIOqA721KRLDnZTc { width:14.4983125rem;height:9.098625rem;top:30.10986328125rem;left:4.215087890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUtUwU5Re7ZDsd761bM4mLNX4J6Kh52N { width:14.4983125rem;height:9.098625rem;top:30.10986328125rem;left:28.184814453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQw7HyIR0kbwGfUi8QI7a3ITihfRsdTr { width:14.4995rem;height:6.499rem;top:60rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odZvQTZXgCAyP37bAno5iuR3bc3OIdsu { width:14.4995rem;height:7.7988125rem;top:61.1875rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5tw8aS8b9HpOTHaRf6JwZsdnvvb5VgT { width:17.5rem;height:4.311525rem;top:79.871826171875rem;left:15.186767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNbflSsZcpOEFJqRuvxgSGG8xPRbsGC9 { display:block; }
 }@media only screen and (max-width: 1199px) { #P5wPlPh1TEMIVG44zUb9UUTPr1yKFGFI { width:31.25rem;height:0.062255875rem;top:9.3115234375rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZXnJlkrIAmllgdk4xa23Uo22PSCfffu { width:41.6235625rem;height:5.19921875rem;top:2.87353515625rem;left:4.437255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfvcpmzIqFtk4yVMLvhxF7Kw9uTKX4T6 { width:14.4995rem;height:9.4995rem;top:13.870849609375rem;left:4.21630859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2nIR2wf3rwNTEp5OJTGmGeV63AECAAW { width:10.7495rem;height:7.6245rem;top:14.810791015625rem;left:30.05859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8RIzrZ7QmzvskKbP6nqJ5SLAIpvhFn9 { width:7.8735625rem;height:5.4370125rem;top:47.935791015625rem;left:6.795654296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfPPnnUdivQu7eia50zunehR1OXclIW7 { width:6.875rem;height:5.3125rem;top:47.998046875rem;left:32.09228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tl5i6v58nauNwrFvATQczWSUxOXQKQcl { display:none; }#Tl5i6v58nauNwrFvATQczWSUxOXQKQcl > .row .container { width:47.75rem;height:88.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TEuzegxMCsMSHnurD6TGHEiaQ6XV9XnL { width:17.68675rem;height:30.9375rem;top:12.249755859375rem;left:2.6220703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #py32UAws5e82WPSs2PALTn3oO92G0iD9 { width:17.6875rem;height:30.875rem;top:12.249755859375rem;left:26.591796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M61MT6okJgnMtUkCQG9f3P9EnLS87icB { width:13.1860625rem;height:3.898925rem;top:24.498291015625rem;left:4.87060546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hzR2LuSzUriPbacgZ7VTitkdWGK26dMG { width:11.5625rem;height:3.898925rem;top:24.498291015625rem;left:29.6533203125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WzNzmmrKQfeA26UuoJSqCav3qWkq8XOb { width:15.1245rem;height:1.94921875rem;top:56.9375rem;left:16.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cy2XyJ0RH55c794zvZH5icV5TvN1fE05 { width:17.6875rem;height:28.5rem;top:45.75rem;left:15.0927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gasv0KnGCcdgGw2DxAzquifDtdop00EX { width:14.4983125rem;height:9.098625rem;top:30.10986328125rem;left:4.215087890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TS8ABFbENg5iWR0VPanqlrEZD8KVbIT4 { width:14.4983125rem;height:9.098625rem;top:30.10986328125rem;left:28.184814453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KyOJa9Xu3Vf42w5dKJyZTKbwuGMqhtLS { width:14.4995rem;height:6.499rem;top:61.375rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VWPppq7QyhkhLZOfKc40iCfHHt33bwyA { width:17.5rem;height:4.311525rem;top:79.871826171875rem;left:15.186767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehG3e2N0PawWZhCg5BLpJwAWJA5fi3TS { display:block; }
 }@media only screen and (max-width: 1199px) { #lPT0qVD6si1wT7706Td6kX3SKcQ57AbG { width:31.25rem;height:0.062255875rem;top:9.3115234375rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBNPqUk3TD3VPi1ABWKavT3v1bhH2h3h { width:41.6235625rem;height:5.19921875rem;top:2.87353515625rem;left:4.437255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBSx77HKMkKdXJ20BI2TQCg5WT3sKhcE { width:14.4995rem;height:9.4995rem;top:13.870849609375rem;left:4.21630859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FVs9PDxON2k5skgGtIiSyJn347aWdAuT { width:10.7495rem;height:7.6245rem;top:14.810791015625rem;left:30.05859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qPzUI43816y3meXTqy3aswOFrd822DhE { width:7.8735625rem;height:5.4370125rem;top:49.3125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV { display:block; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row .container { width:47.75rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AtPgIyixbio4gV1sWgI1myP9oiwPszMS { width:17.68675rem;height:30.9375rem;top:12.249755859375rem;left:2.6220703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rksl4tfX6CNrvuZ16AJJ6g95PExSikmf { width:17.6875rem;height:30.875rem;top:12.249755859375rem;left:26.591796875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sKX31T0n6nVCsqp5oRQlafTTMvoF9z8o { width:13.1860625rem;height:3.89756875rem;top:24.498291015625rem;left:4.87060546875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPSHK6MON99c1taeee7LxiNbd1ztJXbJ { width:11.5625rem;height:3.89756875rem;top:24.498291015625rem;left:29.6533203125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ee1SDgGJGZ9DFnldnw7TQv5gE7elH5TM { width:15.1236875rem;height:3.89756875rem;top:57.547760009766rem;left:16.372613668442rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEl7w93fwK0rHJJTgPnP8qr2tEA2kvsw { width:17.6875rem;height:28.5rem;top:45.75rem;left:15.0927734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTZKKJOmtEyUyEn3TxMhCOIAThORFOdJ { width:14.4983125rem;height:9.099375rem;top:30.10986328125rem;left:4.215087890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xu04bmq5zTigaMag9AIPy5uuc25ZGUTM { width:14.4983125rem;height:9.099375rem;top:30.10986328125rem;left:28.184814453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kRUTu2seKrXPuOrXpHxDQaNX4LF9UPSR { width:14.4986875rem;height:6.4995625rem;top:62.437084197998rem;left:16.682943105698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #baiFG8x9SZoHaa2Ra52b1BebDTdsXXIs { width:17.5rem;height:4.31098125rem;top:79.1828918457rem;left:15.183377027512rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugJlmkAGGVahtwrCgFzVmQ98GhuyL6P8 { display:block; }
 }@media only screen and (max-width: 1199px) { #UeI7VukquInfbSdVzG6GeupOKHkeBOoX { width:31.25rem;height:0.062255875rem;top:9.3115234375rem;left:8.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1sBiDy9rtKXMeDtwDXhpvli0HuGKOmQ { width:41.6235625rem;height:5.19775625rem;top:2.87353515625rem;left:4.437255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2qH8a8AZNZGa4cmCkeGUSN69a9rMus2 { width:6.749125rem;height:9.436875rem;top:14.244769096374rem;left:8.41254401207rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxT8oz5am2r499fzBNqvPsUqxM6dFgpF { width:10.686875rem;height:7.1245625rem;top:15.398197174073rem;left:30.091148138046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixmB9opp0lbeEWPGZUhfkOOdkCBqg7z5 { width:8.125rem;height:6.749125rem;top:49.060333251953rem;left:19.870877981186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS { display:block; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row .container { width:47.75rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pRWM9lxf4H7MU64yXsTp3DEAzETRgnrQ { width:41.6235625rem;height:2.5996125rem;top:4.30908203125rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrExkTJBhUcGQJgKdNXc6tNdET0enQar { width:31.25rem;height:0.0625rem;top:8.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuTUB3NnetKoqZdVA0ItPH4xtndtmuZt { top:43.3251953125rem;left:11.748046875rem;width:24.24925rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8UKxoq2LZhGxiBvBulIJiR2h3XTpkxu { display:block; }
 }@media only screen and (max-width: 1199px) { #oRk4eg5LJDxbfxgEyMtNfnTrDkhZ4ERy { width:27.1228125rem;height:25.26475rem;top:11.08642578125rem;left:20.626220703125rem;font-size:1.125rem;display:block; }#oRk4eg5LJDxbfxgEyMtNfnTrDkhZ4ERy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 1199px) { #ApdtfZb4kUhAJv3llrg3RPHiNOxvNB5A { width:24.74975rem;height:21.12425rem;top:45.311279296875rem;left:10.8740234375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TmBkH79mnxmhEvkzpBpKaWV3ieqb0U4D { width:15.1875rem;height:15.1875rem;top:27.4375rem;left:32.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zCkdsr8JDFagHF8iIun3LRvT0S8HCyRA { top:10.5615234375rem;left:1.1474609375rem;width:17.5rem;height:26.31225rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Qgga9BsseHnToxqqnDXhByizPBvvgPDZ { display:none; }#Qgga9BsseHnToxqqnDXhByizPBvvgPDZ > .row .container { width:47.75rem;height:65.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Gm2ekXyo17iRA05UqWCNe1h8g8OVZz6G { width:22.56225rem;height:49.12475rem;top:14.010009765625rem;left:12.513427734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANsXMXIx62Cr2TQhaDICTTtXlWpffM9n { width:22.625rem;height:5.625rem;top:10.811767578125rem;left:12.560839687687rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LBC75HB0visEBdwq9306Nnm8EzA73UeV { width:18.4375rem;height:1.29980625rem;top:14.625rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eyrirTyRGKsPfhiyBAeX6urnWSJnJqFr { width:15.9375rem;height:1.9494625rem;top:12.0625rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vttAlTM2G967cFipa0M9TCXmbO5a0uX8 { width:12.5rem;height:4.38720625rem;top:23.623046875rem;left:17.623291015625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zmv8cJKQXwzZWDamNGyoRhy1xkglGffI { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }#Zmv8cJKQXwzZWDamNGyoRhy1xkglGffI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 1199px) { #OFd3ODaSgJ1gvg5M46rKWOGrNUylxELi { width:16.687rem;height:0.062255875rem;top:39.6875rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fx0A5JkPfVE5AIzUDCXEdPINJiXtz0IQ { width:16.687rem;height:0.062255875rem;top:31.625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l5vc7HmdVm9hlVImZmeBsPUdbyfqBUMy { width:16.687rem;height:0.062255875rem;top:27.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qXr2XHDPf1vmzsRGvMz0PLMb86HWnTXs { width:17.5rem;height:3.4375rem;top:54.185791015625rem;left:15.123291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCyZq4TKBInP7MG0fWlXWLrSxvuA7gk7 { display:block; }
 }@media only screen and (max-width: 1199px) { #IBJCVdhn2Uh1b6lmFB6Nqm80cldWHsKR { width:2.37426875rem;height:2.37426875rem;top:54.716796875rem;left:28.9990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPlW9HLv2cpgS8XlVz48M9IAP6qMTfUH { width:16.687rem;height:0.062255875rem;top:27.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QZEeRXrwvl3oBDfSiqLyx08sxlpM3OEU { width:31.43675rem;height:5.19921875rem;top:2.435302734375rem;left:8.154296875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFL82BK3zdouXHbegpZQgQ4tUuTBWibg { width:18.6853125rem;height:1.3994125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5Q7RJQpXTNAzEHaWIpf4VFWihGwqn7P { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0OKmU8SI04GF90OmVsHZPQVH46PxLvp { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1NkTRf7sg77PkIqEHHQAMi6e9IHt5d1 { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }#r1NkTRf7sg77PkIqEHHQAMi6e9IHt5d1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 1199px) { #ZTmQUgaez3PBLZQcTyDITKZ707ZwmQMW { width:22.5rem;height:7.6875rem;top:54.749332427979rem;left:1.3118489980698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lq4TBR5RWMZuR58CRWqhxV7ghHoXFTKC { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KExOVFwyrtlq9bazV3bRCKEtC4ALZqKh { width:18.6853125rem;height:4.19824375rem;top:59.3115234375rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSF51PC0J3KkdaKVaAocxHUNfV41MUOL { width:22.56225rem;height:49.12475rem;top:14.010009765625rem;left:12.513427734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLQSlKhAyVvmyc9uVW9RRP6KaSvWRyEh { width:22.625rem;height:5.625rem;top:10.811767578125rem;left:12.560839687687rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRDSd1is93MDH14Whw6zG0lm3hdHuTnJ { width:15.9375rem;height:1.9494625rem;top:12.0625rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yHRZHb7h0sgi4CCAlBUnGkvM8h3ogDEn { width:12.5rem;height:4.38720625rem;top:23.623046875rem;left:17.623291015625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7voQVMSSM0exketNf74R1vHSVHT0Xh1 { width:18.6853125rem;height:1.3994125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gahamizNuCxofmJqrgKPGn6sPeoiJsTP { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }#gahamizNuCxofmJqrgKPGn6sPeoiJsTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 1199px) { #JrOMQmD9KtdZZqI0sMC5gG8c4NlhBGqW { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rzot0NkmTvg5JHsorVNNvnnNv0INbO34 { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }#Rzot0NkmTvg5JHsorVNNvnnNv0INbO34 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 1199px) { #DePtMqhDy127LBVeGva05clIBA1NeVPB { width:16.687rem;height:0.062255875rem;top:27.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #biLagKFahDJxLQdgfUreGp3LIyUlpyql { width:22.5rem;height:7.6875rem;top:55.748680114746rem;left:25.110677480698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #We9bduRxImlb3qbwVV9iVyptvJLJl8uP { width:18.6853125rem;height:16.6953125rem;top:30.73486328125rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDT4iCekEgFTyxruezt9aa1ZpofWA8Hx { width:18.6853125rem;height:4.19824375rem;top:59.3115234375rem;left:14.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpNTikaR0l5UXoIK2TsrNimCFpIFqSHr { width:17.5rem;height:3.4375rem;top:54.185791015625rem;left:15.123291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s54DvPRfOdGGRRpyPsKd87sfv1yeTvJG { display:block; }
 }@media only screen and (max-width: 1199px) { #ZKfTyXq37XGN5nOQP30SAkxGHLRsb8TF { width:2.37426875rem;height:2.37426875rem;top:54.716796875rem;left:28.9990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 { display:block; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row .container { width:47.75rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HT21yvIHlLclS4FCwvBTfeU3yL5OTNKI { width:22.625rem;height:5.625rem;top:4.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXu5yEyJ1Uf3O65TTD3a4b6hTTGM76HQ { width:15.9375rem;height:3.89756875rem;top:6.125rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfAUppzWSAOJVwFfwZv67ZZXHfI1qm2H { width:12.5rem;height:2.8125rem;top:12.25rem;left:17.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ya09fiwitEs6AiFitv016LKBfUITSOiT { width:18.75rem;height:18.7000625rem;top:21.18701171875rem;left:14.187283277512rem;font-size:1rem;display:block; }#ya09fiwitEs6AiFitv016LKBfUITSOiT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6055a13c-483a-4d2e-b572-458eaa452c01/ikona_bullet_linux_magazine.svg); }
 }@media only screen and (max-width: 1199px) { #sDlJXW5pw5SkQOXbzKxnSMcQ4zx5Js9O { width:17.5rem;height:3.4375rem;top:53.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2D9bJtZWDV9tWvazuFTVX6HaNaAKBDt { display:block; }
 }@media only screen and (max-width: 1199px) { #D4cxrn0ecbXwqPVfgOBLJbgXTT9oUshD { width:2.37413125rem;height:2.37413125rem;top:54.5rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEyyTRpdBprZBBsGrPdTiVv9udzU77xg { width:18.684875rem;height:1.22395625rem;top:15.125rem;left:14.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lpn8tSiKBqdluF6quU0sdWT5gS1XdWZk { width:18.684875rem;height:1.3997375rem;top:17.875rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4Q0WgkA4afMPMuKfaKAS9a1Sff7DyO3 { width:18.684875rem;height:1.2999125rem;top:42.75rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hI14ifc0Tw8Q5XLuqWGgxTDzIIaKZUb4 { width:18.684875rem;height:5.2463125rem;top:45.625rem;left:14.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6cCE4MRoMKIHzqMT43tyQo17gQybo2z { width:20.5rem;height:21.875rem;top:18.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2k6oBwsvcE7KRJ83wZ2dHIDmvPhZB4v { width:7.6248125rem;height:2.56185rem;top:17.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5LZdTBvac72x0vioh6hlhTXxXAaOS52 { width:18.75rem;height:0;top:29.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9uOouBESQuJ0qfBVLe6FxJEioyzuICt { width:18.75rem;height:0;top:32.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b85PBtfAuAhqMD8p7w3PAAJllovFG64q { width:20.625rem;height:10rem;top:41.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8QmNUu4T0kc2K93PPwL4vITPkTm5Pen { width:18.75rem;height:0;top:35.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lTHbxBfqyrEEv1XSp2vubxd2lb6U3EVy { width:18.75rem;height:0;top:39.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WP1PAcdxqbD0MDDLBgisG6TiC3knB24F { width:2.5rem;height:2.5rem;top:42.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpJyEHgBKOHv3fxFlq2QOK2sFoUvTnxA { width:19.436875rem;height:1.0492625rem;top:58rem;left:13.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qtJIaHbpyol65PWLyQbf8ZLFmRLebwHW { width:22.5625rem;height:51.1875rem;top:9.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA { display:none; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { width:47.75rem;height:63.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HheEZqmnma8Z7WqIxX3FvZxeZ97W0LeF { width:41.62475rem;height:2.5996125rem;top:4.74853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMPQMKGGQXNka1t4cqDrVer64IQThF4Z { width:31.25rem;height:0.0625rem;top:10.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s94Aic0z2fxd0D9UfGzRshu9VB9qL3fV { width:41.6235625rem;height:5.19921875rem;top:3.447265625rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItTE9AQ1ieB6kO5VmmzI3tZyne3Gxtu1 { width:42.5rem;height:18.5625rem;top:12.130126953125rem;left:3.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJ5T5IxgMDUHz2MOdTwW7JmzsqxN079t { width:16.062rem;height:26.1865rem;top:35.496826171875rem;left:15.841064453125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9dLSd1q2egez9eQwEXSRQqLs8McSAot { width:12.1875rem;height:13.3105625rem;top:45.06103515625rem;left:31.0205078125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI { display:none; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { width:47.75rem;height:63.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #euzkLFIJSb9rBK854vXARHifIEpHH7ka { width:41.62475rem;height:2.5996125rem;top:4.74853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G60BUpfOOTPbMV5bJL6o5Md6eZJCt5z4 { width:31.25rem;height:0.0625rem;top:10.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwZC3fidqyN1eNKlQJSwU1wCtS465FDM { width:41.6235625rem;height:5.19775625rem;top:3.447265625rem;left:3.0615234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Er4N7MFN0UzM0vKih6m8NDoCnCoxzMGg { width:42.5rem;height:20.2588rem;top:12.130126953125rem;left:3.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTX1ry0fhxeCNZ6vcpOQBUUDHTQeCod2 { width:16.062rem;height:26.1865rem;top:35.496826171875rem;left:15.841064453125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmoeDJd041QNXMtJM4XXsEritfeEcdPk { width:12.1875rem;height:13.3105625rem;top:45.06103515625rem;left:31.0205078125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf { display:block; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf { display:none; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #AHzLETDChCmttkrNqB8ImhHCSSZH4sTZ { width:19rem;height:0;top:1rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpXt62TVTyDmMVkB0tJ0IgngkxWN5AP6 { top:17.310791015625rem;left:1.19873046875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Io71NJM0vTgHhgv6NJ3rCaRWNb7FgZHA { display:block; }
 }@media only screen and (max-width: 1199px) { #D0Jwqa0Cg8M270bmQx3pBCWESpW5tvXg { width:32.6245rem;height:6.03515625rem;top:8.65966796875rem;left:1.19873046875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #iAgwKVxE1Z0E1UHBAGuA4fJREfVOwiQ0 { width:32.6245rem;height:2.92480625rem;top:4.29931640625rem;left:1.19873046875rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #H5Czsr286WyCUoVhCrJTQAffwnSlfugo { width:11.25rem;height:7.99925rem;top:24.87060546875rem;left:23.9521484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPua0tgHkIayNhohUy60RlHfeeed7GyV { width:5.3125rem;height:2.923825rem;top:25.7666015625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUaJ62ihgBaCw1pv7SkUq7P9M7qO9qzO { width:11.25rem;height:7.99925rem;top:24.87060546875rem;left:35.8740234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4vWNK628f4zGTpkI0fKolrOEnKw3pkV { width:11.25rem;height:7.99925rem;top:24.873046875rem;left:11.998046875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 1199px) { #Zccx8bmvhFAX9w2xkVqLq0BU92hfBxhr { width:11.25rem;height:8rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbaHugr2L8tc5O8DNrZkT5MoFchrvq9W { width:7.87475rem;height:2.923825rem;top:25.7666015625rem;left:13.84033203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drzu22wZEZvct1EH2KaiJiUQP7XGcaQQ { width:10.3125rem;height:2.4375rem;top:29.322509765625rem;left:13.01513671875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2NQ31zwh9PRhvlTMmtmrOC9FAaD62dZ { width:5.1245125rem;height:2.923825rem;top:25.7666015625rem;left:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V68qSZp7f9WmgTO4z1qSxJX8TKfPb4HH { width:7.87475rem;height:2.4375rem;top:29.560791015625rem;left:25.87158203125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNCNdWJVkvGfJUOA4vwAHtlpQE4PJLd8 { width:7.87475rem;height:2.923825rem;top:25.7666015625rem;left:37.71728515625rem;font-size:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #mWvQu2TB9xMC2tqdQBhxKCMpmW8zDU5M { width:11.9995rem;height:3.65625rem;top:28.69140625rem;left:35.74951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLvZWkpSV4xGmSiDVw7PQl5hAyAFfXLM { width:7.87475rem;height:2.4375rem;top:29.810791015625rem;left:1.84326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lGW7xyQ1XQ174tUG9poXwRROGeO2oqz1 { width:31.9375rem;height:28.568789649057rem;top:5.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5sA6I6CpG2WIASO2LxnFz2rUs71ELGP { width:17.5rem;height:2.5rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bhCboX6nKCwnrZnSsBaW8KeEQMKL71u0 { width:12.5rem;height:1.625rem;top:1.875rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsAukwFgkXv9SXeAaBRC7kO3a6SiclLL { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SlxZU9n1l2U3F4SPbXH72gxLSHzni5PJ { width:10.75rem;height:10.75rem;top:20.375rem;left:29.811279296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLP834sADdd9UAU2f0UemoxHHLbXbWsP { width:27.24975rem;height:18.2434375rem;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ViTaV9xdVXpUPAn2P699xTTdbA8lJIrd { width:27.24975rem;height:18.2434375rem;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN { display:none; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { width:47.75rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rJ4x6nuqQlF5cP0WmS8kW6bks8fPQfiU { width:11.9995rem;height:3.65625rem;top:28.69140625rem;left:35.74951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ { display:none; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { width:47.75rem;height:48.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BFUuXDSbM5pBympVqZxHkVh2C5tSwVmq { width:44.875rem;height:10.6875rem;top:2.5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b01ZGd7UettFy1XvJd6KaqPHH0a7q03E { width:27.25rem;height:17.1228125rem;top:16.25rem;left:0rem;font-size:1.25rem;display:block; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cebef684-bc88-4604-9705-970e45c663de/Vector.png); }
 }@media only screen and (max-width: 1199px) { #SifgToL5ydNtbbt93vTW7lkNGMJwIcyd { width:20.1875rem;height:23.9375rem;top:15.9375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zck1vIODgibbtfgh2kPMZ40cqCP24JD8 { width:10.8125rem;height:10.8125rem;top:14.0625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmUoAaOtPtxZE9cyiJXxLeNzpuS1ZyPV { width:3.25rem;height:4.875rem;top:15rem;left:40.71875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLvuC5HSa1T09y0wGyuxEVDkLb8E5muf { width:9.9375rem;height:2.4375rem;top:19.875rem;left:37.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bbvTkHQh8nTviBsg4KxWvQXzsvoxWSXl { width:17.5rem;height:4.3125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ne4rahnQs8UDdtOLLuaUtI4akpU13zdo { display:block; }
 }@media only screen and (max-width: 1199px) { #UMMJ70ypOSPOaOAtQ6zQHnkITa0gXVKX { width:9rem;height:3.0625rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzoD9L25TTEHEHTdmteykRu6z4vWS4NL { width:8.9375rem;height:1.625rem;top:42.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNX77pB3GTMEoSdsNHWtkfKoes8T76aG { width:29rem;height:1.94921875rem;top:44.8125rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vr5815XK3GaVcDFzskDeDExlOT6PFTDl { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zv8pscitqkB6Tly15dPOw98nhvKqwSET { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GeA6EThgNroLVDF54E1RDyXKkarU00I2 { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D { display:none; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { width:47.75rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lTig2MSXMCF58g7h3t9LRQ1hQNfUdwU7 { width:10.3125rem;height:1.62475625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yw73yRfPLLXUv3sVSo0mZl3SPTBDMxsx { width:27rem;height:0;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGx2Q26A8K1m1rtrrIDX7MhmEXdtsT1C { width:41.62475rem;height:2.598875rem;top:4.74853515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WW4R5TRANqvKk2pcfK4VTUBs8ofJKHdV { width:45.9375rem;height:19.49705rem;top:9.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xC5F2CvZIcv3feG7EhRoQIFyMPmG9wiD { width:17.5rem;height:4.3125rem;top:31.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ll8QWfkCXyA6laVGboFLOb9NBxuVu9ez { display:block; }
 }@media only screen and (max-width: 1199px) { #g0LQeTignNtCCxEwlbRpAqHWJurTRg2P { width:27.24975rem;height:18.2434375rem;top:13.6865234375rem;left:0rem;font-size:1.25rem;display:block; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc9bad2-933b-4d1e-9885-340273391950/arrow.svg); }
 }@media only screen and (max-width: 1199px) { #zmIN0DU11JXAIaVZQu5mGcrx1EhVrTq7 { width:35.0625rem;height:36.375rem;top:22.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #elbGxxU0yOGhpZm1RrELfMrs5n8SRluz { display:none; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { width:47.75rem;height:121rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ktdOBLsTlyfIEPX395Q7E4Om34iPJJF6 { width:47.75rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Fw4qCU0i3T7JNxcsypPrMHyEFN2fDrzF { width:21.25rem;height:0.0625rem;top:26.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRbFt3XQlrHd6V8A9687GfBZyOib9a4K { width:42.9375rem;height:12.2485625rem;top:28.4375rem;left:2.40625rem;font-size:1.25rem;display:block; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #poTpyXM3PCtJSNl0JFxrEmp6GSInDVMV { width:47.75rem;height:4.5rem;top:61.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GqfMyck2uw5BZ5AZCct41ch841nRG9CE { width:21.25rem;height:0.0625rem;top:67.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 { width:42.9375rem;height:8.999rem;top:69rem;left:2.40625rem;font-size:1.25rem;display:block; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #ozIMg0OUzPMo5Pd12FutgByt5W3DsOUh { width:47.75rem;height:4.5rem;top:99.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #sWOw0G7yuDKsAe7Xx4VnUQwuzyhgQ0TS { width:21.25rem;height:0.0625rem;top:104.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 { width:42.9375rem;height:10.62375rem;top:106.25rem;left:2.40625rem;font-size:1.25rem;display:block; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #U0Zc8pk120EOWAV4Bf2dB2bTioNEmbtL { width:12.6245rem;height:18.62425rem;top:78.873291015625rem;left:17.55859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tfzqCJoS2gOxRfVb9e5HtMalvlFH98VW { width:13.6865rem;height:19.375rem;top:0.623779296875rem;left:17.030029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emumFlIVXmx8pAJ5VdQoIEgQrVNaEnPW { width:12.4365rem;height:18.31175rem;top:41.93603515625rem;left:17.655029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH { display:none; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #B3EpVTc5n8r01wTOpJIrx0mtaVyEeyOi { width:44.5625rem;height:3.1875rem;top:2.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF { display:none; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { width:47.75rem;height:121rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #p5SnJvsd8nJhptQdOw04iSX2tVEehT1p { width:47.75rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nfuhUioByuPtI1RbNHa0M286i3ZnE8eD { width:21.25rem;height:0.0625rem;top:26.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drtG0I5N3fDMNyABXNf0uh7rlkED1drX { width:42.9375rem;height:12.2485625rem;top:28.4375rem;left:2.40625rem;font-size:1.25rem;display:block; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #rXTrAOHnJPTkKHxb9bwn4B9UZ3Zwp8xT { width:47.75rem;height:4.5rem;top:61.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MN7M62yJKDt3WmiK8ITh0uXstfp4Bff3 { width:21.25rem;height:0.0625rem;top:67.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eX4ls9OZBeOecVZBZtzORxUhseEgcaKp { width:42.9375rem;height:8.999rem;top:69rem;left:2.40625rem;font-size:1.25rem;display:block; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #gN1FGym2ZLw5l8B8NcNuJlpJMmw4V5aa { width:47.75rem;height:4.5rem;top:99.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AtkXV6bEe2IyInZnJ8leX1G8D9vmh2GK { width:21.25rem;height:0.0625rem;top:104.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW { width:42.9375rem;height:10.62375rem;top:106.25rem;left:2.40625rem;font-size:1.25rem;display:block; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #C08WAxazeZQgOuJsGbCFAuLbMgNaogOh { width:12.6245rem;height:18.62425rem;top:78.873291015625rem;left:17.55859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQTPww3vuwS54fecN0obvRlyd3mOfwxd { width:13.6865rem;height:19.375rem;top:0.623779296875rem;left:17.030029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U9eT78VNFIDuzz081HMcBIM3leB7aKTu { width:12.4365rem;height:18.31175rem;top:41.93603515625rem;left:17.655029296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu { display:none; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N6fnhikTMEUM6Dq601D5GdQXEEZK9Cp9 { width:45.0625rem;height:3.1875rem;top:2.4375rem;left:1.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bt70gcmwOnaDo6mCvZMnPXpPnKzVWJQn { width:47.75rem;height:1.7858875rem;top:4.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfLogdtU26OwExEfUJ75lEUG21tgvLz4 { display:none; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #T7CAoqFNkHf0vvkn6MIKiUxb2Ur3HE5a { width:47.75rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk { display:none; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LSPzLyIdlPcSXG2pGePkceBsK4fNT3f6 { width:47.75rem;height:2.2753875rem;top:0.599609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buGIAEabri5T0qw5B8t8Re1cgqhT2b4A { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { display:none; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #knhhSAP6Qt7Ol73TV8AtJNiqXZrSkUT0 { width:47.75rem;height:3.1875rem;top:2.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqA0IsR8mTzuKTCe5b0ztUMzlBJBGTt1 { width:47.749rem;height:3.2495125rem;top:7.1240234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk { width:28.8745rem;height:24.4970625rem;top:13.24951171875rem;left:1.124267578125rem;font-size:1.25rem;display:block; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #TbQTEqab3f4eCoXu6ZdfDddTwbvLL4ak { width:17.5rem;height:4.3125rem;top:45.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkFNxWyG75TNglskwLshwPURksFknqsd { display:block; }
 }@media only screen and (max-width: 1199px) { #egOEKnE4KkLU04ivWMJgsqtCvF1NNSEH { width:19rem;height:30.5625rem;top:12.25rem;left:28.607268808778rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { display:none; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #r1fPaIBxIC74LSOM8iltvPA2eI4FlnDX { width:47.75rem;height:3.1875rem;top:2.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMtxrL23zWzNqAzCSuT1SybSlTZbE1t2 { width:47.749rem;height:3.2495125rem;top:7.1240234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT { width:28.8745rem;height:24.4970625rem;top:13.24951171875rem;left:1.124267578125rem;font-size:1.25rem;display:block; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 1199px) { #ZnuBb2r7B5RnkBvPTxTlqwdvHcBa8Mnt { width:17.5rem;height:4.3125rem;top:45.375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eSTxwcxCPEId7AM7Ki4A2e24cx8wm12f { display:block; }
 }@media only screen and (max-width: 1199px) { #NQKqqasvoynQxN3AN0k14MCyThS53Wqm { width:19rem;height:30.5625rem;top:12.25rem;left:28.607268808778rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT { display:none; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { width:47.75rem;height:45.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qTaf9U0i7T8KnuUZ70hKA6JiWwVgpJs2 { width:38.75rem;height:3.8964875rem;top:39.43603515625rem;left:5.43701171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL { display:none; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Tp0szV9RrAeBIStDXMWMpxOeOs552uSf { width:36.9375rem;height:6.499rem;top:1.625rem;left:6.373779296875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2xMKMPqfLJUnlPuXbf53xNKGWIpmlU0 { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #abtsttGNaHTVZuPVuNbmGd0VwgeLnsXW { width:47.75rem;height:2.2753875rem;top:0.599609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a { display:none; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { width:47.75rem;height:128.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #k0O8OHHBwrwMcK3Nesho0N4LoP2ZZ0uR { width:17.6875rem;height:30.9375rem;top:3.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TG4WLG5ZzepKHPbiKRErNl8NVkr3aZ9w { width:9.56175rem;height:9.74975rem;top:5.374755859375rem;left:18.560791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wd3vALxoWb2IsH1itevdQ1zirJEPxXKQ { width:17.6875rem;height:25.375rem;top:36.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLfwl7EwwFurND05KsqCvNlEAaVPWZOC { width:17.6875rem;height:23.3125rem;top:63.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFA76t61mplkceIVCoQdMhl5oylhyXl7 { width:7.8125rem;height:7.8125rem;top:64.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwUxK4vJlC1AHtDqJZ4Kis1Lnoq0v4E { width:13.18725rem;height:3.898925rem;top:17.081298828125rem;left:16.749267578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #um2WTDL0rU9ypTFwm0Fh5sGCq4cKa5bo { width:15.249rem;height:3.898925rem;top:44.75rem;left:15.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IoNZI5dPMKoGlaXwLlHoBK3WRvaSTHmG { width:15.1245rem;height:3.898925rem;top:73.125rem;left:15.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTvtoRaRo8WZUG6P9TsnTAAAmAOFm4Vx { width:17.6875rem;height:28.5rem;top:88.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcPaGkCKlKx8vuAmvN0wd9tEIm0tBTt1 { width:16.5625rem;height:3.898925rem;top:99.232177734375rem;left:15.06103515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WH3egTvw5qlRHL5bIgV2TXcap0u9c0uP { width:14.4995rem;height:9.0918125rem;top:22.498779296875rem;left:16.09130859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O6K96GQXCWeUKWuQeHA54OM1yNTpt6e2 { width:14.4995rem;height:9.0918125rem;top:50.375rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qkWxpOMe9yBiqE5B044ehiRAPT1c0I9H { width:14.4995rem;height:7.793rem;top:77.5625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTAWVgaIpsrn1ygzX57oXn6tkV42Lf0R { width:14.4995rem;height:11.6894375rem;top:103.93676757812rem;left:16.09130859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yP1iVlR56qAATlhHEaiFQnbq9ZBzv1U3 { width:5.561525rem;height:7.8125rem;top:89.560546875rem;left:23.873291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qWAFgkNABgCsuKbDZk1XZmwURgERDtf7 { width:7.312rem;height:7.312rem;top:89.81201171875rem;left:18.0615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leC0fB0c4vLHyg1TrmlE2mxFglkS95qe { width:9.12475rem;height:5.81176875rem;top:37.5rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vqTCTcFhEr6vGtv3wddSVAiDCuth6e7x { width:17.5rem;height:4.311525rem;top:121.56005859375rem;left:14.59228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOMzafQ4f87AuJ7paR8FuWM2KopQE7gf { display:block; }
 }@media only screen and (max-width: 1199px) { #FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 { display:none; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JL0Pc880NH8yVzK4E6bFa0JGDTclo0t6 { width:26.4375rem;height:12.9980625rem;top:12.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MnTTyGnOqZAfxHgtVVcAzSSBdVvGv0sK { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #opCu62whrDemteoFDNMxJLeLBD6EQtr4 { width:11.8125rem;height:9.09864375rem;top:12.3125rem;left:35.750001490116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vytOOkXTX5msvBSWJIHVakuLUugIE5IO { width:6.875rem;height:3.9rem;top:7.125rem;left:29.937499582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9NrJ3gyt65x6Le1D3TOFncZRhXwLhKS { width:6.4375rem;height:3.9rem;top:7.25rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OIXEImXRR11o2s5uAhEKLy8H1eLbKPbQ { width:6.9375rem;height:19.5rem;top:3.875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIeH5Sx5d2aqEIZfpabL70z7UniKulbn { width:26.5rem;height:5.361325rem;top:3.0617189407349rem;left:2.2187500596046rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8y5x1IpPC0BwaprzH9v0Pg4HH9h3nwi { width:18.75rem;height:0.0625rem;top:10.168749809265rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qsG0S3dpSeusTtwtkr2RbVBwJqPPK6zX { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWToth8uZ87EHvPg0VVgohgtwcLekCxf { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEmhRcfz5ESVKqR4R7FdJVxTGXpxxfaI { width:10.375rem;height:9.09864375rem;top:12.25rem;left:28.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ppuJu71P7uyZU4Rpf7461dNQ2ePJ64uI { width:17.5rem;height:2.5rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRrJeQigRJcCL8DzTSJ6FWcDiOCLIQ7U { width:12.5rem;height:1.625rem;top:1.875rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 { display:none; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { width:47.75rem;height:120.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VHfcR9F4mqy75EixJWJT6TWbUurIm8kT { width:17.6875rem;height:30.9375rem;top:3.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6JZxPZ2TahQmXFSV26aPUHA4t044bD0 { width:7.3125rem;height:7.3125rem;top:4.4375rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MUMFqHP8TJJTqugyGZzi9MTtcPWUCJkS { width:13.1875rem;height:7.797875rem;top:12.9375rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrcgQrRckkyW2JMUXZTT3DctEtaMBa7P { width:14.5rem;height:9.0918125rem;top:22.375rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBvkmzfEQlHJv8AXH1TetSECa81lGKq9 { width:17.6875rem;height:25.375rem;top:37rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HXoOame8QeAmS2meSk02puhgrXfouFcG { width:14.5rem;height:6.494125rem;top:53.1875rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TT2RsipVm2icyE0coCNNwuLTTVOol85v { width:13.1875rem;height:3.898925rem;top:47.875rem;left:16.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QC9ms8OQ5ab4nCA9wVQpowlfdSMNeRhs { width:5.5625rem;height:7.3125rem;top:38.5rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JoJmVNDsI46ZpU4ROpuH0etl9mpg5HWv { width:17.6875rem;height:23.3125rem;top:63.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLfzM2GoICK6XRI5ClwgMQXFcoMLFcH8 { width:14.5rem;height:6.494125rem;top:77.4375rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MU1fdA3BdBC6Kv2CfLOx2qT8dLFxiTE9 { width:15.125rem;height:5.8483875rem;top:70.2890625rem;left:15.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tpF4y18F4dx4JxatJE6FzBpcoqTTrU0s { width:17.6875rem;height:28.5rem;top:88.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OA0PHylzxMUxx8Cxgdd5DpDOuo6TxSkg { width:14.5rem;height:10.390625rem;top:105.3125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vZQegIwbb4wWyb9O4Jv5C3wRMroIKPdQ { width:16.5625rem;height:5.8483875rem;top:98.607421875rem;left:15.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZN77mvMDasNR0t6Ew1WeKHHlJJTZ7xXR { width:5.5625rem;height:7.8125rem;top:89.8125rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0F6K4TKOitogchFAEcfMKDdfuTX8hv2 { width:15.1875rem;height:15.1875rem;top:6.88671875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { display:none; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #etKTFWeZdNEUntaTtvV6uHUSgmJiu9Vp { width:44.625rem;height:3.25rem;top:2.625rem;left:1.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENkSNNRzNSE1J6S22TTamXDFIlRLPNkg { width:47.75rem;height:3.898925rem;top:6.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv { position:relative;z-index:auto;display:block; }#nIvPtMmR1CqyfFtdUeWlFBhUQPwb7iFv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q60M63VfVTEWpT1TJxGn9iZqJ4T58Eal { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 { display:block; }#GQe3Uxtm2z9erkHIEo8qbaePAfoTuan7 > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGF6yD5ukB1JZqnE5vygtJ6tGnuyyAAd { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiIUh3Qu4Hp8TUu7lBgLwrLJpqgWhPFb { top:50.247396469116rem;left:1.7502170205116rem;width:16.4985rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwTzXF4T4uGGI0PACDVyXvQMxawIqod { display:block; }
 }@media only screen and (max-width: 763px) { #GLX2qSgkL7dgMtnL19KT4stl4XJUlF3N { width:18.9355625rem;height:7.8721875rem;top:14.935302734375rem;left:0.531005859375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HU2EBrXJMX7c9rgpJAOigt6O9D5spAQA { width:20rem;height:6.337875rem;top:6.24755859375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsikwTRP3K8Mtq510hh5MOrU0yTgNi8C { width:8.562rem;height:0;top:55rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsUUAHPH61CNPeaiuaFOu6deJss61J3 { width:16.875rem;height:0.625rem;top:25.3125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFeaxGgzeSZptG9NwNeFVi23lUE1FU5E { width:11.31225rem;height:4.74975625rem;top:0.687255859375rem;left:4.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpxgBTGSc0kK8nnpAa0DapnuTbxxNssk { width:16.25rem;height:21.8120625rem;top:25.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgssnXTIoeSH38TUDtiDh5ZD29koBI4m { width:6.25rem;height:0;top:57.25rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TLSGMxk5e9zFsG9rgnfZNnb1Rw5AuRz3 { width:8.5625rem;height:2.5rem;top:56.5625rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOCofqVgBgQ9LZiwkIgI8RtS7c8fvJSE { width:12rem;height:2.4375rem;top:44.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxz8FyxEbPCDuL0EAGZrgx3RtWtWuE9V { display:flex;width:2.1875rem;height:2.1875rem;top:44.3125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #MBdTKQ5oLUc3E8Gu8tnDLSQ3I5R0wDsO { width:9.0625rem;height:1.2999125rem;top:44.75rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVUU4HWGn3pE4UFUDNxlg05OiFV8Myp { width:9.0625rem;height:1.2999125rem;top:26.25rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOBHDooFUZ5LEkpO7G70HT2LIctl5nT { display:flex;width:2.1875rem;height:2.1875rem;top:25.625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #oToDwJAkRGBTxw9UuL0xM50IDtO2ky7H { width:12.5rem;height:2.4375rem;top:25.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpnOMrzyLFI10B4eqUiszaMnKTCwsEXO { width:15.6875rem;height:2.4375rem;top:43.875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUvAC3XXeC05Tqn3gIMM11POcBGe5TSf { display:flex;width:1.75rem;height:1.75rem;top:44.3125rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFGRtJg3c6vVNd5VCmfxhJIrdnLeZgPv { width:12.686625rem;height:0;top:44.5rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIfQSCLVqMU15KfatUyHuwbLuy0BfQiN { top:55.775824546814rem;left:2.1875000596046rem;width:15.625rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCdgscBuwJO8tO9OqTQMq27iBO64PUXK { display:block; }
 }@media only screen and (max-width: 763px) { #ggndbTZaRPGxHEAfPZSnGprlTOys48dv { display:none; }#ggndbTZaRPGxHEAfPZSnGprlTOys48dv > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NPeahddKDD7fonQeH0xefeWEATvhXncC { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDTlKNgsrr04FhUEbuhDiyxhXqRJIxq3 { top:48.685302734375rem;left:1.749267578125rem;width:16.499rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxFkclukgO8B1OqdC63ZU7T6Tbx4kIGJ { display:block; }
 }@media only screen and (max-width: 763px) { #uppQQEmkfOKiHw0dR3nRA1CSsqGiCqye { width:18.9355625rem;height:7.875rem;top:14.935302734375rem;left:0.531005859375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpn8Mfsr4unIWcboFQgMe75wm3pUaiT4 { width:20rem;height:6.3375rem;top:6.24755859375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5G83yN2B5PpeJSqp3n3xz9dMnI51gDK { width:20rem;height:17.84425rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETyCtPtufRlSwil9r6TKm8K2Cn6awrc { width:8.562rem;height:0;top:55rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3saZ9onnuGTvrqKlBBygSaOXa1xTSQ1 { width:16.875rem;height:0.625rem;top:23.1875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGXH4cE3tRBAVgEWminQUvAh5HZtXn21 { width:4.87426875rem;height:2.275rem;top:39.571533203125rem;left:2.061767578125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrBOOyoTTaEnoXndHw4eeypZXZxSISs1 { width:9rem;height:9rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz5A0LvAslBLSsdi5agBqaPgz8Tld9Hk { width:7.5rem;height:1.4rem;top:38.173828125rem;left:0.748291015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob7Etgb6TrDyPzJvhTHP7n1hMIq8pgUd { width:20rem;height:3.9rem;top:55rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS { display:none; }#dQ2T9dZkkMIW8WzetEcdrtwEQ8zNqusS > .row .container { width:20rem;height:60.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NtKP9mrpaPc6vITKSiqq9Lxi06e7pVun { width:2.5rem;height:0.125rem;top:11.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZGQlbW4EHT3mNH0DP6r7fbbJBo15wcG { width:18.9375rem;height:8.75rem;top:15rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHK1CNtlUyqXc84e0J4O9n28lTvqCmSC { width:17.5rem;height:2.6rem;top:20.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DND9se9zSpenLfes8q0ShBxcq9nUwz9Q { width:18.9375rem;height:8.75rem;top:25.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECimVsTHH7lG0LV6eTuvEI9ce50CB2Fg { width:17.5rem;height:2.6rem;top:30.9375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7kJhJoa5sGWm5hZvGULoU0zp9KJSk1M { width:17.5rem;height:2.6rem;top:17.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nba2rIqlOtZqIylTH8wuVXMFGI4PB4T8 { width:17.5rem;height:2.6rem;top:27.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw11z9GhJWckstuQ0uKdL9mXSSFu57Ba { width:18.9375rem;height:10.5rem;top:36.25rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaTF0dWHZs8TQ8T11dUmeGoZmMZuCVZw { width:17.5rem;height:4rem;top:38.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnfePmKSrhA2rv7QhL9TrRkHTyLBzqTy { width:17.5rem;height:2.6rem;top:42.93701171875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3Q3s5B0LrlsUsT2pri01phTMTbVZUMJ { width:20rem;height:6.3375rem;top:3.6865234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cl0hmC1m2nrKMHhs3cBm1zUT51QrkR0F { width:18.6865rem;height:9.45rem;top:49.60693359375rem;left:0.65673828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NMvhnsXnMWxiROdHzr8gxJyNmBXreDly { width:8.125rem;height:8.9289540980328rem;top:67.0410625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQyWV14fS0EXFsKHGQ2rK6He140mvD5e { display:block; }#pQyWV14fS0EXFsKHGQ2rK6He140mvD5e > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPWbtKOX0uvMsU0XFiZEdNGNe6JOICyO { width:2.5rem;height:0.125rem;top:11.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2iqkt1ot3TgKfXPGs8PfpK30gFhC1wQ { width:18.936625rem;height:8.75rem;top:15.374350547791rem;left:0.92339414358137rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxWsdTruEz9OOQsfREikkV5tBNaGUe6g { width:17.5rem;height:2.6rem;top:20.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJuSlSIxP6WNef7As0vcQFT3etGe3QbC { width:17.5rem;height:2.6rem;top:30.9375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulmmcaKZKuEzcM9MvTppB6T0qig3AhXC { width:17.5rem;height:2.59874375rem;top:17.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zCIokQm7q37BRBAE5eElRSyvvO9yMl { width:17.5rem;height:2.59874375rem;top:27.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m641op2MBwezKDTRPn5TbuN1VaIJgzhe { width:17.5rem;height:4rem;top:38.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEsKcRxrTkL68IqT9t04dlJZsOFgCdz { width:17.5rem;height:2.6rem;top:42.93701171875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLIviFXxnh8LN2CxTsvWa9bTuXqGReGt { width:20rem;height:6.337875rem;top:3.6865234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0URsyfeuP9CmEo4sS9EeJszXKFAIkK { width:18.686rem;height:8.91925rem;top:48.980032920838rem;left:0.65646702051162rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLwqTnzHvpz6cgIfgvsxKam7rPDOe1BG { width:8.125rem;height:8.9289540980328rem;top:67.0410625rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4Xzd3rFQrFiXFF9x545it1FJX7IEne3 { width:18.8748125rem;height:10.625rem;top:36.243491172791rem;left:0.49153643846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa2xTqk1hMZbJD9vzTXkT6bX27tssFpx { width:19.0625rem;height:8.375rem;top:26.240015506744rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD { display:block; }#X0hKQ6xtLXasByxqTbOzLEPkLqxbeFpD > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgPo6thRvFmpIzvyvcDJtJeZBsBITDEf { width:20rem;height:5.84635625rem;top:2.87353515625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tvCRo1EM9dZ2JlCXfDyk3itJJTflARyQ { width:20rem;height:0;top:10.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WMPzoh424aX05mgC0nhW1TJNBm9iS5Pb { width:20rem;height:0.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2OrxDpAMMqdJPoiI0tdN9zvQd14PVrx { top:75.811767578125rem;left:0.50048828125rem;width:18.9978125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFPSQnUaFTpNlITI9WPMcIIH2uARX1LD { display:block; }
 }@media only screen and (max-width: 763px) { #qKesQ7U4XS0SBDzgewVQ8Mv08mle4ig2 { width:18.999rem;height:29.84375rem;top:43.75rem;left:1rem;font-size:1.0625rem;display:block; }#qKesQ7U4XS0SBDzgewVQ8Mv08mle4ig2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 763px) { #ZTip7HXSFwHqqDWZMaF1WNIVQ0Sin6MP { width:20rem;height:18.5180625rem;top:20.782470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm7bsa8qSL3FJbunmb6JNwBiQUFONLOP { width:19.0625rem;height:1.38125rem;top:40.9375rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #di1TMGV75Me6GtLw7cITGTtIOoX9V8zh { width:19.124375rem;height:6.9010625rem;top:12.167970657349rem;left:0.43619793653488rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 { display:block; }#mcJZCwyXyhSQnpRu8fagCcDwMtSTwQg7 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPJw0Eqqod1bQO5lSHu8t5onHrHivNpo { width:20rem;height:21.6858125rem;top:18.69140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRZ67QWPmkPa26uOAc7yRmU6RcHvuJgg { width:20rem;height:6.09375rem;top:2.061767578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EActmofHOBgJQbVePXGEwEhSbKWQwe4S { width:20rem;height:0.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlJcTLTFiHtzqUOeTzt2TVJRs3lISdhA { width:20rem;height:4.38801875rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR0mvy7wiAWyPxz2MbdeSJauM9MzR3rk { width:20rem;height:3.89756875rem;top:46.75048828125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDhI58wTOi3cVHAToLWPRVFenqmISaVu { display:block; }#WDhI58wTOi3cVHAToLWPRVFenqmISaVu > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQ89RfLQLVCdIaFErm2acsEFMyQMT6Ec { width:20rem;height:0.0625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqSTAehLvq1u4Rebvb4TOuTcgFN5mJEs { top:60.186635017395rem;left:0.50021702051162rem;width:18.9963125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZNs6Zv07p3xR2iRFVcecKvUZeQ9Wkdz { display:block; }
 }@media only screen and (max-width: 763px) { #bfWTikKJcQ1QQvqXxS4OdnIPGMAUlzIC { width:16.749125rem;height:6.09375rem;top:2.0095443725586rem;left:1.6243489384651rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w816pQnryCM0MQRqHToIKmhyVATreenu { width:20rem;height:5.52083125rem;top:11.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IzTeCyxmF1CoENL6eqD1eD83T9bEX98a { width:20rem;height:28.3984375rem;top:18.997392654419rem;left:0rem;font-size:1rem;display:block; }#IzTeCyxmF1CoENL6eqD1eD83T9bEX98a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 763px) { #HkdK1NWcBTNqxx2qKsmmAsQkPTaTzG6s { width:4.6875rem;height:6.25rem;top:78.9936875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyhqQZkKuD54gWaSPqQU7f9ADiTdS17X { width:20rem;height:15.3635rem;top:65.8995218277rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbpxCupfPTQHdxe6isEhzvN1hpmieCTp { width:19.8125rem;height:8.9375rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqADk2X4Pund9BUzqan2pXOrC8yyJMT { width:18.5rem;height:6.4995625rem;top:50.5625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh { display:none; }#rq7DG2Vc6f8lsgfp8ch3mpQ6NJx47Khh > .row .container { width:20rem;height:71.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KMU53ueRhr0qWSk6inzGCHBT3xg2NRBp { width:20rem;height:4.0625rem;top:2.31201171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0iOkOQyybspA6L0p3JpK82ITWT7lxn6 { width:20rem;height:0.062255875rem;top:8.123779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaG1uTeqtdsddWWU83kvRXvOa9skhfWG { top:63.043212890625rem;left:0.50048828125rem;width:18.9978125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvXwnFZgZ2S1yHRlig4ZrGeiUzgBBUJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #q7OP0TzlbVppSx2e6Ex8o3HEsUzdqQz3 { width:20rem;height:31.1125rem;top:10.498046875rem;left:0rem;font-size:1.0625rem;display:block; }#q7OP0TzlbVppSx2e6Ex8o3HEsUzdqQz3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 763px) { #OTKw3BkWhz4hVLzPCOhm0KyXcArUXMmv { width:20rem;height:17.0690625rem;top:42.91748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzFWTTG3nBAGOzXIWGWT82a55FBlxc9E { width:15.18675rem;height:15.18675rem;top:51.3125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m37RUfTpqf2wfFEAib4ciE5MXyX1fuel { width:17.5rem;height:26.3110625rem;top:98.424072265625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx { display:none; }#yDuK34NtudKTMf2UtTHzTkm5fbkoSyUx > .row .container { width:20rem;height:76.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DKJ7ZwdgJwTTAwqeAKz2WT7vKfTd9w8q { width:17.8125rem;height:6.09375rem;top:1.841796875rem;left:1.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdbPbfb61MH5UQsMU0kbxwUszxST06bs { width:20rem;height:0.0615234375rem;top:8.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWWUOy8ETBPMfUtnfwBLFMmExbOCLE2A { top:70.23046875rem;left:0.5rem;width:18.9970625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FimcLpShlRSV9fcpaoc0TbUAV2FLWJiq { display:block; }
 }@media only screen and (max-width: 763px) { #ddpQBdQZ3nwL8AKJ1x8n2edaC80T91tO { width:20rem;height:25.240963855422rem;top:11.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnHHxuvhLkrQmq6k1Jb8VlUy195ayAax { width:18.3125rem;height:28.6875rem;top:38.9248046875rem;left:0.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzNopb7WiqOFT5TXBM74B065eEa8QbiE { display:none; }#tzNopb7WiqOFT5TXBM74B065eEa8QbiE > .row .container { width:20rem;height:80.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NXr6ghwgtstUTaomubTyaoEfTZatA7Fy { width:20rem;height:0.062255875rem;top:9.935302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBO0TrxsiMbTbgQuX8aeGFIQnhMAmbC6 { width:20rem;height:6.09375rem;top:2.7490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdupWU5OMvfz1n9mMDDaxs6WfOpaqqkg { width:10.5625rem;height:4.4375rem;top:42.7373203125rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtVJEJgKbTdnqLTtnW3MfzPrUNwG8x8P { top:71.4873046875rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkSTlkugcL8A7QePwykHeOAvq6ONG5Tb { display:block; }
 }@media only screen and (max-width: 763px) { #JwG3CUaSbv5BToZEziE4myAUGppDnT53 { display:none; }#JwG3CUaSbv5BToZEziE4myAUGppDnT53 > .row .container { width:20rem;height:147.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kJ966bSc63qcZHoEg8kHy0MDbNvNrbT9 { width:17.68675rem;height:28.374rem;top:12.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJwBR2ayuTaJLHTOvafPSLF5XDhRTOdH { width:17.6875rem;height:31.125rem;top:42.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIzKLTZbRvTu1kMlKpVn9gRXFT9vVkvc { width:17.6875rem;height:26.5rem;top:75.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs3chOcoaF3M21aP6TTcoMRaOHv6vUlo { width:13.1875rem;height:3.898925rem;top:23.5625rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btkfvFphKqmKoV8MCmGEryQTwKuQxuSL { width:15.2478125rem;height:1.9494625rem;top:54.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHU7im1OXw2zHAPL8Z3VgweAhgngcnd6 { width:15.06225rem;height:1.9494625rem;top:87.9375rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf5b6h4BIPpx28HvfgbCBgKzvCkD7B0h { width:17.68675rem;height:30.68725rem;top:104.49829101562rem;left:1.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi0gOVkTk6vN5DnhQIoMrmNObbyN8fH2 { width:16.8115rem;height:3.898925rem;top:116.5625rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVxMAgHbIqWs7T3ZIOqA721KRLDnZTc { width:14.4995rem;height:9.0918125rem;top:29.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUtUwU5Re7ZDsd761bM4mLNX4J6Kh52N { width:14.4983125rem;height:9.0918125rem;top:60.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQw7HyIR0kbwGfUi8QI7a3ITihfRsdTr { width:14.4995rem;height:6.494125rem;top:92.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odZvQTZXgCAyP37bAno5iuR3bc3OIdsu { width:14.4995rem;height:7.793rem;top:121.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5tw8aS8b9HpOTHaRf6JwZsdnvvb5VgT { width:17.5rem;height:4.311525rem;top:139.580078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNbflSsZcpOEFJqRuvxgSGG8xPRbsGC9 { display:block; }
 }@media only screen and (max-width: 763px) { #P5wPlPh1TEMIVG44zUb9UUTPr1yKFGFI { width:20rem;height:0.062255875rem;top:9.935302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZXnJlkrIAmllgdk4xa23Uo22PSCfffu { width:20rem;height:6.09375rem;top:2.7490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfvcpmzIqFtk4yVMLvhxF7Kw9uTKX4T6 { width:14.8108125rem;height:9.80225rem;top:13.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nIR2wf3rwNTEp5OJTGmGeV63AECAAW { width:12.0605625rem;height:8.61575rem;top:44.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RIzrZ7QmzvskKbP6nqJ5SLAIpvhFn9 { width:12.0605625rem;height:8.3264375rem;top:77.501220703125rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPPnnUdivQu7eia50zunehR1OXclIW7 { width:10.5603125rem;height:8.161625rem;top:106.43798828125rem;left:4.71923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5i6v58nauNwrFvATQczWSUxOXQKQcl { display:none; }#Tl5i6v58nauNwrFvATQczWSUxOXQKQcl > .row .container { width:20rem;height:116.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TEuzegxMCsMSHnurD6TGHEiaQ6XV9XnL { width:17.68675rem;height:28.374rem;top:12.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py32UAws5e82WPSs2PALTn3oO92G0iD9 { width:17.6875rem;height:31.125rem;top:42.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M61MT6okJgnMtUkCQG9f3P9EnLS87icB { width:13.1875rem;height:3.9rem;top:23.5625rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzR2LuSzUriPbacgZ7VTitkdWGK26dMG { width:15.2478125rem;height:1.95rem;top:54.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzNzmmrKQfeA26UuoJSqCav3qWkq8XOb { width:15.06225rem;height:1.95rem;top:87.9375rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy2XyJ0RH55c794zvZH5icV5TvN1fE05 { width:17.6865rem;height:30.6865rem;top:76.248046875rem;left:1.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gasv0KnGCcdgGw2DxAzquifDtdop00EX { width:14.4995rem;height:9.1rem;top:29.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS8ABFbENg5iWR0VPanqlrEZD8KVbIT4 { width:14.4983125rem;height:9.1rem;top:60.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyOJa9Xu3Vf42w5dKJyZTKbwuGMqhtLS { width:14.4995rem;height:6.5rem;top:92.6875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWPppq7QyhkhLZOfKc40iCfHHt33bwyA { width:17.5rem;height:4.311525rem;top:110.017578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehG3e2N0PawWZhCg5BLpJwAWJA5fi3TS { display:block; }
 }@media only screen and (max-width: 763px) { #lPT0qVD6si1wT7706Td6kX3SKcQ57AbG { width:20rem;height:0.062255875rem;top:9.935302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBNPqUk3TD3VPi1ABWKavT3v1bhH2h3h { width:20rem;height:6.09375rem;top:2.7490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBSx77HKMkKdXJ20BI2TQCg5WT3sKhcE { width:14.8108125rem;height:9.80225rem;top:13.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVs9PDxON2k5skgGtIiSyJn347aWdAuT { width:12.0605625rem;height:8.61575rem;top:44.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPzUI43816y3meXTqy3aswOFrd822DhE { width:12.0605625rem;height:8.3264375rem;top:77.501220703125rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV { display:block; }#mIIKocJ6XDpf9vVKgwACEvWtPLsrfECV > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtPgIyixbio4gV1sWgI1myP9oiwPszMS { width:17.68675rem;height:28.374rem;top:12.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rksl4tfX6CNrvuZ16AJJ6g95PExSikmf { width:17.6875rem;height:26.5rem;top:42.8125rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKX31T0n6nVCsqp5oRQlafTTMvoF9z8o { width:13.186875rem;height:3.89756875rem;top:24.86328125rem;left:3.4060333371162rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPSHK6MON99c1taeee7LxiNbd1ztJXbJ { width:15.2478125rem;height:1.9487875rem;top:54.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee1SDgGJGZ9DFnldnw7TQv5gE7elH5TM { width:15.06225rem;height:3.89756875rem;top:83.5625rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEl7w93fwK0rHJJTgPnP8qr2tEA2kvsw { width:17.6875rem;height:25.75rem;top:71.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZKKJOmtEyUyEn3TxMhCOIAThORFOdJ { width:14.4995rem;height:9.1rem;top:29.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu04bmq5zTigaMag9AIPy5uuc25ZGUTM { width:14.497625rem;height:9.099375rem;top:57.811424255371rem;left:2.7506511807442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRUTu2seKrXPuOrXpHxDQaNX4LF9UPSR { width:14.4995rem;height:6.4995625rem;top:88.3125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiFG8x9SZoHaa2Ra52b1BebDTdsXXIs { width:17.5rem;height:4.31098125rem;top:100.26692199707rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugJlmkAGGVahtwrCgFzVmQ98GhuyL6P8 { display:block; }
 }@media only screen and (max-width: 763px) { #UeI7VukquInfbSdVzG6GeupOKHkeBOoX { width:20rem;height:0.062255875rem;top:9.935302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1sBiDy9rtKXMeDtwDXhpvli0HuGKOmQ { width:20rem;height:6.09375rem;top:2.7490234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2qH8a8AZNZGa4cmCkeGUSN69a9rMus2 { width:6.9998125rem;height:9.749375rem;top:13.881278991699rem;left:6.4995663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxT8oz5am2r499fzBNqvPsUqxM6dFgpF { width:12rem;height:8rem;top:44.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmB9opp0lbeEWPGZUhfkOOdkCBqg7z5 { width:9.9370625rem;height:8.2498125rem;top:73.624134063719rem;left:5.0303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS { display:block; }#WSEDTG54X1TRHJwKE6nttyGA1RMQiGyS > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRWM9lxf4H7MU64yXsTp3DEAzETRgnrQ { width:20rem;height:4.0625rem;top:2.31201171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrExkTJBhUcGQJgKdNXc6tNdET0enQar { width:20rem;height:0.062255875rem;top:8.123779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTUB3NnetKoqZdVA0ItPH4xtndtmuZt { top:63.043212890625rem;left:0.50048828125rem;width:18.9978125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8UKxoq2LZhGxiBvBulIJiR2h3XTpkxu { display:block; }
 }@media only screen and (max-width: 763px) { #oRk4eg5LJDxbfxgEyMtNfnTrDkhZ4ERy { width:20rem;height:31.09375rem;top:10.498046875rem;left:0rem;font-size:1.0625rem;display:block; }#oRk4eg5LJDxbfxgEyMtNfnTrDkhZ4ERy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40fdb819-4481-43af-b1ed-109c25aa3e5f/check_circle3.png); }
 }@media only screen and (max-width: 763px) { #ApdtfZb4kUhAJv3llrg3RPHiNOxvNB5A { width:20rem;height:17.0690625rem;top:42.91748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmBkH79mnxmhEvkzpBpKaWV3ieqb0U4D { width:15.18675rem;height:15.18675rem;top:51.3125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCkdsr8JDFagHF8iIun3LRvT0S8HCyRA { width:17.5rem;height:26.3110625rem;top:98.424072265625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qgga9BsseHnToxqqnDXhByizPBvvgPDZ { display:none; }#Qgga9BsseHnToxqqnDXhByizPBvvgPDZ > .row .container { width:20rem;height:160.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gm2ekXyo17iRA05UqWCNe1h8g8OVZz6G { width:19.875rem;height:54.5rem;top:12.874755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsXMXIx62Cr2TQhaDICTTtXlWpffM9n { width:20rem;height:6.9995rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBC75HB0visEBdwq9306Nnm8EzA73UeV { width:18.4375rem;height:1.3rem;top:16.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyrirTyRGKsPfhiyBAeX6urnWSJnJqFr { width:15.9375rem;height:1.95rem;top:14.124755859375rem;left:2.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vttAlTM2G967cFipa0M9TCXmbO5a0uX8 { width:17.2485625rem;height:4.95rem;top:26.104736328125rem;left:1.37451171875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmv8cJKQXwzZWDamNGyoRhy1xkglGffI { width:17.9358125rem;height:16.7rem;top:32.93701171875rem;left:1.031494140625rem;font-size:1rem;display:block; }#Zmv8cJKQXwzZWDamNGyoRhy1xkglGffI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 763px) { #OFd3ODaSgJ1gvg5M46rKWOGrNUylxELi { width:16.62475rem;height:0;top:41.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx0A5JkPfVE5AIzUDCXEdPINJiXtz0IQ { width:16.62475rem;height:0;top:33.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5vc7HmdVm9hlVImZmeBsPUdbyfqBUMy { width:16.62475rem;height:0;top:29.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXr2XHDPf1vmzsRGvMz0PLMb86HWnTXs { width:17.5rem;height:3.4375rem;top:53.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCyZq4TKBInP7MG0fWlXWLrSxvuA7gk7 { display:block; }
 }@media only screen and (max-width: 763px) { #IBJCVdhn2Uh1b6lmFB6Nqm80cldWHsKR { width:2.311525rem;height:2.311525rem;top:54.0625rem;left:14.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlW9HLv2cpgS8XlVz48M9IAP6qMTfUH { width:16.62475rem;height:0;top:29.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZEeRXrwvl3oBDfSiqLyx08sxlpM3OEU { width:20rem;height:6.09375rem;top:3.499755859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFL82BK3zdouXHbegpZQgQ4tUuTBWibg { width:2.375rem;height:1.1375rem;top:68.7490234375rem;left:8.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Q7RJQpXTNAzEHaWIpf4VFWihGwqn7P { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0OKmU8SI04GF90OmVsHZPQVH46PxLvp { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1NkTRf7sg77PkIqEHHQAMi6e9IHt5d1 { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1rem;display:block; }#r1NkTRf7sg77PkIqEHHQAMi6e9IHt5d1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 763px) { #ZTmQUgaez3PBLZQcTyDITKZ707ZwmQMW { width:19.75rem;height:7.6875rem;top:79.448063085938rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq4TBR5RWMZuR58CRWqhxV7ghHoXFTKC { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExOVFwyrtlq9bazV3bRCKEtC4ALZqKh { width:20rem;height:0;top:133.82533464844rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSF51PC0J3KkdaKVaAocxHUNfV41MUOL { width:19.875rem;height:61.6875rem;top:88.523576835938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLQSlKhAyVvmyc9uVW9RRP6KaSvWRyEh { width:20rem;height:7.0625rem;top:71.135563085938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRDSd1is93MDH14Whw6zG0lm3hdHuTnJ { width:15.9375rem;height:0;top:72.386539648438rem;left:3.314453125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHRZHb7h0sgi4CCAlBUnGkvM8h3ogDEn { width:17.25rem;height:0;top:98.136858085938rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7voQVMSSM0exketNf74R1vHSVHT0Xh1 { width:8.3125rem;height:0;top:105.24818621094rem;left:2.0185546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahamizNuCxofmJqrgKPGn6sPeoiJsTP { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1rem;display:block; }#gahamizNuCxofmJqrgKPGn6sPeoiJsTP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 763px) { #JrOMQmD9KtdZZqI0sMC5gG8c4NlhBGqW { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzot0NkmTvg5JHsorVNNvnnNv0INbO34 { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1rem;display:block; }#Rzot0NkmTvg5JHsorVNNvnnNv0INbO34 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 763px) { #DePtMqhDy127LBVeGva05clIBA1NeVPB { width:16.625rem;height:0;top:102.07606707031rem;left:3.361328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #biLagKFahDJxLQdgfUreGp3LIyUlpyql { width:19.75rem;height:7.6875rem;top:151.59977808594rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We9bduRxImlb3qbwVV9iVyptvJLJl8uP { width:19.0625rem;height:0;top:105.24818621094rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDT4iCekEgFTyxruezt9aa1ZpofWA8Hx { width:20rem;height:0;top:133.82533464844rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNTikaR0l5UXoIK2TsrNimCFpIFqSHr { width:17.5rem;height:3.4375rem;top:128.69935808594rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s54DvPRfOdGGRRpyPsKd87sfv1yeTvJG { display:block; }
 }@media only screen and (max-width: 763px) { #ZKfTyXq37XGN5nOQP30SAkxGHLRsb8TF { width:2.3125rem;height:2.3125rem;top:129.23060808594rem;left:16.486328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 { display:block; }#RubNQSTaF1rAmAeHbhlkZT0pJ6KiRcP5 > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT21yvIHlLclS4FCwvBTfeU3yL5OTNKI { width:20rem;height:6.9995rem;top:4.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXu5yEyJ1Uf3O65TTD3a4b6hTTGM76HQ { width:15.9375rem;height:3.89756875rem;top:6rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfAUppzWSAOJVwFfwZv67ZZXHfI1qm2H { width:17.24825rem;height:2.47395625rem;top:13.878039002419rem;left:1.8131511807442rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya09fiwitEs6AiFitv016LKBfUITSOiT { width:17.9373125rem;height:19.9001875rem;top:24.080079078674rem;left:1.8741319775581rem;font-size:1rem;display:block; }#ya09fiwitEs6AiFitv016LKBfUITSOiT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6055a13c-483a-4d2e-b572-458eaa452c01/ikona_bullet_linux_magazine.svg); }
 }@media only screen and (max-width: 763px) { #sDlJXW5pw5SkQOXbzKxnSMcQ4zx5Js9O { width:17.5rem;height:3.4375rem;top:59.248048782349rem;left:1.2500000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D9bJtZWDV9tWvazuFTVX6HaNaAKBDt { display:block; }
 }@media only screen and (max-width: 763px) { #D4cxrn0ecbXwqPVfgOBLJbgXTT9oUshD { width:2.3112rem;height:2.3112rem;top:59.811201095581rem;left:14.818794548511rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEyyTRpdBprZBBsGrPdTiVv9udzU77xg { width:9.6245625rem;height:1.0492625rem;top:16.350911617279rem;left:5.6250002980232rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpn8tSiKBqdluF6quU0sdWT5gS1XdWZk { width:5.68685rem;height:1.74913125rem;top:20.6875rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Q0WgkA4afMPMuKfaKAS9a1Sff7DyO3 { width:12.8125rem;height:1.2999125rem;top:47.723526000976rem;left:5.3819449543953rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI14ifc0Tw8Q5XLuqWGgxTDzIIaKZUb4 { width:18.125rem;height:5.6857625rem;top:50.311416625976rem;left:0.93750005960463rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6cCE4MRoMKIHzqMT43tyQo17gQybo2z { width:18.8125rem;height:23.625rem;top:21.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2k6oBwsvcE7KRJ83wZ2dHIDmvPhZB4v { width:7.625rem;height:2.5625rem;top:20.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5LZdTBvac72x0vioh6hlhTXxXAaOS52 { width:18.75rem;height:0;top:85.797513867188rem;left:-0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9uOouBESQuJ0qfBVLe6FxJEioyzuICt { width:18.75rem;height:0;top:88.672513867188rem;left:-0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b85PBtfAuAhqMD8p7w3PAAJllovFG64q { width:19rem;height:10rem;top:46.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8QmNUu4T0kc2K93PPwL4vITPkTm5Pen { width:18.75rem;height:0;top:91.172513867188rem;left:-0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTHbxBfqyrEEv1XSp2vubxd2lb6U3EVy { width:18.75rem;height:0;top:95.235013867188rem;left:-0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP1PAcdxqbD0MDDLBgisG6TiC3knB24F { width:2.5rem;height:2.5rem;top:47.122398376465rem;left:1.8131511807442rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpJyEHgBKOHv3fxFlq2QOK2sFoUvTnxA { width:18.311625rem;height:0.87456875rem;top:63.057321548462rem;left:0.90668410062787rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtJIaHbpyol65PWLyQbf8ZLFmRLebwHW { width:19.875rem;height:61.5625rem;top:4.6239147186279rem;left:0.42968755960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA { display:none; }#tBoTzUtcaCDENHVyNJiJyCpfH8F9dcJA > .row .container { width:20rem;height:68.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HheEZqmnma8Z7WqIxX3FvZxeZ97W0LeF { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMPQMKGGQXNka1t4cqDrVer64IQThF4Z { width:20rem;height:0.062255875rem;top:10.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s94Aic0z2fxd0D9UfGzRshu9VB9qL3fV { width:20rem;height:6.09375rem;top:3.84765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItTE9AQ1ieB6kO5VmmzI3tZyne3Gxtu1 { width:18.75rem;height:27.6171625rem;top:12.340087890625rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yJ5T5IxgMDUHz2MOdTwW7JmzsqxN079t { width:13.999rem;height:22.8125rem;top:43.560791015625rem;left:2.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9dLSd1q2egez9eQwEXSRQqLs8McSAot { width:12.1875rem;height:13.3105625rem;top:86.11378125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI { display:none; }#HcsPfHPxM9KBvvOTRoU8EODBSPP7tfoI > .row .container { width:20rem;height:68.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #euzkLFIJSb9rBK854vXARHifIEpHH7ka { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G60BUpfOOTPbMV5bJL6o5Md6eZJCt5z4 { width:20rem;height:0.062255875rem;top:10.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwZC3fidqyN1eNKlQJSwU1wCtS465FDM { width:20rem;height:6.09375rem;top:3.84765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Er4N7MFN0UzM0vKih6m8NDoCnCoxzMGg { width:18.75rem;height:33.15rem;top:12.340087890625rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oTX1ry0fhxeCNZ6vcpOQBUUDHTQeCod2 { width:13.9980625rem;height:22.8125rem;top:45.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmoeDJd041QNXMtJM4XXsEritfeEcdPk { width:12.1875rem;height:13.3105625rem;top:86.11378125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf { display:block; }#pPtpxQSM7a1WRPxs5JJyCVHy4wiOwgmf > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf { display:none; }#wHeorzuU3Ndg1dSnow6kbb2GWEDfDhlf > .row .container { width:20rem;height:148.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AHzLETDChCmttkrNqB8ImhHCSSZH4sTZ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpXt62TVTyDmMVkB0tJ0IgngkxWN5AP6 { top:19.998779296875rem;left:1.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io71NJM0vTgHhgv6NJ3rCaRWNb7FgZHA { display:block; }
 }@media only screen and (max-width: 763px) { #D0Jwqa0Cg8M270bmQx3pBCWESpW5tvXg { width:18.9355625rem;height:8.75rem;top:8.28125rem;left:0.531005859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAgwKVxE1Z0E1UHBAGuA4fJREfVOwiQ0 { width:20rem;height:2.5996125rem;top:4.9365234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5Czsr286WyCUoVhCrJTQAffwnSlfugo { width:17.8125rem;height:5.9375rem;top:47.7490234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPua0tgHkIayNhohUy60RlHfeeed7GyV { width:12.5rem;height:1.4624rem;top:49.2236328125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUaJ62ihgBaCw1pv7SkUq7P9M7qO9qzO { width:17.8125rem;height:6.5625rem;top:54.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4vWNK628f4zGTpkI0fKolrOEnKw3pkV { width:17.8125rem;height:6.25rem;top:62.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zccx8bmvhFAX9w2xkVqLq0BU92hfBxhr { width:17.8125rem;height:6.6875rem;top:70.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbaHugr2L8tc5O8DNrZkT5MoFchrvq9W { width:15.4980625rem;height:1.4624rem;top:56.3125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drzu22wZEZvct1EH2KaiJiUQP7XGcaQQ { width:11.1230625rem;height:2.5996125rem;top:57.75rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2NQ31zwh9PRhvlTMmtmrOC9FAaD62dZ { width:15.7495rem;height:1.4624rem;top:64.125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V68qSZp7f9WmgTO4z1qSxJX8TKfPb4HH { width:11.12425rem;height:2.5996125rem;top:65.5625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNCNdWJVkvGfJUOA4vwAHtlpQE4PJLd8 { width:15.4980625rem;height:1.4624rem;top:71.75rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWvQu2TB9xMC2tqdQBhxKCMpmW8zDU5M { width:13.31175rem;height:2.5996125rem;top:73.21044921875rem;left:3.34228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLvZWkpSV4xGmSiDVw7PQl5hAyAFfXLM { width:12.5rem;height:2.5996125rem;top:50.606689453125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGW7xyQ1XQ174tUG9poXwRROGeO2oqz1 { width:20rem;height:17.886497064579rem;top:120.937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5sA6I6CpG2WIASO2LxnFz2rUs71ELGP { width:10.6875rem;height:2.5rem;top:78.312rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhCboX6nKCwnrZnSsBaW8KeEQMKL71u0 { width:8.875rem;height:0;top:78.7495rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsAukwFgkXv9SXeAaBRC7kO3a6SiclLL { width:20rem;height:0.68725625rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SlxZU9n1l2U3F4SPbXH72gxLSHzni5PJ { width:10.75rem;height:10.75rem;top:136.187rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLP834sADdd9UAU2f0UemoxHHLbXbWsP { width:8.5625rem;height:0;top:82.062rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTaV9xdVXpUPAn2P699xTTdbA8lJIrd { width:8.5625rem;height:0;top:101.4995rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN { display:none; }#GLKQCtPxONFZRkJHGnDeJ8AoiSXtmHcN > .row .container { width:20rem;height:80.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rJ4x6nuqQlF5cP0WmS8kW6bks8fPQfiU { width:13.31175rem;height:2.5996125rem;top:73.21044921875rem;left:3.34228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ { display:none; }#kbd4ydxQVArd9wxu7yJSPzVIRZyq0aAZ > .row .container { width:20rem;height:92.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BFUuXDSbM5pBympVqZxHkVh2C5tSwVmq { width:20rem;height:12.994375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01ZGd7UettFy1XvJd6KaqPHH0a7q03E { width:20rem;height:23.4911875rem;top:15.4980625rem;left:0rem;font-size:1.25rem;display:block; }#b01ZGd7UettFy1XvJd6KaqPHH0a7q03E li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/cebef684-bc88-4604-9705-970e45c663de/Vector.png); }
 }@media only screen and (max-width: 763px) { #SifgToL5ydNtbbt93vTW7lkNGMJwIcyd { width:20rem;height:23.672566371681rem;top:38.7480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zck1vIODgibbtfgh2kPMZ40cqCP24JD8 { width:10.8125rem;height:10.8125rem;top:63.6699375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmUoAaOtPtxZE9cyiJXxLeNzpuS1ZyPV { width:3.25rem;height:4.0625rem;top:65.123046875rem;left:8.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLvuC5HSa1T09y0wGyuxEVDkLb8E5muf { width:9.9375rem;height:2.4375rem;top:68.669921875rem;left:5.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbvTkHQh8nTviBsg4KxWvQXzsvoxWSXl { width:17.5rem;height:4.3125rem;top:75.7324375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne4rahnQs8UDdtOLLuaUtI4akpU13zdo { display:block; }
 }@media only screen and (max-width: 763px) { #UMMJ70ypOSPOaOAtQ6zQHnkITa0gXVKX { width:9rem;height:3.0625rem;top:81.2949375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzoD9L25TTEHEHTdmteykRu6z4vWS4NL { width:8.9375rem;height:1.625rem;top:85.6074375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNX77pB3GTMEoSdsNHWtkfKoes8T76aG { width:20rem;height:2.9223625rem;top:88.4824375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vr5815XK3GaVcDFzskDeDExlOT6PFTDl { width:12.5rem;height:0.625rem;top:17.625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv8pscitqkB6Tly15dPOw98nhvKqwSET { width:12.5rem;height:0.625rem;top:22.375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeA6EThgNroLVDF54E1RDyXKkarU00I2 { width:12.5rem;height:0.625rem;top:27.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D { display:none; }#HqTFvvDqh6qR9ivT9FTHHqyaHaG0lV1D > .row .container { width:20rem;height:85.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTig2MSXMCF58g7h3t9LRQ1hQNfUdwU7 { width:10.3125rem;height:1.625rem;top:0.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw73yRfPLLXUv3sVSo0mZl3SPTBDMxsx { width:20rem;height:0.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGx2Q26A8K1m1rtrrIDX7MhmEXdtsT1C { width:20rem;height:5.19775625rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WW4R5TRANqvKk2pcfK4VTUBs8ofJKHdV { width:20rem;height:42.2437rem;top:9.947509765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xC5F2CvZIcv3feG7EhRoQIFyMPmG9wiD { width:17.5rem;height:4.311525rem;top:55.135498046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll8QWfkCXyA6laVGboFLOb9NBxuVu9ez { display:block; }
 }@media only screen and (max-width: 763px) { #g0LQeTignNtCCxEwlbRpAqHWJurTRg2P { width:20rem;height:0;top:60.697023046875rem;left:0rem;font-size:1.25rem;display:block; }#g0LQeTignNtCCxEwlbRpAqHWJurTRg2P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc9bad2-933b-4d1e-9885-340273391950/arrow.svg); }
 }@media only screen and (max-width: 763px) { #zmIN0DU11JXAIaVZQu5mGcrx1EhVrTq7 { width:20rem;height:20.748663101604rem;top:22.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #elbGxxU0yOGhpZm1RrELfMrs5n8SRluz { display:none; }#elbGxxU0yOGhpZm1RrELfMrs5n8SRluz > .row .container { width:20rem;height:161.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktdOBLsTlyfIEPX395Q7E4Om34iPJJF6 { width:18.875rem;height:6.74926875rem;top:22.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fw4qCU0i3T7JNxcsypPrMHyEFN2fDrzF { width:20rem;height:0.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRbFt3XQlrHd6V8A9687GfBZyOib9a4K { width:20rem;height:20.3723125rem;top:31.625rem;left:0rem;font-size:1.25rem;display:block; }#pRbFt3XQlrHd6V8A9687GfBZyOib9a4K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #poTpyXM3PCtJSNl0JFxrEmp6GSInDVMV { width:18.875rem;height:6.74926875rem;top:76.9375rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqfMyck2uw5BZ5AZCct41ch841nRG9CE { width:20rem;height:0.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 { width:20rem;height:18.7475625rem;top:86.25rem;left:0rem;font-size:1.25rem;display:block; }#Uk6SuxG2l9BMNDygpKwu1pEPXEbPKap0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #ozIMg0OUzPMo5Pd12FutgByt5W3DsOUh { width:18.875rem;height:6.74926875rem;top:128.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWOw0G7yuDKsAe7Xx4VnUQwuzyhgQ0TS { width:20rem;height:0.0625rem;top:136.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 { width:20rem;height:20.3723125rem;top:137.625rem;left:0rem;font-size:1.25rem;display:block; }#h2nLm7Gt2c5DaQZCBH5453y1tuHP9gH0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #U0Zc8pk120EOWAV4Bf2dB2bTioNEmbtL { width:11.25rem;height:16.5625rem;top:107.7490234375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfzqCJoS2gOxRfVb9e5HtMalvlFH98VW { width:13.562rem;height:19.161375rem;top:0.80810546875rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emumFlIVXmx8pAJ5VdQoIEgQrVNaEnPW { width:11.31225rem;height:16.5625rem;top:55.5615234375rem;left:3.997802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH { display:none; }#Tx8NAkVm2VqKsL1UMo92v0iw4btdMpZH > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B3EpVTc5n8r01wTOpJIrx0mtaVyEeyOi { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF { display:none; }#TtRMgWd4HmQp2yQuf2nTrBGbQp47PWxF > .row .container { width:20rem;height:161.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p5SnJvsd8nJhptQdOw04iSX2tVEehT1p { width:18.875rem;height:6.74926875rem;top:22.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfuhUioByuPtI1RbNHa0M286i3ZnE8eD { width:20rem;height:0.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drtG0I5N3fDMNyABXNf0uh7rlkED1drX { width:20rem;height:20.3723125rem;top:31.625rem;left:0rem;font-size:1.25rem;display:block; }#drtG0I5N3fDMNyABXNf0uh7rlkED1drX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #rXTrAOHnJPTkKHxb9bwn4B9UZ3Zwp8xT { width:18.875rem;height:6.74926875rem;top:76.9375rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MN7M62yJKDt3WmiK8ITh0uXstfp4Bff3 { width:20rem;height:0.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX4ls9OZBeOecVZBZtzORxUhseEgcaKp { width:20rem;height:18.7475625rem;top:86.25rem;left:0rem;font-size:1.25rem;display:block; }#eX4ls9OZBeOecVZBZtzORxUhseEgcaKp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #gN1FGym2ZLw5l8B8NcNuJlpJMmw4V5aa { width:18.875rem;height:6.74926875rem;top:128.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtkXV6bEe2IyInZnJ8leX1G8D9vmh2GK { width:20rem;height:0.0625rem;top:136.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW { width:20rem;height:20.3723125rem;top:137.625rem;left:0rem;font-size:1.25rem;display:block; }#aGLNgiHJEfyHJv01oqZHsV6CwbywR6KW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #C08WAxazeZQgOuJsGbCFAuLbMgNaogOh { width:11.25rem;height:16.5625rem;top:107.7490234375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQTPww3vuwS54fecN0obvRlyd3mOfwxd { width:13.562rem;height:19.161375rem;top:0.80810546875rem;left:2.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9eT78VNFIDuzz081HMcBIM3leB7aKTu { width:11.31225rem;height:16.5625rem;top:55.5615234375rem;left:3.997802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu { display:none; }#ayeC62rsHsMA6ZcU1Tp0yw1IbkzlLvzu > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N6fnhikTMEUM6Dq601D5GdQXEEZK9Cp9 { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt70gcmwOnaDo6mCvZMnPXpPnKzVWJQn { width:20rem;height:5.35766875rem;top:7.69921875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfLogdtU26OwExEfUJ75lEUG21tgvLz4 { display:none; }#VfLogdtU26OwExEfUJ75lEUG21tgvLz4 > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T7CAoqFNkHf0vvkn6MIKiUxb2Ur3HE5a { width:20rem;height:16.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk { display:none; }#a6W4JWnSWW3GHuKyonLD9OIKiDduXTyk > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LSPzLyIdlPcSXG2pGePkceBsK4fNT3f6 { width:20rem;height:6.8261875rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGIAEabri5T0qw5B8t8Re1cgqhT2b4A { width:20rem;height:0.5rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 { display:none; }#RBworgw6ZTPVdEC7OxZ9OR1DxDKun4L2 > .row .container { width:20rem;height:96.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #knhhSAP6Qt7Ol73TV8AtJNiqXZrSkUT0 { width:20rem;height:7.796625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqA0IsR8mTzuKTCe5b0ztUMzlBJBGTt1 { width:20rem;height:9.7485625rem;top:10.297875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk { width:20rem;height:34.245625rem;top:21.297875rem;left:0rem;font-size:1.25rem;display:block; }#qeHHTUbLkoPP5L34uyJECPJsTgIOXLwk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #TbQTEqab3f4eCoXu6ZdfDddTwbvLL4ak { width:17.5rem;height:4.3125rem;top:90.1728515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFNxWyG75TNglskwLshwPURksFknqsd { display:block; }
 }@media only screen and (max-width: 763px) { #egOEKnE4KkLU04ivWMJgsqtCvF1NNSEH { width:20rem;height:32.0625rem;top:58.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN { display:none; }#CpusTfnTNMeMNMeLG4XXpp7dAEXsNbEN > .row .container { width:20rem;height:96.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r1fPaIBxIC74LSOM8iltvPA2eI4FlnDX { width:20rem;height:7.796625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMtxrL23zWzNqAzCSuT1SybSlTZbE1t2 { width:20rem;height:9.7485625rem;top:10.297875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT { width:20rem;height:34.245625rem;top:21.297875rem;left:0rem;font-size:1.25rem;display:block; }#D17oBxaHHknpwxuTCfI9eEUvhmtHkpXT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0fabe9d4-c4ec-4d9a-a961-6fb4fc66442b/check.png); }
 }@media only screen and (max-width: 763px) { #ZnuBb2r7B5RnkBvPTxTlqwdvHcBa8Mnt { width:17.5rem;height:4.3125rem;top:90.1728515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSTxwcxCPEId7AM7Ki4A2e24cx8wm12f { display:block; }
 }@media only screen and (max-width: 763px) { #NQKqqasvoynQxN3AN0k14MCyThS53Wqm { width:20rem;height:32.0625rem;top:58.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT { display:none; }#Ndiu0GeQXzS8olcbcDwOEMcVIf1HAirT > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTaf9U0i7T8KnuUZ70hKA6JiWwVgpJs2 { width:20rem;height:6.494125rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL { display:none; }#AmkGu2wVkvSHD3su2LNxhBgoko5i6oxL > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tp0szV9RrAeBIStDXMWMpxOeOs552uSf { width:20rem;height:7.796625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2xMKMPqfLJUnlPuXbf53xNKGWIpmlU0 { width:20rem;height:0.44444444444444rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #abtsttGNaHTVZuPVuNbmGd0VwgeLnsXW { width:20rem;height:3.2495125rem;top:10.2954375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a { display:none; }#woJkd8mb9p8KB8U4AN2yE7KyABSKzi4a > .row .container { width:20rem;height:134.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k0O8OHHBwrwMcK3Nesho0N4LoP2ZZ0uR { width:17.6875rem;height:28.375rem;top:1.25rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG4WLG5ZzepKHPbiKRErNl8NVkr3aZ9w { width:7.125rem;height:7.25rem;top:3.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd3vALxoWb2IsH1itevdQ1zirJEPxXKQ { width:17.6875rem;height:31.125rem;top:30.999267578125rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLfwl7EwwFurND05KsqCvNlEAaVPWZOC { width:17.6875rem;height:26.5rem;top:63.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFA76t61mplkceIVCoQdMhl5oylhyXl7 { width:9.9365rem;height:9.9365rem;top:65.311279296875rem;left:5.030517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfwUxK4vJlC1AHtDqJZ4Kis1Lnoq0v4E { width:13.1875rem;height:3.9rem;top:12.8125rem;left:3.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #um2WTDL0rU9ypTFwm0Fh5sGCq4cKa5bo { width:15.2478125rem;height:3.9rem;top:42.98583984375rem;left:2.37548828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoNZI5dPMKoGlaXwLlHoBK3WRvaSTHmG { width:15.06225rem;height:3.9rem;top:75.78857421875rem;left:2.467041015625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTvtoRaRo8WZUG6P9TsnTAAAmAOFm4Vx { width:17.6875rem;height:30.6875rem;top:91.25rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPaGkCKlKx8vuAmvN0wd9tEIm0tBTt1 { width:16.8115rem;height:3.9rem;top:102.83935546875rem;left:1.593017578125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3egTvw5qlRHL5bIgV2TXcap0u9c0uP { width:14.4995rem;height:9.1rem;top:18.6865234375rem;left:2.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6K96GQXCWeUKWuQeHA54OM1yNTpt6e2 { width:14.4983125rem;height:9.1rem;top:49.061279296875rem;left:2.750244140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkWxpOMe9yBiqE5B044ehiRAPT1c0I9H { width:14.4995rem;height:7.8rem;top:80.5615234375rem;left:2.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAWVgaIpsrn1ygzX57oXn6tkV42Lf0R { width:14.4995rem;height:11.7rem;top:107.62451171875rem;left:2.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP1iVlR56qAATlhHEaiFQnbq9ZBzv1U3 { width:6.499rem;height:9.1284375rem;top:91.995849609375rem;left:9.075927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWAFgkNABgCsuKbDZk1XZmwURgERDtf7 { width:7.25rem;height:7.25rem;top:92.935791015625rem;left:4.498291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leC0fB0c4vLHyg1TrmlE2mxFglkS95qe { width:10.9985625rem;height:7.1875rem;top:33.372802734375rem;left:4.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTCTcFhEr6vGtv3wddSVAiDCuth6e7x { width:17.5rem;height:4.311525rem;top:127.0458984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOMzafQ4f87AuJ7paR8FuWM2KopQE7gf { display:block; }
 }@media only screen and (max-width: 763px) { #FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 { display:none; }#FkIMOQ1MtQI5TXC5VJmdMkyd7MOFo4O9 > .row .container { width:20rem;height:101.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JL0Pc880NH8yVzK4E6bFa0JGDTclo0t6 { width:18.0625rem;height:14.29786875rem;top:13.41015625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnTTyGnOqZAfxHgtVVcAzSSBdVvGv0sK { width:5.0625rem;height:10.39845rem;top:28.95803125rem;left:7.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opCu62whrDemteoFDNMxJLeLBD6EQtr4 { width:4.1875rem;height:10.39845rem;top:71.54396875rem;left:7.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vytOOkXTX5msvBSWJIHVakuLUugIE5IO { width:7.1875rem;height:3.8994125rem;top:8.26171875rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9NrJ3gyt65x6Le1D3TOFncZRhXwLhKS { width:6.6875rem;height:3.8994125rem;top:86.56740625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIXEImXRR11o2s5uAhEKLy8H1eLbKPbQ { width:7.1875rem;height:17rem;top:83.19240625rem;left:6.375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #dIeH5Sx5d2aqEIZfpabL70z7UniKulbn { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8y5x1IpPC0BwaprzH9v0Pg4HH9h3nwi { width:20rem;height:0.125rem;top:6.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsG0S3dpSeusTtwtkr2RbVBwJqPPK6zX { width:7.0625rem;height:0;top:40.60646875rem;left:6.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWToth8uZ87EHvPg0VVgohgtwcLekCxf { width:7.0625rem;height:0;top:50.91896875rem;left:6.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEmhRcfz5ESVKqR4R7FdJVxTGXpxxfaI { width:20rem;height:0;top:61.23146875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppuJu71P7uyZU4Rpf7461dNQ2ePJ64uI { width:17.5rem;height:2.3125rem;top:1.8447914123535rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRrJeQigRJcCL8DzTSJ6FWcDiOCLIQ7U { width:18.1875rem;height:1.4625rem;top:2.28125rem;left:0.90625005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 { display:none; }#aMTn3pH9hFQkZhAGtD1qlm1sTEqi1f81 > .row .container { width:20rem;height:135.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VHfcR9F4mqy75EixJWJT6TWbUurIm8kT { width:17.6875rem;height:34.25rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6JZxPZ2TahQmXFSV26aPUHA4t044bD0 { width:7.3125rem;height:7.3125rem;top:3.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUMFqHP8TJJTqugyGZzi9MTtcPWUCJkS { width:13.1875rem;height:7.797875rem;top:12.8125rem;left:3.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrcgQrRckkyW2JMUXZTT3DctEtaMBa7P { width:14.5rem;height:9.0918125rem;top:22.125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBvkmzfEQlHJv8AXH1TetSECa81lGKq9 { width:17.6875rem;height:25.5rem;top:36.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXoOame8QeAmS2meSk02puhgrXfouFcG { width:14.5rem;height:6.494125rem;top:53.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2RsipVm2icyE0coCNNwuLTTVOol85v { width:13.1875rem;height:3.898925rem;top:48.25rem;left:3.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9ms8OQ5ab4nCA9wVQpowlfdSMNeRhs { width:6.9375rem;height:9.0625rem;top:37.9375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJmVNDsI46ZpU4ROpuH0etl9mpg5HWv { width:17.6875rem;height:26.5rem;top:63.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLfzM2GoICK6XRI5ClwgMQXFcoMLFcH8 { width:14.5rem;height:6.494125rem;top:81rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU1fdA3BdBC6Kv2CfLOx2qT8dLFxiTE9 { width:15.0625rem;height:5.8483875rem;top:73.1640625rem;left:2.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpF4y18F4dx4JxatJE6FzBpcoqTTrU0s { width:17.6875rem;height:32.5625rem;top:91.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA0PHylzxMUxx8Cxgdd5DpDOuo6TxSkg { width:14.5rem;height:10.390625rem;top:109.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZQegIwbb4wWyb9O4Jv5C3wRMroIKPdQ { width:16.8125rem;height:5.8483875rem;top:102.15234375rem;left:1.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN77mvMDasNR0t6Ew1WeKHHlJJTZ7xXR { width:6.5rem;height:9.1292134831461rem;top:92.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0F6K4TKOitogchFAEcfMKDdfuTX8hv2 { width:9.75rem;height:9.75rem;top:125.06225rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swJASCl3VTVuBxcNt7rZWmll7FxSdtAH { display:none; }#swJASCl3VTVuBxcNt7rZWmll7FxSdtAH > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #etKTFWeZdNEUntaTtvV6uHUSgmJiu9Vp { width:20rem;height:5.19775625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENkSNNRzNSE1J6S22TTamXDFIlRLPNkg { width:20rem;height:9.7473125rem;top:7.69921875rem;left:0rem;font-size:1.5rem;display:block; }
 }