.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); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp { 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; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp.adaptive-delivery-prevent-bg, #d8crlaULOdtzJBBpNSSP16FOkC1vWExp.lazyload, #d8crlaULOdtzJBBpNSSP16FOkC1vWExp.lazyloading { background-image: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { background-color: transparent; background-image: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .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); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { border-width: 0; border-radius: 0; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;overflow:visible;position:relative;display:block; }#tek57rf487xqTQFHf9kfgvwN5rw5sTvw { 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; }
#SAegJNzn7PoTkwVcTOnlSq5iLur2tndr { 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; }
#i8KALoh49FUiRJzW2ZQq09xT86vnRp31 { 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; }
#BhGIx6qBOELE4aEfmREgJ2x4XnZvV8Bd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNzgTzE7OtqtT5osJlsas0DZPu6z5WDi { 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; }
#m54G12Z9TBBIQHCAlbmkybVLp22UUZoa { 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; }
#e6xRXkgNOlkZAXJ5lD8CayvfVp6qIM4D { 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; }
#QOTsZdKzNI0NwuPQ252Zm6ogPXCvSkSg { 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; }
#O7lo4nkIkIpEkRhm0Lcsh8E9qBD3Tuzs { position:absolute;display:block;z-index:15000;height:6.75rem;width:23.8125rem;top:26.875rem;left:36.1875rem;display:block; }
#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { position:relative;display:block; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { background-color: transparent; background-image: none; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container > .video-iframe-container { display: none; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row > .video-iframe-container { display: none; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .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); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { border-width: 0; border-radius: 0; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .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; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .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:12.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; }#D7mxHoO2FgNgOEgTLC2O8xXn2CxqO3nD { position:absolute;display:block;z-index:15000;height:12.3125rem;width:38.75rem;top:0rem;left:10.625rem;display:block; }
#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { position:relative;display:block; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { background-color: transparent; background-image: none; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container > .video-iframe-container { display: none; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row > .video-iframe-container { display: none; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .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); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { border-width: 0; border-radius: 0; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .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; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .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; }#fJOqqZuqsKJ9WrlxqATXkysb8x7ADX5z { 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; }
#OqBIvbEfXvM8TrU78zOUCrVUgJ7wT2OT { 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; }
#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { position:relative;display:block; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { background-color: transparent; background-image: none; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container > .video-iframe-container { display: none; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row > .video-iframe-container { display: none; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .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); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { border-width: 0; border-radius: 0; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .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; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .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; }#JkeMVZpUvcgLmzSiTUztqoAFxNQbXJl2 { 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; }
#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { position:relative;display:block; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { background-color: transparent; background-image: none; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container > .video-iframe-container { display: none; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row > .video-iframe-container { display: none; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .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); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { border-width: 0; border-radius: 0; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .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; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .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; }#RThwtdzNbLAMStAdTvAA9zzPtETbc123 { 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:5.5996125rem;display:block; }
#lCB5MELpdKBhwTWh6umrsqw2vsBzD36v { 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:6.9995rem;display:block; }
#fmfT2XyNpPy5RB6idMJXSZnghtJqGk4C { 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:6.9995rem;display:block; }
#XwTX0ES8nVHr7c0Sfp6353tmWvyeSkoz { 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:8.3994375rem;display:block; }
#SRgw0HWc2g5D2OnvHR4y7CCMZHB386mc { 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; }
#QhXfQfeGXhVTTEDsOOZw0rNsDMwqyLXs { 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; }
#RlpnzVdmkRqpumSITlqhOF63wcDnngdO { 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; }
#C5svwx2Qrtqm0QnPzSQT5CWxhtcQ8v3g { 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; }
#v3FzRZiqhkfvMTPPgiVlBagQ6GdNtR3b { 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; }
#vbOu6nRxpO7HiTcBTc86WsTUynNvbZHI { 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; }
#bJZ4SXiTgKHEXtnqM0DXdBwxQF8k0wti { 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; }
#Qvaop0z15gXe0Eqp9BPz1KxZTdCAXQX5 { 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; }
#KPUHBqwfUH1OTwRK1tDBK3FkdT0Unr9g { 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; }
#NXTkTCodCTFlsUX4DWPsoeEzK0KmdBJZ { 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; }
#MU0DFOba0OCzVbQ7s2n37GE5UQoTZlqf { 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; }
#FNVLICQwwZ5tSsRwDfEUJESF9Xt81vXT { 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; }
#LlRaElW7lWNNBG8z4RfExB6zX5sivEFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp { 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; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { background-color: transparent; background-image: none; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container > .video-iframe-container { display: none; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row > .video-iframe-container { display: none; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .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); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { border-width: 0; border-radius: 0; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#VRz4xo9T4UOgMUkmQQ0QTk7ke0DWhyWs { 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; }
#hnowmKcDelT8L6Cm2nAWtOWOJScdilrr { 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; }
#HxflmrO3Adnh8QL2lrZnPu4VXfomwWXT { 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; }
#NcLAQc9LbcTfX69Ses5eIiilM8QmU2W5 { 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; }
#UsbP0TofBQpuXvD1DlVcPthr1MCBceb1 { 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:2.79980625rem;display:block; }
#EVhgN2CAKTxoinqSCIvTsBhrATdh90Lw { 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; }
#wWzBuNzJgoXSwl19JJXg4fA3U8ffxb9b { 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; }
#MXEJVxqkEVprHN3UgriAwT3sFkTbTIVB { 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; }
#EtUHVeHnb8XaKuxBANHOiZPPm4D1ritR { 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; }
#g7WS9ERC0ELbh4fNRoUS9BXHFAZ69qoD { 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; }
#FuRJpABDQRytQSaTb8hvET66TAB2eTES { 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:2.79980625rem;display:block; }
#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr { 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; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { background-color: transparent; background-image: none; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container > .video-iframe-container { display: none; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row > .video-iframe-container { display: none; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .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); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { border-width: 0; border-radius: 0; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#kxELMnEHD4NbwX5KeJ3E8t9ITvxSlJe7 { 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; }
#RbA4Dh8JEDK4wRlrQsUwZrl1OU0m5TMQ { 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; }
#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { position:relative;display:block; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { background-color: transparent; background-image: none; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container > .video-iframe-container { display: none; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row > .video-iframe-container { display: none; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .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); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { border-width: 0; border-radius: 0; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .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; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .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; }#yyFVOoIkqWnsgL7A81mu6A1FuZDbZG98 { 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:27.99804375rem;display:block; }
#PI3UPKE6t4mnDB5nlwCOSz9hmU8ymoBp { 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; }
#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { position:relative;display:block; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { background-color: transparent; background-image: none; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container > .video-iframe-container { display: none; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row > .video-iframe-container { display: none; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .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); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { border-width: 0; border-radius: 0; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .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; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .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; }#yD0Owu2BCsEAvxloxDgfIG7i6GzUT13i { 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; }
#NAzIIv4yq9tx3LEJlkzmSIdvBRw9sTJT { 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; }
#A8FdoBdmURncsNQsZdwD2fwkl269xTNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX { 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; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { background-color: transparent; background-image: none; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container > .video-iframe-container { display: none; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row > .video-iframe-container { display: none; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .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); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { border-width: 0; border-radius: 0; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#RTCa9dWzGzTys43dxAT9mJs6D5fmfLIC { 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; }
#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr { 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:27.0859375rem;overflow:hidden;display:block; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
#qs2vLXMkiv6MsFL9h2G3txtJUfPdTi66 { 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:2.79980625rem;display:block; }
#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { position:relative;display:block; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { background-color: transparent; background-image: none; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container > .video-iframe-container { display: none; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row > .video-iframe-container { display: none; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .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); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { border-width: 0; border-radius: 0; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .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; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .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; }#Tn2yTVz1bsBV6JhJtH3d0wrTtuXPWqC5 { 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; }
#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw { 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; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { background-color: transparent; background-image: none; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container > .video-iframe-container { display: none; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row > .video-iframe-container { display: none; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .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); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { border-width: 0; border-radius: 0; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#QBkh0qZQVIFlOQWWzWrpktzCfHtV8LKw { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.949462890625rem;left:0.7794189453125rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rztBI7Iu91hqVA33Hqb9q2OOvTJDMfdA { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:9.6136474609375rem;left:0.78125rem;height:5.5996125rem;text-align:left;text-align-last:left;display:block; }
#ckFEozcxMPvBsGdT9XdDxrzKcQiLMneT { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.4363059997556rem;left:21.468644142151rem;height:9.7993125rem;text-align:left;text-align-last:left;display:block; }
#AvMG0cpQ03eyNGESB3DmSLKUHUMRAtAT { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.949462890625rem;left:21.46728515625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#qS7ZXvSaGfPuK6QcLaewt0O91xCfVRnQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.1015625rem;left:3.1231689453125rem; }
#XDrXhxWMCSMlGmEnSsaOtkBxMq0sTeEL { color:#1f333b;display:block;width:17.06175rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:9.4990234375rem;left:41.468505859375rem;height:13.999rem;text-align:left;text-align-last:left;display:block; }
#BbCUmEddnZEJaTLTwAZFTgg8MSbQqIdy { color:#1f333b;display:block;width:16.62475rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5997314453125rem;left:41.468505859375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#g6WhUiRvK3zSVyMBArmr2chlXm6D1vAi { 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:15022;opacity:1;top:2.1014404296875rem;left:43.812255859375rem; }
#Eq0BtQ1VETnSKThIN2wva9aCrv4ITr7q { 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:15021;opacity:1;top:2.1014404296875rem;left:23.812255859375rem; }
#BfeFMO7A88KldliDTeJ5VJD3NiR5vP9K { box-sizing:content-box;height:19.6875rem;width:18.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:5.54931640625rem;left:20.812377929688rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xEfW7IHCAgLK5ytpL8RJCqI3LgGTGaLc { box-sizing:content-box;height:19.6875rem;width:18.374625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:5.5029296875rem;left:0.2486572265625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ghRbS0KcMTguDAwIc4TftPZ9wE3lGfa3 { box-sizing:content-box;height:19.6875rem;width:18.374rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:5.619873046875rem;left:40.812377929688rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Eqs4tGi7FaiexwfUpOUXMUQ7rKN1SRue { box-sizing:content-box;height:5.6875rem;width:7.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(152,196,218,0.6);background-image:none;top:1.9140625rem;left:0.7794189453125rem;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; }
#TBsXW9ViBlJKeerNHLp4lLvyLe6drBkT { box-sizing:content-box;height:5.68725625rem;width:7.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(152,196,218,0.6);background-image:none;top:2.1014404296875rem;left:21.468505859375rem;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; }
#KuX79uZpHtZQ2ZDkksTCuibMiEKDD2TQ { box-sizing:content-box;height:5.68725625rem;width:7.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(152,196,218,0.6);background-image:none;top:2.1014404296875rem;left:41.468505859375rem;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; }
#vnmcPG9cAzmyv6EgZmC30DJhAvT5mwqk { 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.640125rem;height:2.8276375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.4716796875rem;left:20rem;display:block; }
#v7y2iHZuFyAmTyJd3sqiRyuvJcaeHOBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT { 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; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { background-color: transparent; background-image: none; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container > .video-iframe-container { display: none; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row > .video-iframe-container { display: none; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .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); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { border-width: 0; border-radius: 0; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#atzxq45EABBmRXryryhmgnDtyelD5XqL { 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; }
#QywSXinFbI4c4mzKAgHlPclcEsEMGueh { 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:5.5996125rem;display:block; }
#UKHHbOZetIpNATAN68tFXcEELbu6ncSV { 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; }
#ZVK3iri89JtzLUgwMTS1fGsPpUteSU3a { 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:2.79980625rem;display:block; }
#f2TmPgqlNTbRug8TW1O9wZoo7Pzb2RmE { 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:4.19970625rem;display:block; }
#Wpuev3vdCKTA1u4urDrQrAolvMQpET9o { 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; }
#pa8DMuZPA6MW48BoLJpv7y7rgZ3STukv { 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; }
#TDp9U1xzkL99zOs9bGLelM5bXWgp5Lco { 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; }
#Ux5pt6s3w40978k3TzRiN9GyN8H8Kupk { 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; }
#IfubkN03cP64Er7mp55WhDPFUTwLdiTP { 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; }
#zqtl4XqzNtQyBhv0EDFkEnRpl6kKgKnT { 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; }
#DWAQnazdSekiCBpMdkc1GRoTGNecum5u { 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; }
#W5wlTQtuq12Nmy1GffXOiFZJgvbuQS7u { 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; }
#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 { 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; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { background-color: transparent; background-image: none; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container > .video-iframe-container { display: none; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row > .video-iframe-container { display: none; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .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); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { border-width: 0; border-radius: 0; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#W9woiLhG5CE2EydCRo3pGPNfr6CpIw0h { 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:33.597675rem;text-align:left;text-align-last:left;display:block; }
#p3GZ6b5XVFWRz6ElJSMObinOJxysDfhw { 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; }
#kIsiHPX2pbU5kSlRr5VugsfAvghrG4F7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoTdhFZ2txI0nZr6TRbTtzkK6wSSbtKd { 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; }
#EZH1GaJNRB9BAWemFmqecmlkvqeC8lf0 { 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; }
#Mt0uQMeBEGx28144v8WNdKp59l13r4Or { 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:3.8994125rem;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; }
#hw0dkcw28Ll4FfeDGG7HZVBBhdXr8z0I { 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; }
#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { position:relative;display:block; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { background-color: transparent; background-image: none; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container > .video-iframe-container { display: none; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row > .video-iframe-container { display: none; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .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); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { border-width: 0; border-radius: 0; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .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; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .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; }#xhIX1f7W2KFxspHcJkXVpkpMthaoS6NN { 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; }
#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs { 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; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { background-color: transparent; background-image: none; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container > .video-iframe-container { display: none; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row > .video-iframe-container { display: none; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .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); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { border-width: 0; border-radius: 0; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:60rem;position:relative;display:block; }#QzLgXQePy0XWnTsQHoaGcfGP4teDdrM0 { 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:5.5996125rem;font-style:normal;display:block; }
#go7qoKvSQfA6mIGOm0U0ZD2QK1pTc28e { 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; }
#kXLzwUyVa1tRaTEHxrmaGcw0TrZtqEpd { 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; }
#DQXs5a8ugisTnOWVD2EuHdq1kpeZNTKH { 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; }
#mInO1w8TazEWNK8aUUkyyHW33bsRSmDQ { 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; }
#LzftRKgIfmQ9qvCSo24hJssTtXQRumVF { 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; }
#VNusrp5DWFgaFZ9093Zq2TBnS76DptTa { 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; }
#VH6vTrRSDbuPDOg9iRDOXxxVtXXCPzOz { 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:4.19970625rem;font-style:normal;display:block; }
#btFZFVk5ZWTK8ro1F28cEMwMA1H759aZ { 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; }
#y6Ql4pfdvPSpQDCvdZxX0ucnPznRi5k5 { 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; }
#LeR2OaGTioPRSeHX0uKK6zIK6LbZ4ilp { 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; }
#penAAIJZ6ZRHNuv2Z7niCAuV0UQKt0om { 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; }
#Uk0kS6mi91qRu6Bf2lEToNtXdCaL3ZXN { 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; }
#lirwdzJzhcxxzwO7aVFNZKq5wf41mXFH { 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; }
#XlvfEgGOUvgww4Ix1zLuFB6NJqpeXa3u { 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:5.5996125rem;font-style:normal;display:block; }
#P0MmOzzI14zCEXoCZyNAR2UAdk5dzvaJ { 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; }
#HJ8dNKMCfc4J52tPfrhdWNT5JXyPK3nM { 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; }
#EGT2L9Lqn9P3vwIyLnvBPzJJHGElqhUW { 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; }
#OwtOQqfIKQs3m95mG2cQeaUNqvaUQTI0 { 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; }
#awq7CHHUH9xTdR3rPM1CHzRfkA8tCtQO { 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; }
#S8KkukEBdvVIIOOAk5lUF12enIleq2T1 { 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; }
#TmIM5w3NgQ22HswN1tezakkySea56ttv { 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:6.9995rem;font-style:normal;display:block; }
#xN3tE1sMkUoreZTlm3C0V54hQeKr7Cei { 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; }
#X4p8dl5ZfNoudctxkLy2Jzcv1gvnwarT { 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; }
#LM6ZqmkXbcNaQO0hQSrlJxknVw4pHchT { 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; }
#JGimpRsVoe5B0My59eqMte1h3v2lsmUL { 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; }
#BU58QVrLOPhM7M5E5u8RN5piSqQmwuIV { 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; }
#twblQIvuBKDabnsDmW2c1yfui1dRA84w { 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; }
#wzsS5aQlKN9Fqqd8fUD7iZcLbTpbclRu { 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; }
#olmJZRvkkw5078mPo9O2cfR9tmhTJ2dm { 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; }
#mcpR37s2rZ7887e7SsmxhAgTk0fwxhCm { 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; }
#C8Kbad2RAaow908dAJlbcGvmTQupcAyT { 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; }
#Guubzu6UiAnbSEhM3IB3BusM6FrQ2z4W { 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; }
#rWEG87ETzOOuNUWybeHb2ObozK5eC7mZ { 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; }
#VKxqf2axSU44v62c3z7TypBziA3sPUcB { 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; }
#I15CLkfQM9DoVuhstnRSKdUc8HP2cIHv { 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; }
#Pa6XwnCphs4R2eIhgqd5zND9rVyx0Ro6 { 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; }
#MBcQfep3SfbOVtpSi0IWwWC5MezfPwFZ { 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; }
#gxQFZStIlTIdfQQPWGngULaKFFiLAcsA { 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; }
#mh2fIk4s9yChUWIVWb4agETCJcQT4s7M { 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; }
#VVMn5H5TOidIarmw9rvzEIZI5VLBlLwp { 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; }
#AmmwEOoBk5nQFTlFesE1pTV8G9MupVNy { 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; }
#aBWW5MUaH8fVgyvDAUHXTH8UulCa20QH { 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; }
#NUDoC1zg6v5hGnR8aZSZNpK4dxGXwUdi { 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:5.5996125rem;font-style:normal;display:block; }
#QQ4mW1Scw9nDpROgPV922SKLsO50Lcv5 { 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; }
#vaUb2Na8GD3VEeGCutOay7CT1DyVIZKX { 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; }
#R8pD3t9doA4ny7MDVpeGbCnMA9mJTTX0 { 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; }
#peUufp6DwoJ6WqmA90QS0kuTQ2hEN5sI { 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; }
#GpEg9XKnP08Ri03tFaHRfPDmo6vKLHRD { 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; }
#NwITaLDmvoWTH9iPvmumrPcAlNXvVh7L { 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; }
#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { position:relative;display:block; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { background-color: transparent; background-image: none; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container > .video-iframe-container { display: none; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row > .video-iframe-container { display: none; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .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); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { border-width: 0; border-radius: 0; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .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; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .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; }#RVWXXoFeWnJcJgnxyi4AqM3TfuqqInLL { 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; }
#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { position:relative;display:block; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { background-color: transparent; background-image: none; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container > .video-iframe-container { display: none; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row > .video-iframe-container { display: none; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .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); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { border-width: 0; border-radius: 0; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .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; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .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; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr { 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:15.099125rem;overflow:hidden;display:block; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#xMvmRxTkZg3gvResM03Jtbu2DzvHpBl2 { 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; }
#mlG2C9sMSHpwCS9iwSt7B4rXPfvr37Pq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { position:relative;display:block; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { background-color: transparent; background-image: none; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container > .video-iframe-container { display: none; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row > .video-iframe-container { display: none; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .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); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { border-width: 0; border-radius: 0; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .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; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .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; }#HpSaA0C7SosKPhsedazpm8886VGlvuEO { 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; }
#pKS2VBeRJgsmUUiANIn1ZTDuJG7LosUK { 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; }
#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ { position:relative;display:block; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ { background-color: transparent; background-image: none; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .row .container > .video-iframe-container { display: none; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .row > .video-iframe-container { display: none; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .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); }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ { border-width: 0; border-radius: 0; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .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; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .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; }#qTRuKbOOnE09C81tPOpwRFGGNK47fh5C { 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:6.82470625rem;font-style:normal;display:block; }
#EEdCmdcluOkhpSPPRQpNulspQKR6a11C { 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:4.82470625rem;font-style:normal;overflow:hidden;display:block; }#EEdCmdcluOkhpSPPRQpNulspQKR6a11C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EEdCmdcluOkhpSPPRQpNulspQKR6a11C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#V8EtFNrpFQdzL0hpJh9hmyJCr3h6Ax98 { 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:9.0995875rem;font-style:normal;display:block; }
#tlmVqmvJxHp2DV7DUddCIxX8xQg1WPl9 { 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:3.11230625rem;font-style:normal;overflow:hidden;display:block; }#tlmVqmvJxHp2DV7DUddCIxX8xQg1WPl9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tlmVqmvJxHp2DV7DUddCIxX8xQg1WPl9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#uWkNaEUiXCe4fTc8hCQmlKxFD5T1XXfm { 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:6.82470625rem;font-style:normal;display:block; }
#GlUp402WxbNwosBR9AnC3SumAT3Qql8K { 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:4.51220625rem;font-style:normal;overflow:hidden;display:block; }#GlUp402WxbNwosBR9AnC3SumAT3Qql8K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GlUp402WxbNwosBR9AnC3SumAT3Qql8K li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#kaPhZRueTSRbEBtm5KTG4coVySOuTyVR { 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:9.0995875rem;font-style:normal;display:block; }
#kzb0nrKQRzWDpAN7U2GZZVCKAKfhHZ9L { 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; }#kzb0nrKQRzWDpAN7U2GZZVCKAKfhHZ9L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzb0nrKQRzWDpAN7U2GZZVCKAKfhHZ9L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#VziwhBEMUuF73woDBfGvR2IaTh7TBTpc { 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; }
#DN2oEKPUb6ZPXP9u7BUEpb1zcrWRInPe { 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:17.2739375rem;font-style:normal;overflow:hidden;display:block; }#DN2oEKPUb6ZPXP9u7BUEpb1zcrWRInPe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DN2oEKPUb6ZPXP9u7BUEpb1zcrWRInPe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#a5RfoFdzUp03MvJW9edsqU6GUrTHzhqG { 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:9.3369375rem;font-style:normal;overflow:hidden;display:block; }#a5RfoFdzUp03MvJW9edsqU6GUrTHzhqG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a5RfoFdzUp03MvJW9edsqU6GUrTHzhqG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#ZSa9ZUfuHVx8zJkKWv0y53P0EyMdQ7II { 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; }
#hOgmPxom5mhIIGwWDXvtpdTM2DkXKeA6 { 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; }
#TD2UZ7DL0MG3HHw0EO7VxZ4JtK4h1gFo { 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; }
#aNcOzqwuTg7gP8ec2kX73i9kxzNuVkPo { 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; }
#dq7luEGRcp2Pe55W5r8IEIqCSOaspWgq { 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; }
#KlIfAsH8vDbQ7Sq0IG2nfaTlis4xvnZS { 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; }
#dnlfwW3v5PT1M34X0f3i1Xh3C5Tz2hM1 { 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; }
#n3bN0xeFJaLThPX5QHxkUDNxOtbdVoRI { 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; }
#Afd0TL46m3pR7WTHhzVHt69xGeFdyL96 { 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; }
#oeTmIt5gbe2A45sULOUCg1CP5eXzRUmT { 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; }
#AwM3vn2KqVNigTS1lN9VXl2z9hyTfuHF { 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; }
#Ff7x0C3g6XGJsXoAFlTfbi8h8VJ5HZBr { 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; }
#GbREPwfanrDaUeQzCiPLi2XL2GCrEX0o { 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; }
#HKsfarmZhsKvMlqd6rBQBCyupm1cbktJ { 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; }
#LXyR1kmL9yUsuu1H6SqLQfyO4xqGMtRu { 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; }
#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP { position:relative;display:block; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP { background-color: transparent; background-image: none; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .row .container > .video-iframe-container { display: none; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .row > .video-iframe-container { display: none; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .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); }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP { border-width: 0; border-radius: 0; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .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; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .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; }#RdqbdZhH9cdyaW38qzZI8vdT2AzrDfi5 { 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; }
#m22XWNQGaI7MP4rVE5WRPZTSrM2wDVsM { 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; }#m22XWNQGaI7MP4rVE5WRPZTSrM2wDVsM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m22XWNQGaI7MP4rVE5WRPZTSrM2wDVsM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#nrPSsNcxw6PIIPDr493S1SbwcQTX5ukm { 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; }
#TcHV8ivgIalmziSd81yLROS5mMGGIlqS { 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; }
#lRuEFtrAUeSSTwltbwZ1PR67PGSGR0f3 { 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; }
#z0tKstSsAXPO6o6ZpgGIdcDqtq59ogNx { 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:6.82470625rem;font-style:normal;display:block; }
#tDJKMTtm6kbph79lJ6geepnCXzweiSua { 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; }
#JXKrxXXTyrU5PA6UHIE1C0IZTosfbCHl { 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; }#JXKrxXXTyrU5PA6UHIE1C0IZTosfbCHl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JXKrxXXTyrU5PA6UHIE1C0IZTosfbCHl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#BMBmcW5KCFoUbhAzmIhrQUXDrMtLeKcH { 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; }
#hfmdoOPJ8wDgSIsz5L6m0q89PSKACQxC { 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; }#hfmdoOPJ8wDgSIsz5L6m0q89PSKACQxC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hfmdoOPJ8wDgSIsz5L6m0q89PSKACQxC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#e8H6qPo58Di0rLhWDHP5RTLTyzJyRNOK { 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; }
#NTeNz5S9LlPTsKCG2c8xtnLn7ttCqfxe { 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; }
#y5lZi0D2QD5VGpp3D6JQT56avvE1tb3z { 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; }
#am7gCcniQb8KKUw3kUr2tiGimTUmEsRt { 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; }#am7gCcniQb8KKUw3kUr2tiGimTUmEsRt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#am7gCcniQb8KKUw3kUr2tiGimTUmEsRt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#XcOJbfTnpqToGKcPNRm6otgn98R1mNhp { 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; }
#AU1H6vnrZFWkvHpXNHsb5IuourcTQx2O { 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; }
#GJkFyERKVi0ESBMhWSxs8UOscmc4q2Ct { 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; }
#Z4ZLH21cqIKcA84is2ZDeGygZ3Dxut2W { 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; }
#zJ7utKWR0O4odvoBCD65ZZSuxpb97QVC { 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; }#zJ7utKWR0O4odvoBCD65ZZSuxpb97QVC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zJ7utKWR0O4odvoBCD65ZZSuxpb97QVC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#PB25ezfsVc6lnHNSDTgVWyTNSJl8QpFt { 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; }
#EWQI1zeRTv2efQeRXtJqsioeQuSsKyCQ { 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:6.82470625rem;font-style:normal;display:block; }
#gZau2pqdCEcK1wmqNbpqLBt1Z975cc5e { 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; }
#cTgxc4buR8Vdvui4HR53T9rz8hrShvta { 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; }
#mfTuRfygAUZZlrnOFS7FwaztptbGQHxz { 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; }#mfTuRfygAUZZlrnOFS7FwaztptbGQHxz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mfTuRfygAUZZlrnOFS7FwaztptbGQHxz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#b2P8OTDrxJ29fL2c5PMxHhnQJo102GeB { 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; }
#vK4LyB5SLnE7LBnIAZLqW27zxHmxgz9N { 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:6.2246125rem;font-style:normal;overflow:hidden;display:block; }#vK4LyB5SLnE7LBnIAZLqW27zxHmxgz9N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vK4LyB5SLnE7LBnIAZLqW27zxHmxgz9N li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#cxp8NwOdOPVRpeivkgfC9A6aJUJN0tEO { 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; }
#wgaJp2cUnyh83EzOK0WPVFtGivbfdlHT { 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; }
#qrAKbJonWC6lKlBHKBuN2AcLOkW2VTta { 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; }
#QUySXTEES4TFqmT8crxhDHdKItDguVQt { 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; }
#HB2L9eO3HaDvsRfdOOfgzCd0tChwel8p { 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; }
#qdExaBt67slLNbTXrFbmPyWMNbncKtGL { 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; }
#IirE7vLPmCDkZ9NN1Hu4zWwGxVwEQndT { 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; }
#Nr3UhdF1rZFyMo5ITQRZ4loLhFy0ZJZH { 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; }
#Nh73wXUx8hu7fDQGQZKDB2FpZBwBfbIO { 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:6.26175rem;font-style:normal;overflow:hidden;display:block; }#Nh73wXUx8hu7fDQGQZKDB2FpZBwBfbIO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nh73wXUx8hu7fDQGQZKDB2FpZBwBfbIO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#OlWTeNb4Qu70PcVFfkX9f0q3VZyNOgOZ { 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; }
#JTcCWgmLeRgFPFTaZtfDuybg9kl26eEs { 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; }
#elLztDBnw6SiQVwDfXQ1yGSy2InTrGLE { 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; }#elLztDBnw6SiQVwDfXQ1yGSy2InTrGLE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#elLztDBnw6SiQVwDfXQ1yGSy2InTrGLE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#BXowpy7JKZ9dL54ODp81SdDFBx0faXrQ { 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; }
#MbBDhTGJGAUOwAhTPxz7ian5XINbKTkd { 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; }
#GwzHcxmPI5PNoqZXIBKKmdcdry89qIRJ { 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:4.5498rem;font-style:normal;display:block; }
#xHOo0fpa0qhfTlvrwEQkEXVkvOXGqThM { 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; }#xHOo0fpa0qhfTlvrwEQkEXVkvOXGqThM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xHOo0fpa0qhfTlvrwEQkEXVkvOXGqThM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#TdrJfFxKtbsBq9LdaJtS5m2pSeDpoPt2 { 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; }
#lOEX4tga7Qsf3epKI0ZKnHVWHlGnwrig { 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; }
#iV2hskFTUCURRCEckdc3xLckHk1edHTa { 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; }
#CzF2rn4GGCsrXwdEQS4vZ4cIurEFVer1 { 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; }
#ewM9BwUF6fBH185cSAWvUKo66DQ3bUeq { 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; }
#WGCpu9ExgQMkVNu9aW4xF2HF0DMs8eyq { 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; }
#tk7xgbA75TIpeiaoRC7iu7tuB1tvLk59 { 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; }
#wfXudTwDqTaCuVP469C7v4Zs8V5eH5yk { 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; }
#zwzDOauGptiNPv9mHoCXIlSMrofPGkpk { 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; }
#wPvooBqzy4Z3t1Lcq0Pzk4VVvrkl0DlD { 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; }
#OI7ZZstHEcwqTspxvquuSKbad9ipq6gP { 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; }
#RAOBht12wuLof57wbz8vZcihOuNBWTFp { 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; }
#qXZqwVgL5wwdAUmzEsZ20MCc20zcT0m2 { 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; }
#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA { 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; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { background-color: transparent; background-image: none; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container > .video-iframe-container { display: none; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row > .video-iframe-container { display: none; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .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); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { border-width: 0; border-radius: 0; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#HVpiTFfsa2V5dkcXi6cgTG2z0bA6illD { 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; }
#bJp8SytxzWk0RuZQs2xph4JqXUqmiVDP { 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.5996125rem;display:block; }
#aSPmz7nvK1xQIZZTufrxLHamrxEQxSTB { 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; }
#bdKr4BP93wcs2M7loIiLnKkZmPm3xTaM { 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; }
#nsm66LQvlbmgQIfK58TFzr1nRZ1ly1ZN { 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; }
#TpxtGLkQGM4X1qEPKrRnaBeCFTpNE5xz { 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; }
#syx9ocd95fhkDtN5AfN9NUrthURUuLbl { 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; }
#ePtsDeIVU0eOuyW7MT9p4eFZRBwMLyHx { 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; }
#JdlGAatNIy4Kxc3fJNmFM6VX3Gr7L1ol { 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; }
#ilGphi7PKQdxs4BGuNKoi2zdz6VCD1RC { 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; }
#BoZh7bQ5zoKaAwTDc4ndf5cOCxlypocN { 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; }
#JKl9N2dCNHVfhGs0IgHZQHX3En1Dn440 { 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; }
#WGQzLcq2uR2SJKOIKVJdbFJqIJrw7ekt { 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; }
#Vv9FdHiE3cCWDvqSMSAKyxOrBk1IOXWB { 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; }
#hcOLoSE4dnmL4r35D2FQGdZ0TpMPRbDl { 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; }
#uZuEnUCM6w2sszUnTcagcA1Tiq0ilCi4 { 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; }
#MCg0ooCwGN9PToyBgnvRIs5JQKAgorhk { 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; }
#TE8qixt9a1iuF1DBgphrHDmsCwvobis3 { 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; }
#ocqZBg3fL4xdLDGIGTsI60zyOiAsguXy { 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; }
#SrdTyTZAm1nOT6g8ggwsKUKRgADe30RQ { 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; }
#UuyHPcblz1uBa064AGphwETvIqRFNc28 { 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; }
#PJvNsia58sN0Ns12kAxLIML9i1Z0TqBx { 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; }
#NqvRbQLq4xkflNZxsr8cgasXVWbffSmp { 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; }
#ZWzFLJFT59WbwN4MChuKfJ3LGbNtubr9 { 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; }
#VB94NbiinptQwzZkb8n8lP93bWiZuiZN { 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; }
#RZEIwXNwwaKIcKMuML6vgsJM8hcRsiC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTpfrnTJVd2A6Hm1ADT3tGoyUDPXBOc3 { 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; }
#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { position:relative;display:block; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { background-color: transparent; background-image: none; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container > .video-iframe-container { display: none; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row > .video-iframe-container { display: none; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .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); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { border-width: 0; border-radius: 0; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .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; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .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; }#itAkMSVCGWos1MXXnqXVhDSTLBN39pFe { 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; }
#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { position:relative;display:block; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { background-color: transparent; background-image: none; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container > .video-iframe-container { display: none; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row > .video-iframe-container { display: none; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .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); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { border-width: 0; border-radius: 0; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .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; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .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; }#w1g7f9LBODe9s7bn0v1nR2zJhzMc8BAz { 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; }
#pkOPJUCZWGpxJop9W3hyGuNWdVqTrm93 { 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:2.79980625rem;display:block; }
#h9u5cM24iwx5wkJFnGRRPyqdXdGbL4fH { position:absolute;display:block;z-index:15009;height:8.5rem;width:38.75rem;top:15.625rem;left:9.5615234375rem;display:block; }
#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { position:relative;display:block; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { background-color: transparent; background-image: none; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container > .video-iframe-container { display: none; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row > .video-iframe-container { display: none; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .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); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { border-width: 0; border-radius: 0; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .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; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .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; }#MuG0qchwmTGiS1Vu3LgTOVkA2VE33LgJ { 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; }
#mfuvxZAEDoOuLTC2w3KvkCXZfqTEFM1u { 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; }
#Pt2mqG9ethP5oe2Whhi4pSEaaT5ZGfIk { 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; }
#DxQGvxuCBazglJbXg1MeXTc6IpaGoD3c { 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; }
#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 { 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:2.79980625rem;overflow:hidden;display:block; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C { 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:4.19970625rem;overflow:hidden;display:block; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc { 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; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#wmaU3xGNO7f1Tek252Xs61cxsFNTftQb { 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:1.29980625rem;font-style:normal;display:block; }
#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk { 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; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ { 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; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w { 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:4.19970625rem;overflow:hidden;display:block; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#u3yaH32tc9OXMpfa4p63zfqACzzHZ5SD { 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; }
#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { position:relative;display:block; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { background-color: transparent; background-image: none; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container > .video-iframe-container { display: none; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row > .video-iframe-container { display: none; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .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); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { border-width: 0; border-radius: 0; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .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; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .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; }#pBPllEib3Bv3fZ18NV4NW7XchIp5BbvF { 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; }
#EvJ93XAADfnpIRzg1IbFLzkXIbKUyFcM { 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:9.7993125rem;display:block; }
#KkE5BD41NbXtLZ0MdtKwJ4KDvMV8kOpE { 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; }
#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { position:relative;display:block; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { background-color: transparent; background-image: none; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container > .video-iframe-container { display: none; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row > .video-iframe-container { display: none; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .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); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { border-width: 0; border-radius: 0; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .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; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .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; }#TvGrV3dpQhNklTCpvDBKRzKy1Fdcgtai { 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; }
#vruL0LoZhdexwcN4WNqo2zgfHDJn8HL3 { 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:8.3994375rem;display:block; }
#RwMIbUsJKLGaDy9XCz0K3R27IODHqdPy { 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; }
#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { position:relative;display:block; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { background-color: transparent; background-image: none; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container > .video-iframe-container { display: none; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row > .video-iframe-container { display: none; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .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); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { border-width: 0; border-radius: 0; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .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; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .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; }#DBevkyfxSVQBp9CeqIkuhT8LToIaqWQ6 { 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; }
#LXxPfITNFGdHJE0TNCih46iN3peMco0i { 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; }
#sb8VuGq9hiVRtZ0SKPQfUQ9mqnfdIRQi { 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; }
#e7NRMqr46hAZsSwGq7OOBnSykeSrEkmd { 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; }
#rDhMkltZL93lDKIzWloNFdOsul9EgNhl { 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; }
#tA3T8RXRFCmrOOtt4Xkarl9BzCzLTKrZ { 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; }
#gx9Dd31aedbVA1dQELolwgGqg7ZPZTQk { 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; }
#AdNIwiNliOVLHb50eL5hwCZLtISMDrO4 { 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; }
#a4ppaTXk36ann5gEL38igFqPkrpebppT { 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; }
#bVdxCzzAT7x4hZeqe2RMAFB7X1bMTCeO { 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; }
#kVAbflyGXgdErLTKps6dPMZqEBT4DAWc { 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; }
#o5OSz4Pz7w0hob8APScD2H4TCxrevKv9 { 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; }
#Xv4hQCHCIGtAkTPv5lJJIFfkIARA2GIi { 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; }
#w008VAv8HGyRMWEW5f2cboZfbf6PJtOs { 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; }
#T0wRwTDA7p9qhdD5alvJu1IDubJ1e8xv { 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; }
#x50r6r3uEDgTl7SwLnJ9KpWA4yTHuRdA { 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; }
#ZTiPXF0Pxcm8rnDggPG7LdABxnbIsbVq { 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; }
#rkPhmzBDGJHs1sCquw1sqqyV7BdqWHBA { 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; }
#vXgKHVc2XeJeRWyvoRQySwV4wVOTlyZv { 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; }
#BpSn1I1RgncqsuS06CHzGLHmt2Mb4fiO { 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; }
#RTDyZQEA3hBU0nLoNWiPKAvi9cfVKI73 { 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; }
#MCZ3yn4Kz6Nx9ba3DWAq1hCfUUpqJ84L { 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; }
#Iy4KLZtu2a3Uz32K9xJMDmmUA89vSTTd { 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; }
#NTbJ5TJdXDOVe5ZlNJQvTagTRTr0QpCh { 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; }
#uE1zz7erJ6i39aJtyOmxNyL76BVZRUrB { 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; }
#RvXTv67UgynVrXmOSFWAXaKZ3nSsvIEW { 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; }
#bsmMc5s8OZ6VrmQnve0zR6cVFWenTaq9 { 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; }
#Ra9ud7ov6yOdgvtE9MswtDtIT20icNZ2 { 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; }
#lKB44SZVWFTLCq2sKme29Lk1IDpixOkk { 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; }
#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs { 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; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { background-color: transparent; background-image: none; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container > .video-iframe-container { display: none; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row > .video-iframe-container { display: none; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .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); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { border-width: 0; border-radius: 0; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#vMVhQmZKfH5T5qcFC2rPVIvTN2NSxhDa { 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; }
#AdnuSv3I97CDq67KLzEyexECqZgXcvUo { 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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:poppins;height:auto;color:#2a2a2a; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-trigger.adaptive-delivery-prevent-bg, #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-trigger.lazyload, #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-trigger.lazyloading { background-image: none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 { 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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #dJ9DnBTM0zZEO21DEDE8ThSl2gCX1zFE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #rd32xWRg1X2NrWN5bT391oB5mxB0woRK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bOCTGTGCqqvtB6tWd5u8CuDMPaTw8LnD { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cV8lmlaDRoJwEMhM3FPSLQ3hvF7rIcb2 {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #ve1rQDTMOBtzRI5Lq8sx4QITWwZJywfO {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #p23Z1Itar1zdZO2tLnqECDVFv4Z7KBsg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bcd97SyqbBm4pRgF42WNWRDfaOoPuGiB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #nwTbtqdhPGrwS258BHuzhhBZxJDTTOii { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #fZzA2VlBJeXNqaMepPLhn2WMwzzKvcoi {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NxtrTt5C8Mn9P5s9gtWUhbVMap40eng2 { display:none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #E9uD8zkpDsVxZJsiiyz037Ut9s9AyJmd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cfQCe26I9VXGp00wvSU0KfL3dJanwHTv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #i44ULHM8IEwTgG6l9p9zgoepBD6TyRm6 { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #PbHW3wLT4fl3FdIPBGXcpJ0XcSuZQZhT {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bV1w7ZERBifeVVNkBxHI8Qf5rZeKctCl { display:none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NyEATtBeHM3DUO4hMHd42uTxEkvc3MSw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #LchMKiE690BLM7bPpzKnQNJHyqEEt99Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #RESFTO8VgFE4mEWqL2iPzK88O6RIVFLI { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #iu0Rh977bLIatZBES1pZNwRGXSPnpVqC {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #JuR6zNB6DWMH9MB5sgy6nG4W0gwk4ske { display:none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #qKilSXUTilOXyykzGTKRMNXRlSLS4Mgz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #xseW1e3FBW0thTNiWk9gr5X00UeSamJU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #r27lwk6SOmeFnCrObUwzvUsWrhCL99B8 { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #XCipxTVr9iCWnmcpZObmTIyv2XGrHl2t {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #kSDAblcNQqmXTqBmaXwKBm0oNQdrdpmr { display:none; }
#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { position:relative;display:block; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { background-color: transparent; background-image: none; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container > .video-iframe-container { display: none; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row > .video-iframe-container { display: none; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .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); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { border-width: 0; border-radius: 0; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .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; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .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; }#IR95m1rv29umVFK4anZZJ7ETVVTL86gi { 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: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; }
#Fy0OGUFKRLQieGgq309fSCHwPDQvBJwU { 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:5.5996125rem;display:block; }
#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { position:relative;display:block; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { background-color: transparent; background-image: none; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container > .video-iframe-container { display: none; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row > .video-iframe-container { display: none; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .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); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { border-width: 0; border-radius: 0; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .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; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .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; }#rUgnuOgWGprSEebDTVZb6fRf0DKA5hTc { 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: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; }
#xyCL2bmdieIOQuKIE6B3ZOyUOnLmNL13 { 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; }
#vhCzF2gdraSn4gE5Pu6pWTFsokNTg7Vp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWhZnaS1ALZseR9TP4fJr8uQ4foHneVu { 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) { #d8crlaULOdtzJBBpNSSP16FOkC1vWExp { display:block; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tek57rf487xqTQFHf9kfgvwN5rw5sTvw { top:12.625rem;left:0rem;width:30.3125rem;height:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAegJNzn7PoTkwVcTOnlSq5iLur2tndr { top:16.6875rem;left:0rem;width:30.5rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8KALoh49FUiRJzW2ZQq09xT86vnRp31 { width:17.125rem;height:3rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhGIx6qBOELE4aEfmREgJ2x4XnZvV8Bd { display:block; }
 }@media only screen and (max-width: 763px) { #QNzgTzE7OtqtT5osJlsas0DZPu6z5WDi { width:29rem;height:10.375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54G12Z9TBBIQHCAlbmkybVLp22UUZoa { top:16.875rem;left:0rem;width:0.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6xRXkgNOlkZAXJ5lD8CayvfVp6qIM4D { top:0rem;left:0rem;width:35.125rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTsZdKzNI0NwuPQ252Zm6ogPXCvSkSg { width:18.625rem;height:33.5625rem;top:0rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7lo4nkIkIpEkRhm0Lcsh8E9qBD3Tuzs { top:26.875rem;left:23.9375rem;width:23.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { display:block; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7mxHoO2FgNgOEgTLC2O8xXn2CxqO3nD { top:0rem;left:4.5rem;width:38.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { display:block; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJOqqZuqsKJ9WrlxqATXkysb8x7ADX5z { top:1.1875rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqBIvbEfXvM8TrU78zOUCrVUgJ7wT2OT { top:1.125rem;left:0rem;width:0.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { display:block; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkeMVZpUvcgLmzSiTUztqoAFxNQbXJl2 { top:0.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { display:block; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RThwtdzNbLAMStAdTvAA9zzPtETbc123 { top:5.5625rem;left:15.5rem;width:31rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCB5MELpdKBhwTWh6umrsqw2vsBzD36v { 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) { #fmfT2XyNpPy5RB6idMJXSZnghtJqGk4C { 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) { #XwTX0ES8nVHr7c0Sfp6353tmWvyeSkoz { 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) { #SRgw0HWc2g5D2OnvHR4y7CCMZHB386mc { 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) { #QhXfQfeGXhVTTEDsOOZw0rNsDMwqyLXs { top:2.375rem;left:0rem;width:14.25rem;height:11.823453889621rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlpnzVdmkRqpumSITlqhOF63wcDnngdO { top:17.4375rem;left:0rem;width:14.3125rem;height:11.875311143523rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5svwx2Qrtqm0QnPzSQT5CWxhtcQ8v3g { top:32.6875rem;left:0rem;width:14.5625rem;height:12.187604614632rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FzRZiqhkfvMTPPgiVlBagQ6GdNtR3b { top:48.5rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOu6nRxpO7HiTcBTc86WsTUynNvbZHI { top:64.625rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJZ4SXiTgKHEXtnqM0DXdBwxQF8k0wti { 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) { #Qvaop0z15gXe0Eqp9BPz1KxZTdCAXQX5 { 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) { #KPUHBqwfUH1OTwRK1tDBK3FkdT0Unr9g { 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) { #NXTkTCodCTFlsUX4DWPsoeEzK0KmdBJZ { 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) { #MU0DFOba0OCzVbQ7s2n37GE5UQoTZlqf { 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) { #FNVLICQwwZ5tSsRwDfEUJESF9Xt81vXT { width:17.125rem;height:3rem;top:79.875rem;left:15.2978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlRaElW7lWNNBG8z4RfExB6zX5sivEFx { display:block; }
 }@media only screen and (max-width: 763px) { #C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp { display:block; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRz4xo9T4UOgMUkmQQ0QTk7ke0DWhyWs { top:1.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnowmKcDelT8L6Cm2nAWtOWOJScdilrr { 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) { #HxflmrO3Adnh8QL2lrZnPu4VXfomwWXT { top:7.9375rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLAQc9LbcTfX69Ses5eIiilM8QmU2W5 { top:14.125rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbP0TofBQpuXvD1DlVcPthr1MCBceb1 { 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) { #EVhgN2CAKTxoinqSCIvTsBhrATdh90Lw { top:20.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWzBuNzJgoXSwl19JJXg4fA3U8ffxb9b { 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) { #MXEJVxqkEVprHN3UgriAwT3sFkTbTIVB { top:26.875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUHVeHnb8XaKuxBANHOiZPPm4D1ritR { 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) { #g7WS9ERC0ELbh4fNRoUS9BXHFAZ69qoD { top:32.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRJpABDQRytQSaTb8hvET66TAB2eTES { 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) { #Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr { display:block; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxELMnEHD4NbwX5KeJ3E8t9ITvxSlJe7 { width:47.75rem;height:5.5625rem;top:7.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbA4Dh8JEDK4wRlrQsUwZrl1OU0m5TMQ { top:3rem;left:0rem;width:40.375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { display:block; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyFVOoIkqWnsgL7A81mu6A1FuZDbZG98 { top:1.5625rem;left:0rem;width:47.75rem;height:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI3UPKE6t4mnDB5nlwCOSz9hmU8ymoBp { top:7.875rem;left:12.4375rem;width:22.875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { display:block; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD0Owu2BCsEAvxloxDgfIG7i6GzUT13i { top:2.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAzIIv4yq9tx3LEJlkzmSIdvBRw9sTJT { width:19.625rem;height:2.8125rem;top:9.5rem;left:15.304443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8FdoBdmURncsNQsZdwD2fwkl269xTNs { display:block; }
 }@media only screen and (max-width: 763px) { #QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX { display:block; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTCa9dWzGzTys43dxAT9mJs6D5fmfLIC { top:2.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr { top:6.9375rem;left:0rem;width:45.9375rem;height:28.4375rem;font-size:0.875rem;display:block; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #qs2vLXMkiv6MsFL9h2G3txtJUfPdTi66 { top:37.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { display:block; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn2yTVz1bsBV6JhJtH3d0wrTtuXPWqC5 { top:1.8125rem;left:0rem;width:43.4375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw { display:block; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBkh0qZQVIFlOQWWzWrpktzCfHtV8LKw { width:17rem;height:1.9375rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztBI7Iu91hqVA33Hqb9q2OOvTJDMfdA { width:17rem;height:8.375rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckFEozcxMPvBsGdT9XdDxrzKcQiLMneT { width:17rem;height:11.1875rem;top:9.375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMG0cpQ03eyNGESB3DmSLKUHUMRAtAT { width:17rem;height:1.9375rem;top:6.9375rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS7ZXvSaGfPuK6QcLaewt0O91xCfVRnQ { width:3.125rem;height:3.125rem;top:2.0625rem;left:1.0606689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDrXhxWMCSMlGmEnSsaOtkBxMq0sTeEL { width:17rem;height:15.375rem;top:9.4375rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCUmEddnZEJaTLTwAZFTgg8MSbQqIdy { width:16.5625rem;height:3.875rem;top:5.5625rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WhUiRvK3zSVyMBArmr2chlXm6D1vAi { width:3.125rem;height:3.125rem;top:2.0625rem;left:33.499755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq0BtQ1VETnSKThIN2wva9aCrv4ITr7q { width:3.125rem;height:3.125rem;top:2.0625rem;left:17.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfeFMO7A88KldliDTeJ5VJD3NiR5vP9K { top:5.5rem;left:13.375rem;width:18.375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEfW7IHCAgLK5ytpL8RJCqI3LgGTGaLc { top:5.5rem;left:0rem;width:18.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghRbS0KcMTguDAwIc4TftPZ9wE3lGfa3 { top:5.5625rem;left:29.3125rem;width:18.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqs4tGi7FaiexwfUpOUXMUQ7rKN1SRue { top:1.875rem;left:0rem;width:7.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsXW9ViBlJKeerNHLp4lLvyLe6drBkT { top:2.0625rem;left:15.875rem;width:7.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuX79uZpHtZQ2ZDkksTCuibMiEKDD2TQ { top:2.0625rem;left:31.75rem;width:7.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmcPG9cAzmyv6EgZmC30DJhAvT5mwqk { width:19.625rem;height:2.8125rem;top:27.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7y2iHZuFyAmTyJd3sqiRyuvJcaeHOBu { display:block; }
 }@media only screen and (max-width: 763px) { #p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT { display:block; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atzxq45EABBmRXryryhmgnDtyelD5XqL { top:1.625rem;left:0rem;width:38.625rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QywSXinFbI4c4mzKAgHlPclcEsEMGueh { 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) { #UKHHbOZetIpNATAN68tFXcEELbu6ncSV { 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) { #ZVK3iri89JtzLUgwMTS1fGsPpUteSU3a { top:35rem;left:3.25rem;width:44.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TmPgqlNTbRug8TW1O9wZoo7Pzb2RmE { 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) { #Wpuev3vdCKTA1u4urDrQrAolvMQpET9o { 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) { #pa8DMuZPA6MW48BoLJpv7y7rgZ3STukv { 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) { #TDp9U1xzkL99zOs9bGLelM5bXWgp5Lco { 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) { #Ux5pt6s3w40978k3TzRiN9GyN8H8Kupk { 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) { #IfubkN03cP64Er7mp55WhDPFUTwLdiTP { top:9.5625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqtl4XqzNtQyBhv0EDFkEnRpl6kKgKnT { top:21.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWAQnazdSekiCBpMdkc1GRoTGNecum5u { top:31.75rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wlTQtuq12Nmy1GffXOiFZJgvbuQS7u { top:42.375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 { display:block; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9woiLhG5CE2EydCRo3pGPNfr6CpIw0h { width:26rem;height:40.5625rem;top:1.75rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3GZ6b5XVFWRz6ElJSMObinOJxysDfhw { width:18rem;height:3rem;top:42.375rem;left:2.9162340164184rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIsiHPX2pbU5kSlRr5VugsfAvghrG4F7 { display:block; }
 }@media only screen and (max-width: 763px) { #CoTdhFZ2txI0nZr6TRbTtzkK6wSSbtKd { width:28.125rem;height:28.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZH1GaJNRB9BAWemFmqecmlkvqeC8lf0 { top:10.625rem;left:1.6944456100464rem;width:18.125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0uQMeBEGx28144v8WNdKp59l13r4Or { width:24.25rem;height:5.8125rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0dkcw28Ll4FfeDGG7HZVBBhdXr8z0I { top:9.5625rem;left:3.5830087661743rem;width:18.625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { display:block; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhIX1f7W2KFxspHcJkXVpkpMthaoS6NN { width:45.5rem;height:5.1875rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs { display:block; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzLgXQePy0XWnTsQHoaGcfGP4teDdrM0 { width:44.0625rem;height:6.9375rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go7qoKvSQfA6mIGOm0U0ZD2QK1pTc28e { width:12.5rem;height:1.4375rem;top:13.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXLzwUyVa1tRaTEHxrmaGcw0TrZtqEpd { top:13.625rem;left:29.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQXs5a8ugisTnOWVD2EuHdq1kpeZNTKH { top:13.625rem;left:31.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mInO1w8TazEWNK8aUUkyyHW33bsRSmDQ { top:13.625rem;left:33.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzftRKgIfmQ9qvCSo24hJssTtXQRumVF { top:13.625rem;left:35.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNusrp5DWFgaFZ9093Zq2TBnS76DptTa { top:13.625rem;left:27.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH6vTrRSDbuPDOg9iRDOXxxVtXXCPzOz { width:44.0625rem;height:5.5625rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btFZFVk5ZWTK8ro1F28cEMwMA1H759aZ { top:29.75rem;left:27.312394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Ql4pfdvPSpQDCvdZxX0ucnPznRi5k5 { top:29.75rem;left:29.312176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeR2OaGTioPRSeHX0uKK6zIK6LbZ4ilp { top:29.75rem;left:31.312500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #penAAIJZ6ZRHNuv2Z7niCAuV0UQKt0om { top:29.75rem;left:33.31228351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk0kS6mi91qRu6Bf2lEToNtXdCaL3ZXN { top:29.75rem;left:35.312069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lirwdzJzhcxxzwO7aVFNZKq5wf41mXFH { width:12.5rem;height:1.4375rem;top:30.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlvfEgGOUvgww4Ix1zLuFB6NJqpeXa3u { width:44.5625rem;height:7rem;top:37.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0MmOzzI14zCEXoCZyNAR2UAdk5dzvaJ { top:62.8125rem;left:28.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ8dNKMCfc4J52tPfrhdWNT5JXyPK3nM { top:62.8125rem;left:30.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGT2L9Lqn9P3vwIyLnvBPzJJHGElqhUW { top:62.8125rem;left:32.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwtOQqfIKQs3m95mG2cQeaUNqvaUQTI0 { top:62.8125rem;left:34.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #awq7CHHUH9xTdR3rPM1CHzRfkA8tCtQO { top:62.8125rem;left:36.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KkukEBdvVIIOOAk5lUF12enIleq2T1 { width:12.5rem;height:1.4375rem;top:46.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIM5w3NgQ22HswN1tezakkySea56ttv { width:43.8125rem;height:8.375rem;top:54.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN3tE1sMkUoreZTlm3C0V54hQeKr7Cei { width:12.5rem;height:1.4375rem;top:63.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4p8dl5ZfNoudctxkLy2Jzcv1gvnwarT { top:46.5625rem;left:27.687394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM6ZqmkXbcNaQO0hQSrlJxknVw4pHchT { top:46.5625rem;left:29.687176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGimpRsVoe5B0My59eqMte1h3v2lsmUL { top:46.5625rem;left:31.687500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU58QVrLOPhM7M5E5u8RN5piSqQmwuIV { top:46.5625rem;left:33.68728351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twblQIvuBKDabnsDmW2c1yfui1dRA84w { top:46.5625rem;left:35.687069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzsS5aQlKN9Fqqd8fUD7iZcLbTpbclRu { top:3.1875rem;left:0rem;width:47.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olmJZRvkkw5078mPo9O2cfR9tmhTJ2dm { top:19.3125rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpR37s2rZ7887e7SsmxhAgTk0fwxhCm { top:35.4375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Kbad2RAaow908dAJlbcGvmTQupcAyT { top:52rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guubzu6UiAnbSEhM3IB3BusM6FrQ2z4W { top:2.3125rem;left:42.472008705139rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEG87ETzOOuNUWybeHb2ObozK5eC7mZ { top:18.3125rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKxqf2axSU44v62c3z7TypBziA3sPUcB { top:34.4375rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15CLkfQM9DoVuhstnRSKdUc8HP2cIHv { top:51.0625rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6XwnCphs4R2eIhgqd5zND9rVyx0Ro6 { top:2.375rem;left:0rem;width:8.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBcQfep3SfbOVtpSi0IWwWC5MezfPwFZ { top:18.5rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQFZStIlTIdfQQPWGngULaKFFiLAcsA { top:34.625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh2fIk4s9yChUWIVWb4agETCJcQT4s7M { top:51.125rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMn5H5TOidIarmw9rvzEIZI5VLBlLwp { top:68.9375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmwEOoBk5nQFTlFesE1pTV8G9MupVNy { top:68.0625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBWW5MUaH8fVgyvDAUHXTH8UulCa20QH { top:79.75rem;left:27.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDoC1zg6v5hGnR8aZSZNpK4dxGXwUdi { width:43.8125rem;height:6.9375rem;top:71.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ4mW1Scw9nDpROgPV922SKLsO50Lcv5 { top:79.75rem;left:29.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaUb2Na8GD3VEeGCutOay7CT1DyVIZKX { top:79.75rem;left:31.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8pD3t9doA4ny7MDVpeGbCnMA9mJTTX0 { top:79.75rem;left:33.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peUufp6DwoJ6WqmA90QS0kuTQ2hEN5sI { top:79.75rem;left:35.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpEg9XKnP08Ri03tFaHRfPDmo6vKLHRD { width:12.5rem;height:1.4375rem;top:80.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwITaLDmvoWTH9iPvmumrPcAlNXvVh7L { top:68rem;left:42.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { display:block; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVWXXoFeWnJcJgnxyi4AqM3TfuqqInLL { width:47.75rem;height:5.1875rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { display:block; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr { top:1.5625rem;left:0rem;width:47.75rem;height:19.25rem;font-size:0.875rem;display:block; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr 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) { #xMvmRxTkZg3gvResM03Jtbu2DzvHpBl2 { width:17.9375rem;height:2.9375rem;top:22.5rem;left:14.84912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlG2C9sMSHpwCS9iwSt7B4rXPfvr37Pq { display:block; }
 }@media only screen and (max-width: 763px) { #hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { display:block; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpSaA0C7SosKPhsedazpm8886VGlvuEO { width:47.75rem;height:2.5625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS2VBeRJgsmUUiANIn1ZTDuJG7LosUK { top:7.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ { display:block; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTRuKbOOnE09C81tPOpwRFGGNK47fh5C { 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) { #EEdCmdcluOkhpSPPRQpNulspQKR6a11C { top:14.25rem;left:18.8125rem;width:28.9375rem;height:6.1875rem;font-size:0.875rem;display:block; }#EEdCmdcluOkhpSPPRQpNulspQKR6a11C 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) { #V8EtFNrpFQdzL0hpJh9hmyJCr3h6Ax98 { 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) { #tlmVqmvJxHp2DV7DUddCIxX8xQg1WPl9 { top:38.375rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#tlmVqmvJxHp2DV7DUddCIxX8xQg1WPl9 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) { #uWkNaEUiXCe4fTc8hCQmlKxFD5T1XXfm { 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) { #GlUp402WxbNwosBR9AnC3SumAT3Qql8K { top:60.125rem;left:17.4375rem;width:28.0625rem;height:5.9375rem;font-size:0.875rem;display:block; }#GlUp402WxbNwosBR9AnC3SumAT3Qql8K 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) { #kaPhZRueTSRbEBtm5KTG4coVySOuTyVR { top:71rem;left:18rem;width:27.25rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzb0nrKQRzWDpAN7U2GZZVCKAKfhHZ9L { top:83.8125rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#kzb0nrKQRzWDpAN7U2GZZVCKAKfhHZ9L 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) { #VziwhBEMUuF73woDBfGvR2IaTh7TBTpc { 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) { #DN2oEKPUb6ZPXP9u7BUEpb1zcrWRInPe { top:103.5625rem;left:16.5rem;width:31.25rem;height:20.0625rem;font-size:0.875rem;display:block; }#DN2oEKPUb6ZPXP9u7BUEpb1zcrWRInPe 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) { #a5RfoFdzUp03MvJW9edsqU6GUrTHzhqG { top:134.875rem;left:18.8125rem;width:28.9375rem;height:12.125rem;font-size:0.875rem;display:block; }#a5RfoFdzUp03MvJW9edsqU6GUrTHzhqG 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) { #ZSa9ZUfuHVx8zJkKWv0y53P0EyMdQ7II { 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) { #hOgmPxom5mhIIGwWDXvtpdTM2DkXKeA6 { width:45.3125rem;height:2.75rem;top:150.8125rem;left:1.18701171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2UZ7DL0MG3HHw0EO7VxZ4JtK4h1gFo { top:1.375rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcOzqwuTg7gP8ec2kX73i9kxzNuVkPo { top:23.9375rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq7luEGRcp2Pe55W5r8IEIqCSOaspWgq { top:46.875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIfAsH8vDbQ7Sq0IG2nfaTlis4xvnZS { top:69.75rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlfwW3v5PT1M34X0f3i1Xh3C5Tz2hM1 { top:93.1875rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bN0xeFJaLThPX5QHxkUDNxOtbdVoRI { top:126.1875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afd0TL46m3pR7WTHhzVHt69xGeFdyL96 { top:1.875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTmIt5gbe2A45sULOUCg1CP5eXzRUmT { top:24.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwM3vn2KqVNigTS1lN9VXl2z9hyTfuHF { top:47.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7x0C3g6XGJsXoAFlTfbi8h8VJ5HZBr { top:126.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbREPwfanrDaUeQzCiPLi2XL2GCrEX0o { top:97.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKsfarmZhsKvMlqd6rBQBCyupm1cbktJ { top:70.3125rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXyR1kmL9yUsuu1H6SqLQfyO4xqGMtRu { top:154.9375rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP { display:block; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdqbdZhH9cdyaW38qzZI8vdT2AzrDfi5 { width:45.3125rem;height:5.1875rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m22XWNQGaI7MP4rVE5WRPZTSrM2wDVsM { top:21.5625rem;left:18.8125rem;width:28.9375rem;height:6.25rem;font-size:0.875rem;display:block; }#m22XWNQGaI7MP4rVE5WRPZTSrM2wDVsM 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) { #nrPSsNcxw6PIIPDr493S1SbwcQTX5ukm { top:11.9375rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHV8ivgIalmziSd81yLROS5mMGGIlqS { 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) { #lRuEFtrAUeSSTwltbwZ1PR67PGSGR0f3 { 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) { #z0tKstSsAXPO6o6ZpgGIdcDqtq59ogNx { top:36.625rem;left:21.81228351593rem;width:20.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDJKMTtm6kbph79lJ6geepnCXzweiSua { 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) { #JXKrxXXTyrU5PA6UHIE1C0IZTosfbCHl { top:48.5rem;left:17.625rem;width:24.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#JXKrxXXTyrU5PA6UHIE1C0IZTosfbCHl 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) { #BMBmcW5KCFoUbhAzmIhrQUXDrMtLeKcH { 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) { #hfmdoOPJ8wDgSIsz5L6m0q89PSKACQxC { top:66.9375rem;left:18.8125rem;width:28.9375rem;height:8.1875rem;font-size:0.875rem;display:block; }#hfmdoOPJ8wDgSIsz5L6m0q89PSKACQxC 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) { #e8H6qPo58Di0rLhWDHP5RTLTyzJyRNOK { 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) { #NTeNz5S9LlPTsKCG2c8xtnLn7ttCqfxe { 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) { #y5lZi0D2QD5VGpp3D6JQT56avvE1tb3z { top:57.1875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #am7gCcniQb8KKUw3kUr2tiGimTUmEsRt { top:90.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#am7gCcniQb8KKUw3kUr2tiGimTUmEsRt 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) { #XcOJbfTnpqToGKcPNRm6otgn98R1mNhp { top:83.5rem;left:20.5rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1H6vnrZFWkvHpXNHsb5IuourcTQx2O { 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) { #GJkFyERKVi0ESBMhWSxs8UOscmc4q2Ct { 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) { #Z4ZLH21cqIKcA84is2ZDeGygZ3Dxut2W { 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) { #zJ7utKWR0O4odvoBCD65ZZSuxpb97QVC { top:114.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#zJ7utKWR0O4odvoBCD65ZZSuxpb97QVC 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) { #PB25ezfsVc6lnHNSDTgVWyTNSJl8QpFt { 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) { #EWQI1zeRTv2efQeRXtJqsioeQuSsKyCQ { top:103.75rem;left:20.5625rem;width:27.1875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZau2pqdCEcK1wmqNbpqLBt1Z975cc5e { top:128.875rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgxc4buR8Vdvui4HR53T9rz8hrShvta { 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) { #mfTuRfygAUZZlrnOFS7FwaztptbGQHxz { top:137.4375rem;left:19.3125rem;width:28.4375rem;height:1.375rem;font-size:1rem;display:block; }#mfTuRfygAUZZlrnOFS7FwaztptbGQHxz 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) { #b2P8OTDrxJ29fL2c5PMxHhnQJo102GeB { 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) { #vK4LyB5SLnE7LBnIAZLqW27zxHmxgz9N { top:158.6875rem;left:19.3125rem;width:28.4375rem;height:9rem;font-size:0.875rem;display:block; }#vK4LyB5SLnE7LBnIAZLqW27zxHmxgz9N 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) { #cxp8NwOdOPVRpeivkgfC9A6aJUJN0tEO { top:148.75rem;left:19.25rem;width:28.5rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgaJp2cUnyh83EzOK0WPVFtGivbfdlHT { 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) { #qrAKbJonWC6lKlBHKBuN2AcLOkW2VTta { 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) { #QUySXTEES4TFqmT8crxhDHdKItDguVQt { 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) { #HB2L9eO3HaDvsRfdOOfgzCd0tChwel8p { 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) { #qdExaBt67slLNbTXrFbmPyWMNbncKtGL { top:173.875rem;left:21rem;width:26.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IirE7vLPmCDkZ9NN1Hu4zWwGxVwEQndT { top:195.5rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3UhdF1rZFyMo5ITQRZ4loLhFy0ZJZH { top:200rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh73wXUx8hu7fDQGQZKDB2FpZBwBfbIO { top:201.8125rem;left:21.875rem;width:24.6875rem;height:7.6875rem;font-size:0.875rem;display:block; }#Nh73wXUx8hu7fDQGQZKDB2FpZBwBfbIO 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) { #OlWTeNb4Qu70PcVFfkX9f0q3VZyNOgOZ { 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) { #JTcCWgmLeRgFPFTaZtfDuybg9kl26eEs { 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) { #elLztDBnw6SiQVwDfXQ1yGSy2InTrGLE { top:227.625rem;left:21.875rem;width:24.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }#elLztDBnw6SiQVwDfXQ1yGSy2InTrGLE 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) { #BXowpy7JKZ9dL54ODp81SdDFBx0faXrQ { 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) { #MbBDhTGJGAUOwAhTPxz7ian5XINbKTkd { top:220.9375rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwzHcxmPI5PNoqZXIBKKmdcdry89qIRJ { top:244.6875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOo0fpa0qhfTlvrwEQkEXVkvOXGqThM { top:253.3125rem;left:21.875rem;width:24.6875rem;height:2.75rem;font-size:0.875rem;display:block; }#xHOo0fpa0qhfTlvrwEQkEXVkvOXGqThM 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) { #TdrJfFxKtbsBq9LdaJtS5m2pSeDpoPt2 { 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) { #lOEX4tga7Qsf3epKI0ZKnHVWHlGnwrig { top:141.875rem;left:0rem;width:19.875rem;height:28.161733033632rem;display:none; }
 }@media only screen and (max-width: 763px) { #iV2hskFTUCURRCEckdc3xLckHk1edHTa { top:11.25rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzF2rn4GGCsrXwdEQS4vZ4cIurEFVer1 { top:34.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewM9BwUF6fBH185cSAWvUKo66DQ3bUeq { top:57.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGCpu9ExgQMkVNu9aW4xF2HF0DMs8eyq { top:80.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk7xgbA75TIpeiaoRC7iu7tuB1tvLk59 { top:103.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfXudTwDqTaCuVP469C7v4Zs8V5eH5yk { top:126.25rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwzDOauGptiNPv9mHoCXIlSMrofPGkpk { top:149.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPvooBqzy4Z3t1Lcq0Pzk4VVvrkl0DlD { top:170.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7ZZstHEcwqTspxvquuSKbad9ipq6gP { top:193.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOBht12wuLof57wbz8vZcihOuNBWTFp { top:217.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXZqwVgL5wwdAUmzEsZ20MCc20zcT0m2 { top:240.625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA { display:block; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVpiTFfsa2V5dkcXi6cgTG2z0bA6illD { top:14.375rem;left:0rem;width:36rem;height:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJp8SytxzWk0RuZQs2xph4JqXUqmiVDP { top:9.125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPmz7nvK1xQIZZTufrxLHamrxEQxSTB { top:9rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdKr4BP93wcs2M7loIiLnKkZmPm3xTaM { top:39.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsm66LQvlbmgQIfK58TFzr1nRZ1ly1ZN { top:4.25rem;left:0rem;width:31.1875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxtGLkQGM4X1qEPKrRnaBeCFTpNE5xz { top:12.75rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syx9ocd95fhkDtN5AfN9NUrthURUuLbl { top:44rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePtsDeIVU0eOuyW7MT9p4eFZRBwMLyHx { top:3rem;left:0rem;width:41.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlGAatNIy4Kxc3fJNmFM6VX3Gr7L1ol { top:0rem;left:0rem;width:41.8125rem;height:59.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGphi7PKQdxs4BGuNKoi2zdz6VCD1RC { top:45.375rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoZh7bQ5zoKaAwTDc4ndf5cOCxlypocN { top:50.375rem;left:0rem;width:24.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKl9N2dCNHVfhGs0IgHZQHX3En1Dn440 { top:34.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGQzLcq2uR2SJKOIKVJdbFJqIJrw7ekt { top:37.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv9FdHiE3cCWDvqSMSAKyxOrBk1IOXWB { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcOLoSE4dnmL4r35D2FQGdZ0TpMPRbDl { top:32.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZuEnUCM6w2sszUnTcagcA1Tiq0ilCi4 { top:27.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCg0ooCwGN9PToyBgnvRIs5JQKAgorhk { top:22.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8qixt9a1iuF1DBgphrHDmsCwvobis3 { top:24.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocqZBg3fL4xdLDGIGTsI60zyOiAsguXy { top:19.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrdTyTZAm1nOT6g8ggwsKUKRgADe30RQ { top:17.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuyHPcblz1uBa064AGphwETvIqRFNc28 { top:14.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvNsia58sN0Ns12kAxLIML9i1Z0TqBx { top:0rem;left:0rem;width:43.75rem;height:60.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqvRbQLq4xkflNZxsr8cgasXVWbffSmp { top:0rem;left:28.9375rem;width:4.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWzFLJFT59WbwN4MChuKfJ3LGbNtubr9 { top:47.875rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB94NbiinptQwzZkb8n8lP93bWiZuiZN { width:17.9375rem;height:2.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZEIwXNwwaKIcKMuML6vgsJM8hcRsiC1 { display:block; }
 }@media only screen and (max-width: 763px) { #vTpfrnTJVd2A6Hm1ADT3tGoyUDPXBOc3 { top:1.3125rem;left:16.625rem;width:31.125rem;height:60.379292645388rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { display:block; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itAkMSVCGWos1MXXnqXVhDSTLBN39pFe { top:2.0625rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { display:block; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1g7f9LBODe9s7bn0v1nR2zJhzMc8BAz { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOPJUCZWGpxJop9W3hyGuNWdVqTrm93 { top:8.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9u5cM24iwx5wkJFnGRRPyqdXdGbL4fH { top:15.625rem;left:3.4365234375rem;width:38.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { display:block; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuG0qchwmTGiS1Vu3LgTOVkA2VE33LgJ { 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) { #mfuvxZAEDoOuLTC2w3KvkCXZfqTEFM1u { width:20.1875rem;height:20.9375rem;top:10.125rem;left:1.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt2mqG9ethP5oe2Whhi4pSEaaT5ZGfIk { width:20.1875rem;height:20.8125rem;top:10.125rem;left:24.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQGvxuCBazglJbXg1MeXTc6IpaGoD3c { top:11.5rem;left:2.9375rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 { top:14.4375rem;left:2.9375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C { top:19.25rem;left:2.9375rem;width:17rem;height:6.9375rem;font-size:0.875rem;display:block; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc { top:26.25rem;left:3.06201171875rem;width:17rem;height:;font-size:0.875rem;display:block; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #wmaU3xGNO7f1Tek252Xs61cxsFNTftQb { top:11.5625rem;left:25.499755859375rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk { top:14.4375rem;left:25.499755859375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk 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) { #Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ { top:19.25rem;left:25.49951171875rem;width:17.0625rem;height:;font-size:0.875rem;display:block; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ 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) { #VBF33mRb9POR6taQa5gBq9rmFn0bfr3w { top:24.4375rem;left:25.812255859375rem;width:17rem;height:5.5625rem;font-size:0.875rem;display:block; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w 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) { #u3yaH32tc9OXMpfa4p63zfqACzzHZ5SD { top:0.8125rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { display:block; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBPllEib3Bv3fZ18NV4NW7XchIp5BbvF { width:47.75rem;height:2.75rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJ93XAADfnpIRzg1IbFLzkXIbKUyFcM { top:7.5625rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkE5BD41NbXtLZ0MdtKwJ4KDvMV8kOpE { top:0rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { display:block; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvGrV3dpQhNklTCpvDBKRzKy1Fdcgtai { width:47.75rem;height:2.75rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vruL0LoZhdexwcN4WNqo2zgfHDJn8HL3 { top:9.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwMIbUsJKLGaDy9XCz0K3R27IODHqdPy { top:0rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { display:block; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBevkyfxSVQBp9CeqIkuhT8LToIaqWQ6 { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXxPfITNFGdHJE0TNCih46iN3peMco0i { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb8VuGq9hiVRtZ0SKPQfUQ9mqnfdIRQi { top:11.1875rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7NRMqr46hAZsSwGq7OOBnSykeSrEkmd { top:11.1875rem;left:19.625rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDhMkltZL93lDKIzWloNFdOsul9EgNhl { top:44.9375rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3T8RXRFCmrOOtt4Xkarl9BzCzLTKrZ { top:44.9375rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9Dd31aedbVA1dQELolwgGqg7ZPZTQk { width:10.875rem;height:2.75rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdNIwiNliOVLHb50eL5hwCZLtISMDrO4 { width:10.875rem;height:;top:9.875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ppaTXk36ann5gEL38igFqPkrpebppT { width:10.875rem;height:;top:43.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVdxCzzAT7x4hZeqe2RMAFB7X1bMTCeO { width:10.875rem;height:;top:43.6875rem;left:24.604167938233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVAbflyGXgdErLTKps6dPMZqEBT4DAWc { top:43.5625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5OSz4Pz7w0hob8APScD2H4TCxrevKv9 { top:43.5rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4hQCHCIGtAkTPv5lJJIFfkIARA2GIi { top:9.625rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w008VAv8HGyRMWEW5f2cboZfbf6PJtOs { top:9.625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wRwTDA7p9qhdD5alvJu1IDubJ1e8xv { top:12.125rem;left:0rem;width:20.875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50r6r3uEDgTl7SwLnJ9KpWA4yTHuRdA { top:15.3125rem;left:20.3125rem;width:27.4375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiPXF0Pxcm8rnDggPG7LdABxnbIsbVq { top:49rem;left:0rem;width:27.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkPhmzBDGJHs1sCquw1sqqyV7BdqWHBA { top:33.875rem;left:0rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXgKHVc2XeJeRWyvoRQySwV4wVOTlyZv { top:29.5rem;left:26.1875rem;width:21.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSn1I1RgncqsuS06CHzGLHmt2Mb4fiO { top:53.6875rem;left:4.0514335632324rem;width:13.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDyZQEA3hBU0nLoNWiPKAvi9cfVKI73 { top:69.1875rem;left:38.625rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZ3yn4Kz6Nx9ba3DWAq1hCfUUpqJ84L { top:48.125rem;left:21.625rem;width:26.125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy4KLZtu2a3Uz32K9xJMDmmUA89vSTTd { top:51.125rem;left:33.6875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbJ5TJdXDOVe5ZlNJQvTagTRTr0QpCh { top:50.25rem;left:33.33203125rem;width:11.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1zz7erJ6i39aJtyOmxNyL76BVZRUrB { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvXTv67UgynVrXmOSFWAXaKZ3nSsvIEW { top:30.125rem;left:25.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsmMc5s8OZ6VrmQnve0zR6cVFWenTaq9 { top:69.8125rem;left:39.645183563233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra9ud7ov6yOdgvtE9MswtDtIT20icNZ2 { top:53.6875rem;left:17.572265625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKB44SZVWFTLCq2sKme29Lk1IDpixOkk { top:53.4375rem;left:33.78125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs { display:block; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMVhQmZKfH5T5qcFC2rPVIvTN2NSxhDa { width:43.75rem;height:2.5625rem;top:7.3125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnuSv3I97CDq67KLzEyexECqZgXcvUo { width:43.75rem;height:5.9375rem;top:1.3125rem;left:2rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 { display:flex;height:auto;width:45.25rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #dJ9DnBTM0zZEO21DEDE8ThSl2gCX1zFE {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #rd32xWRg1X2NrWN5bT391oB5mxB0woRK {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bOCTGTGCqqvtB6tWd5u8CuDMPaTw8LnD {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cV8lmlaDRoJwEMhM3FPSLQ3hvF7rIcb2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #ve1rQDTMOBtzRI5Lq8sx4QITWwZJywfO {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #p23Z1Itar1zdZO2tLnqECDVFv4Z7KBsg {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bcd97SyqbBm4pRgF42WNWRDfaOoPuGiB {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #nwTbtqdhPGrwS258BHuzhhBZxJDTTOii {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #fZzA2VlBJeXNqaMepPLhn2WMwzzKvcoi {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NxtrTt5C8Mn9P5s9gtWUhbVMap40eng2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #E9uD8zkpDsVxZJsiiyz037Ut9s9AyJmd {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cfQCe26I9VXGp00wvSU0KfL3dJanwHTv {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #i44ULHM8IEwTgG6l9p9zgoepBD6TyRm6 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #PbHW3wLT4fl3FdIPBGXcpJ0XcSuZQZhT {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bV1w7ZERBifeVVNkBxHI8Qf5rZeKctCl {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NyEATtBeHM3DUO4hMHd42uTxEkvc3MSw {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #LchMKiE690BLM7bPpzKnQNJHyqEEt99Q {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #RESFTO8VgFE4mEWqL2iPzK88O6RIVFLI {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #iu0Rh977bLIatZBES1pZNwRGXSPnpVqC {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #JuR6zNB6DWMH9MB5sgy6nG4W0gwk4ske {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #qKilSXUTilOXyykzGTKRMNXRlSLS4Mgz {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #xseW1e3FBW0thTNiWk9gr5X00UeSamJU {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #r27lwk6SOmeFnCrObUwzvUsWrhCL99B8 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #XCipxTVr9iCWnmcpZObmTIyv2XGrHl2t {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #kSDAblcNQqmXTqBmaXwKBm0oNQdrdpmr {  }
 }@media only screen and (max-width: 763px) { #yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { display:block; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR95m1rv29umVFK4anZZJ7ETVVTL86gi { width:47.75rem;height:10.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy0OGUFKRLQieGgq309fSCHwPDQvBJwU { top:15.25rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { display:block; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgnuOgWGprSEebDTVZb6fRf0DKA5hTc { width:47.5rem;height:7.75rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyCL2bmdieIOQuKIE6B3ZOyUOnLmNL13 { width:17.8125rem;height:2.8125rem;top:24.625rem;left:14.962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCzF2gdraSn4gE5Pu6pWTFsokNTg7Vp { display:block; }
 }@media only screen and (max-width: 763px) { #sWhZnaS1ALZseR9TP4fJr8uQ4foHneVu { 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) { #d8crlaULOdtzJBBpNSSP16FOkC1vWExp { background-color:#f1ece6;background-image:none;display:block; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { background-color: transparent; background-image: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .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); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tek57rf487xqTQFHf9kfgvwN5rw5sTvw { 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) { #SAegJNzn7PoTkwVcTOnlSq5iLur2tndr { 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) { #i8KALoh49FUiRJzW2ZQq09xT86vnRp31 { width:17.0029375rem;height:2.87744375rem;top:38.25rem;left:1.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhGIx6qBOELE4aEfmREgJ2x4XnZvV8Bd { display:block; }
 }@media only screen and (max-width: 763px) { #QNzgTzE7OtqtT5osJlsas0DZPu6z5WDi { 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) { #m54G12Z9TBBIQHCAlbmkybVLp22UUZoa { width:0.3125rem;height:3.75rem;top:11.72607421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6xRXkgNOlkZAXJ5lD8CayvfVp6qIM4D { width:20rem;height:35.4375rem;top:0rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QOTsZdKzNI0NwuPQ252Zm6ogPXCvSkSg { width:11.499rem;height:20.5615rem;top:14.937133789062rem;left:4.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7lo4nkIkIpEkRhm0Lcsh8E9qBD3Tuzs { width:20rem;height:6.7486875rem;top:30.811157226562rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { display:block; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7mxHoO2FgNgOEgTLC2O8xXn2CxqO3nD { width:20rem;height:18.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { display:block; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJOqqZuqsKJ9WrlxqATXkysb8x7ADX5z { 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) { #OqBIvbEfXvM8TrU78zOUCrVUgJ7wT2OT { width:0.3125rem;height:23.125rem;top:1.0760498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { display:block; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkeMVZpUvcgLmzSiTUztqoAFxNQbXJl2 { width:18.6875rem;height:5.84911875rem;top:1rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { display:block; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container { width:20rem;height:169.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RThwtdzNbLAMStAdTvAA9zzPtETbc123 { 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) { #lCB5MELpdKBhwTWh6umrsqw2vsBzD36v { 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) { #fmfT2XyNpPy5RB6idMJXSZnghtJqGk4C { 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) { #XwTX0ES8nVHr7c0Sfp6353tmWvyeSkoz { 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) { #SRgw0HWc2g5D2OnvHR4y7CCMZHB386mc { 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) { #QhXfQfeGXhVTTEDsOOZw0rNsDMwqyLXs { width:18.75rem;height:15.5625rem;top:3.4368896484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlpnzVdmkRqpumSITlqhOF63wcDnngdO { width:18.75rem;height:15.5625rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5svwx2Qrtqm0QnPzSQT5CWxhtcQ8v3g { width:18.75rem;height:15.625rem;top:65.187377929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FzRZiqhkfvMTPPgiVlBagQ6GdNtR3b { width:18.75rem;height:15.625rem;top:99.766235351562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOu6nRxpO7HiTcBTc86WsTUynNvbZHI { width:18.75rem;height:15.625rem;top:134.9365234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJZ4SXiTgKHEXtnqM0DXdBwxQF8k0wti { 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) { #Qvaop0z15gXe0Eqp9BPz1KxZTdCAXQX5 { 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) { #KPUHBqwfUH1OTwRK1tDBK3FkdT0Unr9g { 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) { #NXTkTCodCTFlsUX4DWPsoeEzK0KmdBJZ { 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) { #MU0DFOba0OCzVbQ7s2n37GE5UQoTZlqf { 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) { #FNVLICQwwZ5tSsRwDfEUJESF9Xt81vXT { width:17.01525rem;height:2.8905rem;top:165.18249511719rem;left:1.49169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlRaElW7lWNNBG8z4RfExB6zX5sivEFx { display:block; }
 }@media only screen and (max-width: 763px) { #C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp { display:block; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRz4xo9T4UOgMUkmQQ0QTk7ke0DWhyWs { width:19.25rem;height:9.7485625rem;top:1rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnowmKcDelT8L6Cm2nAWtOWOJScdilrr { 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) { #HxflmrO3Adnh8QL2lrZnPu4VXfomwWXT { width:3.6875rem;height:3.125rem;top:11.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLAQc9LbcTfX69Ses5eIiilM8QmU2W5 { width:3.6875rem;height:3.125rem;top:19.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbP0TofBQpuXvD1DlVcPthr1MCBceb1 { width:14rem;height:9.796875rem;top:19.1875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVhgN2CAKTxoinqSCIvTsBhrATdh90Lw { width:3.6875rem;height:3.125rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWzBuNzJgoXSwl19JJXg4fA3U8ffxb9b { 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) { #MXEJVxqkEVprHN3UgriAwT3sFkTbTIVB { width:3.6875rem;height:3.125rem;top:39.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUHVeHnb8XaKuxBANHOiZPPm4D1ritR { 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) { #g7WS9ERC0ELbh4fNRoUS9BXHFAZ69qoD { width:3.6875rem;height:3.125rem;top:49.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRJpABDQRytQSaTb8hvET66TAB2eTES { 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) { #Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr { display:block; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxELMnEHD4NbwX5KeJ3E8t9ITvxSlJe7 { 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) { #RbA4Dh8JEDK4wRlrQsUwZrl1OU0m5TMQ { 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) { #kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { display:block; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyFVOoIkqWnsgL7A81mu6A1FuZDbZG98 { 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) { #PI3UPKE6t4mnDB5nlwCOSz9hmU8ymoBp { width:17.312rem;height:9.624625rem;top:12.186279296875rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { display:block; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD0Owu2BCsEAvxloxDgfIG7i6GzUT13i { 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) { #NAzIIv4yq9tx3LEJlkzmSIdvBRw9sTJT { width:16.8779375rem;height:2.7525625rem;top:12.408447265625rem;left:1.56005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8FdoBdmURncsNQsZdwD2fwkl269xTNs { display:block; }
 }@media only screen and (max-width: 763px) { #QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX { display:block; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTCa9dWzGzTys43dxAT9mJs6D5fmfLIC { 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) { #oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr { width:19.25rem;height:34.078125rem;top:6.735156059265rem;left:0.37500005960464rem;font-size:0.875rem;display:block; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #qs2vLXMkiv6MsFL9h2G3txtJUfPdTi66 { 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) { #J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { display:block; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn2yTVz1bsBV6JhJtH3d0wrTtuXPWqC5 { 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) { #E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw { display:block; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBkh0qZQVIFlOQWWzWrpktzCfHtV8LKw { width:16.499625rem;height:1.462675rem;top:6.436767578125rem;left:1.7486572265625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rztBI7Iu91hqVA33Hqb9q2OOvTJDMfdA { width:17.062375rem;height:7.347625rem;top:10.812377929688rem;left:1.468505859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ckFEozcxMPvBsGdT9XdDxrzKcQiLMneT { width:17.062375rem;height:8.57225rem;top:56.875rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvMG0cpQ03eyNGESB3DmSLKUHUMRAtAT { width:16.499625rem;height:1.462675rem;top:54.1875rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qS7ZXvSaGfPuK6QcLaewt0O91xCfVRnQ { display:flex;width:3.06213125rem;height:3.06213125rem;top:0.6639404296875rem;left:3.0927734375rem; }
 }@media only screen and (max-width: 763px) { #XDrXhxWMCSMlGmEnSsaOtkBxMq0sTeEL { width:17.062375rem;height:12.246125rem;top:33.4375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbCUmEddnZEJaTLTwAZFTgg8MSbQqIdy { width:14.375rem;height:1.462675rem;top:30.3125rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g6WhUiRvK3zSVyMBArmr2chlXm6D1vAi { display:flex;width:3.2495125rem;height:3.2495125rem;top:24.625rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #Eq0BtQ1VETnSKThIN2wva9aCrv4ITr7q { display:flex;width:3.125rem;height:3.125rem;top:48.8125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #BfeFMO7A88KldliDTeJ5VJD3NiR5vP9K { width:18.375rem;height:19.6875rem;top:52rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEfW7IHCAgLK5ytpL8RJCqI3LgGTGaLc { width:18.3125rem;height:19.6875rem;top:28.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghRbS0KcMTguDAwIc4TftPZ9wE3lGfa3 { width:18.312375rem;height:19.6875rem;top:3.875rem;left:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Eqs4tGi7FaiexwfUpOUXMUQ7rKN1SRue { width:7.8125rem;height:5.68725625rem;top:24.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsXW9ViBlJKeerNHLp4lLvyLe6drBkT { width:7.8125rem;height:5.625rem;top:48.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuX79uZpHtZQ2ZDkksTCuibMiEKDD2TQ { width:7.8125rem;height:5.625rem;top:0.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmcPG9cAzmyv6EgZmC30DJhAvT5mwqk { width:19.51525rem;height:2.703125rem;top:72.710571289062rem;left:0.24169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7y2iHZuFyAmTyJd3sqiRyuvJcaeHOBu { display:block; }
 }@media only screen and (max-width: 763px) { #p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT { display:block; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atzxq45EABBmRXryryhmgnDtyelD5XqL { 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) { #QywSXinFbI4c4mzKAgHlPclcEsEMGueh { 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) { #UKHHbOZetIpNATAN68tFXcEELbu6ncSV { 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) { #ZVK3iri89JtzLUgwMTS1fGsPpUteSU3a { 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) { #f2TmPgqlNTbRug8TW1O9wZoo7Pzb2RmE { 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) { #Wpuev3vdCKTA1u4urDrQrAolvMQpET9o { 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) { #pa8DMuZPA6MW48BoLJpv7y7rgZ3STukv { 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) { #TDp9U1xzkL99zOs9bGLelM5bXWgp5Lco { 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) { #Ux5pt6s3w40978k3TzRiN9GyN8H8Kupk { 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) { #IfubkN03cP64Er7mp55WhDPFUTwLdiTP { 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) { #zqtl4XqzNtQyBhv0EDFkEnRpl6kKgKnT { 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) { #DWAQnazdSekiCBpMdkc1GRoTGNecum5u { 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) { #W5wlTQtuq12Nmy1GffXOiFZJgvbuQS7u { 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) { #BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 { display:block; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9woiLhG5CE2EydCRo3pGPNfr6CpIw0h { 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) { #p3GZ6b5XVFWRz6ElJSMObinOJxysDfhw { 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) { #kIsiHPX2pbU5kSlRr5VugsfAvghrG4F7 { display:block; }
 }@media only screen and (max-width: 763px) { #CoTdhFZ2txI0nZr6TRbTtzkK6wSSbtKd { width:17.749625rem;height:17.749625rem;top:7.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZH1GaJNRB9BAWemFmqecmlkvqeC8lf0 { width:12.3125rem;height:16.875rem;top:7.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0uQMeBEGx28144v8WNdKp59l13r4Or { 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) { #hw0dkcw28Ll4FfeDGG7HZVBBhdXr8z0I { width:15.68725rem;height:23.999625rem;top:2.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { display:block; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhIX1f7W2KFxspHcJkXVpkpMthaoS6NN { 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) { #RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs { display:block; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { width:20rem;height:112.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzLgXQePy0XWnTsQHoaGcfGP4teDdrM0 { 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) { #go7qoKvSQfA6mIGOm0U0ZD2QK1pTc28e { 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) { #kXLzwUyVa1tRaTEHxrmaGcw0TrZtqEpd { 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) { #DQXs5a8ugisTnOWVD2EuHdq1kpeZNTKH { 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) { #mInO1w8TazEWNK8aUUkyyHW33bsRSmDQ { 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) { #LzftRKgIfmQ9qvCSo24hJssTtXQRumVF { 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) { #VNusrp5DWFgaFZ9093Zq2TBnS76DptTa { 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) { #VH6vTrRSDbuPDOg9iRDOXxxVtXXCPzOz { 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) { #btFZFVk5ZWTK8ro1F28cEMwMA1H759aZ { 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) { #y6Ql4pfdvPSpQDCvdZxX0ucnPznRi5k5 { 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) { #LeR2OaGTioPRSeHX0uKK6zIK6LbZ4ilp { 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) { #penAAIJZ6ZRHNuv2Z7niCAuV0UQKt0om { 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) { #Uk0kS6mi91qRu6Bf2lEToNtXdCaL3ZXN { 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) { #lirwdzJzhcxxzwO7aVFNZKq5wf41mXFH { 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) { #XlvfEgGOUvgww4Ix1zLuFB6NJqpeXa3u { 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) { #P0MmOzzI14zCEXoCZyNAR2UAdk5dzvaJ { 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) { #HJ8dNKMCfc4J52tPfrhdWNT5JXyPK3nM { 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) { #EGT2L9Lqn9P3vwIyLnvBPzJJHGElqhUW { 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) { #OwtOQqfIKQs3m95mG2cQeaUNqvaUQTI0 { 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) { #awq7CHHUH9xTdR3rPM1CHzRfkA8tCtQO { 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) { #S8KkukEBdvVIIOOAk5lUF12enIleq2T1 { 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) { #TmIM5w3NgQ22HswN1tezakkySea56ttv { 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) { #xN3tE1sMkUoreZTlm3C0V54hQeKr7Cei { 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) { #X4p8dl5ZfNoudctxkLy2Jzcv1gvnwarT { 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) { #LM6ZqmkXbcNaQO0hQSrlJxknVw4pHchT { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:3rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JGimpRsVoe5B0My59eqMte1h3v2lsmUL { 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) { #BU58QVrLOPhM7M5E5u8RN5piSqQmwuIV { 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) { #twblQIvuBKDabnsDmW2c1yfui1dRA84w { 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) { #wzsS5aQlKN9Fqqd8fUD7iZcLbTpbclRu { width:20rem;height:22.6875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olmJZRvkkw5078mPo9O2cfR9tmhTJ2dm { width:20rem;height:20.625rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpR37s2rZ7887e7SsmxhAgTk0fwxhCm { width:20rem;height:19.875rem;top:1.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #C8Kbad2RAaow908dAJlbcGvmTQupcAyT { width:20rem;height:17rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guubzu6UiAnbSEhM3IB3BusM6FrQ2z4W { 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) { #rWEG87ETzOOuNUWybeHb2ObozK5eC7mZ { 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) { #VKxqf2axSU44v62c3z7TypBziA3sPUcB { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:15.2490234375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #I15CLkfQM9DoVuhstnRSKdUc8HP2cIHv { 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) { #Pa6XwnCphs4R2eIhgqd5zND9rVyx0Ro6 { width:8.6865rem;height:14.749rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBcQfep3SfbOVtpSi0IWwWC5MezfPwFZ { width:8.6245rem;height:14.6875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQFZStIlTIdfQQPWGngULaKFFiLAcsA { width:8.624rem;height:14.6875rem;top:22.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mh2fIk4s9yChUWIVWb4agETCJcQT4s7M { width:8.6245rem;height:14.6875rem;top:0.59228515625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VVMn5H5TOidIarmw9rvzEIZI5VLBlLwp { width:20rem;height:20.25rem;top:89.8447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmwEOoBk5nQFTlFesE1pTV8G9MupVNy { width:8.625rem;height:14.6875rem;top:88.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aBWW5MUaH8fVgyvDAUHXTH8UulCa20QH { 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) { #NUDoC1zg6v5hGnR8aZSZNpK4dxGXwUdi { 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) { #QQ4mW1Scw9nDpROgPV922SKLsO50Lcv5 { 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) { #vaUb2Na8GD3VEeGCutOay7CT1DyVIZKX { 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) { #R8pD3t9doA4ny7MDVpeGbCnMA9mJTTX0 { 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) { #peUufp6DwoJ6WqmA90QS0kuTQ2hEN5sI { 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) { #GpEg9XKnP08Ri03tFaHRfPDmo6vKLHRD { 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) { #NwITaLDmvoWTH9iPvmumrPcAlNXvVh7L { 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) { #C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { display:block; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVWXXoFeWnJcJgnxyi4AqM3TfuqqInLL { 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) { #tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { display:block; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr { width:18.1875rem;height:33.11525rem;top:1.25rem;left:0.56206601858139rem;font-size:0.875rem;display:block; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr 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) { #xMvmRxTkZg3gvResM03Jtbu2DzvHpBl2 { 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) { #mlG2C9sMSHpwCS9iwSt7B4rXPfvr37Pq { display:block; }
 }@media only screen and (max-width: 763px) { #hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { display:block; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpSaA0C7SosKPhsedazpm8886VGlvuEO { 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) { #pKS2VBeRJgsmUUiANIn1ZTDuJG7LosUK { 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) { #ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ { display:block; }#ysa55dEA5ppf1C7BaaJOfmbtR1xvqMzJ > .row .container { width:20rem;height:219.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTRuKbOOnE09C81tPOpwRFGGNK47fh5C { width:18.812375rem;height:5.84960625rem;top:0rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEdCmdcluOkhpSPPRQpNulspQKR6a11C { width:18.4375rem;height:7.972625rem;top:7.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }#EEdCmdcluOkhpSPPRQpNulspQKR6a11C 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) { #V8EtFNrpFQdzL0hpJh9hmyJCr3h6Ax98 { 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) { #tlmVqmvJxHp2DV7DUddCIxX8xQg1WPl9 { width:16.5625rem;height:5.2109375rem;top:41rem;left:0.5625rem;font-size:0.875rem;display:block; }#tlmVqmvJxHp2DV7DUddCIxX8xQg1WPl9 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) { #uWkNaEUiXCe4fTc8hCQmlKxFD5T1XXfm { 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) { #GlUp402WxbNwosBR9AnC3SumAT3Qql8K { width:18.6870625rem;height:6.4355625rem;top:68.24951171875rem;left:0.624755859375rem;font-size:0.875rem;display:block; }#GlUp402WxbNwosBR9AnC3SumAT3Qql8K 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) { #kaPhZRueTSRbEBtm5KTG4coVySOuTyVR { 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) { #kzb0nrKQRzWDpAN7U2GZZVCKAKfhHZ9L { width:17.6248125rem;height:6.4355625rem;top:98.99951171875rem;left:1.187255859375rem;font-size:0.875rem;display:block; }#kzb0nrKQRzWDpAN7U2GZZVCKAKfhHZ9L 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) { #VziwhBEMUuF73woDBfGvR2IaTh7TBTpc { width:20rem;height:5.84960625rem;top:121.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN2oEKPUb6ZPXP9u7BUEpb1zcrWRInPe { width:18.4375rem;height:23.918rem;top:128.81079101562rem;left:0.78076171875rem;font-size:0.875rem;display:block; }#DN2oEKPUb6ZPXP9u7BUEpb1zcrWRInPe 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) { #a5RfoFdzUp03MvJW9edsqU6GUrTHzhqG { width:17.374875rem;height:15.6328125rem;top:173.37524414062rem;left:1.31103515625rem;font-size:0.875rem;display:block; }#a5RfoFdzUp03MvJW9edsqU6GUrTHzhqG 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) { #ZSa9ZUfuHVx8zJkKWv0y53P0EyMdQ7II { 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) { #hOgmPxom5mhIIGwWDXvtpdTM2DkXKeA6 { 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) { #TD2UZ7DL0MG3HHw0EO7VxZ4JtK4h1gFo { width:20rem;height:31.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNcOzqwuTg7gP8ec2kX73i9kxzNuVkPo { width:20rem;height:28.6875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq7luEGRcp2Pe55W5r8IEIqCSOaspWgq { width:20rem;height:28rem;top:61.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIfAsH8vDbQ7Sq0IG2nfaTlis4xvnZS { width:20rem;height:29.8125rem;top:89.985595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlfwW3v5PT1M34X0f3i1Xh3C5Tz2hM1 { width:20rem;height:46.0625rem;top:120.36083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bN0xeFJaLThPX5QHxkUDNxOtbdVoRI { width:20rem;height:36.3125rem;top:167.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afd0TL46m3pR7WTHhzVHt69xGeFdyL96 { width:13.74975rem;height:13.74975rem;top:16.599609375rem;left:3.09228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTmIt5gbe2A45sULOUCg1CP5eXzRUmT { width:13.75rem;height:13.75rem;top:46.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwM3vn2KqVNigTS1lN9VXl2z9hyTfuHF { width:13.75rem;height:13.75rem;top:75.656494140625rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff7x0C3g6XGJsXoAFlTfbi8h8VJ5HZBr { width:13.75rem;height:13.75rem;top:189.01391601562rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbREPwfanrDaUeQzCiPLi2XL2GCrEX0o { width:13.74975rem;height:13.74975rem;top:152.71923828125rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKsfarmZhsKvMlqd6rBQBCyupm1cbktJ { width:13.75rem;height:13.75rem;top:105.81323242188rem;left:3.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXyR1kmL9yUsuu1H6SqLQfyO4xqGMtRu { width:20rem;height:8.7291666666669rem;top:209.37426835938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP { display:block; }#NOLIv8CuOWFBJ13AZra7JOr4nUQrn4oP > .row .container { width:20rem;height:349.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdqbdZhH9cdyaW38qzZI8vdT2AzrDfi5 { 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) { #m22XWNQGaI7MP4rVE5WRPZTSrM2wDVsM { width:17.9375rem;height:6.4355625rem;top:32.4375rem;left:0.8125rem;font-size:0.875rem;display:block; }#m22XWNQGaI7MP4rVE5WRPZTSrM2wDVsM 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) { #nrPSsNcxw6PIIPDr493S1SbwcQTX5ukm { width:16.812125rem;height:3.89941875rem;top:8.5736083984375rem;left:0.4376220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcHV8ivgIalmziSd81yLROS5mMGGIlqS { 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) { #lRuEFtrAUeSSTwltbwZ1PR67PGSGR0f3 { 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) { #z0tKstSsAXPO6o6ZpgGIdcDqtq59ogNx { width:15.187375rem;height:3.89941875rem;top:43.125rem;left:1.6876220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDJKMTtm6kbph79lJ6geepnCXzweiSua { width:18.375rem;height:1.13769375rem;top:65rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXKrxXXTyrU5PA6UHIE1C0IZTosfbCHl { width:17.0625rem;height:2.44921875rem;top:67.125rem;left:1.625rem;font-size:0.875rem;display:block; }#JXKrxXXTyrU5PA6UHIE1C0IZTosfbCHl 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) { #BMBmcW5KCFoUbhAzmIhrQUXDrMtLeKcH { 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) { #hfmdoOPJ8wDgSIsz5L6m0q89PSKACQxC { width:18rem;height:9.82225rem;top:96.875rem;left:1.5625rem;font-size:0.875rem;display:block; }#hfmdoOPJ8wDgSIsz5L6m0q89PSKACQxC 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) { #e8H6qPo58Di0rLhWDHP5RTLTyzJyRNOK { 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) { #NTeNz5S9LlPTsKCG2c8xtnLn7ttCqfxe { 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) { #y5lZi0D2QD5VGpp3D6JQT56avvE1tb3z { width:17.1875rem;height:3.89941875rem;top:74.686279296875rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #am7gCcniQb8KKUw3kUr2tiGimTUmEsRt { width:16.4375rem;height:5.8359375rem;top:134.9375rem;left:1.625rem;font-size:0.875rem;display:block; }#am7gCcniQb8KKUw3kUr2tiGimTUmEsRt 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) { #XcOJbfTnpqToGKcPNRm6otgn98R1mNhp { width:15.7495rem;height:2.5996125rem;top:111.43676757812rem;left:1.6876220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1H6vnrZFWkvHpXNHsb5IuourcTQx2O { 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) { #GJkFyERKVi0ESBMhWSxs8UOscmc4q2Ct { 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) { #Z4ZLH21cqIKcA84is2ZDeGygZ3Dxut2W { 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) { #zJ7utKWR0O4odvoBCD65ZZSuxpb97QVC { width:17.937rem;height:7.0605625rem;top:168.68469238281rem;left:1.0302734375rem;font-size:0.875rem;display:block; }#zJ7utKWR0O4odvoBCD65ZZSuxpb97QVC 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) { #PB25ezfsVc6lnHNSDTgVWyTNSJl8QpFt { 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) { #EWQI1zeRTv2efQeRXtJqsioeQuSsKyCQ { width:17.937rem;height:3.89941875rem;top:144.68688964844rem;left:1.4368896484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZau2pqdCEcK1wmqNbpqLBt1Z975cc5e { width:14.375rem;height:2.5996125rem;top:180.49926757812rem;left:0.4376220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgxc4buR8Vdvui4HR53T9rz8hrShvta { 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) { #mfTuRfygAUZZlrnOFS7FwaztptbGQHxz { width:17.56225rem;height:2.625rem;top:203.31176757812rem;left:1.2176513671875rem;font-size:0.9375rem;display:block; }#mfTuRfygAUZZlrnOFS7FwaztptbGQHxz 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) { #b2P8OTDrxJ29fL2c5PMxHhnQJo102GeB { 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) { #vK4LyB5SLnE7LBnIAZLqW27zxHmxgz9N { width:18.561375rem;height:7.972625rem;top:231.3125rem;left:1.5rem;font-size:0.875rem;display:block; }#vK4LyB5SLnE7LBnIAZLqW27zxHmxgz9N 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) { #cxp8NwOdOPVRpeivkgfC9A6aJUJN0tEO { width:17.56225rem;height:3.89941875rem;top:209.49951171875rem;left:1.2176513671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgaJp2cUnyh83EzOK0WPVFtGivbfdlHT { 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) { #qrAKbJonWC6lKlBHKBuN2AcLOkW2VTta { 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) { #QUySXTEES4TFqmT8crxhDHdKItDguVQt { 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) { #HB2L9eO3HaDvsRfdOOfgzCd0tChwel8p { 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) { #qdExaBt67slLNbTXrFbmPyWMNbncKtGL { width:12.312rem;height:2.5996125rem;top:242.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IirE7vLPmCDkZ9NN1Hu4zWwGxVwEQndT { width:16.187125rem;height:2.5996125rem;top:269.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr3UhdF1rZFyMo5ITQRZ4loLhFy0ZJZH { 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) { #Nh73wXUx8hu7fDQGQZKDB2FpZBwBfbIO { width:18.2495rem;height:6.4355625rem;top:289.25rem;left:1.8125rem;font-size:0.875rem;display:block; }#Nh73wXUx8hu7fDQGQZKDB2FpZBwBfbIO 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) { #OlWTeNb4Qu70PcVFfkX9f0q3VZyNOgOZ { 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) { #JTcCWgmLeRgFPFTaZtfDuybg9kl26eEs { width:13.875rem;height:1.13769375rem;top:320rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elLztDBnw6SiQVwDfXQ1yGSy2InTrGLE { width:15.1875rem;height:1.22504375rem;top:318.125rem;left:1.6875rem;font-size:0.875rem;display:block; }#elLztDBnw6SiQVwDfXQ1yGSy2InTrGLE 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) { #BXowpy7JKZ9dL54ODp81SdDFBx0faXrQ { 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) { #MbBDhTGJGAUOwAhTPxz7ian5XINbKTkd { width:13.186625rem;height:2.5996125rem;top:299.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwzHcxmPI5PNoqZXIBKKmdcdry89qIRJ { width:17.124rem;height:2.5996125rem;top:321.9375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOo0fpa0qhfTlvrwEQkEXVkvOXGqThM { width:16.5625rem;height:3.673825rem;top:340.75rem;left:1.75rem;font-size:0.875rem;display:block; }#xHOo0fpa0qhfTlvrwEQkEXVkvOXGqThM 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) { #TdrJfFxKtbsBq9LdaJtS5m2pSeDpoPt2 { 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) { #lOEX4tga7Qsf3epKI0ZKnHVWHlGnwrig { width:0.125rem;height:0.125rem;top:223.5634765625rem;left:10.9765625rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #iV2hskFTUCURRCEckdc3xLckHk1edHTa { width:15.625rem;height:15.625rem;top:13.796143531799rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzF2rn4GGCsrXwdEQS4vZ4cIurEFVer1 { width:15.625rem;height:15.625rem;top:48.17191696167rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewM9BwUF6fBH185cSAWvUKo66DQ3bUeq { width:15.625rem;height:15.625rem;top:80.041667938231rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGCpu9ExgQMkVNu9aW4xF2HF0DMs8eyq { width:15.625rem;height:15.625rem;top:115.796875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk7xgbA75TIpeiaoRC7iu7tuB1tvLk59 { width:15.625rem;height:15.625rem;top:149.48434448243rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfXudTwDqTaCuVP469C7v4Zs8V5eH5yk { width:15.625rem;height:15.625rem;top:184.48438644409rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwzDOauGptiNPv9mHoCXIlSMrofPGkpk { width:15.625rem;height:15.625rem;top:213.27287292481rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPvooBqzy4Z3t1Lcq0Pzk4VVvrkl0DlD { width:15.625rem;height:15.625rem;top:246.85945773125rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI7ZZstHEcwqTspxvquuSKbad9ipq6gP { width:15.625rem;height:15.625rem;top:271.72392845154rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAOBht12wuLof57wbz8vZcihOuNBWTFp { width:15.625rem;height:15.625rem;top:301.10347491503rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXZqwVgL5wwdAUmzEsZ20MCc20zcT0m2 { width:15.625rem;height:15.625rem;top:324.53582763672rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA { display:block; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVpiTFfsa2V5dkcXi6cgTG2z0bA6illD { 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) { #bJp8SytxzWk0RuZQs2xph4JqXUqmiVDP { width:14.4375rem;height:3.9931625rem;top:7.2662010192869rem;left:2.3122830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPmz7nvK1xQIZZTufrxLHamrxEQxSTB { 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) { #bdKr4BP93wcs2M7loIiLnKkZmPm3xTaM { 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) { #nsm66LQvlbmgQIfK58TFzr1nRZ1ly1ZN { 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) { #TpxtGLkQGM4X1qEPKrRnaBeCFTpNE5xz { width:13.75rem;height:0.0625rem;top:11.828914642334rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #syx9ocd95fhkDtN5AfN9NUrthURUuLbl { width:13.75rem;height:0.0615234375rem;top:58.016536712646rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePtsDeIVU0eOuyW7MT9p4eFZRBwMLyHx { width:20rem;height:2.5625rem;top:3.1412925720215rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlGAatNIy4Kxc3fJNmFM6VX3Gr7L1ol { width:20rem;height:71.875rem;top:1.828914642334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGphi7PKQdxs4BGuNKoi2zdz6VCD1RC { 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) { #BoZh7bQ5zoKaAwTDc4ndf5cOCxlypocN { 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) { #JKl9N2dCNHVfhGs0IgHZQHX3En1Dn440 { 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) { #WGQzLcq2uR2SJKOIKVJdbFJqIJrw7ekt { 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) { #Vv9FdHiE3cCWDvqSMSAKyxOrBk1IOXWB { 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) { #hcOLoSE4dnmL4r35D2FQGdZ0TpMPRbDl { 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) { #uZuEnUCM6w2sszUnTcagcA1Tiq0ilCi4 { 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) { #MCg0ooCwGN9PToyBgnvRIs5JQKAgorhk { 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) { #TE8qixt9a1iuF1DBgphrHDmsCwvobis3 { 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) { #ocqZBg3fL4xdLDGIGTsI60zyOiAsguXy { 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) { #SrdTyTZAm1nOT6g8ggwsKUKRgADe30RQ { 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) { #UuyHPcblz1uBa064AGphwETvIqRFNc28 { 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) { #PJvNsia58sN0Ns12kAxLIML9i1Z0TqBx { width:20rem;height:73.0625rem;top:1.828914642334rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #NqvRbQLq4xkflNZxsr8cgasXVWbffSmp { width:4.81228125rem;height:8.6246875rem;top:0rem;left:0.56206601858139rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #ZWzFLJFT59WbwN4MChuKfJ3LGbNtubr9 { 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) { #VB94NbiinptQwzZkb8n8lP93bWiZuiZN { 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) { #RZEIwXNwwaKIcKMuML6vgsJM8hcRsiC1 { display:block; }
 }@media only screen and (max-width: 763px) { #vTpfrnTJVd2A6Hm1ADT3tGoyUDPXBOc3 { width:20rem;height:38.797939049245rem;top:88.499161376956rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { display:block; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itAkMSVCGWos1MXXnqXVhDSTLBN39pFe { width:20rem;height:8.7291666666669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { display:block; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1g7f9LBODe9s7bn0v1nR2zJhzMc8BAz { 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) { #pkOPJUCZWGpxJop9W3hyGuNWdVqTrm93 { 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) { #h9u5cM24iwx5wkJFnGRRPyqdXdGbL4fH { width:20rem;height:8.49975rem;top:18.749389648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { display:block; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuG0qchwmTGiS1Vu3LgTOVkA2VE33LgJ { 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) { #mfuvxZAEDoOuLTC2w3KvkCXZfqTEFM1u { width:20rem;height:17.125rem;top:11.749877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt2mqG9ethP5oe2Whhi4pSEaaT5ZGfIk { width:20rem;height:18.125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQGvxuCBazglJbXg1MeXTc6IpaGoD3c { width:17.6875rem;height:1.29980625rem;top:13.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 { width:17.0625rem;height:2.44921875rem;top:16.125rem;left:1.4375rem;font-size:0.875rem;display:block; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C { width:17.0625rem;height:3.673825rem;top:19.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc { width:17.062375rem;height:2.44921875rem;top:24.0625rem;left:1.5rem;font-size:0.875rem;display:block; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #wmaU3xGNO7f1Tek252Xs61cxsFNTftQb { width:17.6875rem;height:2.5996125rem;top:31.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk { width:17.0625rem;height:3.673825rem;top:34.25rem;left:1.25rem;font-size:0.875rem;display:block; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk 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) { #Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ { width:17.062375rem;height:3.673825rem;top:38.443603515625rem;left:1.21728515625rem;font-size:0.875rem;display:block; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ 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) { #VBF33mRb9POR6taQa5gBq9rmFn0bfr3w { width:17.0625rem;height:3.673825rem;top:42.75rem;left:1.25rem;font-size:0.875rem;display:block; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w 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) { #u3yaH32tc9OXMpfa4p63zfqACzzHZ5SD { display:flex;width:6.3745rem;height:6.3745rem;top:6.47705078125rem;left:12.788696289062rem; }
 }@media only screen and (max-width: 763px) { #boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { display:block; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBPllEib3Bv3fZ18NV4NW7XchIp5BbvF { 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) { #EvJ93XAADfnpIRzg1IbFLzkXIbKUyFcM { 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) { #KkE5BD41NbXtLZ0MdtKwJ4KDvMV8kOpE { display:flex;width:5.499875rem;height:5.499875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { display:block; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvGrV3dpQhNklTCpvDBKRzKy1Fdcgtai { 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) { #vruL0LoZhdexwcN4WNqo2zgfHDJn8HL3 { 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) { #RwMIbUsJKLGaDy9XCz0K3R27IODHqdPy { display:flex;width:5.24963125rem;height:5.24963125rem;top:0rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { display:block; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBevkyfxSVQBp9CeqIkuhT8LToIaqWQ6 { 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) { #LXxPfITNFGdHJE0TNCih46iN3peMco0i { 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) { #sb8VuGq9hiVRtZ0SKPQfUQ9mqnfdIRQi { width:19.5rem;height:31rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7NRMqr46hAZsSwGq7OOBnSykeSrEkmd { width:19.5rem;height:20rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDhMkltZL93lDKIzWloNFdOsul9EgNhl { width:19.5rem;height:18.9375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3T8RXRFCmrOOtt4Xkarl9BzCzLTKrZ { width:19.5rem;height:23rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9Dd31aedbVA1dQELolwgGqg7ZPZTQk { 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) { #AdNIwiNliOVLHb50eL5hwCZLtISMDrO4 { 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) { #a4ppaTXk36ann5gEL38igFqPkrpebppT { 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) { #bVdxCzzAT7x4hZeqe2RMAFB7X1bMTCeO { 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) { #kVAbflyGXgdErLTKps6dPMZqEBT4DAWc { width:6.1875rem;height:3.1875rem;top:8.1874189376831rem;left:1.03125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #o5OSz4Pz7w0hob8APScD2H4TCxrevKv9 { width:6.25rem;height:3.1875rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4hQCHCIGtAkTPv5lJJIFfkIARA2GIi { width:6.375rem;height:3.1875rem;top:41.250082969666rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w008VAv8HGyRMWEW5f2cboZfbf6PJtOs { width:6rem;height:3.1875rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wRwTDA7p9qhdD5alvJu1IDubJ1e8xv { width:20rem;height:28.323353293413rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50r6r3uEDgTl7SwLnJ9KpWA4yTHuRdA { width:19.3125rem;height:16.3125rem;top:44.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiPXF0Pxcm8rnDggPG7LdABxnbIsbVq { width:19.3125rem;height:16.4375rem;top:65.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkPhmzBDGJHs1sCquw1sqqyV7BdqWHBA { width:14.5rem;height:2.4375rem;top:32.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXgKHVc2XeJeRWyvoRQySwV4wVOTlyZv { width:14.75rem;height:2.1875rem;top:54.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSn1I1RgncqsuS06CHzGLHmt2Mb4fiO { width:11.0625rem;height:3.125rem;top:68.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDyZQEA3hBU0nLoNWiPKAvi9cfVKI73 { width:6.75rem;height:2.1875rem;top:101.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZ3yn4Kz6Nx9ba3DWAq1hCfUUpqJ84L { width:18.625rem;height:19.1875rem;top:86.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy4KLZtu2a3Uz32K9xJMDmmUA89vSTTd { width:12.5rem;height:2.5996125rem;top:90.0625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbJ5TJdXDOVe5ZlNJQvTagTRTr0QpCh { width:11.625rem;height:3.75rem;top:89.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1zz7erJ6i39aJtyOmxNyL76BVZRUrB { display:flex;width:2.8125rem;height:2.8125rem;top:54.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RvXTv67UgynVrXmOSFWAXaKZ3nSsvIEW { display:flex;width:3.125rem;height:3.125rem;top:101.37504196167rem;left:9.3541669845581rem; }
 }@media only screen and (max-width: 763px) { #bsmMc5s8OZ6VrmQnve0zR6cVFWenTaq9 { display:flex;width:2.6875rem;height:2.6875rem;top:32.934245109558rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #Ra9ud7ov6yOdgvtE9MswtDtIT20icNZ2 { display:flex;width:3.125rem;height:3.125rem;top:68.916629791262rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #lKB44SZVWFTLCq2sKme29Lk1IDpixOkk { display:flex;width:3.3125rem;height:3.3125rem;top:92.4375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs { display:block; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMVhQmZKfH5T5qcFC2rPVIvTN2NSxhDa { width:20rem;height:1.950075rem;top:3.87451171875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnuSv3I97CDq67KLzEyexECqZgXcvUo { width:20rem;height:1.19986875rem;top:1.937255859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-text { font-size:1rem;height:auto; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-desc-text { font-size:0.875rem;height:auto; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 { display:flex;height:auto;width:17.5rem;top:6.640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #dJ9DnBTM0zZEO21DEDE8ThSl2gCX1zFE {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #rd32xWRg1X2NrWN5bT391oB5mxB0woRK {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bOCTGTGCqqvtB6tWd5u8CuDMPaTw8LnD {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cV8lmlaDRoJwEMhM3FPSLQ3hvF7rIcb2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #ve1rQDTMOBtzRI5Lq8sx4QITWwZJywfO {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #p23Z1Itar1zdZO2tLnqECDVFv4Z7KBsg {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bcd97SyqbBm4pRgF42WNWRDfaOoPuGiB {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #nwTbtqdhPGrwS258BHuzhhBZxJDTTOii {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #fZzA2VlBJeXNqaMepPLhn2WMwzzKvcoi {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NxtrTt5C8Mn9P5s9gtWUhbVMap40eng2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #E9uD8zkpDsVxZJsiiyz037Ut9s9AyJmd {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cfQCe26I9VXGp00wvSU0KfL3dJanwHTv {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #i44ULHM8IEwTgG6l9p9zgoepBD6TyRm6 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #PbHW3wLT4fl3FdIPBGXcpJ0XcSuZQZhT {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bV1w7ZERBifeVVNkBxHI8Qf5rZeKctCl {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NyEATtBeHM3DUO4hMHd42uTxEkvc3MSw {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #LchMKiE690BLM7bPpzKnQNJHyqEEt99Q {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #RESFTO8VgFE4mEWqL2iPzK88O6RIVFLI {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #iu0Rh977bLIatZBES1pZNwRGXSPnpVqC {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #JuR6zNB6DWMH9MB5sgy6nG4W0gwk4ske {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #qKilSXUTilOXyykzGTKRMNXRlSLS4Mgz {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #xseW1e3FBW0thTNiWk9gr5X00UeSamJU {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #r27lwk6SOmeFnCrObUwzvUsWrhCL99B8 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #XCipxTVr9iCWnmcpZObmTIyv2XGrHl2t {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #kSDAblcNQqmXTqBmaXwKBm0oNQdrdpmr {  }
 }@media only screen and (max-width: 763px) { #yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { display:block; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR95m1rv29umVFK4anZZJ7ETVVTL86gi { 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) { #Fy0OGUFKRLQieGgq309fSCHwPDQvBJwU { 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) { #UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { display:block; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgnuOgWGprSEebDTVZb6fRf0DKA5hTc { 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) { #xyCL2bmdieIOQuKIE6B3ZOyUOnLmNL13 { 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) { #vhCzF2gdraSn4gE5Pu6pWTFsokNTg7Vp { display:block; }
 }@media only screen and (max-width: 763px) { #sWhZnaS1ALZseR9TP4fJr8uQ4foHneVu { 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; } }