.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { position:relative;display:block; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { background-color: transparent; background-image: none; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container > .video-iframe-container { display: none; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row > .video-iframe-container { display: none; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .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); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { border-width: 0; border-radius: 0; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .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; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NZohcqDqmV5bh00Jr9QSB3cDrOJH0UJa { color:#b30350;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:2.35595625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O2NeDX68F1ykncW356vR6SwqGr09TPUB { color:#25617d;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:9.6875rem;left:14.75rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#AS4ugamcHxs9zOV33Z1kZnpwUxQI0UCt { color:#25617d;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:16rem;left:41.125rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA { color:#4c86a9;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:18.25rem;left:41.125rem;height:20.1875rem;text-align:left;text-align-last:left;display:block; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b3e8de33e6d985af892d9ea2e222a05.svg); }
#VVUOuKPgdlLe19qG8TBpG7PzOgcN4sLl { position:absolute;display:block;z-index:15046;height:22.6875rem;width:40.5rem;top:16rem;left:0rem;display:block; }
#fS6K87fLN3KspzTJrXSyG03QbXzdlL7x { position:absolute;display:block;z-index:15046;height:5.875rem;width:10.5rem;top:0rem;left:0rem;display:block; }
#uaEl6xVGvi56iGWZFN59SsMcV9KpUiP7 { position:absolute;display:block;z-index:15010;height:6.8125rem;width:31.4375rem;top:0.875rem;left:14.28125rem;display:block; }
#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh { background-color:rgba(238,242,241,0.94);background-image:url("https://images.assets-landingi.com/uc/8bde262c-f391-403e-9e43-edb7907c9c78/Kopiaokadkadolandingumiesiczkaoefr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh.adaptive-delivery-prevent-bg, #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh.lazyload, #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh.lazyloading { background-image: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { background-color: transparent; background-image: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .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); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { border-width: 0; border-radius: 0; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;overflow:visible;position:relative;display:block; }#Ua0E462bIN4t0USrplmrOZz3P0xFQX2z { color:#4c86a9;display:block;width:30.374375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:12.686767578125rem;left:2.1875rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#FO3w0VatCVVTd4cfVNB1w6Md2ezXhBJq { color:#25617d;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:16.6875rem;left:3.375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#Bozg6aLnK53TTLecM1yVbaztiwILaX1S { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.15354125rem;height:3.0286475rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:26.5625rem;left:2.0625rem;display:block; }
#Ak6THNIUwTenm290itr1NwAN2DotzSQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0z3shZkXZX4tW2AxDyORODF1tir3ce9 { color:#b30350;display:block;width:29rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.1875rem;height:10.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZklO4zgCtp60tXUVcrN1EaRwWyyxpn42 { box-sizing:content-box;height:6.25rem;width:0.3125rem;position:absolute;display:block;z-index:15045;background-color:#b30350;background-image:none;top:16.937255859375rem;left:2.3515625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#bw6szSg80FpMhc2erGmGEOQeagHuUktX { box-sizing:content-box;height:33.625rem;width:35.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.59);background-image:none;top:0rem;left:0.913818359375rem;display:block; }
#dOsMz0wNHZGEMNnDut0EvQ0AtlJIp3L3 { position:absolute;display:block;z-index:14992;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.5625rem;width:18.625rem;top:0rem;left:39.310546875rem;overflow:hidden;display:block; }
#nDyeolrLeTshieaqGONsVUewmbNIK568 { position:relative;display:block; }#nDyeolrLeTshieaqGONsVUewmbNIK568 { background-color: transparent; background-image: none; }#nDyeolrLeTshieaqGONsVUewmbNIK568::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container > .video-iframe-container { display: none; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row > .video-iframe-container { display: none; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .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); }#nDyeolrLeTshieaqGONsVUewmbNIK568 { border-width: 0; border-radius: 0; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#sgicz874DOI0IwrbKw8oQFtipvlAdHbF { color:#000000;display:block;width:53.5623125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.2374267578125rem;left:2.655029296875rem;height:11.8984375rem;display:block; }
#g576SiUe9lnfQyJUDkQeUwBwXNWFZ7ng { box-sizing:content-box;height:12rem;width:0.3125rem;position:absolute;display:block;z-index:15002;background-color:#98c4da;background-image:none;top:1.1861572265625rem;left:1.038818359375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { position:relative;display:block; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { background-color: transparent; background-image: none; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container > .video-iframe-container { display: none; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row > .video-iframe-container { display: none; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .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); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { border-width: 0; border-radius: 0; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .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; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QScHEUyAuvR69sAyLrnpUcZC4ZBiScLb { color:#b30350;display:block;width:56.62475rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9051513671875rem;left:1.6864013671875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#AudqoeN8V6t80txCrJZudT4GDzFlcuOW { position:relative;display:block; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW { background-color: transparent; background-image: none; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container > .video-iframe-container { display: none; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row > .video-iframe-container { display: none; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .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); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW { border-width: 0; border-radius: 0; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .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; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:85.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hIzC30VC6VvyMqHlzVXyfwEGbqlfHpRC { color:#000000;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:5.5625rem;left:21.625rem;height:6.9995rem;display:block; }
#SnZhZy1bRv34g7ZFts4Zil9TZoa1Z8T0 { color:#000000;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.625rem;left:21.625rem;height:8.3994375rem;display:block; }
#MWXtsInX4A5mLih8H1HtgwB1OhWXelwD { color:#000000;display:block;width:31.93725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:35.875rem;left:21.75rem;height:8.3994375rem;display:block; }
#Buh39iwqXP1053l84V662J9MsZit1o3Q { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:51.4375rem;left:21.625rem;height:9.7993125rem;display:block; }
#gXU0o5JI8NfaG7PLhkNEdDuoz2nXRSxB { color:#000000;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:68.890380859375rem;left:21.624877929688rem;height:8.3994375rem;display:block; }
#TxNVgkz9GKVtdZsiWx2XXLuKKoEFsGwR { position:absolute;display:block;z-index:15013;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:11.875rem;width:14.312125rem;top:2.4371337890625rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#mwnIRe1ivH5sof1iP1RvweiGIsLRnq2a { position:absolute;display:block;z-index:15014;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:11.875rem;width:14.3125rem;top:17.479248046875rem;left:3.63232421875rem;overflow:hidden;display:block; }
#BiUmqgzpyVEDh21iUzquQneo3S7bOciU { position:absolute;display:block;z-index:15015;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:12.1875rem;width:14.5625rem;top:32.724609375rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#Q1S2rv1C3kTu07KsoGQVPNHoi8aaTkax { position:absolute;display:block;z-index:15016;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:12.5625rem;width:15.0625rem;top:48.536987304688rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#k9knFV68II23IZNoWUwfTXRwLTvCIceG { position:absolute;display:block;z-index:15017;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:12.5625rem;width:15.0625rem;top:64.686889648438rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#JfgHbJT5ldGHW0bGdERhHqiZMoNSocTq { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#dgXJWeOIVHXRbyPihcv7yaiauglfnvs8 { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.479248046875rem;left:21.624877929688rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#CekcAUKs86yFPAZxBlSN9qli6HzGkBkT { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.75rem;left:21.625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#kfzInSgfpG7R4nWZPnnV0Ogd3NwIPWOZ { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.4375rem;left:21.625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#NzedsF4IdeCt0VAqDK3IbLCcRxVeMAGz { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:64.686889648438rem;left:21.624877929688rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#aiB14hEhNmgdGlhTstPpnRyn59CAH9Jq { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1533125rem;height:3.02831875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:79.91455078125rem;left:21.4228515625rem;display:block; }
#xkf1ev46htQFhGw90qZD7ozwcgrTGL2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { background-color: transparent; background-image: none; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container > .video-iframe-container { display: none; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row > .video-iframe-container { display: none; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .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); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { border-width: 0; border-radius: 0; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#iuCruNALaAr3y2NP1nrcc8ep9isoW8nW { color:#4c86a9;display:block;width:56.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3.625rem;height:5.19921875rem;font-style:normal;display:block; }
#oGcE8muD54fvXTPCTz6UHvJukrobbKLA { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.499218940735rem;left:10.125rem;height:2.79980625rem;display:block; }
#OeDvbBtd6pzVgPJQ0vUX8omfSrD1iq2k { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5rem;top:7.999218940735rem;left:4rem;overflow:hidden;display:block; }
#KRzePU9QyM4V9l2PSZN53MCxv3OuyftR { 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:4.1875rem;width:5rem;top:14.125rem;left:4rem;overflow:hidden;display:block; }
#WEwbsLZH2UnkFR3nogmOCTacBPEC0ZSZ { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:13.8125rem;left:10.125rem;height:4.19970625rem;display:block; }
#IoZBZ4nJeLiCgz2iP4ZLFVDapFchl1uO { 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:4.1875rem;width:5rem;top:20.6875rem;left:4rem;overflow:hidden;display:block; }
#HQuTDzrWSgZQ4FN2007EEaUreoTTo7FG { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:21.1875rem;left:10.125rem;height:2.79980625rem;display:block; }
#fZT9gNUo0w22hh8xiZECBHdxoG4ROB4U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5rem;top:26.875rem;left:4rem;overflow:hidden;display:block; }
#F2plyPcXWFw6Ul8T4SbU1Ia5iaE4xPnT { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:27.375rem;left:10.125rem;height:2.79980625rem;display:block; }
#Nztayucb4fAl5ekoL24ZZifFRW08KLOT { 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:4.1875rem;width:5rem;top:32.6875rem;left:4rem;overflow:hidden;display:block; }
#gQr7ictaKwMefqIggKL5WFIL8HR9HC9i { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:33.1875rem;left:10.125rem;height:4.19970625rem;display:block; }
#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { background-color: transparent; background-image: none; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container > .video-iframe-container { display: none; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row > .video-iframe-container { display: none; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .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); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { border-width: 0; border-radius: 0; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#hcdRsJZeXMR0zK8k1RBcUTAZszqK9LGE { color:#000000;display:block;width:52.562375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:7.1868896484375rem;left:4.6875rem;height:5.59960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wm8Ddt800LQitOs39rT3TBzcnuRQE88y { color:#b30350;display:block;width:40.4373125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0487060546875rem;left:4.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2yheflt33p7cTnvklgpku4Nc1DTiphI { position:relative;display:block; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI { background-color: transparent; background-image: none; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container > .video-iframe-container { display: none; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row > .video-iframe-container { display: none; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .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); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI { border-width: 0; border-radius: 0; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .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; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BLKwAIyd5MJzEiZcspM95Cn0VxfTEvu8 { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.5625rem;left:3.21875rem;height:30.797825rem;display:block; }
#gQTA6GUZdpH5xTwwpyZqsmgnvTJA8h3q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.75rem;width:22.875rem;top:7.875rem;left:18.5625rem;overflow:hidden;display:block; }
#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { position:relative;display:block; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { background-color: transparent; background-image: none; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container > .video-iframe-container { display: none; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row > .video-iframe-container { display: none; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .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); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { border-width: 0; border-radius: 0; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .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; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PTqdTvroQPOsS1l6tSDwaPGZX864rL5L { color:#25617d;display:block;width:57.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.374267578125rem;left:2.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPShReJRTnWQcF1LA5MqLTUXvP0JygUi { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.640375rem;height:2.8276375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.5233154296875rem;left:21.429443359375rem;display:block; }
#R6QVGbvLoQS3Wndc5IhrheAUZx4Rcppy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { background-color: transparent; background-image: none; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container > .video-iframe-container { display: none; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row > .video-iframe-container { display: none; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .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); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { border-width: 0; border-radius: 0; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#Bymt5RFmTSTwhRsvVAwufJZpUXzzEXmD { color:#4c86a9;display:block;width:47.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1229248046875rem;left:2.9996747970581rem;height:2.5996125rem;font-style:normal;display:block; }
#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt { color:#000000;display:block;width:45.999875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.961669921875rem;left:2.999267578125rem;height:28.4858125rem;overflow:hidden;display:block; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
#LdiyHFEFpKNHOmTlREOMau62TZggzaTW { color:#b30350;display:block;width:48.6870625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:37.835693359375rem;left:2.999267578125rem;height:4.19970625rem;display:block; }
#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { position:relative;display:block; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { background-color: transparent; background-image: none; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container > .video-iframe-container { display: none; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row > .video-iframe-container { display: none; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .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); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { border-width: 0; border-radius: 0; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .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; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OO0kReeoA0BmBinb6WcfVfenrNbzqcRU { color:#4c86a9;display:block;width:43.499875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.84326171875rem;left:2.87353515625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { background-color: transparent; background-image: none; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container > .video-iframe-container { display: none; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row > .video-iframe-container { display: none; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .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); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { border-width: 0; border-radius: 0; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#ME5mLsrHbxLRv7IgDKpJhSbi4gIwa5GT { color:#4c86a9;display:block;width:38.687125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.685791015625rem;left:2.40478515625rem;height:5.19921875rem;font-style:normal;display:block; }
#TXyWxwa42esIpHWf2REofoN0ePbycnxi { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:12.8125rem;left:9.9375rem;height:6.9995rem;display:block; }
#SMv72CDxZmqnVH6gNOLED7iTxG0PBWIA { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:24.328125rem;left:9.9371337890625rem;height:4.19970625rem;display:block; }
#hzIzDcKczibgv5sOaX2r30RxMUyuw49m { color:#000000;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:35.06201171875rem;left:9.9365234375rem;height:4.19970625rem;display:block; }
#SqnTrKFNsFiFxkP63T4k54tO5vM7wQcG { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:45.624755859375rem;left:9.9371337890625rem;height:5.5996125rem;display:block; }
#UsXn96UzMWHOXN9tbkfkOMaxUZ8FD03k { color:#b30350;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.257568359375rem;left:9.9371337890625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#VsAretQru0T0V3V7SCBh97TAadDxNznq { color:#b30350;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.72802734375rem;left:9.9365234375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#DQlgSoPqJkADHMKTVP4EFRultyaS4xT1 { color:#b30350;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.507690429688rem;left:10rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#gfGXMCT2EtUKM54mkNdrBDb0fVmiAvlx { color:#b30350;display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:43.2578125rem;left:9.9371337890625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#pFnAWt326yoWHuMDF6k8Mdh1fgl41aTT { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:.75;top:9.5697021484375rem;left:2.40478515625rem; }
#nPQ7BgmKnTGvGCeDQPaJCpT53aqKDITk { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.75;top:21.065185546875rem;left:2.40478515625rem; }
#lEwAsft3J5Va3hfary9XNSrXBgtliqni { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.75;top:31.799072265625rem;left:2.40478515625rem; }
#TxZFddicDeO1uNLIA8rGN7ve548nSF47 { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.75;top:42.416137695312rem;left:2.40478515625rem; }
#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { background-color: transparent; background-image: none; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container > .video-iframe-container { display: none; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row > .video-iframe-container { display: none; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .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); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { border-width: 0; border-radius: 0; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#IT6Ma7cQAqcodWozuN53eEb94eSzBClQ { color:#1f333b;display:block;width:26.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:1.8125rem;left:31.9375rem;height:40.5971375rem;text-align:left;text-align-last:left;display:block; }
#rgNETOIFACEknvhzHM9eXLIyvC63TaBT { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.04166625rem;height:3.04166625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.403961181641rem;left:5.9787340164184rem;display:block; }
#QHO68dZrhgoTRp8IlHmcfvWvrEpSFVpI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x57yTe8yxieoKr25VAgDPT5FZ0WLGTUM { 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:28.125rem;width:28.125rem;top:11.347869873047rem;left:0rem;overflow:hidden;display:block; }
#ChpWXF3vNtiPNDUxl8SxWoHQnC0sECu7 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:28.499875rem;width:18.125rem;top:10.630425930023rem;left:4.7569456100464rem;display:block; }
#L10CTnSz3AEMNUbNyT044KLbG5IMPGym { color:#2a2a2a;display:block;width:24.3120625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8120660781861rem;left:3.2926435470581rem;height:5.84911875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#suaFcfKNNT2BDtsc5yVW1TRP91kGUeoa { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:28.499875rem;width:18.6870625rem;top:9.5713977813719rem;left:6.6455087661744rem;display:block; }
#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { position:relative;display:block; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { background-color: transparent; background-image: none; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container > .video-iframe-container { display: none; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row > .video-iframe-container { display: none; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .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); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { border-width: 0; border-radius: 0; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .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; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FZwl8Kk33gT0pPhXIrPDrdNnMNpdQm1D { color:#4c86a9;display:block;width:45.5620625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1185302734375rem;left:2.6556396484375rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zxF4efM5dfPrDgeVItke22UMOAAw23lT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { background-color: transparent; background-image: none; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container > .video-iframe-container { display: none; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row > .video-iframe-container { display: none; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .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); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { border-width: 0; border-radius: 0; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:60rem;position:relative;display:block; }#B1ZaO2fBEBTEoFDsfpWBvMqXCuNnbAZT { color:#1f333b;display:block;width:44.124rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.2841796875rem;left:5.43701171875rem;height:6.9995rem;font-style:normal;display:block; }
#ISnn7zt5mk3h9wxdcxh2fIHv74NEetxE { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.924158096314rem;left:44.561635017395rem;height:1.4624rem;font-style:normal;display:block; }
#WL1ZATx7a9vKfB5u8dLcDfnW2chSopVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13.625rem;left:35.3125rem; }
#TiczciNvtCkBPy6xwsir7ObnvHNO86Ia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.625rem;left:37.3125rem; }
#THkeoaK8lu91FzrfMqUT83Pb8sXzcbT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.625rem;left:39.3125rem; }
#Dvwc0ymP0x0lGQLTLkWPHKsJw0Sw5AOG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.625rem;left:41.3125rem; }
#XAO2WZmvL1KCWSLN3miR1U7QOAt6usnO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13.625rem;left:33.3125rem; }
#REJxSR6flq5t4xAJQZApOCuNb1TR6mEJ { color:#1f333b;display:block;width:44.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.074124097824rem;left:5.4372835159302rem;height:5.5996125rem;font-style:normal;display:block; }
#qZ4XkUFnxF82T8Zu8ZKQ4pRDoJLITkZH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:29.812286376953rem;left:33.437394142151rem; }
#rCMgDa3tAyn42iExpBvaJ6950SWW5bvw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:29.812286376953rem;left:35.437176704407rem; }
#opd0fSfEVft5LEJkW0WITlfoORz0PBlN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:29.812286376953rem;left:37.437500953674rem; }
#z0UKSz4Hh8oWDcowesnOxHVOi8R7vsoo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.812286376953rem;left:39.43728351593rem; }
#foKgOH7bntJKmNusdOvr5Cx6U57gG59q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:29.812286376953rem;left:41.437069892883rem; }
#ze0JRQWpXVU6cNzEVyciT5J8f0lAhB0e { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.446510314941rem;left:44.561635017395rem;height:1.4624rem;font-style:normal;display:block; }
#J8stg86Hb58PTVeXqOXnTcBo2kK6bCIg { color:#1f333b;display:block;width:44.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:37.873244047165rem;left:5.4372835159302rem;height:6.9995rem;font-style:normal;display:block; }
#a5gZrIRvxvv5z52Wsxh8tTAtzwPC32my { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:62.8125rem;left:34.1875rem; }
#l8DQWBdOxizdTG4RXsOT1AO2NRR43MQP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:62.8125rem;left:36.1875rem; }
#BKmdRUcZIh573v7BoIZodJXWbR2ApT1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:62.8125rem;left:38.1875rem; }
#iWJMrkFUVGrD0OF8cmVsDZwo6xh0T3ef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:62.8125rem;left:40.1875rem; }
#WoaBNxAvgsmKsyG43bRtxkWtsDAxd5ty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:62.8125rem;left:42.1875rem; }
#zDvyOAKSrRD48R1TuQ7NpsZsLX5vJNol { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:46.999664306641rem;left:44.874569892883rem;height:1.4624rem;font-style:normal;display:block; }
#Lv38dBz13GOeQ0Cf2EBcDI9HHyBuWmbZ { color:#1f333b;display:block;width:43.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:54.249673843384rem;left:5.5620660781861rem;height:8.3994375rem;font-style:normal;display:block; }
#TT6RnMABL7UNtEbO8tWaOTtumTdyehNG { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:63.125rem;left:45.9375rem;height:1.4624rem;font-style:normal;display:block; }
#VwHlBCSETwme4TddxpJR4Jm2XXtBzCG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:46.624664306641rem;left:33.812394142151rem; }
#SU2iDAFyeKU90JKnZigNv82W6th6llP0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:46.624664306641rem;left:35.812176704407rem; }
#T9U9Txa8e1HSaBpNRdEFRnrs9KqcDeZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:46.624664306641rem;left:37.812500953674rem; }
#TCokGg5B1pO90zU2n2TAm2dPKe9QI8cn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:46.624664306641rem;left:39.81228351593rem; }
#TlUkXzCragqQu5BVCywsL9WgdR6ydPys { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:46.624664306641rem;left:41.812069892883rem; }
#PuSGO1iRmgeC55NWTBtFTBcqVPI8Mqol { box-sizing:content-box;height:14.875rem;width:54.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.2215614318848rem;left:1.8326826095581rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#xQsafd2zqmGTzFLE7bha5UkZOdGLiIou { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:19.345703303814rem;left:1.8435335159302rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#F3Qaztxz7e0xa93RgvwI0DavzCyyNQfm { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:35.470378875733rem;left:1.8674049377441rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#zJ0tA6Q2mddlkBVKiTBl2luzawS45XrM { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:52rem;left:1.8125rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#fKGxlNgBDaAo094pno6IWszm66RsgQ7X { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:2.3634986877441rem;left:48.597008705139rem; }
#WTrVXPwZwREbWs49bNTyWKfKXP1r3zqu { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:18.345705032349rem;left:48.624135017395rem; }
#COGmsGoNBL5razzzTCBRuATPlEdriMm1 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:34.470384597778rem;left:48.624135017395rem; }
#vnLEg1ndHuqMQFiQfukmkLWR0ELDeE91 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:51.078851699829rem;left:48.624135017395rem; }
#idbxGMd5K71ZMpacIOGVWMTg9kFhiOrD { box-sizing:content-box;height:14.75rem;width:8.6875rem;position:absolute;display:block;z-index:15000;background-color:#98c4da;background-image:none;top:2.4093017578125rem;left:1.832275390625rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#WHS3FR3Pvwu90vWEBTKisMilzQTOTH9N { box-sizing:content-box;height:14.74975rem;width:8.687125rem;position:absolute;display:block;z-index:15001;background-color:#98c4da;background-image:none;top:18.532836914062rem;left:1.832275390625rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#qM5NDHRsQIR9PgSs04caT78Rx9JMHT1u { box-sizing:content-box;height:14.749125rem;width:8.6865rem;position:absolute;display:block;z-index:15002;background-color:#98c4da;background-image:none;top:34.656616210938rem;left:1.832275390625rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#CyxlkeA0tVBGHASqLB283ksfux8DhxXb { box-sizing:content-box;height:14.7485625rem;width:8.6859375rem;position:absolute;display:block;z-index:15003;background-color:#98c4da;background-image:none;top:51.135498046875rem;left:1.832275390625rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#cE7bRanpRNTPw316miUaLtDJ3r0q2mlu { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:68.9375rem;left:1.6875rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#DlsoDi4eUSKNN6PO69aLGCpJB6hHkOp8 { box-sizing:content-box;height:14.7485625rem;width:8.6859375rem;position:absolute;display:block;z-index:15013;background-color:#98c4da;background-image:none;top:68.0625rem;left:1.6875rem;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#OTB6K86L5iqm4XWiJhZ4Am7SMgoRw42a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:79.75rem;left:34.0625rem; }
#leeDWCPJiyH8LJq6Tnb49BQ7oETQUMG5 { color:#1f333b;display:block;width:43.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:71.1875rem;left:5.4375rem;height:6.9995rem;font-style:normal;display:block; }
#VV1WBvBwSw3f0OiLnuBI7brJlc9mTVo9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:79.75rem;left:36.0625rem; }
#leJgQ5aJz7o6b3N5glKTZVmPAoklDk0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:79.75rem;left:38.0625rem; }
#RU6vAua2zT25GtHIb5z4xo1FfTsd4qPO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:79.75rem;left:40.0625rem; }
#KBhsrvfh31naNbuizwqr1iafs6qCu83i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:79.75rem;left:42.0625rem; }
#ARbahO9pobnbICafQprRE89BgchDKZhp { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:80.0625rem;left:45.8125rem;height:1.4624rem;font-style:normal;display:block; }
#LWym2TeuFMlrg6TcoBs92esyZKhcwruW { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:68rem;left:48.5rem; }
#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { position:relative;display:block; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { background-color: transparent; background-image: none; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container > .video-iframe-container { display: none; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row > .video-iframe-container { display: none; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .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); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { border-width: 0; border-radius: 0; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .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; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rkmBDAtZuEyycOVVHRdN4fH2AqpCqzhw { color:#4c86a9;display:block;width:51.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.16064453125rem;left:2.15576171875rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lWFbogrogG3GIIs7VhdqOtELBbesLBiR { position:relative;display:block; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR { background-color: transparent; background-image: none; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container > .video-iframe-container { display: none; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row > .video-iframe-container { display: none; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .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); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR { border-width: 0; border-radius: 0; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .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; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD { color:#000000;display:block;width:51.624875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.59912109375rem;left:2.1246337890625rem;height:19.2988125rem;overflow:hidden;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#uCNHkiL6uWDVHNhBKm3NstvNLFVpDXpe { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.96622875rem;height:2.96625375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.53662109375rem;left:20.97412109375rem;display:block; }
#eigR5mOJLTM9I5rvGgKS6MqwZfGTKKMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { position:relative;display:block; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { background-color: transparent; background-image: none; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container > .video-iframe-container { display: none; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row > .video-iframe-container { display: none; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .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); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { border-width: 0; border-radius: 0; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .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; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kvfAPoZkIlqSKTRZJKvxF7QEgOH3nevl { color:#4c86a9;display:block;width:49.5621875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:2.0306396484375rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ogIHZ6AK8AKkzrTqflQPO2MCHsXyyV9A { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.2930908203125rem;left:2.0306396484375rem;height:5.5996125rem;display:block; }
#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT { position:relative;display:block; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT { background-color: transparent; background-image: none; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .row .container > .video-iframe-container { display: none; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .row > .video-iframe-container { display: none; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .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); }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT { border-width: 0; border-radius: 0; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .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; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:183.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UOcJBGuDvHqnnyDLsZC3JqN876cig09y { color:#8dc16c;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3612060546875rem;left:28.059692382812rem;height:9.0995875rem;font-style:normal;display:block; }
#SAMS3GCK0KWkcaEyRlVBzA55gHWdo8di { color:#93c572;display:block;width:28.999rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:14.298706054688rem;left:28.0908203125rem;height:6.2246125rem;font-style:normal;overflow:hidden;display:block; }#SAMS3GCK0KWkcaEyRlVBzA55gHWdo8di li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SAMS3GCK0KWkcaEyRlVBzA55gHWdo8di li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#I9T3XU41SsW78ncvKATf3bAt0pGy90t8 { color:#8dc16c;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.5rem;left:27.75rem;height:11.374525rem;font-style:normal;display:block; }
#S8ZXJUdR2C4xuMDq1wiWO3a8ESTV2W83 { color:#93c572;display:block;width:28.999rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:38.43505859375rem;left:27.78076171875rem;height:5.9121125rem;font-style:normal;overflow:hidden;display:block; }#S8ZXJUdR2C4xuMDq1wiWO3a8ESTV2W83 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S8ZXJUdR2C4xuMDq1wiWO3a8ESTV2W83 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#JvdIJnduLg0c7Vft78TqNJH7TqZszmBW { color:#8dc16c;display:block;width:30.499875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.437255859375rem;left:28.059692382812rem;height:9.0995875rem;font-style:normal;display:block; }
#MIBLx9nODfNtzGkBw7QWXLN8tZDniiHq { color:#93c572;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:60.153198242188rem;left:28.059692382812rem;height:5.9121125rem;font-style:normal;overflow:hidden;display:block; }#MIBLx9nODfNtzGkBw7QWXLN8tZDniiHq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MIBLx9nODfNtzGkBw7QWXLN8tZDniiHq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#lPU0ebClZTTEDzuNLH9W81wqClcZ4dkq { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:71.060791015625rem;left:28.059692382812rem;height:11.374525rem;font-style:normal;display:block; }
#gKbsEJMyFWtMlLiEugHN4lraU6TTXTTH { color:#93c572;display:block;width:28.999rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:83.873291015625rem;left:28.091430664062rem;height:5.9121125rem;font-style:normal;overflow:hidden;display:block; }#gKbsEJMyFWtMlLiEugHN4lraU6TTXTTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gKbsEJMyFWtMlLiEugHN4lraU6TTXTTH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#FaXPQgbTzqSkw9KgqIrZrTP41Ucp2gB4 { color:#8dc16c;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:94.120849609375rem;left:28.059692382812rem;height:9.0995875rem;font-style:normal;display:block; }
#czMvufLuUsnLORLnPMD0ufJVNWVsSzRa { color:#93c572;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:103.59838867188rem;left:27.310180664062rem;height:20.07375rem;font-style:normal;overflow:hidden;display:block; }#czMvufLuUsnLORLnPMD0ufJVNWVsSzRa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#czMvufLuUsnLORLnPMD0ufJVNWVsSzRa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#w1MmB25nHEy4tyvDNqCILpb7HGwTsOrP { color:#93c572;display:block;width:29rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:134.875rem;left:26.6875rem;height:12.13675rem;font-style:normal;overflow:hidden;display:block; }#w1MmB25nHEy4tyvDNqCILpb7HGwTsOrP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w1MmB25nHEy4tyvDNqCILpb7HGwTsOrP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#KudhXPyS2Rf1ofPxiToVvRJotbI5486s { color:#8dc16c;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:126.875rem;left:26.9375rem;height:6.82470625rem;font-style:normal;display:block; }
#Dt7zcFouidSeJ5FOaxyyDFCnZNpNiD6T { color:#b30350;display:block;width:45.37475rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:150.87463378906rem;left:7.31201171875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L4VZP1yX6UTsurPA4glKHmpchc2STHT2 { box-sizing:content-box;height:21.6875rem;width:57.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:1.4007568359375rem;left:1.10107421875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#qX0Kw9FTiR339taJJlgnJ6lLi2DIZoHt { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:23.995971679688rem;left:1.1865234375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#rch0HbHfCMGaoSEHhUJ6qm9MegGvqoi4 { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:46.914672851562rem;left:1.1871337890625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#A4oEUTtCo5KiNA4h3T24TeRHGTErmgik { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:69.81201171875rem;left:1.1871337890625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lkGrA05gz44QTR3tAOKv8aE0dqv9FAAA { box-sizing:content-box;height:31.6875rem;width:57.625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:93.245849609375rem;left:1.1871337890625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#NB3W8fecreE96vhVDF74rQnqHKhowBA2 { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:126.1875rem;left:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#xcXF5G2yi2TTJDCSZ4IUfZqGST94Uidq { position:absolute;display:block;z-index:15041;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:20.625rem;width:20.625rem;top:1.9306640625rem;left:2.874755859375rem;overflow:hidden;display:block; }
#oTC3HNgBL5h4oTib7TppEy817VbhpJ5n { position:absolute;display:block;z-index:15042;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:20.625rem;width:20.625rem;top:24.52587890625rem;left:2.874755859375rem;overflow:hidden;display:block; }
#d8J04wxPgTtN4yzItDrOKoG1tI8HfP10 { position:absolute;display:block;z-index:15043;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:20.625rem;width:20.625rem;top:47.44482421875rem;left:2.874755859375rem;overflow:hidden;display:block; }
#rQhWIOfiO3hDTQHLiI0TgJiCdEPTvyzT { position:absolute;display:block;z-index:15045;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:20.625rem;width:20.625rem;top:126.42993164062rem;left:2.874755859375rem;overflow:hidden;display:block; }
#Tecl005XLAn8yoq1atG0zWzwfTbtl49U { position:absolute;display:block;z-index:15046;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:20.625rem;width:20.625rem;top:97.566650390625rem;left:4.171875rem;overflow:hidden;display:block; }
#emutB6Kr81sBt6qBCMgBlTBssXM1W9gA { position:absolute;display:block;z-index:15047;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:20.625rem;width:20.625rem;top:70.341796875rem;left:2.874755859375rem;overflow:hidden;display:block; }
#oJBKikb0gNemKeAFt62mVJ4UApQgZPlD { position:absolute;display:block;z-index:15048;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:26.1875rem;width:60rem;top:154.97241210938rem;left:0rem;overflow:hidden;display:block; }
#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND { position:relative;display:block; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND { background-color: transparent; background-image: none; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .row .container > .video-iframe-container { display: none; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .row > .video-iframe-container { display: none; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .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); }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND { border-width: 0; border-radius: 0; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .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; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:271.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GBiRl95IJSDVL3x6OgWdRQzf9QTeMr6B { color:#b30350;display:block;width:45.37475rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3370361328125rem;left:5.8746337890625rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vrXCZqF7QrdiSEwB98t4zNbkMyaUBKJZ { color:#93c572;display:block;width:28.9995625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:21.605834960938rem;left:27.93701171875rem;height:6.26175rem;font-style:normal;overflow:hidden;display:block; }#vrXCZqF7QrdiSEwB98t4zNbkMyaUBKJZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vrXCZqF7QrdiSEwB98t4zNbkMyaUBKJZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#fT0rsXCJngiTrB7pu4h5Z3c4C1tLSuh4 { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.99951171875rem;left:27.93701171875rem;height:6.82470625rem;font-style:normal;display:block; }
#Ud1GDghs4Tcobv5G5laTwmrwSzTUaFko { color:#000000;display:block;width:18.374rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:18.822631835938rem;left:27.93701171875rem;height:1.29980625rem;display:block; }
#BxIwz6VsnioSMxqICuoTJ9RsFghqCr4f { color:#b30350;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.223022460938rem;left:27.93701171875rem;height:1.29980625rem;display:block; }
#wGA6Mvh7C673GnlLa1pPRaMe7R46lyOX { color:#8dc16c;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:36.674272537231rem;left:27.93728351593rem;height:9.0995875rem;font-style:normal;display:block; }
#VpTJs4pUvL76VU5MMrxvNTFtPcXMr8Zn { color:#000000;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:46.398122787476rem;left:27.93728351593rem;height:1.29980625rem;display:block; }
#bHTquvw6Nxr3GIXnH6l9QgUmIOIlT7GO { color:#93c572;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:48.561752319336rem;left:27.93728351593rem;height:2.79980625rem;font-style:normal;overflow:hidden;display:block; }#bHTquvw6Nxr3GIXnH6l9QgUmIOIlT7GO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bHTquvw6Nxr3GIXnH6l9QgUmIOIlT7GO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#rqr7mDtLNbMgXuPLwl8t9GqKvo3cVfRg { color:#b30350;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:52.186428070068rem;left:27.93728351593rem;height:1.29980625rem;display:block; }
#sJDiMq5sx86tTpCJlPU2SWgufpQLQFPx { color:#93c572;display:block;width:28.9995625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:66.99951171875rem;left:27.93603515625rem;height:8.2495rem;font-style:normal;overflow:hidden;display:block; }#sJDiMq5sx86tTpCJlPU2SWgufpQLQFPx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sJDiMq5sx86tTpCJlPU2SWgufpQLQFPx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#wIfJDhJa1JuIQTVJFG66g5ZHbUugiHOi { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:76.687255859375rem;left:27.9375rem;height:1.29980625rem;display:block; }
#eBidSP9MTzTPS6kZFuE0g1VHHlCqKn75 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:64.874755859375rem;left:27.9375rem;height:1.29980625rem;display:block; }
#f6wEMA9V2Q7gRktGnCZqh4DEih5JelSZ { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:57.24951171875rem;left:27.9375rem;height:6.82470625rem;font-style:normal;display:block; }
#bq3e74zhTGmfq0lbtKi0unHz1vRZhVF4 { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:90.125rem;left:27.9375rem;height:6.537125rem;font-style:normal;overflow:hidden;display:block; }#bq3e74zhTGmfq0lbtKi0unHz1vRZhVF4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bq3e74zhTGmfq0lbtKi0unHz1vRZhVF4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#gxuSTBGDgKihxbyr5dPDHEPUxpTCThcJ { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:83.562450110912rem;left:27.937499046326rem;height:4.5498rem;font-style:normal;display:block; }
#Lisiv27ET590rcn2y16B9pLmoMoxhVlD { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:88.8125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#uPTi5xWKCHCpUfsVVFIRwkiuDF9u96vA { color:#b30350;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:97.3125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#MtJaiWhfb7BtUWtmxZQh1PJWiMw9LtAJ { color:#b30350;display:block;width:18.374rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:121.26245117188rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#ntFUUDTeRGdbaNqpKds4JTDItVIJlzB2 { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:114.17260742188rem;left:27.936767578125rem;height:6.537125rem;font-style:normal;overflow:hidden;display:block; }#ntFUUDTeRGdbaNqpKds4JTDItVIJlzB2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ntFUUDTeRGdbaNqpKds4JTDItVIJlzB2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#LLSVJepD53V4OgsVLeRTnNnlMTsPQaeB { color:#000000;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:112.8740234375rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#rb06IEHs8eedvPgA6GBflEcGVhivhCws { color:#8dc16c;display:block;width:27.249875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:103.80883789062rem;left:27.936767578125rem;height:9.0995875rem;font-style:normal;display:block; }
#gVt787PTyTa73bCe75exa0gJWvxik45B { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:128.93701171875rem;left:27.936767578125rem;height:4.5498rem;font-style:normal;display:block; }
#wn4cF8QlmbxaGBAOHSTwy8gNFaUmmab0 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:134.69384765625rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#i7m5q258w6ikqg129hCxiGXnBU16LIPt { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:137.4990234375rem;left:27.936767578125rem;height:1.3999rem;font-style:normal;overflow:hidden;display:block; }#i7m5q258w6ikqg129hCxiGXnBU16LIPt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i7m5q258w6ikqg129hCxiGXnBU16LIPt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#vZiUC0lethtOC0WnfPzbqzO5iWdWl4wF { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:141.9375rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#IGDFtISyOxQ4BEGImsQ9n3dJwaPoqyQx { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:158.6953125rem;left:27.9375rem;height:9.0244375rem;font-style:normal;overflow:hidden;display:block; }#IGDFtISyOxQ4BEGImsQ9n3dJwaPoqyQx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IGDFtISyOxQ4BEGImsQ9n3dJwaPoqyQx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#rOLzFn1KrasGsMABCfmMCBy2JeNAnAA7 { color:#8dc16c;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:148.78930664062rem;left:27.936767578125rem;height:6.82470625rem;font-style:normal;display:block; }
#xG4FlODkvu43IrrLWFtmNxq4Bz2UoZ8W { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:156.35009765625rem;left:27.9375rem;height:1.29980625rem;display:block; }
#QhWULtPvRiSbOvsHDN5u27Rn7R0mp6qn { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:168.49951171875rem;left:27.9375rem;height:1.29980625rem;display:block; }
#SndDOLiXuTFPIffwP9NvQ94sxLiFvOtX { color:#b30350;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:186.248046875rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#NKOJrVpv5sI7TVJfC8bssikUDJbtcylh { color:#000000;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:179.93603515625rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#qosDwP824ITB4nNx7k7uov7pEiMhU36b { color:#8dc16c;display:block;width:26.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:173.93676757812rem;left:27.9375rem;height:4.5498rem;font-style:normal;display:block; }
#Q46RKkWxBNn5H96ApKWku6A4T6qoRDAp { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:195.5rem;left:27.9375rem;height:4.5498rem;font-style:normal;display:block; }
#ZoRr4hvLNWU8ZQmLQqbvKApFFJF8vxnf { color:#000000;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:200rem;left:27.9375rem;height:1.29980625rem;display:block; }
#P4aoe62W8XzlIiXPAl0UhxHlFrIWWcDf { color:#93c572;display:block;width:24.74975rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:201.8125rem;left:28rem;height:7.749rem;font-style:normal;overflow:hidden;display:block; }#P4aoe62W8XzlIiXPAl0UhxHlFrIWWcDf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P4aoe62W8XzlIiXPAl0UhxHlFrIWWcDf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#fTHS71AVc7TO9pOTgQwJZlehx3KXvVdr { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:211.3125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#Ra7wpzTJsGVxfffwokW1BuQKBafHrvHK { color:#b30350;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:233.8125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#PumqOQ1hECnJiCPq0hz2yyoMEnUgJ3Ud { color:#93c572;display:block;width:24.74975rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:227.625rem;left:28rem;height:1.48730625rem;font-style:normal;overflow:hidden;display:block; }#PumqOQ1hECnJiCPq0hz2yyoMEnUgJ3Ud li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PumqOQ1hECnJiCPq0hz2yyoMEnUgJ3Ud li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#idNVGlsGbhVgovINHpfIs31yRRMFrEwv { color:#000000;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:225.75rem;left:27.9375rem;height:1.29980625rem;display:block; }
#QFi9hV8mgL7ag4gDlV0VchKZdeXFgQmL { color:#8dc16c;display:block;width:27.24975rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:220.9375rem;left:27.9375rem;height:4.5498rem;font-style:normal;display:block; }
#lbm7bVkyV5MDcrM3qBS8czJ0JCSlGcxq { color:#8dc16c;display:block;width:27.24975rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:244.6875rem;left:27.9375rem;height:6.82470625rem;font-style:normal;display:block; }
#SMHdr2gBhRImHsv7fKCT7NWeRmnSuJ0x { color:#93c572;display:block;width:24.749125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15081;line-height:1.4;letter-spacing:0;top:253.3125rem;left:28rem;height:2.79980625rem;font-style:normal;overflow:hidden;display:block; }#SMHdr2gBhRImHsv7fKCT7NWeRmnSuJ0x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SMHdr2gBhRImHsv7fKCT7NWeRmnSuJ0x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#MoM7IiHmy5kXsmDbVeyA7WXTWGwzfTp3 { color:#b30350;display:block;width:45.3735625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:266.31120300293rem;left:7.3125rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PBdt1XU18zTGiACUx3nJhiMVPCK155Nl { position:absolute;display:block;z-index:15077;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:28.248875rem;width:19.9365rem;top:141.875rem;left:4.5625rem;overflow:hidden;display:none; }
#tWrRfkO14qeiFMyLbfIHBB2m88tL8inR { position:absolute;display:block;z-index:15082;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:20.625rem;width:20.625rem;top:11.25rem;left:3.791015625rem;overflow:hidden;display:block; }
#auLKxKBegsVvJnD8oeEe2eps05frXwgo { position:absolute;display:block;z-index:15083;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:20.625rem;width:20.625rem;top:34.541687011719rem;left:3.791015625rem;overflow:hidden;display:block; }
#Qh7133FuEAxcuBndtJneOkRKNcDfpvJ5 { position:absolute;display:block;z-index:15084;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:20.625rem;width:20.625rem;top:57.249370574951rem;left:3.791015625rem;overflow:hidden;display:block; }
#XgKOpuOvdAtLDkfqUqLDKCOQ2NSE0UVM { position:absolute;display:block;z-index:15085;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:20.625rem;width:20.625rem;top:80.729187011719rem;left:3.791015625rem;overflow:hidden;display:block; }
#J4IpIQKCh3VthoczCFSOqQ3uBCkDrNPw { position:absolute;display:block;z-index:15086;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:20.625rem;width:20.625rem;top:103.21095848084rem;left:3.791015625rem;overflow:hidden;display:block; }
#vWXp2Nsl1WHT5uD9mcnqBLb6dTF66DM6 { position:absolute;display:block;z-index:15087;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:20.625rem;width:20.625rem;top:126.29168701172rem;left:3.791015625rem;overflow:hidden;display:block; }
#rGdqGhuHQUbcrnFiPcAQpNdXgW2H367O { position:absolute;display:block;z-index:15088;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:20.625rem;width:20.625rem;top:149.2154750824rem;left:3.791015625rem;overflow:hidden;display:block; }
#deDHrlbnBTqZPiDd3w2Q9GyHBGI4kWsA { position:absolute;display:block;z-index:15089;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:20.625rem;width:20.625rem;top:170.60353851318rem;left:3.791015625rem;overflow:hidden;display:block; }
#iwLxJ9FTs6XOu8bfXXIQ2t1JUTGgKf4C { position:absolute;display:block;z-index:15090;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:20.625rem;width:20.625rem;top:193.74936962128rem;left:3.791015625rem;overflow:hidden;display:block; }
#QwiK4GKanf7vkPZdzDWx2TTfzTO9dTJV { position:absolute;display:block;z-index:15091;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:20.625rem;width:20.625rem;top:217.47918701172rem;left:3.791015625rem;overflow:hidden;display:block; }
#p8Xu3V0Zb5ZGnEtgNiGuTRzbuw9bgXzJ { position:absolute;display:block;z-index:15092;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:20.625rem;width:20.625rem;top:240.625rem;left:3.791015625rem;overflow:hidden;display:block; }
#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#98c4da;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; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row .container { background-color: transparent; background-image: none; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row .container > .video-iframe-container { display: none; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row > .video-iframe-container { display: none; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .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); }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row .container { border-width: 0; border-radius: 0; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#nWTA1uoDsbHJtAwCAT8HKCuwILQlUo5v { color:#001623;display:block;width:36rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15055;line-height:2.5;letter-spacing:0;top:14.375rem;left:4.75rem;height:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qoXcDeh1wyyRRITVbsongL6R5lzTahOs { color:#3c3c3c;display:block;width:22.24975rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:9.125rem;left:4.75rem;height:2.6621125rem;display:block; }
#CRV2T9wWMzRlgD8Jk4WU4wMKytWx9tgt { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:9rem;left:2rem; }
#KLMg3q0nnbAQ7RfupTibOlDvB3hT23HF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:39.8125rem;left:1.9375rem; }
#ONwsekrh1iETHdbeJ6Owqq1fVubNpAF6 { color:#3c3c3c;display:block;width:31.1875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.125rem;height:2.4375rem;font-style:normal;display:block; }
#JHnFnfhKwcB933pqabayoJnr1hxQHEA0 { position:absolute;display:block;z-index:15070;background-color:#3c3c3c;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:30.625rem;top:12.75rem;left:3.875rem;display:block; }
#EGKChIUJpo9POA4Ln4CzSlWTxrqz1BlV { position:absolute;display:block;z-index:15071;background-color:#3c3c3c;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:30.625rem;top:44rem;left:3.875rem;display:block; }
#G8FTEQMZPKDaT8kwJi5ZGWeBu3JZ0DPA { position:absolute;display:block;z-index:15067;background-color:rgba(255,255,255,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:41.8125rem;top:3rem;left:0rem;display:block; }
#AAmkyvJI0iWQCtMenAI6EJirePodTfsu { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.75rem rgba(0,0,0,0.3) ;height:59.6875rem;width:41.8125rem;top:0rem;left:0rem;display:block; }
#coQamWB3zqHQEwOx95aSx8XX6Fi8zEQi { color:#b30350;display:block;width:17.125rem;position:absolute;font-family:averta;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.375rem;left:3.5rem;height:1.86903125rem;text-align:left;text-align-last:left;display:block; }
#yswLkQ1NzXVK4e8MimJG59yQBgsQPtPh { color:#338403;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:50.375rem;left:3.5625rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTVSIE07UUrS5InxqnI1bii6adygak7U { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:34.8125rem;left:1.9375rem; }
#T6IEDIsAZBL1ZrSJeC5XrbSpJogRD78m { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:37.3125rem;left:1.9375rem; }
#JLfoJ1VM3Z9pWs7SkbPpf4TJRdFsmpPC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:29.75rem;left:2rem; }
#rD7mq9AIEEayeNF9T4iPdZI60MapkM20 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:32.1875rem;left:2rem; }
#L9DkBTugLemPstxBONkkxWvPWCMDRJsK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:27.25rem;left:2rem; }
#kNz7zVNfKblelUeW6b3a76FESg41mkTZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:22.25rem;left:2rem; }
#FeqDd60DHKBgkZOuK8Ti8d7TgsqsJJbV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:24.75rem;left:2rem; }
#LWqWOt19PidbD7oMUT01IDVNRPu0hhPD { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:19.75rem;left:2rem; }
#rI6Cfyb4F693cAcRnTCTcyDP7LoXLcOu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:17.3125rem;left:2rem; }
#TNZEITxyGtEt37Gb4IWoASKN6AN96Unn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:14.8125rem;left:1.9375rem; }
#TZPoyATmRVToBdp8oFusVrMn2QETAGqG { position:absolute;display:block;z-index:14994;background-color:rgba(152,196,218,0.27);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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.75rem rgba(0,0,0,0.3) ;height:60.5rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#kgGv8XtGExx0IQETK5WLxtqCKfnLw72w { position:absolute;display:block;z-index:15078;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.625rem;width:4.8125rem;top:0rem;left:35.0625rem;overflow:hidden;display:block; }
#LscTOzMuuA2epNmclc3OqaZREOrv8cMK { color:#b30350;display:block;width:17.125rem;position:absolute;font-family:averta;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.875rem;left:3.5625rem;height:1.86865rem;text-align:left;text-align-last:left;display:block; }
#cWT3pdqTw49kBE9PPOctpXiFMV4zciLe { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9658125rem;height:2.96581875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:54.2841796875rem;left:3.5625rem;display:block; }
#dbiyNR9N5g835amvOoEwk2dqpiygZ1AP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGN5FSlDLqu0okpfm08b5LoXohnDOWut { position:absolute;display:block;z-index:14992;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:60.4996875rem;width:31.1870625rem;top:1.3736896514893rem;left:28.812935829163rem;overflow:hidden;display:block; }
#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { position:relative;display:block; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { background-color: transparent; background-image: none; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container > .video-iframe-container { display: none; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row > .video-iframe-container { display: none; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .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); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { border-width: 0; border-radius: 0; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .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; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ig8vTIeBg4SpFFhz6KGOoClHBKKkkREu { 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:26.1875rem;width:60rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { position:relative;display:block; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { background-color: transparent; background-image: none; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container > .video-iframe-container { display: none; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row > .video-iframe-container { display: none; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .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); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { border-width: 0; border-radius: 0; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .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; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lb9sWJV9RzMemEOAu5Tt8BfI9Jk4ReaT { color:#b30350;display:block;width:49.5621875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5853042602539rem;left:4.1558160781861rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ih7e8Xi0UetMCPrKpukum2J0ABHFZuxM { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:8.79638671875rem;left:3.9984130859375rem;height:4.19970625rem;display:block; }
#EPEK8ACRyyDtTHmzNHKKZzBaiASgbGIN { position:absolute;display:block;z-index:15009;height:8.5rem;width:38.75rem;top:15.625rem;left:9.5615234375rem;display:block; }
#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { position:relative;display:block; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { background-color: transparent; background-image: none; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container > .video-iframe-container { display: none; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row > .video-iframe-container { display: none; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .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); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { border-width: 0; border-radius: 0; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .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; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w9fC5X4PE0E94IvHPU7ZQdiy5J9GrTBc { color:#4c86a9;display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.529296875rem;left:7.62451171875rem;height:5.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dRxnige2fN7p5SNaXKZ8gRw0ktOTQZd6 { position:absolute;display:block;z-index:15018;background-color:rgba(152,218,181,0.27);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.9375rem;width:20.1875rem;top:10.162353515625rem;left:7.62451171875rem;display:block; }
#N6FR7ahvMyIcMDrtUFk0g4O6ZXhRqmxb { position:absolute;display:block;z-index:15019;background-color:rgba(179,3,80,0.14);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.8125rem;width:20.1875rem;top:10.162353515625rem;left:30.374755859375rem;display:block; }
#KxtxgA8balupkm0QgbMDaFvlNSutRl8b { color:#3b7f67;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.537475585938rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:14.49951171875rem;left:9.0625rem;height:4.19970625rem;overflow:hidden;display:block; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:19.287109375rem;left:9.0625rem;height:6.9995rem;overflow:hidden;display:block; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT { color:#000000;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:26.2841796875rem;left:9.18701171875rem;height:;overflow:hidden;display:block; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#l0VVqwfHgxAP4hyggIiwZc4WrKMx6p97 { color:#b30350;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:31.624755859375rem;height:2.5996125rem;font-style:normal;display:block; }
#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:14.49951171875rem;left:31.624755859375rem;height:4.19970625rem;overflow:hidden;display:block; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:19.287109375rem;left:31.624755859375rem;height:;overflow:hidden;display:block; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#knv3haH0R79UxW5A9XSCFHbMT1v58e5P { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:24.4873046875rem;left:31.937255859375rem;height:5.5996125rem;overflow:hidden;display:block; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#CTEQHk2ckGpNp3SAgghRVpkJDd0tGNin { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.373875rem;width:11.373875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:.2;top:0.8740234375rem;left:0.625rem; }
#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { position:relative;display:block; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { background-color: transparent; background-image: none; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container > .video-iframe-container { display: none; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row > .video-iframe-container { display: none; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .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); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { border-width: 0; border-radius: 0; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .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; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lV4vC2fvqXT2qqtS7WlUyfqMxiG0tG7e { color:#4c86a9;display:block;width:49.562375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.8497314453125rem;left:4.437255859375rem;height:2.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lSbtcg6cgri7MttlaDq6SCbzdM70MVGB { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:7.6124999998137rem;left:4.28125rem;height:11.19925rem;display:block; }
#VzOAgP6iozsH5bTkSOCJNtVMpJLaKbqf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.49975rem;width:8.49975rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.2;top:0rem;left:0rem; }
#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { position:relative;display:block; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { background-color: transparent; background-image: none; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container > .video-iframe-container { display: none; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row > .video-iframe-container { display: none; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .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); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { border-width: 0; border-radius: 0; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .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; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hpOQR1fTAgRohONF1NyVBuw4IXirzyuO { color:#4c86a9;display:block;width:49.562375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:3.193359375rem;left:4.281005859375rem;height:2.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EMEfInI6UZLbD8pVWGnGk6Ef8Et11BiI { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.296875rem;left:4.125rem;height:9.7993125rem;display:block; }
#J5mJAkRNu9UWK9h0P92nwUSzqEp2Wu9n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.187rem;width:9.187rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.2;top:0rem;left:0.5914306640625rem; }
#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { position:relative;display:block; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { background-color: transparent; background-image: none; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container > .video-iframe-container { display: none; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row > .video-iframe-container { display: none; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .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); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { border-width: 0; border-radius: 0; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .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; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aKdItBGtNooOUcgzN3cOOzr3yCNnsmtS { color:#4c86a9;display:block;width:49.561875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.7076816558838rem;left:5.21875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tw8CaJxWomBS1kTaZOhOLIEtsAyE7enX { color:#000000;display:block;width:49.561875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:4.755859375rem;left:5.21875rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aogFnn61JHI1gQl9k2gLp132F3FeXH8U { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:11.1875rem;left:1.1875rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oHu9a0KKyiT2QpeVFhOLWQeg6gl66BWT { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:11.1875rem;left:30.6875rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Mx7srzvb62eKmWXnzKqw2TtR33z1hxrB { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:44.9375rem;left:1.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;display:block; }
#tqmAiJE9WlTJw9gHrXnT2LvnQb76xhRA { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:44.9375rem;left:30.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;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;display:block; }
#zlQawykc7O0SUiEltcz84IZTJrUGKI3L { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.875rem;left:1.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CAaTvo6fNAyMXTkNq08nHmB8hfmbXv9l { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:9.875rem;left:30.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JMGE8biNrBwhzHpEe1qSDDCfSepTeDDk { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:43.70832824707rem;left:1.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cIVtwbC0T6oQictbBLzWbKHnhCc6rWvm { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:43.707679748535rem;left:30.729167938233rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TFOhTzHQNgT0P2x61TZ90GB3nFbNTTIg { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:43.58332824707rem;left:1.978515625rem;display:block; }
#HsR18rsyN4dsUkC4Rf9rX0DXLfdSTQvS { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:43.514320373535rem;left:31.65625rem;display:block; }
#OXCslSSUH5o9KTEly8csIGcDJdHgNEyg { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:9.6803398132325rem;left:31.65625rem;display:block; }
#C541XsXGvPSdbIuW3ZfxtJiugtSPnzJl { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:9.680989563465rem;left:2.15625rem;display:block; }
#f4DOWOAfLyGkisXQhg6XnPH7nwUa00kR { 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:29.5625rem;width:20.875rem;top:12.156250476837rem;left:5.0625rem;overflow:hidden;display:block; }
#m98QqJTgTQQz49JFDpqqamTglWQ11f7D { position:absolute;display:block;z-index:15018;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:23.1875rem;width:27.4375rem;top:15.34375rem;left:31.28125rem;overflow:hidden;display:block; }
#kibhtla4mTWhgCQODxWyHsQS2MltBDcF { position:absolute;display:block;z-index:15019;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:23.5625rem;width:27.625rem;top:49.030600547791rem;left:1.7134335454669rem;overflow:hidden;display:block; }
#O2JbF5nFOMNPoCOzBLdxfFo47XiS56Gy { box-sizing:content-box;height:2.8125rem;width:19.3125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:33.92387008667rem;left:5.46875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#MZ7LG3NyTHOXcxldFqWBIcGnLdn2kR4s { box-sizing:content-box;height:2.8125rem;width:21.1875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:29.5rem;left:34.520183563233rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#LVqFNwkNTlN0FBUv3eQORvGZnzLDsS4N { box-sizing:content-box;height:3.6875rem;width:13.5625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:53.68754196167rem;left:10.176433563233rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#msEdGreeDqoDPWFyWaihXXO27wmwdUN9 { box-sizing:content-box;height:2.875rem;width:8.75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:69.22851753235rem;left:48.916019439698rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#etiQkAakp60FilGOEcf976FVlWJGNcpy { position:absolute;display:block;z-index:15022;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:26.9375rem;width:26.125rem;top:48.135417938233rem;left:31.9375rem;overflow:hidden;display:block; }
#mqapxsJIPKFf3baIMcvqspdhETL2Z5tK { color:#ba0000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:51.130941867828rem;left:39.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#ATVf6xA0RRDJS4vtQVBgvatcSJXxTAN3 { box-sizing:content-box;height:3.75rem;width:11.625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:50.294273376465rem;left:39.45703125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff002a;display:block; }
#x0WuX0S17TA2RRuvd9bg8yd47BdxKa8K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:34.684247970581rem;left:2.1354160308838rem; }
#UWEQfkRKb8Nh23D5rlwnS3D0PkviKV3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.145833969116rem;left:31.65625rem; }
#uRBuCbqGVzBASDfl8p7E1FRSMSJr4xrZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:69.833253860475rem;left:45.770183563233rem; }
#XOGvgGfDTaePXuqHJbvgENCbMfDdR7ny { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:53.749309539795rem;left:23.697265625rem; }
#p5re4Do9iVJXEhK7Z1kh1uBFrhwNkthr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:53.478517532349rem;left:39.90625rem; }
#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { background-color: transparent; background-image: none; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container > .video-iframe-container { display: none; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row > .video-iframe-container { display: none; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .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); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { border-width: 0; border-radius: 0; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#wxRzy4EHHLRqiv60v8BhUbgKSsf6qSWq { color:#25617d;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3504638671875rem;left:8.125rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RqOlk1VyWKTQClcTe7Ff3kuXHoOnvBhF { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.3507080078125rem;left:8.125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:poppins;height:auto;color:#2a2a2a; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;line-height:1.4;overflow:hidden;height:auto; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-trigger.adaptive-delivery-prevent-bg, #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-trigger.lazyload, #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-trigger.lazyloading { background-image: none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy { box-sizing:content-box;height:auto;width:51.1235625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:#f1ece6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.310913085938rem;left:3.187255859375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VF04t5vQQGV6TxRmwETSWK333r0XqOSZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #ib1cPm8qlSVlESC7sSIG5KMdRHnLT9b8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #MFtlZTKrV0q0RyeMJheUg2PwU9ssKhu9 { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ph9sBlOhb4NtEWSwUiNusT1a3sDGTCdt {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #kNd6034MRDTGxh3DBeiVE2GqBIPlvLT0 {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #qiDU0uzJFp0FSbFITWptxBsvM8UN42gD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #hQGWHwIk9TJv6yc0GPHvn8tGZ5wsGZZd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LRx1zRW2HCrztKXsxbXRqZZecIbFBHuU { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Vkw4XeQqK2nrag6X8UB23LGSV1echTOb {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #AUzop04N3zheJoqre5lGT5QMSy5aNon9 { display:none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #r26Jpf3VQgSST9IT51C2nKTQlF9VPOKN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #cXdhqsb7pEfgbNpewo6ctkFxp5a3FIX5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #CfGSguXe9qF8TT6G7lUAUMXrXn4Q96sF { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #tRL7zctchWX2osc8OypfbSeUuXNmTd7B {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #NJ1byyUD1iyoRvETTdTovNTsfNeGFIEz { display:none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #QPaZDECtDAJmQLmwSpKeK8PecvMHtol7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VI7hf2Q6acVmUXAQHuOTMPWSB0PkJGzl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #n3zipTm0nOLq8eFAoKE4bDrnseLZRAb0 { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #T1moCvBzBle2PScEwGSKGrKpu1Hw5WlE {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Nop7uWv2cFgBGQW2NFouoZQF12FlUgpb { display:none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #U9dHVJfaMgkVwR7izqKvyDIkFpNBeJ2q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ork1M1eOPiw8wwsD2hPDVTOucuHtPrs2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VOPTVfheZ12DDzmVgT5uB7setoK00eCN { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #spCvv8xMU6c6tqzmueP6d1rloytBllyU {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LTkcAo37HAZCEBnT3GuMdqCezh5lwbc5 { display:none; }
#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { position:relative;display:block; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { background-color: transparent; background-image: none; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container > .video-iframe-container { display: none; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row > .video-iframe-container { display: none; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .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); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { border-width: 0; border-radius: 0; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .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; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fM0sS8eUnbcGTEyT3S9G89HEBWnVsCW9 { color:#4c86a9;display:block;width:49.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:4.28125rem;height:10.3984375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CdkywEosHCtK7AnagQlN5x75SMwhvA1f { color:#000000;display:block;width:49.874875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:15.311889648438rem;left:4.124755859375rem;height:6.9995rem;display:block; }
#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { position:relative;display:block; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { background-color: transparent; background-image: none; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container > .video-iframe-container { display: none; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row > .video-iframe-container { display: none; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .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); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { border-width: 0; border-radius: 0; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .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; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g4xHxJXUx9kPqknPbhcn1AlGb7nwK8uF { color:#b30350;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3611106872559rem;left:4.2182073593139rem;height:7.7988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gaEJ2C41TDQzUULMaQsChHwgV6mgymOv { background-color:#b30350;background-image:none;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: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.82375rem;height:2.82373125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.6865234375rem;left:21.087890625rem;display:block; }
#dd2R4wM45NtByR7xTmBkhL8dvSWv1rnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtaSTb7UXVhkJ8cfA0tsZO6i7ZlfMlu2 { position:absolute;display:block;z-index:15015;height:11.125rem;width:38.75rem;top:11.0625rem;left:10.625rem;display:block; }
#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { background-color: transparent; background-image: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .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); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { border-width: 0; border-radius: 0; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#qD1ZoNvmQBN8lP3Dx3U6oKTg8HVLTZCx { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:3.9375rem;left:18.46875rem;height:6.39845rem;text-align:center;text-align-last:center;display:block; }
#icJCRQoRciaxwBcJbBnCADieFgzcG8d9 { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.85000038147rem;left:0rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15035;top:11.0625rem;left:27.0625rem; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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;top:11.0625rem;left:29.875rem; }
#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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:15037;top:11.0625rem;left:32.75rem; }
#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#gp6XPT7oFVDbyM234w1f09gokCWZFFdc { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:15.8505859375rem;left:34.875rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWlq1BufsR5LMNWN1CQD5C4aXWh7QE87 { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:15.8505859375rem;left:47.3125rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WItcT1sfkSD1pTQLAPSAlNdEesp7HMkK { 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:3.9375rem;width:3.9375rem;top:0rem;left:28.03125rem;overflow:hidden;display:block; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;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;top:11.0625rem;left:24.3125rem; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { display:block; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZohcqDqmV5bh00Jr9QSB3cDrOJH0UJa { width:47.75rem;height:2.3125rem;top:11.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2NeDX68F1ykncW356vR6SwqGr09TPUB { top:9.6875rem;left:8.625rem;width:30.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS4ugamcHxs9zOV33Z1kZnpwUxQI0UCt { top:16rem;left:31.6875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA { top:18.25rem;left:28.875rem;width:18.875rem;height:20.1875rem;font-size:0.8125rem;display:block; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b3e8de33e6d985af892d9ea2e222a05.svg); }
 }@media only screen and (max-width: 763px) { #VVUOuKPgdlLe19qG8TBpG7PzOgcN4sLl { top:16rem;left:0rem;width:40.5rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6K87fLN3KspzTJrXSyG03QbXzdlL7x { top:0rem;left:0rem;width:10.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaEl6xVGvi56iGWZFN59SsMcV9KpUiP7 { top:0.875rem;left:8.15625rem;width:31.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh { display:block; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ua0E462bIN4t0USrplmrOZz3P0xFQX2z { top:12.625rem;left:0rem;width:30.3125rem;height:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO3w0VatCVVTd4cfVNB1w6Md2ezXhBJq { top:16.6875rem;left:0rem;width:30.5rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bozg6aLnK53TTLecM1yVbaztiwILaX1S { width:17.125rem;height:3rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6THNIUwTenm290itr1NwAN2DotzSQi { display:block; }
 }@media only screen and (max-width: 763px) { #d0z3shZkXZX4tW2AxDyORODF1tir3ce9 { width:29rem;height:10.375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklO4zgCtp60tXUVcrN1EaRwWyyxpn42 { top:16.875rem;left:0rem;width:0.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw6szSg80FpMhc2erGmGEOQeagHuUktX { top:0rem;left:0rem;width:35.125rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsMz0wNHZGEMNnDut0EvQ0AtlJIp3L3 { width:18.625rem;height:33.5625rem;top:0rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDyeolrLeTshieaqGONsVUewmbNIK568 { display:block; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgicz874DOI0IwrbKw8oQFtipvlAdHbF { top:1.1875rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g576SiUe9lnfQyJUDkQeUwBwXNWFZ7ng { top:1.125rem;left:0rem;width:0.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { display:block; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QScHEUyAuvR69sAyLrnpUcZC4ZBiScLb { top:0.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudqoeN8V6t80txCrJZudT4GDzFlcuOW { display:block; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIzC30VC6VvyMqHlzVXyfwEGbqlfHpRC { top:5.5625rem;left:15.5rem;width:31rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnZhZy1bRv34g7ZFts4Zil9TZoa1Z8T0 { top:20.625rem;left:15.5rem;width:31.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXtsInX4A5mLih8H1HtgwB1OhWXelwD { top:35.875rem;left:15.625rem;width:31.875rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buh39iwqXP1053l84V662J9MsZit1o3Q { top:51.4375rem;left:15.5rem;width:32.1875rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXU0o5JI8NfaG7PLhkNEdDuoz2nXRSxB { top:68.875rem;left:15.49951171875rem;width:31.875rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNVgkz9GKVtdZsiWx2XXLuKKoEFsGwR { top:2.375rem;left:0rem;width:14.25rem;height:11.823453889621rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnIRe1ivH5sof1iP1RvweiGIsLRnq2a { top:17.4375rem;left:0rem;width:14.3125rem;height:11.875311143523rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmqgzpyVEDh21iUzquQneo3S7bOciU { top:32.6875rem;left:0rem;width:14.5625rem;height:12.187604614632rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1S2rv1C3kTu07KsoGQVPNHoi8aaTkax { top:48.5rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9knFV68II23IZNoWUwfTXRwLTvCIceG { top:64.625rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfgHbJT5ldGHW0bGdERhHqiZMoNSocTq { top:2.4375rem;left:15.5rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXJWeOIVHXRbyPihcv7yaiauglfnvs8 { top:17.4375rem;left:15.499877929688rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CekcAUKs86yFPAZxBlSN9qli6HzGkBkT { top:32.75rem;left:15.5rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzInSgfpG7R4nWZPnnV0Ogd3NwIPWOZ { top:48.4375rem;left:15.5rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzedsF4IdeCt0VAqDK3IbLCcRxVeMAGz { top:64.625rem;left:15.499877929688rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiB14hEhNmgdGlhTstPpnRyn59CAH9Jq { width:17.125rem;height:3rem;top:79.875rem;left:15.2978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkf1ev46htQFhGw90qZD7ozwcgrTGL2M { display:block; }
 }@media only screen and (max-width: 763px) { #qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 { display:block; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuCruNALaAr3y2NP1nrcc8ep9isoW8nW { top:1.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGcE8muD54fvXTPCTz6UHvJukrobbKLA { top:8.4375rem;left:3.6875rem;width:44.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDvbBtd6pzVgPJQ0vUX8omfSrD1iq2k { top:7.9375rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzePU9QyM4V9l2PSZN53MCxv3OuyftR { top:14.125rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEwbsLZH2UnkFR3nogmOCTacBPEC0ZSZ { top:13.75rem;left:3.6875rem;width:44.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoZBZ4nJeLiCgz2iP4ZLFVDapFchl1uO { top:20.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuTDzrWSgZQ4FN2007EEaUreoTTo7FG { top:21.125rem;left:3.6875rem;width:44.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZT9gNUo0w22hh8xiZECBHdxoG4ROB4U { top:26.875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2plyPcXWFw6Ul8T4SbU1Ia5iaE4xPnT { top:27.3125rem;left:3.6875rem;width:44.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nztayucb4fAl5ekoL24ZZifFRW08KLOT { top:32.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr7ictaKwMefqIggKL5WFIL8HR9HC9i { top:33.125rem;left:3.6875rem;width:44.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t { display:block; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcdRsJZeXMR0zK8k1RBcUTAZszqK9LGE { width:47.75rem;height:5.5625rem;top:7.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8Ddt800LQitOs39rT3TBzcnuRQE88y { top:3rem;left:0rem;width:40.375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yheflt33p7cTnvklgpku4Nc1DTiphI { display:block; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLKwAIyd5MJzEiZcspM95Cn0VxfTEvu8 { top:1.5625rem;left:0rem;width:47.75rem;height:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTA6GUZdpH5xTwwpyZqsmgnvTJA8h3q { top:7.875rem;left:12.4375rem;width:22.875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { display:block; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTqdTvroQPOsS1l6tSDwaPGZX864rL5L { top:2.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPShReJRTnWQcF1LA5MqLTUXvP0JygUi { width:19.625rem;height:2.8125rem;top:9.5rem;left:15.304443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QVGbvLoQS3Wndc5IhrheAUZx4Rcppy { display:block; }
 }@media only screen and (max-width: 763px) { #TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu { display:block; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bymt5RFmTSTwhRsvVAwufJZpUXzzEXmD { top:2.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt { top:6.9375rem;left:0rem;width:45.9375rem;height:28.4375rem;font-size:0.875rem;display:block; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #LdiyHFEFpKNHOmTlREOMau62TZggzaTW { top:37.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { display:block; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OO0kReeoA0BmBinb6WcfVfenrNbzqcRU { top:1.8125rem;left:0rem;width:43.4375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr { display:block; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME5mLsrHbxLRv7IgDKpJhSbi4gIwa5GT { top:1.625rem;left:0rem;width:38.625rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyWxwa42esIpHWf2REofoN0ePbycnxi { top:12.8125rem;left:3.6875rem;width:44.0625rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMv72CDxZmqnVH6gNOLED7iTxG0PBWIA { top:24.3125rem;left:3.6875rem;width:44.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIzDcKczibgv5sOaX2r30RxMUyuw49m { top:35rem;left:3.25rem;width:44.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqnTrKFNsFiFxkP63T4k54tO5vM7wQcG { top:45.5625rem;left:3.6875rem;width:44.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsXn96UzMWHOXN9tbkfkOMaxUZ8FD03k { top:10.25rem;left:3.8121337890625rem;width:22.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAretQru0T0V3V7SCBh97TAadDxNznq { top:21.6875rem;left:3.8115234375rem;width:21.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlgSoPqJkADHMKTVP4EFRultyaS4xT1 { top:32.5rem;left:3.875rem;width:18.125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGXMCT2EtUKM54mkNdrBDb0fVmiAvlx { top:43.25rem;left:3.8121337890625rem;width:22.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFnAWt326yoWHuMDF6k8Mdh1fgl41aTT { top:9.5625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPQ7BgmKnTGvGCeDQPaJCpT53aqKDITk { top:21.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwAsft3J5Va3hfary9XNSrXBgtliqni { top:31.75rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZFddicDeO1uNLIA8rGN7ve548nSF47 { top:42.375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 { display:block; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT6Ma7cQAqcodWozuN53eEb94eSzBClQ { width:26rem;height:40.5625rem;top:1.75rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgNETOIFACEknvhzHM9eXLIyvC63TaBT { width:18rem;height:3rem;top:42.375rem;left:2.9162340164184rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHO68dZrhgoTRp8IlHmcfvWvrEpSFVpI { display:block; }
 }@media only screen and (max-width: 763px) { #x57yTe8yxieoKr25VAgDPT5FZ0WLGTUM { width:28.125rem;height:28.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpWXF3vNtiPNDUxl8SxWoHQnC0sECu7 { top:10.625rem;left:1.6944456100464rem;width:18.125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L10CTnSz3AEMNUbNyT044KLbG5IMPGym { width:24.25rem;height:5.8125rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suaFcfKNNT2BDtsc5yVW1TRP91kGUeoa { top:9.5625rem;left:3.5830087661743rem;width:18.625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { display:block; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZwl8Kk33gT0pPhXIrPDrdNnMNpdQm1D { width:45.5rem;height:5.1875rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxF4efM5dfPrDgeVItke22UMOAAw23lT { display:block; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1ZaO2fBEBTEoFDsfpWBvMqXCuNnbAZT { width:44.0625rem;height:6.9375rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISnn7zt5mk3h9wxdcxh2fIHv74NEetxE { width:12.5rem;height:1.4375rem;top:13.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL1ZATx7a9vKfB5u8dLcDfnW2chSopVT { top:13.625rem;left:29.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiczciNvtCkBPy6xwsir7ObnvHNO86Ia { top:13.625rem;left:31.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkeoaK8lu91FzrfMqUT83Pb8sXzcbT0 { top:13.625rem;left:33.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvwc0ymP0x0lGQLTLkWPHKsJw0Sw5AOG { top:13.625rem;left:35.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAO2WZmvL1KCWSLN3miR1U7QOAt6usnO { top:13.625rem;left:27.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REJxSR6flq5t4xAJQZApOCuNb1TR6mEJ { width:44.0625rem;height:5.5625rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4XkUFnxF82T8Zu8ZKQ4pRDoJLITkZH { top:29.75rem;left:27.312394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMgDa3tAyn42iExpBvaJ6950SWW5bvw { top:29.75rem;left:29.312176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opd0fSfEVft5LEJkW0WITlfoORz0PBlN { top:29.75rem;left:31.312500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0UKSz4Hh8oWDcowesnOxHVOi8R7vsoo { top:29.75rem;left:33.31228351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foKgOH7bntJKmNusdOvr5Cx6U57gG59q { top:29.75rem;left:35.312069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0JRQWpXVU6cNzEVyciT5J8f0lAhB0e { width:12.5rem;height:1.4375rem;top:30.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8stg86Hb58PTVeXqOXnTcBo2kK6bCIg { width:44.5625rem;height:7rem;top:37.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gZrIRvxvv5z52Wsxh8tTAtzwPC32my { top:62.8125rem;left:28.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DQWBdOxizdTG4RXsOT1AO2NRR43MQP { top:62.8125rem;left:30.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmdRUcZIh573v7BoIZodJXWbR2ApT1W { top:62.8125rem;left:32.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWJMrkFUVGrD0OF8cmVsDZwo6xh0T3ef { top:62.8125rem;left:34.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoaBNxAvgsmKsyG43bRtxkWtsDAxd5ty { top:62.8125rem;left:36.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvyOAKSrRD48R1TuQ7NpsZsLX5vJNol { width:12.5rem;height:1.4375rem;top:46.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv38dBz13GOeQ0Cf2EBcDI9HHyBuWmbZ { width:43.8125rem;height:8.375rem;top:54.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6RnMABL7UNtEbO8tWaOTtumTdyehNG { width:12.5rem;height:1.4375rem;top:63.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHlBCSETwme4TddxpJR4Jm2XXtBzCG8 { top:46.5625rem;left:27.687394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2iDAFyeKU90JKnZigNv82W6th6llP0 { top:46.5625rem;left:29.687176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9U9Txa8e1HSaBpNRdEFRnrs9KqcDeZ1 { top:46.5625rem;left:31.687500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCokGg5B1pO90zU2n2TAm2dPKe9QI8cn { top:46.5625rem;left:33.68728351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUkXzCragqQu5BVCywsL9WgdR6ydPys { top:46.5625rem;left:35.687069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuSGO1iRmgeC55NWTBtFTBcqVPI8Mqol { top:3.1875rem;left:0rem;width:47.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQsafd2zqmGTzFLE7bha5UkZOdGLiIou { top:19.3125rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Qaztxz7e0xa93RgvwI0DavzCyyNQfm { top:35.4375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ0tA6Q2mddlkBVKiTBl2luzawS45XrM { top:52rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKGxlNgBDaAo094pno6IWszm66RsgQ7X { top:2.3125rem;left:42.472008705139rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrVXPwZwREbWs49bNTyWKfKXP1r3zqu { top:18.3125rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COGmsGoNBL5razzzTCBRuATPlEdriMm1 { top:34.4375rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnLEg1ndHuqMQFiQfukmkLWR0ELDeE91 { top:51.0625rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idbxGMd5K71ZMpacIOGVWMTg9kFhiOrD { top:2.375rem;left:0rem;width:8.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHS3FR3Pvwu90vWEBTKisMilzQTOTH9N { top:18.5rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5NDHRsQIR9PgSs04caT78Rx9JMHT1u { top:34.625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyxlkeA0tVBGHASqLB283ksfux8DhxXb { top:51.125rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE7bRanpRNTPw316miUaLtDJ3r0q2mlu { top:68.9375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlsoDi4eUSKNN6PO69aLGCpJB6hHkOp8 { top:68.0625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTB6K86L5iqm4XWiJhZ4Am7SMgoRw42a { top:79.75rem;left:27.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leeDWCPJiyH8LJq6Tnb49BQ7oETQUMG5 { width:43.8125rem;height:6.9375rem;top:71.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV1WBvBwSw3f0OiLnuBI7brJlc9mTVo9 { top:79.75rem;left:29.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJgQ5aJz7o6b3N5glKTZVmPAoklDk0b { top:79.75rem;left:31.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6vAua2zT25GtHIb5z4xo1FfTsd4qPO { top:79.75rem;left:33.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhsrvfh31naNbuizwqr1iafs6qCu83i { top:79.75rem;left:35.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbahO9pobnbICafQprRE89BgchDKZhp { width:12.5rem;height:1.4375rem;top:80.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWym2TeuFMlrg6TcoBs92esyZKhcwruW { top:68rem;left:42.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { display:block; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkmBDAtZuEyycOVVHRdN4fH2AqpCqzhw { width:47.75rem;height:5.1875rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWFbogrogG3GIIs7VhdqOtELBbesLBiR { display:block; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD { top:1.5625rem;left:0rem;width:47.75rem;height:19.25rem;font-size:0.875rem;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #uCNHkiL6uWDVHNhBKm3NstvNLFVpDXpe { width:17.9375rem;height:2.9375rem;top:22.5rem;left:14.84912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigR5mOJLTM9I5rvGgKS6MqwZfGTKKMe { display:block; }
 }@media only screen and (max-width: 763px) { #J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { display:block; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvfAPoZkIlqSKTRZJKvxF7QEgOH3nevl { width:47.75rem;height:2.5625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogIHZ6AK8AKkzrTqflQPO2MCHsXyyV9A { top:7.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlviDylsZP51JV8muI1Hs1m5Lvp19WFT { display:block; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOcJBGuDvHqnnyDLsZC3JqN876cig09y { top:3.3125rem;left:18.6875rem;width:29.0625rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAMS3GCK0KWkcaEyRlVBzA55gHWdo8di { top:14.25rem;left:18.8125rem;width:28.9375rem;height:6.1875rem;font-size:0.875rem;display:block; }#SAMS3GCK0KWkcaEyRlVBzA55gHWdo8di li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #I9T3XU41SsW78ncvKATf3bAt0pGy90t8 { top:25.4375rem;left:18.6875rem;width:29.0625rem;height:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ZXJUdR2C4xuMDq1wiWO3a8ESTV2W83 { top:38.375rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#S8ZXJUdR2C4xuMDq1wiWO3a8ESTV2W83 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #JvdIJnduLg0c7Vft78TqNJH7TqZszmBW { top:49.375rem;left:17.3125rem;width:30.4375rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIBLx9nODfNtzGkBw7QWXLN8tZDniiHq { top:60.125rem;left:17.4375rem;width:28.0625rem;height:5.9375rem;font-size:0.875rem;display:block; }#MIBLx9nODfNtzGkBw7QWXLN8tZDniiHq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #lPU0ebClZTTEDzuNLH9W81wqClcZ4dkq { top:71rem;left:18rem;width:27.25rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbsEJMyFWtMlLiEugHN4lraU6TTXTTH { top:83.8125rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#gKbsEJMyFWtMlLiEugHN4lraU6TTXTTH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #FaXPQgbTzqSkw9KgqIrZrTP41Ucp2gB4 { top:94.0625rem;left:21.875rem;width:25.875rem;height:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czMvufLuUsnLORLnPMD0ufJVNWVsSzRa { top:103.5625rem;left:16.5rem;width:31.25rem;height:20.0625rem;font-size:0.875rem;display:block; }#czMvufLuUsnLORLnPMD0ufJVNWVsSzRa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #w1MmB25nHEy4tyvDNqCILpb7HGwTsOrP { top:134.875rem;left:18.8125rem;width:28.9375rem;height:12.125rem;font-size:0.875rem;display:block; }#w1MmB25nHEy4tyvDNqCILpb7HGwTsOrP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #KudhXPyS2Rf1ofPxiToVvRJotbI5486s { top:126.875rem;left:18.6875rem;width:29.0625rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt7zcFouidSeJ5FOaxyyDFCnZNpNiD6T { width:45.3125rem;height:2.75rem;top:150.8125rem;left:1.18701171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4VZP1yX6UTsurPA4glKHmpchc2STHT2 { top:1.375rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX0Kw9FTiR339taJJlgnJ6lLi2DIZoHt { top:23.9375rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rch0HbHfCMGaoSEHhUJ6qm9MegGvqoi4 { top:46.875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4oEUTtCo5KiNA4h3T24TeRHGTErmgik { top:69.75rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkGrA05gz44QTR3tAOKv8aE0dqv9FAAA { top:93.1875rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB3W8fecreE96vhVDF74rQnqHKhowBA2 { top:126.1875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcXF5G2yi2TTJDCSZ4IUfZqGST94Uidq { top:1.875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTC3HNgBL5h4oTib7TppEy817VbhpJ5n { top:24.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8J04wxPgTtN4yzItDrOKoG1tI8HfP10 { top:47.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQhWIOfiO3hDTQHLiI0TgJiCdEPTvyzT { top:126.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tecl005XLAn8yoq1atG0zWzwfTbtl49U { top:97.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emutB6Kr81sBt6qBCMgBlTBssXM1W9gA { top:70.3125rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJBKikb0gNemKeAFt62mVJ4UApQgZPlD { top:154.9375rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5zgWIQ8THesrLMtBsTF3acoe0XG5cND { display:block; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBiRl95IJSDVL3x6OgWdRQzf9QTeMr6B { width:45.3125rem;height:5.1875rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrXCZqF7QrdiSEwB98t4zNbkMyaUBKJZ { top:21.5625rem;left:18.8125rem;width:28.9375rem;height:6.25rem;font-size:0.875rem;display:block; }#vrXCZqF7QrdiSEwB98t4zNbkMyaUBKJZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #fT0rsXCJngiTrB7pu4h5Z3c4C1tLSuh4 { top:11.9375rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud1GDghs4Tcobv5G5laTwmrwSzTUaFko { top:18.8125rem;left:21.81201171875rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxIwz6VsnioSMxqICuoTJ9RsFghqCr4f { top:29.1875rem;left:21.81201171875rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGA6Mvh7C673GnlLa1pPRaMe7R46lyOX { top:36.625rem;left:21.81228351593rem;width:20.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpTJs4pUvL76VU5MMrxvNTFtPcXMr8Zn { top:46.375rem;left:21.81228351593rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTquvw6Nxr3GIXnH6l9QgUmIOIlT7GO { top:48.5rem;left:17.625rem;width:24.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#bHTquvw6Nxr3GIXnH6l9QgUmIOIlT7GO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #rqr7mDtLNbMgXuPLwl8t9GqKvo3cVfRg { top:52.125rem;left:21.81228351593rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJDiMq5sx86tTpCJlPU2SWgufpQLQFPx { top:66.9375rem;left:18.8125rem;width:28.9375rem;height:8.1875rem;font-size:0.875rem;display:block; }#sJDiMq5sx86tTpCJlPU2SWgufpQLQFPx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #wIfJDhJa1JuIQTVJFG66g5ZHbUugiHOi { top:76.625rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBidSP9MTzTPS6kZFuE0g1VHHlCqKn75 { top:64.8125rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6wEMA9V2Q7gRktGnCZqh4DEih5JelSZ { top:57.1875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq3e74zhTGmfq0lbtKi0unHz1vRZhVF4 { top:90.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#bq3e74zhTGmfq0lbtKi0unHz1vRZhVF4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #gxuSTBGDgKihxbyr5dPDHEPUxpTCThcJ { top:83.5rem;left:20.5rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lisiv27ET590rcn2y16B9pLmoMoxhVlD { top:88.8125rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTi5xWKCHCpUfsVVFIRwkiuDF9u96vA { top:97.3125rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJaiWhfb7BtUWtmxZQh1PJWiMw9LtAJ { top:121.25rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFUUDTeRGdbaNqpKds4JTDItVIJlzB2 { top:114.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#ntFUUDTeRGdbaNqpKds4JTDItVIJlzB2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #LLSVJepD53V4OgsVLeRTnNnlMTsPQaeB { top:112.8125rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb06IEHs8eedvPgA6GBflEcGVhivhCws { top:103.75rem;left:20.5625rem;width:27.1875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVt787PTyTa73bCe75exa0gJWvxik45B { top:128.875rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn4cF8QlmbxaGBAOHSTwy8gNFaUmmab0 { top:134.6875rem;left:21.811767578125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7m5q258w6ikqg129hCxiGXnBU16LIPt { top:137.4375rem;left:19.3125rem;width:28.4375rem;height:1.375rem;font-size:1rem;display:block; }#i7m5q258w6ikqg129hCxiGXnBU16LIPt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #vZiUC0lethtOC0WnfPzbqzO5iWdWl4wF { top:141.9375rem;left:21.811767578125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGDFtISyOxQ4BEGImsQ9n3dJwaPoqyQx { top:158.6875rem;left:19.3125rem;width:28.4375rem;height:9rem;font-size:0.875rem;display:block; }#IGDFtISyOxQ4BEGImsQ9n3dJwaPoqyQx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #rOLzFn1KrasGsMABCfmMCBy2JeNAnAA7 { top:148.75rem;left:19.25rem;width:28.5rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4FlODkvu43IrrLWFtmNxq4Bz2UoZ8W { top:156.3125rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhWULtPvRiSbOvsHDN5u27Rn7R0mp6qn { top:168.4375rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SndDOLiXuTFPIffwP9NvQ94sxLiFvOtX { top:186.1875rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKOJrVpv5sI7TVJfC8bssikUDJbtcylh { top:179.875rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qosDwP824ITB4nNx7k7uov7pEiMhU36b { top:173.875rem;left:21rem;width:26.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q46RKkWxBNn5H96ApKWku6A4T6qoRDAp { top:195.5rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoRr4hvLNWU8ZQmLQqbvKApFFJF8vxnf { top:200rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4aoe62W8XzlIiXPAl0UhxHlFrIWWcDf { top:201.8125rem;left:21.875rem;width:24.6875rem;height:7.6875rem;font-size:0.875rem;display:block; }#P4aoe62W8XzlIiXPAl0UhxHlFrIWWcDf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #fTHS71AVc7TO9pOTgQwJZlehx3KXvVdr { top:211.3125rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra7wpzTJsGVxfffwokW1BuQKBafHrvHK { top:233.8125rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumqOQ1hECnJiCPq0hz2yyoMEnUgJ3Ud { top:227.625rem;left:21.875rem;width:24.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }#PumqOQ1hECnJiCPq0hz2yyoMEnUgJ3Ud li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #idNVGlsGbhVgovINHpfIs31yRRMFrEwv { top:225.75rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFi9hV8mgL7ag4gDlV0VchKZdeXFgQmL { top:220.9375rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbm7bVkyV5MDcrM3qBS8czJ0JCSlGcxq { top:244.6875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMHdr2gBhRImHsv7fKCT7NWeRmnSuJ0x { top:253.3125rem;left:21.875rem;width:24.6875rem;height:2.75rem;font-size:0.875rem;display:block; }#SMHdr2gBhRImHsv7fKCT7NWeRmnSuJ0x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #MoM7IiHmy5kXsmDbVeyA7WXTWGwzfTp3 { width:45.3125rem;height:2.75rem;top:266.25rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBdt1XU18zTGiACUx3nJhiMVPCK155Nl { top:141.875rem;left:0rem;width:19.875rem;height:28.161733033632rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWrRfkO14qeiFMyLbfIHBB2m88tL8inR { top:11.25rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auLKxKBegsVvJnD8oeEe2eps05frXwgo { top:34.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7133FuEAxcuBndtJneOkRKNcDfpvJ5 { top:57.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgKOpuOvdAtLDkfqUqLDKCOQ2NSE0UVM { top:80.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IpIQKCh3VthoczCFSOqQ3uBCkDrNPw { top:103.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWXp2Nsl1WHT5uD9mcnqBLb6dTF66DM6 { top:126.25rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdqGhuHQUbcrnFiPcAQpNdXgW2H367O { top:149.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deDHrlbnBTqZPiDd3w2Q9GyHBGI4kWsA { top:170.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwLxJ9FTs6XOu8bfXXIQ2t1JUTGgKf4C { top:193.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwiK4GKanf7vkPZdzDWx2TTfzTO9dTJV { top:217.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Xu3V0Zb5ZGnEtgNiGuTRzbuw9bgXzJ { top:240.625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs { display:block; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWTA1uoDsbHJtAwCAT8HKCuwILQlUo5v { top:14.375rem;left:0rem;width:36rem;height:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoXcDeh1wyyRRITVbsongL6R5lzTahOs { top:9.125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRV2T9wWMzRlgD8Jk4WU4wMKytWx9tgt { top:9rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLMg3q0nnbAQ7RfupTibOlDvB3hT23HF { top:39.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONwsekrh1iETHdbeJ6Owqq1fVubNpAF6 { top:4.25rem;left:0rem;width:31.1875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHnFnfhKwcB933pqabayoJnr1hxQHEA0 { top:12.75rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKChIUJpo9POA4Ln4CzSlWTxrqz1BlV { top:44rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8FTEQMZPKDaT8kwJi5ZGWeBu3JZ0DPA { top:3rem;left:0rem;width:41.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAmkyvJI0iWQCtMenAI6EJirePodTfsu { top:0rem;left:0rem;width:41.8125rem;height:59.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQamWB3zqHQEwOx95aSx8XX6Fi8zEQi { top:45.375rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yswLkQ1NzXVK4e8MimJG59yQBgsQPtPh { top:50.375rem;left:0rem;width:24.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTVSIE07UUrS5InxqnI1bii6adygak7U { top:34.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IEDIsAZBL1ZrSJeC5XrbSpJogRD78m { top:37.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLfoJ1VM3Z9pWs7SkbPpf4TJRdFsmpPC { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD7mq9AIEEayeNF9T4iPdZI60MapkM20 { top:32.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9DkBTugLemPstxBONkkxWvPWCMDRJsK { top:27.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNz7zVNfKblelUeW6b3a76FESg41mkTZ { top:22.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeqDd60DHKBgkZOuK8Ti8d7TgsqsJJbV { top:24.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWqWOt19PidbD7oMUT01IDVNRPu0hhPD { top:19.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI6Cfyb4F693cAcRnTCTcyDP7LoXLcOu { top:17.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZEITxyGtEt37Gb4IWoASKN6AN96Unn { top:14.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZPoyATmRVToBdp8oFusVrMn2QETAGqG { top:0rem;left:0rem;width:43.75rem;height:60.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgGv8XtGExx0IQETK5WLxtqCKfnLw72w { top:0rem;left:28.9375rem;width:4.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LscTOzMuuA2epNmclc3OqaZREOrv8cMK { top:47.875rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWT3pdqTw49kBE9PPOctpXiFMV4zciLe { width:17.9375rem;height:2.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbiyNR9N5g835amvOoEwk2dqpiygZ1AP { display:block; }
 }@media only screen and (max-width: 763px) { #yGN5FSlDLqu0okpfm08b5LoXohnDOWut { top:1.3125rem;left:16.625rem;width:31.125rem;height:60.379292645388rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { display:block; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig8vTIeBg4SpFFhz6KGOoClHBKKkkREu { top:2.0625rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { display:block; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9sWJV9RzMemEOAu5Tt8BfI9Jk4ReaT { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7e8Xi0UetMCPrKpukum2J0ABHFZuxM { top:8.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPEK8ACRyyDtTHmzNHKKZzBaiASgbGIN { top:15.625rem;left:3.4365234375rem;width:38.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { display:block; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9fC5X4PE0E94IvHPU7ZQdiy5J9GrTBc { width:46.5625rem;height:5.1875rem;top:2.5rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRxnige2fN7p5SNaXKZ8gRw0ktOTQZd6 { width:20.1875rem;height:20.9375rem;top:10.125rem;left:1.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6FR7ahvMyIcMDrtUFk0g4O6ZXhRqmxb { width:20.1875rem;height:20.8125rem;top:10.125rem;left:24.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtxgA8balupkm0QgbMDaFvlNSutRl8b { top:11.5rem;left:2.9375rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc { top:14.4375rem;left:2.9375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo { top:19.25rem;left:2.9375rem;width:17rem;height:6.9375rem;font-size:0.875rem;display:block; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #pZkNziLplhK3mWSgFSvf93cMHq9NVuXT { top:26.25rem;left:3.06201171875rem;width:17rem;height:;font-size:0.875rem;display:block; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #l0VVqwfHgxAP4hyggIiwZc4WrKMx6p97 { top:11.5625rem;left:25.499755859375rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 { top:14.4375rem;left:25.499755859375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu { top:19.25rem;left:25.49951171875rem;width:17.0625rem;height:;font-size:0.875rem;display:block; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #knv3haH0R79UxW5A9XSCFHbMT1v58e5P { top:24.4375rem;left:25.812255859375rem;width:17rem;height:5.5625rem;font-size:0.875rem;display:block; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #CTEQHk2ckGpNp3SAgghRVpkJDd0tGNin { top:0.8125rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { display:block; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV4vC2fvqXT2qqtS7WlUyfqMxiG0tG7e { width:47.75rem;height:2.75rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSbtcg6cgri7MttlaDq6SCbzdM70MVGB { top:7.5625rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzOAgP6iozsH5bTkSOCJNtVMpJLaKbqf { top:0rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { display:block; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOQR1fTAgRohONF1NyVBuw4IXirzyuO { width:47.75rem;height:2.75rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMEfInI6UZLbD8pVWGnGk6Ef8Et11BiI { top:9.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mJAkRNu9UWK9h0P92nwUSzqEp2Wu9n { top:0rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { display:block; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKdItBGtNooOUcgzN3cOOzr3yCNnsmtS { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8CaJxWomBS1kTaZOhOLIEtsAyE7enX { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aogFnn61JHI1gQl9k2gLp132F3FeXH8U { top:11.1875rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHu9a0KKyiT2QpeVFhOLWQeg6gl66BWT { top:11.1875rem;left:19.625rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7srzvb62eKmWXnzKqw2TtR33z1hxrB { top:44.9375rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmAiJE9WlTJw9gHrXnT2LvnQb76xhRA { top:44.9375rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQawykc7O0SUiEltcz84IZTJrUGKI3L { width:10.875rem;height:2.75rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAaTvo6fNAyMXTkNq08nHmB8hfmbXv9l { width:10.875rem;height:;top:9.875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMGE8biNrBwhzHpEe1qSDDCfSepTeDDk { width:10.875rem;height:;top:43.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIVtwbC0T6oQictbBLzWbKHnhCc6rWvm { width:10.875rem;height:;top:43.6875rem;left:24.604167938233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhTzHQNgT0P2x61TZ90GB3nFbNTTIg { top:43.5625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsR18rsyN4dsUkC4Rf9rX0DXLfdSTQvS { top:43.5rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXCslSSUH5o9KTEly8csIGcDJdHgNEyg { top:9.625rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C541XsXGvPSdbIuW3ZfxtJiugtSPnzJl { top:9.625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4DOWOAfLyGkisXQhg6XnPH7nwUa00kR { top:12.125rem;left:0rem;width:20.875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98QqJTgTQQz49JFDpqqamTglWQ11f7D { top:15.3125rem;left:20.3125rem;width:27.4375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kibhtla4mTWhgCQODxWyHsQS2MltBDcF { top:49rem;left:0rem;width:27.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2JbF5nFOMNPoCOzBLdxfFo47XiS56Gy { top:33.875rem;left:0rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7LG3NyTHOXcxldFqWBIcGnLdn2kR4s { top:29.5rem;left:26.1875rem;width:21.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVqFNwkNTlN0FBUv3eQORvGZnzLDsS4N { top:53.6875rem;left:4.0514335632324rem;width:13.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msEdGreeDqoDPWFyWaihXXO27wmwdUN9 { top:69.1875rem;left:38.625rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etiQkAakp60FilGOEcf976FVlWJGNcpy { top:48.125rem;left:21.625rem;width:26.125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqapxsJIPKFf3baIMcvqspdhETL2Z5tK { top:51.125rem;left:33.6875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATVf6xA0RRDJS4vtQVBgvatcSJXxTAN3 { top:50.25rem;left:33.33203125rem;width:11.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0WuX0S17TA2RRuvd9bg8yd47BdxKa8K { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWEQfkRKb8Nh23D5rlwnS3D0PkviKV3i { top:30.125rem;left:25.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRBuCbqGVzBASDfl8p7E1FRSMSJr4xrZ { top:69.8125rem;left:39.645183563233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOGvgGfDTaePXuqHJbvgENCbMfDdR7ny { top:53.6875rem;left:17.572265625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5re4Do9iVJXEhK7Z1kh1uBFrhwNkthr { top:53.4375rem;left:33.78125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT { display:block; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxRzy4EHHLRqiv60v8BhUbgKSsf6qSWq { width:43.75rem;height:2.5625rem;top:7.3125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqOlk1VyWKTQClcTe7Ff3kuXHoOnvBhF { width:43.75rem;height:5.9375rem;top:1.3125rem;left:2rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy { display:flex;height:auto;width:45.25rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VF04t5vQQGV6TxRmwETSWK333r0XqOSZ {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #ib1cPm8qlSVlESC7sSIG5KMdRHnLT9b8 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #MFtlZTKrV0q0RyeMJheUg2PwU9ssKhu9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ph9sBlOhb4NtEWSwUiNusT1a3sDGTCdt {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #kNd6034MRDTGxh3DBeiVE2GqBIPlvLT0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #qiDU0uzJFp0FSbFITWptxBsvM8UN42gD {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #hQGWHwIk9TJv6yc0GPHvn8tGZ5wsGZZd {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LRx1zRW2HCrztKXsxbXRqZZecIbFBHuU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Vkw4XeQqK2nrag6X8UB23LGSV1echTOb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #AUzop04N3zheJoqre5lGT5QMSy5aNon9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #r26Jpf3VQgSST9IT51C2nKTQlF9VPOKN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #cXdhqsb7pEfgbNpewo6ctkFxp5a3FIX5 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #CfGSguXe9qF8TT6G7lUAUMXrXn4Q96sF {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #tRL7zctchWX2osc8OypfbSeUuXNmTd7B {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #NJ1byyUD1iyoRvETTdTovNTsfNeGFIEz {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #QPaZDECtDAJmQLmwSpKeK8PecvMHtol7 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VI7hf2Q6acVmUXAQHuOTMPWSB0PkJGzl {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #n3zipTm0nOLq8eFAoKE4bDrnseLZRAb0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #T1moCvBzBle2PScEwGSKGrKpu1Hw5WlE {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Nop7uWv2cFgBGQW2NFouoZQF12FlUgpb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #U9dHVJfaMgkVwR7izqKvyDIkFpNBeJ2q {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ork1M1eOPiw8wwsD2hPDVTOucuHtPrs2 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VOPTVfheZ12DDzmVgT5uB7setoK00eCN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #spCvv8xMU6c6tqzmueP6d1rloytBllyU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LTkcAo37HAZCEBnT3GuMdqCezh5lwbc5 {  }
 }@media only screen and (max-width: 763px) { #TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { display:block; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM0sS8eUnbcGTEyT3S9G89HEBWnVsCW9 { width:47.75rem;height:10.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdkywEosHCtK7AnagQlN5x75SMwhvA1f { top:15.25rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { display:block; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4xHxJXUx9kPqknPbhcn1AlGb7nwK8uF { width:47.5rem;height:7.75rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaEJ2C41TDQzUULMaQsChHwgV6mgymOv { width:17.8125rem;height:2.8125rem;top:24.625rem;left:14.962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2R4wM45NtByR7xTmBkhL8dvSWv1rnT { display:block; }
 }@media only screen and (max-width: 763px) { #rtaSTb7UXVhkJ8cfA0tsZO6i7ZlfMlu2 { top:11.0625rem;left:4.5rem;width:38.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi { display:block; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD1ZoNvmQBN8lP3Dx3U6oKTg8HVLTZCx { top:3.9375rem;left:12.34375rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJCRQoRciaxwBcJbBnCADieFgzcG8d9 { top:15.8125rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQo5r6OftaXUuP0bp80ASyRmfbd7valV { top:11.0625rem;left:20.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 { top:11.0625rem;left:23.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mJhQgZNkUKbtedCubLw2B1JOwG9UekzU { top:11.0625rem;left:26.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gp6XPT7oFVDbyM234w1f09gokCWZFFdc { top:15.8125rem;left:28.75rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlq1BufsR5LMNWN1CQD5C4aXWh7QE87 { top:15.8125rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WItcT1sfkSD1pTQLAPSAlNdEesp7HMkK { width:3.9375rem;height:3.9375rem;top:0rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ { top:11.0625rem;left:18.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { display:block; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZohcqDqmV5bh00Jr9QSB3cDrOJH0UJa { width:20rem;height:5.173825rem;top:8.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O2NeDX68F1ykncW356vR6SwqGr09TPUB { width:20rem;height:1.3125rem;top:6.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS4ugamcHxs9zOV33Z1kZnpwUxQI0UCt { width:16.0625rem;height:1.875rem;top:27.46875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA { width:18.875rem;height:20.1875rem;top:30.40625rem;left:0.5625rem;font-size:0.8125rem;display:block; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b3e8de33e6d985af892d9ea2e222a05.svg); }
 }@media only screen and (max-width: 763px) { #VVUOuKPgdlLe19qG8TBpG7PzOgcN4sLl { width:20rem;height:10.8125rem;top:14.8603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6K87fLN3KspzTJrXSyG03QbXzdlL7x { width:10.5rem;height:5.875rem;top:9.8720703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaEl6xVGvi56iGWZFN59SsMcV9KpUiP7 { width:15.4375rem;height:5.1875rem;top:0rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh { background-color:#f1ece6;background-image:none;display:block; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { background-color: transparent; background-image: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .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); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ua0E462bIN4t0USrplmrOZz3P0xFQX2z { width:19.375rem;height:2.4375rem;top:8.4368896484375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO3w0VatCVVTd4cfVNB1w6Md2ezXhBJq { width:18.4375rem;height:3.9375rem;top:11.72607421875rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bozg6aLnK53TTLecM1yVbaztiwILaX1S { width:17.0029375rem;height:2.87744375rem;top:35.4375rem;left:1.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6THNIUwTenm290itr1NwAN2DotzSQi { display:block; }
 }@media only screen and (max-width: 763px) { #d0z3shZkXZX4tW2AxDyORODF1tir3ce9 { width:18.49975rem;height:7.19925rem;top:0.6866455078125rem;left:0.7489013671875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZklO4zgCtp60tXUVcrN1EaRwWyyxpn42 { width:0.3125rem;height:3.75rem;top:11.72607421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw6szSg80FpMhc2erGmGEOQeagHuUktX { width:20rem;height:35.4375rem;top:0rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dOsMz0wNHZGEMNnDut0EvQ0AtlJIp3L3 { width:11.499rem;height:20.5615rem;top:14.937133789062rem;left:4.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDyeolrLeTshieaqGONsVUewmbNIK568 { display:block; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgicz874DOI0IwrbKw8oQFtipvlAdHbF { width:17.687375rem;height:23.26755rem;top:1.0760498046875rem;left:1.15478515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g576SiUe9lnfQyJUDkQeUwBwXNWFZ7ng { width:0.3125rem;height:23.125rem;top:1.0760498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { display:block; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QScHEUyAuvR69sAyLrnpUcZC4ZBiScLb { width:18.6875rem;height:5.84911875rem;top:1rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudqoeN8V6t80txCrJZudT4GDzFlcuOW { display:block; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container { width:20rem;height:169.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIzC30VC6VvyMqHlzVXyfwEGbqlfHpRC { width:18.8745rem;height:9.796875rem;top:20.42724609375rem;left:0.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnZhZy1bRv34g7ZFts4Zil9TZoa1Z8T0 { width:18.81225rem;height:11.0215rem;top:50.29296875rem;left:0.5926513671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXtsInX4A5mLih8H1HtgwB1OhWXelwD { width:18.81225rem;height:12.246125rem;top:81.890258789062rem;left:0.59326171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buh39iwqXP1053l84V662J9MsZit1o3Q { width:18.624875rem;height:13.4706875rem;top:116.08276367188rem;left:0.687255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXU0o5JI8NfaG7PLhkNEdDuoz2nXRSxB { width:18.81225rem;height:12.246125rem;top:151.49536132812rem;left:0.59326171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNVgkz9GKVtdZsiWx2XXLuKKoEFsGwR { width:18.75rem;height:15.5625rem;top:3.4368896484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnIRe1ivH5sof1iP1RvweiGIsLRnq2a { width:18.75rem;height:15.5625rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmqgzpyVEDh21iUzquQneo3S7bOciU { width:18.75rem;height:15.625rem;top:65.187377929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1S2rv1C3kTu07KsoGQVPNHoi8aaTkax { width:18.75rem;height:15.625rem;top:99.766235351562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9knFV68II23IZNoWUwfTXRwLTvCIceG { width:18.75rem;height:15.625rem;top:134.9365234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfgHbJT5ldGHW0bGdERhHqiZMoNSocTq { width:10.499875rem;height:1.462675rem;top:1.3125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXJWeOIVHXRbyPihcv7yaiauglfnvs8 { width:16.062rem;height:1.462675rem;top:31.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CekcAUKs86yFPAZxBlSN9qli6HzGkBkT { width:9.187rem;height:1.462675rem;top:62.5625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzInSgfpG7R4nWZPnnV0Ogd3NwIPWOZ { width:15.499875rem;height:1.462675rem;top:97.01904296875rem;left:0.841064453125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzedsF4IdeCt0VAqDK3IbLCcRxVeMAGz { width:11.187125rem;height:1.462675rem;top:132.56164550781rem;left:0.5615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiB14hEhNmgdGlhTstPpnRyn59CAH9Jq { width:17.01525rem;height:2.8905rem;top:165.18249511719rem;left:1.49169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkf1ev46htQFhGw90qZD7ozwcgrTGL2M { display:block; }
 }@media only screen and (max-width: 763px) { #qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 { display:block; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuCruNALaAr3y2NP1nrcc8ep9isoW8nW { width:19.25rem;height:9.7485625rem;top:1rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGcE8muD54fvXTPCTz6UHvJukrobbKLA { width:14.125rem;height:6.12305rem;top:11.75rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDvbBtd6pzVgPJQ0vUX8omfSrD1iq2k { width:3.6875rem;height:3.125rem;top:11.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzePU9QyM4V9l2PSZN53MCxv3OuyftR { width:3.6875rem;height:3.125rem;top:19.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEwbsLZH2UnkFR3nogmOCTacBPEC0ZSZ { width:14rem;height:9.796875rem;top:19.1875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoZBZ4nJeLiCgz2iP4ZLFVDapFchl1uO { width:3.6875rem;height:3.125rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuTDzrWSgZQ4FN2007EEaUreoTTo7FG { width:13.875rem;height:7.347625rem;top:30.375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZT9gNUo0w22hh8xiZECBHdxoG4ROB4U { width:3.6875rem;height:3.125rem;top:39.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2plyPcXWFw6Ul8T4SbU1Ia5iaE4xPnT { width:13.875rem;height:8.57225rem;top:39.1875rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nztayucb4fAl5ekoL24ZZifFRW08KLOT { width:3.6875rem;height:3.125rem;top:49.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr7ictaKwMefqIggKL5WFIL8HR9HC9i { width:13.5625rem;height:8.57225rem;top:49.0625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t { display:block; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcdRsJZeXMR0zK8k1RBcUTAZszqK9LGE { width:18.0625rem;height:11.0214875rem;top:6.12548828125rem;left:0.4364013671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8Ddt800LQitOs39rT3TBzcnuRQE88y { width:17.124625rem;height:3.8997375rem;top:1.1016845703125rem;left:0.4364013671875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yheflt33p7cTnvklgpku4Nc1DTiphI { display:block; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLKwAIyd5MJzEiZcspM95Cn0VxfTEvu8 { width:18.8125rem;height:45.3106125rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTA6GUZdpH5xTwwpyZqsmgnvTJA8h3q { width:17.312rem;height:9.624625rem;top:12.186279296875rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { display:block; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTqdTvroQPOsS1l6tSDwaPGZX864rL5L { width:19.875rem;height:9.7485625rem;top:1.25rem;left:0.5621337890625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPShReJRTnWQcF1LA5MqLTUXvP0JygUi { width:16.8779375rem;height:2.7525625rem;top:12.408447265625rem;left:1.56005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QVGbvLoQS3Wndc5IhrheAUZx4Rcppy { display:block; }
 }@media only screen and (max-width: 763px) { #TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu { display:block; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bymt5RFmTSTwhRsvVAwufJZpUXzzEXmD { width:19.5rem;height:3.8997375rem;top:1.25rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt { width:19.25rem;height:34.078125rem;top:6.735156059265rem;left:0.37500005960464rem;font-size:0.875rem;display:block; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #LdiyHFEFpKNHOmTlREOMau62TZggzaTW { width:19.249875rem;height:7.347625rem;top:42.108154296875rem;left:0.374755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { display:block; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OO0kReeoA0BmBinb6WcfVfenrNbzqcRU { width:18.624875rem;height:5.84911875rem;top:0.9368896484375rem;left:0.68603515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr { display:block; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME5mLsrHbxLRv7IgDKpJhSbi4gIwa5GT { width:18.562rem;height:5.84911875rem;top:1.1871337890625rem;left:0.7177734375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXyWxwa42esIpHWf2REofoN0ePbycnxi { width:15.5rem;height:14.6953125rem;top:10.5625rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMv72CDxZmqnVH6gNOLED7iTxG0PBWIA { width:15.499875rem;height:9.796875rem;top:28.75rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzIzDcKczibgv5sOaX2r30RxMUyuw49m { width:15.812375rem;height:7.347625rem;top:42.625rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SqnTrKFNsFiFxkP63T4k54tO5vM7wQcG { width:15.625rem;height:12.246125rem;top:53.99267578125rem;left:3.18701171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UsXn96UzMWHOXN9tbkfkOMaxUZ8FD03k { width:16.31225rem;height:1.462675rem;top:8.87451171875rem;left:3.0059814453125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsAretQru0T0V3V7SCBh97TAadDxNznq { width:15.249625rem;height:1.462675rem;top:27.0625rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DQlgSoPqJkADHMKTVP4EFRultyaS4xT1 { width:15.06225rem;height:1.462675rem;top:40.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfGXMCT2EtUKM54mkNdrBDb0fVmiAvlx { width:16.62475rem;height:1.462675rem;top:52.319946289062rem;left:3.187744140625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFnAWt326yoWHuMDF6k8Mdh1fgl41aTT { display:flex;width:2.5rem;height:2.5rem;top:8.3551025390625rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nPQ7BgmKnTGvGCeDQPaJCpT53aqKDITk { display:flex;width:2.5rem;height:2.5rem;top:26.54296875rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lEwAsft3J5Va3hfary9XNSrXBgtliqni { display:flex;width:2.5rem;height:2.5rem;top:40.418090820312rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TxZFddicDeO1uNLIA8rGN7ve548nSF47 { display:flex;width:2.5rem;height:2.5rem;top:51.800537109375rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 { display:block; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT6Ma7cQAqcodWozuN53eEb94eSzBClQ { width:17.1875rem;height:46.53515rem;top:28.01171875rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rgNETOIFACEknvhzHM9eXLIyvC63TaBT { width:18.5649375rem;height:3.0650625rem;top:76.0107421875rem;left:0.66162109375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHO68dZrhgoTRp8IlHmcfvWvrEpSFVpI { display:block; }
 }@media only screen and (max-width: 763px) { #x57yTe8yxieoKr25VAgDPT5FZ0WLGTUM { width:17.749625rem;height:17.749625rem;top:7.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpWXF3vNtiPNDUxl8SxWoHQnC0sECu7 { width:12.3125rem;height:16.875rem;top:7.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L10CTnSz3AEMNUbNyT044KLbG5IMPGym { width:17.9995rem;height:4.38720625rem;top:1.623046875rem;left:0.9990234375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suaFcfKNNT2BDtsc5yVW1TRP91kGUeoa { width:15.68725rem;height:23.999625rem;top:2.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { display:block; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZwl8Kk33gT0pPhXIrPDrdNnMNpdQm1D { width:17.937rem;height:7.7988125rem;top:1.25rem;left:1.0302734375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxF4efM5dfPrDgeVItke22UMOAAw23lT { display:block; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { width:20rem;height:112.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1ZaO2fBEBTEoFDsfpWBvMqXCuNnbAZT { width:17.8745rem;height:12.246125rem;top:4.6875rem;left:1.06298828125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISnn7zt5mk3h9wxdcxh2fIHv74NEetxE { width:5.0620125rem;height:1.29980625rem;top:18.47509765625rem;left:10.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL1ZATx7a9vKfB5u8dLcDfnW2chSopVT { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:8.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TiczciNvtCkBPy6xwsir7ObnvHNO86Ia { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:6.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #THkeoaK8lu91FzrfMqUT83Pb8sXzcbT0 { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:4.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Dvwc0ymP0x0lGQLTLkWPHKsJw0Sw5AOG { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:2.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XAO2WZmvL1KCWSLN3miR1U7QOAt6usnO { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #REJxSR6flq5t4xAJQZApOCuNb1TR6mEJ { width:17.8125rem;height:9.796875rem;top:73.8125rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4XkUFnxF82T8Zu8ZKQ4pRDoJLITkZH { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rCMgDa3tAyn42iExpBvaJ6950SWW5bvw { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:8.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #opd0fSfEVft5LEJkW0WITlfoORz0PBlN { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:6.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #z0UKSz4Hh8oWDcowesnOxHVOi8R7vsoo { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:4.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #foKgOH7bntJKmNusdOvr5Cx6U57gG59q { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:2.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ze0JRQWpXVU6cNzEVyciT5J8f0lAhB0e { width:7.562rem;height:1.29980625rem;top:85.8125rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8stg86Hb58PTVeXqOXnTcBo2kK6bCIg { width:18.75rem;height:13.4706875rem;top:51.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gZrIRvxvv5z52Wsxh8tTAtzwPC32my { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:8.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #l8DQWBdOxizdTG4RXsOT1AO2NRR43MQP { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BKmdRUcZIh573v7BoIZodJXWbR2ApT1W { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:2.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #iWJMrkFUVGrD0OF8cmVsDZwo6xh0T3ef { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:4.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WoaBNxAvgsmKsyG43bRtxkWtsDAxd5ty { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:6.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zDvyOAKSrRD48R1TuQ7NpsZsLX5vJNol { width:4.7495125rem;height:1.29980625rem;top:66.125rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv38dBz13GOeQ0Cf2EBcDI9HHyBuWmbZ { width:18.3745rem;height:15.9199375rem;top:26.57080078125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6RnMABL7UNtEbO8tWaOTtumTdyehNG { width:6.5625rem;height:1.29980625rem;top:43.60009765625rem;left:10.68701171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHlBCSETwme4TddxpJR4Jm2XXtBzCG8 { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:8.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SU2iDAFyeKU90JKnZigNv82W6th6llP0 { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:3rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T9U9Txa8e1HSaBpNRdEFRnrs9KqcDeZ1 { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:4.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TCokGg5B1pO90zU2n2TAm2dPKe9QI8cn { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:6.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TlUkXzCragqQu5BVCywsL9WgdR6ydPys { display:flex;width:1.875rem;height:1.875rem;top:65.875rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PuSGO1iRmgeC55NWTBtFTBcqVPI8Mqol { width:20rem;height:22.6875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQsafd2zqmGTzFLE7bha5UkZOdGLiIou { width:20rem;height:20.625rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Qaztxz7e0xa93RgvwI0DavzCyyNQfm { width:20rem;height:19.875rem;top:1.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zJ0tA6Q2mddlkBVKiTBl2luzawS45XrM { width:20rem;height:17rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKGxlNgBDaAo094pno6IWszm66RsgQ7X { display:flex;width:3.75rem;height:3.75rem;top:22.5625rem;left:15.2490234375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #WTrVXPwZwREbWs49bNTyWKfKXP1r3zqu { display:flex;width:3.75rem;height:3.75rem;top:47.5rem;left:15.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #COGmsGoNBL5razzzTCBRuATPlEdriMm1 { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:15.2490234375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #vnLEg1ndHuqMQFiQfukmkLWR0ELDeE91 { display:flex;width:3.75rem;height:3.75rem;top:70.0625rem;left:15.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #idbxGMd5K71ZMpacIOGVWMTg9kFhiOrD { width:8.6865rem;height:14.749rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHS3FR3Pvwu90vWEBTKisMilzQTOTH9N { width:8.6245rem;height:14.6875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5NDHRsQIR9PgSs04caT78Rx9JMHT1u { width:8.624rem;height:14.6875rem;top:22.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CyxlkeA0tVBGHASqLB283ksfux8DhxXb { width:8.6245rem;height:14.6875rem;top:0.59228515625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cE7bRanpRNTPw316miUaLtDJ3r0q2mlu { width:20rem;height:20.25rem;top:89.8447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlsoDi4eUSKNN6PO69aLGCpJB6hHkOp8 { width:8.625rem;height:14.6875rem;top:88.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OTB6K86L5iqm4XWiJhZ4Am7SMgoRw42a { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:1.06298828125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #leeDWCPJiyH8LJq6Tnb49BQ7oETQUMG5 { width:18.0625rem;height:13.4706875rem;top:92.4375rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV1WBvBwSw3f0OiLnuBI7brJlc9mTVo9 { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:8.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #leJgQ5aJz7o6b3N5glKTZVmPAoklDk0b { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:6.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RU6vAua2zT25GtHIb5z4xo1FfTsd4qPO { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:4.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KBhsrvfh31naNbuizwqr1iafs6qCu83i { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:2.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ARbahO9pobnbICafQprRE89BgchDKZhp { width:5.1875rem;height:1.29980625rem;top:107.4072265625rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWym2TeuFMlrg6TcoBs92esyZKhcwruW { display:flex;width:3.75rem;height:3.75rem;top:88.6875rem;left:15.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { display:block; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkmBDAtZuEyycOVVHRdN4fH2AqpCqzhw { width:19.125rem;height:7.7988125rem;top:1.25rem;left:0.43750005960464rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWFbogrogG3GIIs7VhdqOtELBbesLBiR { display:block; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD { width:18.1875rem;height:33.11525rem;top:1.25rem;left:0.56206601858139rem;font-size:0.875rem;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #uCNHkiL6uWDVHNhBKm3NstvNLFVpDXpe { width:17.84147875rem;height:2.8414725rem;top:36.070423126221rem;left:1.0373263955116rem;text-align:center;text-align-last:center;font-family:poppins;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigR5mOJLTM9I5rvGgKS6MqwZfGTKKMe { display:block; }
 }@media only screen and (max-width: 763px) { #J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { display:block; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvfAPoZkIlqSKTRZJKvxF7QEgOH3nevl { width:14.624625rem;height:5.84911875rem;top:1.4996337890625rem;left:1.0614013671875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogIHZ6AK8AKkzrTqflQPO2MCHsXyyV9A { width:17.874875rem;height:13.4706875rem;top:8.3962674140931rem;left:1.0617404580116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlviDylsZP51JV8muI1Hs1m5Lvp19WFT { display:block; }#PlviDylsZP51JV8muI1Hs1m5Lvp19WFT > .row .container { width:20rem;height:219.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOcJBGuDvHqnnyDLsZC3JqN876cig09y { width:18.812375rem;height:5.84960625rem;top:0rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAMS3GCK0KWkcaEyRlVBzA55gHWdo8di { width:18.4375rem;height:7.972625rem;top:7.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }#SAMS3GCK0KWkcaEyRlVBzA55gHWdo8di li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #I9T3XU41SsW78ncvKATf3bAt0pGy90t8 { width:17.3746875rem;height:7.3120125rem;top:32.6875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8ZXJUdR2C4xuMDq1wiWO3a8ESTV2W83 { width:16.5625rem;height:5.2109375rem;top:41rem;left:0.5625rem;font-size:0.875rem;display:block; }#S8ZXJUdR2C4xuMDq1wiWO3a8ESTV2W83 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #JvdIJnduLg0c7Vft78TqNJH7TqZszmBW { width:17.1875rem;height:5.84960625rem;top:62.43701171875rem;left:1.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIBLx9nODfNtzGkBw7QWXLN8tZDniiHq { width:18.6870625rem;height:6.4355625rem;top:68.24951171875rem;left:0.624755859375rem;font-size:0.875rem;display:block; }#MIBLx9nODfNtzGkBw7QWXLN8tZDniiHq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #lPU0ebClZTTEDzuNLH9W81wqClcZ4dkq { width:17.9373125rem;height:7.3120125rem;top:90.74951171875rem;left:0.999755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbsEJMyFWtMlLiEugHN4lraU6TTXTTH { width:17.6248125rem;height:6.4355625rem;top:98.99951171875rem;left:1.187255859375rem;font-size:0.875rem;display:block; }#gKbsEJMyFWtMlLiEugHN4lraU6TTXTTH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #FaXPQgbTzqSkw9KgqIrZrTP41Ucp2gB4 { width:20rem;height:5.84960625rem;top:121.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czMvufLuUsnLORLnPMD0ufJVNWVsSzRa { width:18.4375rem;height:23.918rem;top:128.81079101562rem;left:0.78076171875rem;font-size:0.875rem;display:block; }#czMvufLuUsnLORLnPMD0ufJVNWVsSzRa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #w1MmB25nHEy4tyvDNqCILpb7HGwTsOrP { width:17.374875rem;height:15.6328125rem;top:173.37524414062rem;left:1.31103515625rem;font-size:0.875rem;display:block; }#w1MmB25nHEy4tyvDNqCILpb7HGwTsOrP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #KudhXPyS2Rf1ofPxiToVvRJotbI5486s { width:18.312375rem;height:4.38720625rem;top:167.6865234375rem;left:0.84228515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt7zcFouidSeJ5FOaxyyDFCnZNpNiD6T { width:20rem;height:2.1875rem;top:205.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4VZP1yX6UTsurPA4glKHmpchc2STHT2 { width:20rem;height:31.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX0Kw9FTiR339taJJlgnJ6lLi2DIZoHt { width:20rem;height:28.6875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rch0HbHfCMGaoSEHhUJ6qm9MegGvqoi4 { width:20rem;height:28rem;top:61.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4oEUTtCo5KiNA4h3T24TeRHGTErmgik { width:20rem;height:29.8125rem;top:89.985595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkGrA05gz44QTR3tAOKv8aE0dqv9FAAA { width:20rem;height:46.0625rem;top:120.36083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB3W8fecreE96vhVDF74rQnqHKhowBA2 { width:20rem;height:36.3125rem;top:167.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcXF5G2yi2TTJDCSZ4IUfZqGST94Uidq { width:13.74975rem;height:13.74975rem;top:16.599609375rem;left:3.09228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTC3HNgBL5h4oTib7TppEy817VbhpJ5n { width:13.75rem;height:13.75rem;top:46.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8J04wxPgTtN4yzItDrOKoG1tI8HfP10 { width:13.75rem;height:13.75rem;top:75.656494140625rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQhWIOfiO3hDTQHLiI0TgJiCdEPTvyzT { width:13.75rem;height:13.75rem;top:189.01391601562rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tecl005XLAn8yoq1atG0zWzwfTbtl49U { width:13.74975rem;height:13.74975rem;top:152.71923828125rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emutB6Kr81sBt6qBCMgBlTBssXM1W9gA { width:13.75rem;height:13.75rem;top:105.81323242188rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJBKikb0gNemKeAFt62mVJ4UApQgZPlD { width:20rem;height:8.7291666666669rem;top:209.37426835938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5zgWIQ8THesrLMtBsTF3acoe0XG5cND { display:block; }#F5zgWIQ8THesrLMtBsTF3acoe0XG5cND > .row .container { width:20rem;height:349.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBiRl95IJSDVL3x6OgWdRQzf9QTeMr6B { width:19.562375rem;height:5.84911875rem;top:1.373291015625rem;left:0.4376220703125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrXCZqF7QrdiSEwB98t4zNbkMyaUBKJZ { width:17.9375rem;height:6.4355625rem;top:32.4375rem;left:0.8125rem;font-size:0.875rem;display:block; }#vrXCZqF7QrdiSEwB98t4zNbkMyaUBKJZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #fT0rsXCJngiTrB7pu4h5Z3c4C1tLSuh4 { width:16.812125rem;height:3.89941875rem;top:8.5736083984375rem;left:0.4376220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud1GDghs4Tcobv5G5laTwmrwSzTUaFko { width:18.374625rem;height:1.13769375rem;top:30.375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxIwz6VsnioSMxqICuoTJ9RsFghqCr4f { width:18.375rem;height:1.13769375rem;top:39.4375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGA6Mvh7C673GnlLa1pPRaMe7R46lyOX { width:15.187375rem;height:3.89941875rem;top:43.125rem;left:1.6876220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpTJs4pUvL76VU5MMrxvNTFtPcXMr8Zn { width:18.375rem;height:1.13769375rem;top:65rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTquvw6Nxr3GIXnH6l9QgUmIOIlT7GO { width:17.0625rem;height:2.44921875rem;top:67.125rem;left:1.625rem;font-size:0.875rem;display:block; }#bHTquvw6Nxr3GIXnH6l9QgUmIOIlT7GO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #rqr7mDtLNbMgXuPLwl8t9GqKvo3cVfRg { width:18.375rem;height:1.13769375rem;top:70.375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJDiMq5sx86tTpCJlPU2SWgufpQLQFPx { width:18rem;height:9.82225rem;top:96.875rem;left:1.5625rem;font-size:0.875rem;display:block; }#sJDiMq5sx86tTpCJlPU2SWgufpQLQFPx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #wIfJDhJa1JuIQTVJFG66g5ZHbUugiHOi { width:18.374625rem;height:1.13769375rem;top:107.4990234375rem;left:1.6253662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBidSP9MTzTPS6kZFuE0g1VHHlCqKn75 { width:8.25rem;height:1.13769375rem;top:95.625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6wEMA9V2Q7gRktGnCZqh4DEih5JelSZ { width:17.1875rem;height:3.89941875rem;top:74.686279296875rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq3e74zhTGmfq0lbtKi0unHz1vRZhVF4 { width:16.4375rem;height:5.8359375rem;top:134.9375rem;left:1.625rem;font-size:0.875rem;display:block; }#bq3e74zhTGmfq0lbtKi0unHz1vRZhVF4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #gxuSTBGDgKihxbyr5dPDHEPUxpTCThcJ { width:15.7495rem;height:2.5996125rem;top:111.43676757812rem;left:1.6876220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lisiv27ET590rcn2y16B9pLmoMoxhVlD { width:18.375rem;height:1.13769375rem;top:132.8125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTi5xWKCHCpUfsVVFIRwkiuDF9u96vA { width:18.375rem;height:1.13769375rem;top:141.5rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtJaiWhfb7BtUWtmxZQh1PJWiMw9LtAJ { width:18.374625rem;height:1.13769375rem;top:176.99951171875rem;left:0.8111572265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntFUUDTeRGdbaNqpKds4JTDItVIJlzB2 { width:17.937rem;height:7.0605625rem;top:168.68469238281rem;left:1.0302734375rem;font-size:0.875rem;display:block; }#ntFUUDTeRGdbaNqpKds4JTDItVIJlzB2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #LLSVJepD53V4OgsVLeRTnNnlMTsPQaeB { width:18.375rem;height:1.13769375rem;top:166.5625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb06IEHs8eedvPgA6GBflEcGVhivhCws { width:17.937rem;height:3.89941875rem;top:144.68688964844rem;left:1.4368896484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVt787PTyTa73bCe75exa0gJWvxik45B { width:14.375rem;height:2.5996125rem;top:180.49926757812rem;left:0.4376220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn4cF8QlmbxaGBAOHSTwy8gNFaUmmab0 { width:18.374625rem;height:1.13769375rem;top:201.49963378906rem;left:0.8111572265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7m5q258w6ikqg129hCxiGXnBU16LIPt { width:17.56225rem;height:2.625rem;top:203.31176757812rem;left:1.2176513671875rem;font-size:0.9375rem;display:block; }#i7m5q258w6ikqg129hCxiGXnBU16LIPt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #vZiUC0lethtOC0WnfPzbqzO5iWdWl4wF { width:18.374625rem;height:1.13769375rem;top:206.93725585938rem;left:0.8111572265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGDFtISyOxQ4BEGImsQ9n3dJwaPoqyQx { width:18.561375rem;height:7.972625rem;top:231.3125rem;left:1.5rem;font-size:0.875rem;display:block; }#IGDFtISyOxQ4BEGImsQ9n3dJwaPoqyQx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #rOLzFn1KrasGsMABCfmMCBy2JeNAnAA7 { width:17.56225rem;height:3.89941875rem;top:209.49951171875rem;left:1.2176513671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG4FlODkvu43IrrLWFtmNxq4Bz2UoZ8W { width:18.374rem;height:1.13736875rem;top:229.625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhWULtPvRiSbOvsHDN5u27Rn7R0mp6qn { width:9.3115rem;height:1.13769375rem;top:240.125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SndDOLiXuTFPIffwP9NvQ94sxLiFvOtX { width:18.374625rem;height:1.13769375rem;top:265.5625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKOJrVpv5sI7TVJfC8bssikUDJbtcylh { width:18.374625rem;height:1.13769375rem;top:263.375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qosDwP824ITB4nNx7k7uov7pEiMhU36b { width:12.312rem;height:2.5996125rem;top:242.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q46RKkWxBNn5H96ApKWku6A4T6qoRDAp { width:16.187125rem;height:2.5996125rem;top:269.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoRr4hvLNWU8ZQmLQqbvKApFFJF8vxnf { width:18.374625rem;height:1.13769375rem;top:287.5625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4aoe62W8XzlIiXPAl0UhxHlFrIWWcDf { width:18.2495rem;height:6.4355625rem;top:289.25rem;left:1.8125rem;font-size:0.875rem;display:block; }#P4aoe62W8XzlIiXPAl0UhxHlFrIWWcDf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #fTHS71AVc7TO9pOTgQwJZlehx3KXvVdr { width:12.87475rem;height:1.13769375rem;top:296.125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra7wpzTJsGVxfffwokW1BuQKBafHrvHK { width:13.875rem;height:1.13769375rem;top:320rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PumqOQ1hECnJiCPq0hz2yyoMEnUgJ3Ud { width:15.1875rem;height:1.22504375rem;top:318.125rem;left:1.6875rem;font-size:0.875rem;display:block; }#PumqOQ1hECnJiCPq0hz2yyoMEnUgJ3Ud li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #idNVGlsGbhVgovINHpfIs31yRRMFrEwv { width:14.5625rem;height:1.13769375rem;top:316.6875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFi9hV8mgL7ag4gDlV0VchKZdeXFgQmL { width:13.186625rem;height:2.5996125rem;top:299.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbm7bVkyV5MDcrM3qBS8czJ0JCSlGcxq { width:17.124rem;height:2.5996125rem;top:321.9375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMHdr2gBhRImHsv7fKCT7NWeRmnSuJ0x { width:16.5625rem;height:3.673825rem;top:340.75rem;left:1.75rem;font-size:0.875rem;display:block; }#SMHdr2gBhRImHsv7fKCT7NWeRmnSuJ0x li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #MoM7IiHmy5kXsmDbVeyA7WXTWGwzfTp3 { width:18.125rem;height:1.92480625rem;top:345.80993652344rem;left:0.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PBdt1XU18zTGiACUx3nJhiMVPCK155Nl { width:0.125rem;height:0.125rem;top:223.5634765625rem;left:10.9765625rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #tWrRfkO14qeiFMyLbfIHBB2m88tL8inR { width:15.625rem;height:15.625rem;top:13.796143531799rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #auLKxKBegsVvJnD8oeEe2eps05frXwgo { width:15.625rem;height:15.625rem;top:48.17191696167rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7133FuEAxcuBndtJneOkRKNcDfpvJ5 { width:15.625rem;height:15.625rem;top:80.041667938231rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgKOpuOvdAtLDkfqUqLDKCOQ2NSE0UVM { width:15.625rem;height:15.625rem;top:115.796875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IpIQKCh3VthoczCFSOqQ3uBCkDrNPw { width:15.625rem;height:15.625rem;top:149.48434448243rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWXp2Nsl1WHT5uD9mcnqBLb6dTF66DM6 { width:15.625rem;height:15.625rem;top:184.48438644409rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdqGhuHQUbcrnFiPcAQpNdXgW2H367O { width:15.625rem;height:15.625rem;top:213.27287292481rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #deDHrlbnBTqZPiDd3w2Q9GyHBGI4kWsA { width:15.625rem;height:15.625rem;top:246.85945773125rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwLxJ9FTs6XOu8bfXXIQ2t1JUTGgKf4C { width:15.625rem;height:15.625rem;top:271.72392845154rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwiK4GKanf7vkPZdzDWx2TTfzTO9dTJV { width:15.625rem;height:15.625rem;top:301.10347491503rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8Xu3V0Zb5ZGnEtgNiGuTRzbuw9bgXzJ { width:15.625rem;height:15.625rem;top:324.53582763672rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs { display:block; }#RbGScrwhO4h4V3wHT5WusT9NdVTbwfqs > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWTA1uoDsbHJtAwCAT8HKCuwILQlUo5v { width:16.25rem;height:44.53125rem;top:12.516292572021rem;left:2.3122830986977rem;font-size:0.9375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #qoXcDeh1wyyRRITVbsongL6R5lzTahOs { width:14.4375rem;height:3.9931625rem;top:7.2662010192869rem;left:2.3122830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRV2T9wWMzRlgD8Jk4WU4wMKytWx9tgt { display:flex;width:1.25rem;height:1.25rem;top:8.5905113220212rem;left:0.56206601858139rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KLMg3q0nnbAQ7RfupTibOlDvB3hT23HF { display:flex;width:1.125rem;height:1.125rem;top:13.078914642334rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #ONwsekrh1iETHdbeJ6Owqq1fVubNpAF6 { width:15.562125rem;height:1.462675rem;top:3.703914642334rem;left:1.3123915791511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JHnFnfhKwcB933pqabayoJnr1hxQHEA0 { width:13.75rem;height:0.0625rem;top:11.828914642334rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKChIUJpo9POA4Ln4CzSlWTxrqz1BlV { width:13.75rem;height:0.0615234375rem;top:58.016536712646rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8FTEQMZPKDaT8kwJi5ZGWeBu3JZ0DPA { width:20rem;height:2.5625rem;top:3.1412925720215rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAmkyvJI0iWQCtMenAI6EJirePodTfsu { width:20rem;height:71.875rem;top:1.828914642334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coQamWB3zqHQEwOx95aSx8XX6Fi8zEQi { width:16.75rem;height:1.7871125rem;top:59.328914642334rem;left:1.6248915791511rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yswLkQ1NzXVK4e8MimJG59yQBgsQPtPh { width:20rem;height:1.94986875rem;top:64.641414642331rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTVSIE07UUrS5InxqnI1bii6adygak7U { display:flex;width:1.125rem;height:1.125rem;top:50.578914642334rem;left:0.68739145994188rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #T6IEDIsAZBL1ZrSJeC5XrbSpJogRD78m { display:flex;width:1.125rem;height:1.125rem;top:52.954128265381rem;left:0.74978297948838rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #JLfoJ1VM3Z9pWs7SkbPpf4TJRdFsmpPC { display:flex;width:1.125rem;height:1.125rem;top:43.516201019287rem;left:0.74978297948838rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #rD7mq9AIEEayeNF9T4iPdZI60MapkM20 { display:flex;width:1.125rem;height:1.125rem;top:45.891414642334rem;left:0.74978297948838rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #L9DkBTugLemPstxBONkkxWvPWCMDRJsK { display:flex;width:1.125rem;height:1.125rem;top:38.891628265381rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #kNz7zVNfKblelUeW6b3a76FESg41mkTZ { display:flex;width:1.125rem;height:1.125rem;top:29.516628265381rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #FeqDd60DHKBgkZOuK8Ti8d7TgsqsJJbV { display:flex;width:1.125rem;height:1.125rem;top:36.454036712646rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #LWqWOt19PidbD7oMUT01IDVNRPu0hhPD { display:flex;width:1.125rem;height:1.125rem;top:27.016628265381rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #rI6Cfyb4F693cAcRnTCTcyDP7LoXLcOu { display:flex;width:1.125rem;height:1.125rem;top:22.453914642334rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #TNZEITxyGtEt37Gb4IWoASKN6AN96Unn { display:flex;width:1.125rem;height:1.125rem;top:17.766414642334rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #TZPoyATmRVToBdp8oFusVrMn2QETAGqG { width:20rem;height:73.0625rem;top:1.828914642334rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #kgGv8XtGExx0IQETK5WLxtqCKfnLw72w { width:4.81228125rem;height:8.6246875rem;top:0rem;left:0.56206601858139rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #LscTOzMuuA2epNmclc3OqaZREOrv8cMK { width:17.125rem;height:1.7871125rem;top:61.865810394287rem;left:1.4371746182442rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWT3pdqTw49kBE9PPOctpXiFMV4zciLe { width:17.9375rem;height:2.9375rem;top:68.954036712644rem;left:1.0308160185814rem;text-align:center;text-align-last:center;font-family:poppins;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbiyNR9N5g835amvOoEwk2dqpiygZ1AP { display:block; }
 }@media only screen and (max-width: 763px) { #yGN5FSlDLqu0okpfm08b5LoXohnDOWut { width:20rem;height:38.797939049245rem;top:88.499161376956rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { display:block; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig8vTIeBg4SpFFhz6KGOoClHBKKkkREu { width:20rem;height:8.7291666666669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { display:block; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9sWJV9RzMemEOAu5Tt8BfI9Jk4ReaT { width:18.75rem;height:7.7988125rem;top:1.1163330078125rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7e8Xi0UetMCPrKpukum2J0ABHFZuxM { width:17.312rem;height:8.57225rem;top:8.9166259765625rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EPEK8ACRyyDtTHmzNHKKZzBaiASgbGIN { width:20rem;height:8.49975rem;top:18.749389648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { display:block; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9fC5X4PE0E94IvHPU7ZQdiy5J9GrTBc { width:17.87475rem;height:7.7988125rem;top:1.37451171875rem;left:1.0614013671875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dRxnige2fN7p5SNaXKZ8gRw0ktOTQZd6 { width:20rem;height:17.125rem;top:11.749877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6FR7ahvMyIcMDrtUFk0g4O6ZXhRqmxb { width:20rem;height:18.125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtxgA8balupkm0QgbMDaFvlNSutRl8b { width:17.6875rem;height:1.29980625rem;top:13.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc { width:17.0625rem;height:2.44921875rem;top:16.125rem;left:1.4375rem;font-size:0.875rem;display:block; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo { width:17.0625rem;height:3.673825rem;top:19.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #pZkNziLplhK3mWSgFSvf93cMHq9NVuXT { width:17.062375rem;height:2.44921875rem;top:24.0625rem;left:1.5rem;font-size:0.875rem;display:block; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #l0VVqwfHgxAP4hyggIiwZc4WrKMx6p97 { width:17.6875rem;height:2.5996125rem;top:31.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 { width:17.0625rem;height:3.673825rem;top:34.25rem;left:1.25rem;font-size:0.875rem;display:block; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu { width:17.062375rem;height:3.673825rem;top:38.443603515625rem;left:1.21728515625rem;font-size:0.875rem;display:block; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #knv3haH0R79UxW5A9XSCFHbMT1v58e5P { width:17.0625rem;height:3.673825rem;top:42.75rem;left:1.25rem;font-size:0.875rem;display:block; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #CTEQHk2ckGpNp3SAgghRVpkJDd0tGNin { display:flex;width:6.3745rem;height:6.3745rem;top:6.47705078125rem;left:12.788696289062rem; }
 }@media only screen and (max-width: 763px) { #JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { display:block; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV4vC2fvqXT2qqtS7WlUyfqMxiG0tG7e { width:20rem;height:2.0996125rem;top:1.69921875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSbtcg6cgri7MttlaDq6SCbzdM70MVGB { width:19.187rem;height:24.4921875rem;top:5.28564453125rem;left:0.4058837890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzOAgP6iozsH5bTkSOCJNtVMpJLaKbqf { display:flex;width:5.499875rem;height:5.499875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { display:block; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOQR1fTAgRohONF1NyVBuw4IXirzyuO { width:20rem;height:2.1875rem;top:2.218017578125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EMEfInI6UZLbD8pVWGnGk6Ef8Et11BiI { width:18.25rem;height:20.818375rem;top:5.423583984375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mJAkRNu9UWK9h0P92nwUSzqEp2Wu9n { display:flex;width:5.24963125rem;height:5.24963125rem;top:0rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { display:block; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKdItBGtNooOUcgzN3cOOzr3yCNnsmtS { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8CaJxWomBS1kTaZOhOLIEtsAyE7enX { width:20rem;height:3.1497375rem;top:4.0000419616699rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aogFnn61JHI1gQl9k2gLp132F3FeXH8U { width:19.5rem;height:31rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHu9a0KKyiT2QpeVFhOLWQeg6gl66BWT { width:19.5rem;height:20rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7srzvb62eKmWXnzKqw2TtR33z1hxrB { width:19.5rem;height:18.9375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmAiJE9WlTJw9gHrXnT2LvnQb76xhRA { width:19.5rem;height:23rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQawykc7O0SUiEltcz84IZTJrUGKI3L { width:5.25rem;height:2.1875rem;top:8.375rem;left:1.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CAaTvo6fNAyMXTkNq08nHmB8hfmbXv9l { width:5.625rem;height:2.1875rem;top:41.25rem;left:1.9375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMGE8biNrBwhzHpEe1qSDDCfSepTeDDk { width:6.0625rem;height:2.1875rem;top:62.6875rem;left:1.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cIVtwbC0T6oQictbBLzWbKHnhCc6rWvm { width:5.5625rem;height:2.1875rem;top:83.5rem;left:1.8125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhTzHQNgT0P2x61TZ90GB3nFbNTTIg { width:6.1875rem;height:3.1875rem;top:8.1874189376831rem;left:1.03125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HsR18rsyN4dsUkC4Rf9rX0DXLfdSTQvS { width:6.25rem;height:3.1875rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXCslSSUH5o9KTEly8csIGcDJdHgNEyg { width:6.375rem;height:3.1875rem;top:41.250082969666rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C541XsXGvPSdbIuW3ZfxtJiugtSPnzJl { width:6rem;height:3.1875rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4DOWOAfLyGkisXQhg6XnPH7nwUa00kR { width:20rem;height:28.323353293413rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98QqJTgTQQz49JFDpqqamTglWQ11f7D { width:19.3125rem;height:16.3125rem;top:44.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kibhtla4mTWhgCQODxWyHsQS2MltBDcF { width:19.3125rem;height:16.4375rem;top:65.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2JbF5nFOMNPoCOzBLdxfFo47XiS56Gy { width:14.5rem;height:2.4375rem;top:32.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7LG3NyTHOXcxldFqWBIcGnLdn2kR4s { width:14.75rem;height:2.1875rem;top:54.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVqFNwkNTlN0FBUv3eQORvGZnzLDsS4N { width:11.0625rem;height:3.125rem;top:68.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msEdGreeDqoDPWFyWaihXXO27wmwdUN9 { width:6.75rem;height:2.1875rem;top:101.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etiQkAakp60FilGOEcf976FVlWJGNcpy { width:18.625rem;height:19.1875rem;top:86.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqapxsJIPKFf3baIMcvqspdhETL2Z5tK { width:12.5rem;height:2.5996125rem;top:90.0625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATVf6xA0RRDJS4vtQVBgvatcSJXxTAN3 { width:11.625rem;height:3.75rem;top:89.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0WuX0S17TA2RRuvd9bg8yd47BdxKa8K { display:flex;width:2.8125rem;height:2.8125rem;top:54.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UWEQfkRKb8Nh23D5rlwnS3D0PkviKV3i { display:flex;width:3.125rem;height:3.125rem;top:101.37504196167rem;left:9.3541669845581rem; }
 }@media only screen and (max-width: 763px) { #uRBuCbqGVzBASDfl8p7E1FRSMSJr4xrZ { display:flex;width:2.6875rem;height:2.6875rem;top:32.934245109558rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #XOGvgGfDTaePXuqHJbvgENCbMfDdR7ny { display:flex;width:3.125rem;height:3.125rem;top:68.916629791262rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #p5re4Do9iVJXEhK7Z1kh1uBFrhwNkthr { display:flex;width:3.3125rem;height:3.3125rem;top:92.4375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT { display:block; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxRzy4EHHLRqiv60v8BhUbgKSsf6qSWq { width:20rem;height:1.950075rem;top:3.87451171875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqOlk1VyWKTQClcTe7Ff3kuXHoOnvBhF { width:20rem;height:1.19986875rem;top:1.937255859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-text { font-size:1rem;height:auto; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-desc-text { font-size:0.875rem;height:auto; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy { display:flex;height:auto;width:17.5rem;top:6.640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VF04t5vQQGV6TxRmwETSWK333r0XqOSZ {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #ib1cPm8qlSVlESC7sSIG5KMdRHnLT9b8 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #MFtlZTKrV0q0RyeMJheUg2PwU9ssKhu9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ph9sBlOhb4NtEWSwUiNusT1a3sDGTCdt {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #kNd6034MRDTGxh3DBeiVE2GqBIPlvLT0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #qiDU0uzJFp0FSbFITWptxBsvM8UN42gD {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #hQGWHwIk9TJv6yc0GPHvn8tGZ5wsGZZd {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LRx1zRW2HCrztKXsxbXRqZZecIbFBHuU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Vkw4XeQqK2nrag6X8UB23LGSV1echTOb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #AUzop04N3zheJoqre5lGT5QMSy5aNon9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #r26Jpf3VQgSST9IT51C2nKTQlF9VPOKN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #cXdhqsb7pEfgbNpewo6ctkFxp5a3FIX5 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #CfGSguXe9qF8TT6G7lUAUMXrXn4Q96sF {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #tRL7zctchWX2osc8OypfbSeUuXNmTd7B {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #NJ1byyUD1iyoRvETTdTovNTsfNeGFIEz {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #QPaZDECtDAJmQLmwSpKeK8PecvMHtol7 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VI7hf2Q6acVmUXAQHuOTMPWSB0PkJGzl {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #n3zipTm0nOLq8eFAoKE4bDrnseLZRAb0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #T1moCvBzBle2PScEwGSKGrKpu1Hw5WlE {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Nop7uWv2cFgBGQW2NFouoZQF12FlUgpb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #U9dHVJfaMgkVwR7izqKvyDIkFpNBeJ2q {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ork1M1eOPiw8wwsD2hPDVTOucuHtPrs2 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VOPTVfheZ12DDzmVgT5uB7setoK00eCN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #spCvv8xMU6c6tqzmueP6d1rloytBllyU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LTkcAo37HAZCEBnT3GuMdqCezh5lwbc5 {  }
 }@media only screen and (max-width: 763px) { #TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { display:block; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM0sS8eUnbcGTEyT3S9G89HEBWnVsCW9 { width:18.687125rem;height:15.597625rem;top:1.2481689453125rem;left:0.6549072265625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdkywEosHCtK7AnagQlN5x75SMwhvA1f { width:17.124625rem;height:17.1445rem;top:17.384033203125rem;left:0.6549072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { display:block; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4xHxJXUx9kPqknPbhcn1AlGb7nwK8uF { width:20rem;height:9.7485625rem;top:2.061719417572rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gaEJ2C41TDQzUULMaQsChHwgV6mgymOv { width:17.7368125rem;height:2.73681875rem;top:23.587036132812rem;left:1.13037109375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd2R4wM45NtByR7xTmBkhL8dvSWv1rnT { display:block; }
 }@media only screen and (max-width: 763px) { #rtaSTb7UXVhkJ8cfA0tsZO6i7ZlfMlu2 { width:20rem;height:11.124875rem;top:12.46337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { background-color: transparent; background-image: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .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); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD1ZoNvmQBN8lP3Dx3U6oKTg8HVLTZCx { width:20rem;height:6.39845rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJCRQoRciaxwBcJbBnCADieFgzcG8d9 { width:20rem;height:2.79980625rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQo5r6OftaXUuP0bp80ASyRmfbd7valV { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:6.75rem;display:block; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:9.84375rem;display:block; }
#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mJhQgZNkUKbtedCubLw2B1JOwG9UekzU { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:12.625rem;display:block; }
#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gp6XPT7oFVDbyM234w1f09gokCWZFFdc { width:12.6875rem;height:1.4rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlq1BufsR5LMNWN1CQD5C4aXWh7QE87 { width:12.6875rem;height:1.4rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WItcT1sfkSD1pTQLAPSAlNdEesp7HMkK { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }