.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#b700a6;background-image:url("https://images.assets-landingi.com/uc/6c5f1da7-9516-4ffd-8965-9286d909d2c0/Untitleddesign.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;overflow:visible;position:relative;display:block; }#TcxrJX4Npg1oAy8kzdapEhNVeiDt3nfK { color:#ffffff;display:block;width:63.5625rem;position:absolute;font-family:"montserrat bold";font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.25rem;left:5.71875rem;height:9.263rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.0625rem;left:11.96875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#GLGK4JbL9LxNbcnyThhEh1CLTrx5apk1 { color:#ffffff;display:block;width:56.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.75rem;left:9.28125rem;height:5.60533125rem;text-align:center;text-align-last:center;display:block; }
#dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { z-index:15003;top:30.875rem;left:15.03125rem;background-color:#f4a259;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(40,40,40,0.35) ;box-sizing:border-box;color:#4a4848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uJkfiH1JLnzGF82Q7LEiQ9K463EXRf0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f242c;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; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row .container { background-color: transparent; background-image: none; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row .container > .video-iframe-container { display: none; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row > .video-iframe-container { display: none; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .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); }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row .container { border-width: 0; border-radius: 0; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#eTLZK6v48CsubslR21KH8krWlCiUUk3c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.0625rem;left:0.875rem; }
#EWqWadIcPkDDC9uKoOp4lokeTHVn5eFe { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4rem;height:3.2492875rem;display:block; }
#TbyVki5Qe6iFdE5l1HVPLvdzboH5L2kE { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:29rem;height:3.2492875rem;display:block; }
#TTdnr0Lt5oK6H91tZhCrqNSfvHhwm3zQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.0625rem;left:25.875rem; }
#dkmeq2ZsiNfzXpigTAhcezGeMeWiCB9M { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0625rem;left:54rem;height:3.2492875rem;display:block; }
#ds5cAt2ynF43wtGI4FWPHTEQdUadOc4A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.0625rem;left:50.875rem; }
#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { position:relative;display:block; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { background-color: transparent; background-image: none; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container > .video-iframe-container { display: none; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row > .video-iframe-container { display: none; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .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); }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { border-width: 0; border-radius: 0; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .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; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .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:76.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NOOU42M8tH0Frp8dIe3J5gZIlhW8ASoX { box-sizing:content-box;height:41.125rem;width:27.5rem;position:absolute;display:block;z-index:15000;background-color:#d83376;background-image:none;top:25.0625rem;left:6.125rem;display:block; }
#A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:24.0625rem;left:40.75rem;height:36.6512rem;font-style:normal;display:block; }
#GyTh6gUlcXVwBovEWMud83pxJIk1QOml { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.999875rem;width:25.3749375rem;top:25.936954498291rem;left:5.7180137634278rem;overflow:hidden;display:block; }
#wFahE0J6zSHppawcBStMfkw5SF6uGoUm { box-sizing:content-box;height:16.0625rem;width:64.375rem;position:absolute;display:block;z-index:15003;background-color:#2f242c;background-image:none;top:3.4990234375rem;left:5.71875rem;display:block; }
#Ud8v5aZnqEgqnE1TTAW4L0cP9vsJ79UJ { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6806640625rem;left:8.09375rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d83376;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; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { background-color: transparent; background-image: none; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container > .video-iframe-container { display: none; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row > .video-iframe-container { display: none; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .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); }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { border-width: 0; border-radius: 0; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.875rem;height:8.1239375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2hrls04yUctGQ40EgtznK4qvB9v1iMD { color:#ffffff;display:block;width:55.6875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:9.65625rem;height:8.1239375rem;text-align:center;text-align-last:center;display:block; }
#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { 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; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { background-color: transparent; background-image: none; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container > .video-iframe-container { display: none; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row > .video-iframe-container { display: none; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .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); }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { border-width: 0; border-radius: 0; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#SSEqCWEWzUlu3GdbowAmeJ0bZ1D6LRX8 { box-sizing:content-box;height:16.0625rem;width:69.75rem;position:absolute;display:block;z-index:15005;background-color:#2f242c;background-image:none;top:3.0625rem;left:2.625rem;display:block; }
#L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1943359375rem;left:7.4375rem;height:8.1239375rem;font-style:normal;display:block; }
#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { position:relative;display:block; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { background-color: transparent; background-image: none; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container > .video-iframe-container { display: none; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row > .video-iframe-container { display: none; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .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); }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { border-width: 0; border-radius: 0; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .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; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .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:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#we56uTWatEHIAzUwmp0sGCiIcb7UKvyf { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.099609375rem;left:2.375rem;height:4.22585rem;font-style:normal;display:block; }
#kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10rem;left:2.375rem;height:5.60533125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { color:#000000;display:block;width:30.0624375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.436992645264rem;left:2.1866817474365rem;height:;font-style:normal;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { 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:35.9375rem;width:35.9375rem;top:3.125rem;left:38.28125rem;overflow:hidden;display:block; }
#s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.2392578125rem;left:2.1875rem;height:5.60533125rem;font-style:normal;display:block; }
#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { position:relative;display:block; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { background-color: transparent; background-image: none; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container > .video-iframe-container { display: none; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row > .video-iframe-container { display: none; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .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); }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { border-width: 0; border-radius: 0; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .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; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .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:1.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UJaMxGMNABTJPsf0HaCdw1vAS3CusXav { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#d83376;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#THJrouPoTJkxHFTpO7vAyszCi2sLH22b { position:relative;display:block; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b { background-color: transparent; background-image: none; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .row .container > .video-iframe-container { display: none; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .row > .video-iframe-container { display: none; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .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); }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b { border-width: 0; border-radius: 0; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .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; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .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:50.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ONT7x8usXcNDwqfVW6FBbrAmTDREB773 { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.375rem;height:4.22585rem;font-style:normal;display:block; }
#v54LJnXToHAcmazKNbc2whFQzdoWZOTX { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.5625rem;height:5.60533125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vn1gWlOKQaIT8Xmt0pQyf3ib7c9REaPN { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.6875rem;left:3.75rem;height:19.4526875rem;font-style:normal;display:block; }#Vn1gWlOKQaIT8Xmt0pQyf3ib7c9REaPN li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vn1gWlOKQaIT8Xmt0pQyf3ib7c9REaPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#k4UPpNFdoRVadv9FB0Bbf6fkD3M5oHd4 { 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:35.9375rem;width:35.9375rem;top:7.3124971389769rem;left:38.281251907349rem;overflow:hidden;display:block; }
#KLh4yZc0fWU679Bqao8qmQxqJ60Swns6 { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:41.5625rem;left:3.375rem;height:5.60533125rem;font-style:normal;display:block; }
#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 { position:relative;display:block; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 { background-color: transparent; background-image: none; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .row .container > .video-iframe-container { display: none; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .row > .video-iframe-container { display: none; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .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); }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 { border-width: 0; border-radius: 0; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .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; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .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:1.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ahTg4EUNna06EToGPw6R11tzpmlAMD3O { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#d83376;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt { position:relative;display:block; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt { background-color: transparent; background-image: none; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .row .container > .video-iframe-container { display: none; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .row > .video-iframe-container { display: none; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .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); }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt { border-width: 0; border-radius: 0; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .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; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .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:47.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x4mUkOmbGfHvgT88HgAU9t19hgCTso3a { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5rem;left:3.375rem;height:4.22585rem;font-style:normal;display:block; }
#h9HWZHtht7BwAJecMxh1gMRIkthUBX1E { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.875rem;left:3.5625rem;height:7.47375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kI4CQz53SJao4pFrlFAedcVEDN8uusTM { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.375rem;left:3.75rem;height:12.9685rem;font-style:normal;display:block; }#kI4CQz53SJao4pFrlFAedcVEDN8uusTM li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kI4CQz53SJao4pFrlFAedcVEDN8uusTM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#J3mVl8v21XwcoCwhO7H522s8biDrXwTf { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:39.3125rem;left:3.375rem;height:3.7368875rem;font-style:normal;display:block; }
#gZTTDsazNWikvd0Ft3WzhadwJHAmMep9 { 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:35.9375rem;width:35.9375rem;top:5.78125rem;left:37.5rem;overflow:hidden;display:block; }
#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs { position:relative;display:block; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs { background-color: transparent; background-image: none; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .row .container > .video-iframe-container { display: none; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .row > .video-iframe-container { display: none; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .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); }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs { border-width: 0; border-radius: 0; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .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; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .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:1.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kMRZSpUMHA8EToLHb97T4oSRbq9OIJTp { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#d83376;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 { position:relative;display:block; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 { background-color: transparent; background-image: none; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .row .container > .video-iframe-container { display: none; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .row > .video-iframe-container { display: none; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .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); }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 { border-width: 0; border-radius: 0; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .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; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .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:42.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fytJQnk7lNhF5ybt0TPNPkZcegBSnJad { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:3.4375rem;height:4.22585rem;font-style:normal;display:block; }
#F6hTvDC0oq6R8lXECiNMtWsJudwaTlzL { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.1875rem;left:3.625rem;height:9.34225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qR00vEXOlJaKQEHJErhcAH4EJ4g2m1kr { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.8125rem;height:9.3955rem;font-style:normal;display:block; }#qR00vEXOlJaKQEHJErhcAH4EJ4g2m1kr li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qR00vEXOlJaKQEHJErhcAH4EJ4g2m1kr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#W3rhmIlbo1zTaWwNyF7wQCTcT15M6nUw { 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:35.9375rem;width:35.9375rem;top:3.21875rem;left:39.0625rem;overflow:hidden;display:block; }
#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB { position:relative;display:block; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB { background-color: transparent; background-image: none; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .row .container > .video-iframe-container { display: none; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .row > .video-iframe-container { display: none; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .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); }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB { border-width: 0; border-radius: 0; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .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; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .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:1.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qwbd8DXtgZLP2TGT5TDDFZKZJCeFB6MJ { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#d83376;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN { position:relative;display:block; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN { background-color: transparent; background-image: none; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .row .container > .video-iframe-container { display: none; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .row > .video-iframe-container { display: none; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .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); }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN { border-width: 0; border-radius: 0; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .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; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .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:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SncnuhmDytTR5JTC0eIvzokC1hPkI3uh { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.375rem;height:4.22585rem;font-style:normal;display:block; }
#gOTSWI5L75Pi8AmtQuHq29cy8OvfFwJB { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.4375rem;left:3.5625rem;height:5.60533125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JqsyTeQRUTUwJcPGQCLsKOTsy7RUss04 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.8125rem;left:3.75rem;height:10.52025rem;font-style:normal;display:block; }#JqsyTeQRUTUwJcPGQCLsKOTsy7RUss04 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JqsyTeQRUTUwJcPGQCLsKOTsy7RUss04 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#cRxFaMT80CTwqtoeuM8LOrTOEZue62u3 { 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:35.9375rem;width:35.9375rem;top:4.21875rem;left:39.0625rem;overflow:hidden;display:block; }
#ZkJ17XWv9SDh8MIUQQ11UJQ5DPW1bh23 { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.625rem;left:3.375rem;height:5.60533125rem;font-style:normal;display:block; }
#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr { position:relative;display:block; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr { background-color: transparent; background-image: none; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .row .container > .video-iframe-container { display: none; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .row > .video-iframe-container { display: none; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .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); }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr { border-width: 0; border-radius: 0; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .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; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .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:1.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r4vuyaPq2mBor5KzTLPOF8ipO2ghR5vt { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#d83376;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w { position:relative;display:block; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w { background-color: transparent; background-image: none; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .row .container > .video-iframe-container { display: none; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .row > .video-iframe-container { display: none; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .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); }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w { border-width: 0; border-radius: 0; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .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; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .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:42.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b0c22cunlWgbEyR5KImVWK5MJ5u6ReZx { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:3.375rem;height:4.22585rem;font-style:normal;display:block; }
#LEFhWeCsuTAPDAMrXVBmaf85A8q0sSvU { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.5625rem;height:5.60533125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tPG3v1Q6Mtig0TIXREDwLhdia0GFVztm { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:3.75rem;height:9.3955rem;font-style:normal;display:block; }#tPG3v1Q6Mtig0TIXREDwLhdia0GFVztm li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tPG3v1Q6Mtig0TIXREDwLhdia0GFVztm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#gv0qZBkpGq3fappXZUqJu88lL4GCRMTV { 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:35.9375rem;width:35.9375rem;top:3.3125004768372rem;left:38.281251907349rem;overflow:hidden;display:block; }
#dZ2zhmxd1OE7ddy7w6hIUskUn0kiqsDp { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5rem;left:3.375rem;height:5.60533125rem;font-style:normal;display:block; }
#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd { position:relative;display:block; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd { background-color: transparent; background-image: none; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .row .container > .video-iframe-container { display: none; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .row > .video-iframe-container { display: none; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .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); }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd { border-width: 0; border-radius: 0; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .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; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .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:42.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EiTo7Cgo3OCdUDvXnHbiGCw3KdKo3lPQ { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5625rem;left:3.375rem;height:4.22585rem;font-style:normal;display:block; }
#aAROGCKAhrz6zHL3czXTDRSO8hcTt8BN { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.5625rem;height:3.7368875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W6rfPZMvmFafcX8JudP7Z3Zqs91a2nP1 { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.8125rem;left:3.75rem;height:;font-style:normal;display:block; }#W6rfPZMvmFafcX8JudP7Z3Zqs91a2nP1 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W6rfPZMvmFafcX8JudP7Z3Zqs91a2nP1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#tvLcLpUW9XT0eKedHLXLVkTdoos4hJkF { 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:35.9375rem;width:35.9375rem;top:3.3125004768372rem;left:38.281251907349rem;overflow:hidden;display:block; }
#a7TFLKIfiDoUbTBUwzW6pv0Iy67OgiUL { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.75rem;left:3.34375rem;height:5.60533125rem;font-style:normal;display:block; }
#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d83376;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; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { background-color: transparent; background-image: none; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container > .video-iframe-container { display: none; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row > .video-iframe-container { display: none; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .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); }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { border-width: 0; border-radius: 0; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#AdMWvyi3yoQO6lZTTsmok2Z4cQiKfCFu { color:#ffffff;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5000002384186rem;left:4.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(183,0,166,0.13);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; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { background-color: transparent; background-image: none; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container > .video-iframe-container { display: none; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row > .video-iframe-container { display: none; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .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); }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { border-width: 0; border-radius: 0; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:15.6875rem;height:7.47375rem;text-align:center;text-align-last:center;display:block; }
#eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { 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:15004;opacity:1;top:3.9375rem;left:28.375rem; }
#Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { 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:15005;opacity:1;top:3.9375rem;left:32.1875rem; }
#rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { 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:15006;opacity:1;top:3.9375rem;left:35.875rem; }
#B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { 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:15007;opacity:1;top:3.9375rem;left:39.6875rem; }
#eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { 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:15008;opacity:1;top:3.9375rem;left:43.5rem; }
#u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:15.625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlfMV1m3ZwoW4sSiXQv8WsyQXlBHTpqv { 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:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:0.75rem;overflow:hidden;display:block; }
#r9ZpmEenLtF0uUfmdH8wTFWvmadWpRCF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:56.374998092651rem;overflow:hidden;display:block; }
#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d83376;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; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { background-color: transparent; background-image: none; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container > .video-iframe-container { display: none; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row > .video-iframe-container { display: none; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .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); }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { border-width: 0; border-radius: 0; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#pUcEMs6Tik3uWlzTk3niZQLRVHwVxTTP { color:#ffffff;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5000002384186rem;left:4.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 { 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; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { background-color: transparent; background-image: none; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container > .video-iframe-container { display: none; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row > .video-iframe-container { display: none; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .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); }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { border-width: 0; border-radius: 0; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { box-sizing:content-box;height:16.0625rem;width:69.75rem;position:absolute;display:block;z-index:15005;background-color:#2f242c;background-image:none;top:3.3125rem;left:2.625rem;display:block; }
#zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.4375rem;height:8.1239375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { position:relative;display:block; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { background-color: transparent; background-image: none; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container > .video-iframe-container { display: none; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row > .video-iframe-container { display: none; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .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); }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { border-width: 0; border-radius: 0; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .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; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .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:26.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:3.6718778610229rem;left:12.5rem;height:16.684875rem;font-style:normal;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(183,0,166,0.13);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; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { background-color: transparent; background-image: none; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container > .video-iframe-container { display: none; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row > .video-iframe-container { display: none; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .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); }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { border-width: 0; border-radius: 0; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#QNrWe76J20ry0Rs2u10T4SPrAIxGAxeI { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.3125rem;left:15.6875rem;height:7.47375rem;text-align:center;text-align-last:center;display:block; }
#cg9J1RR6O322ShXTld7P8UGGu63uBl5C { 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:15004;opacity:1;top:3.9375rem;left:28.375rem; }
#VMInaatyQyBkEe68gIglFd20fbXpHLV0 { 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:15005;opacity:1;top:3.9375rem;left:32.1875rem; }
#Gxt0LLd0VNntsBA81sfw2luANpsXqvHI { 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:15006;opacity:1;top:3.9375rem;left:35.875rem; }
#LttGEpxvm4nzmePw5LNTg4MdWbQkh67d { 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:15007;opacity:1;top:3.9375rem;left:39.6875rem; }
#DZ35JsVLFRMhmAkt2ph6bICZbDwI9wBw { 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:15008;opacity:1;top:3.9375rem;left:43.5rem; }
#M8OZGfoX2CRtsryt77kqCH7FXXkbKb8C { color:#464646;display:block;width:43.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:15.625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdCq25T1pQK8WWWlmh2skorkFTAKyhsE { 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:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:0.75rem;overflow:hidden;display:block; }
#UK8g9TFxPrKQfG4zEmmZb6504enRtrqn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.8749752044677rem;left:56.374998092651rem;overflow:hidden;display:block; }
#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d83376;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; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { background-color: transparent; background-image: none; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container > .video-iframe-container { display: none; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row > .video-iframe-container { display: none; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .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); }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { border-width: 0; border-radius: 0; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#GATLRnrfxSrfPU87XFMNXZ4I2LQuJVMN { color:#ffffff;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5000002384186rem;left:4.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { position:relative;display:block; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { background-color: transparent; background-image: none; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container > .video-iframe-container { display: none; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row > .video-iframe-container { display: none; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .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); }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { border-width: 0; border-radius: 0; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .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; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .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:49.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MO03Q2Kv422crKpOBzT1TGQXun9vihU1 { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.125rem;left:40.4375rem;height:25.8713875rem;font-style:normal;display:block; }
#FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { box-sizing:content-box;height:37.25rem;width:24.5rem;position:absolute;display:block;z-index:15003;background-color:#d83376;background-image:none;top:6.75rem;left:7.125rem;display:block; }
#MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { 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:33.375rem;width:23.3125rem;top:7.7496724128725rem;left:5.9365444183349rem;overflow:hidden;display:block; }
#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6def3;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; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row .container { background-color: transparent; background-image: none; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row .container > .video-iframe-container { display: none; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row > .video-iframe-container { display: none; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .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); }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row .container { border-width: 0; border-radius: 0; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#f7JbMxLQXucWR1nkB9BJ3KKvJycPHTrF { box-sizing:content-box;height:12.5rem;width:69.75rem;position:absolute;display:block;z-index:15005;background-color:#2f242c;background-image:none;top:3.3125rem;left:2.625rem;display:block; }
#rsNJfpe6mkuqsnpDsvR7uqNkd3PgkWm4 { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:7.4375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6def3;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; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row .container { background-color: transparent; background-image: none; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row .container > .video-iframe-container { display: none; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row > .video-iframe-container { display: none; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .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); }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row .container { border-width: 0; border-radius: 0; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#ngWv3bq54EH8LxPm3nM0lXToOtuaZLxw { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:12.5rem;height:8.6238125rem;font-style:normal;display:block; }
#Ko7OEKGi7agr2ewVTO3oysLQFshFRmxc { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.062500476837rem;left:12.5rem;height:15.435125rem;font-style:normal;display:block; }#Ko7OEKGi7agr2ewVTO3oysLQFshFRmxc li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ko7OEKGi7agr2ewVTO3oysLQFshFRmxc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d83376;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; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { background-color: transparent; background-image: none; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container > .video-iframe-container { display: none; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row > .video-iframe-container { display: none; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .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); }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { border-width: 0; border-radius: 0; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#fPtbA25SglSlpKo8bM4TPfS5VxTTR1bF { color:#ffffff;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzkWsrmkUn0eTILD4oeA9TcAttpVyvRC { color:#ffffff;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.8125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { position:relative;display:block; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { background-color: transparent; background-image: none; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container > .video-iframe-container { display: none; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row > .video-iframe-container { display: none; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .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); }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { border-width: 0; border-radius: 0; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .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; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .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.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .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; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.4375rem;font-family:poppins;height:auto; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.4375rem;font-family:poppins;height:auto;line-height:1.3;overflow:hidden; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .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; }#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-trigger.adaptive-delivery-prevent-bg, #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-trigger.lazyload, #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-trigger.lazyloading { background-image: none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi { box-sizing:content-box;height:auto;width:50rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.5718750953674rem;left:11.25rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #kEohOn2EVTQIAhcpWTNmvRcTQz3aPMGe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #RHXdmPNLdZWVqnZQkQtHHn4LZC6HBg2F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #EfACXb2APS9XT18fNJCc9MRhEoJ720ur { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rTvI5DgpQTuxq3XmF9mutM6gfppv8rzx {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #eI5IInTxafLHRlerIX6yGxEbZIFTLu9e {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #z2MDeN2iVc1LM6AFJtedFAAGUJxThnD8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #JH2iFKIg8BH796Dv218C0UxUB30OKSmT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #Mh45GeOImHnd6QTksGboCSWy4d1zvfd8 { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #XEgqHAFbHoqL4eATisANtdRn8ukzz1GO {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #QRi8v7WwvcfRbS88y6JEFgxLnqOKyudu { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BEPTb8BoDlgk7elBr5DBdud65GrKsTQX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #nVzrfwqD9UOqvmrUPQvPDsg4NGZ8nfpu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #lP6XxrBBEKzLMX9A3BTbJuwhbsEU31kg { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FcBeAZyg4l86JVhDM5hLxRDOfMUGKDtd {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #l6i4xxgevl2pZ0JkeZIGE2b5HSIr5ZLS { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #bqCVFnNwAGpTRT5Lc5lpMS99WqeIy6uR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BK1rQJGKtHXOQqDIhTfqRl2O2VfH3483 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #bJJRupPtEM0q9RTAFvpl2G5AxemHPwo4 { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TmzgECfcFUkORocgRCkE6MAJI7O3LbeO {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #RZebHtPZGwTnHIGpf0LnUWncf1HpcHrU { display:none; }
#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6def3;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; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { background-color: transparent; background-image: none; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container > .video-iframe-container { display: none; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row > .video-iframe-container { display: none; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .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); }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { border-width: 0; border-radius: 0; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#Qa7lpguHxguodkFZwO56O9FlAeLOSwP9 { box-sizing:content-box;height:12.5rem;width:69.75rem;position:absolute;display:block;z-index:15005;background-color:#2f242c;background-image:none;top:2.0625rem;left:2.625rem;display:block; }
#M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { color:#ffffff;display:block;width:60.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.4375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6def3;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; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { background-color: transparent; background-image: none; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container > .video-iframe-container { display: none; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row > .video-iframe-container { display: none; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .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); }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { border-width: 0; border-radius: 0; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:2.3273434638977rem;left:12.5rem;height:15.778625rem;font-style:normal;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d83376;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; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { background-color: transparent; background-image: none; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container > .video-iframe-container { display: none; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row > .video-iframe-container { display: none; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .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); }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { border-width: 0; border-radius: 0; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#eA89xSN5BP5KUIJOsGAemEpbzAyQptrs { color:#ffffff;display:block;width:59.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.125rem;left:7.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { color:#ffffff;display:block;width:55.625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.5rem;left:9.6875rem;height:12.935725rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { position:relative;display:block; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { background-color: transparent; background-image: none; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container > .video-iframe-container { display: none; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row > .video-iframe-container { display: none; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .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); }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { border-width: 0; border-radius: 0; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .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; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .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:60.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { color:#d83376;display:block;width:59.25rem;position:absolute;font-family:poppins;font-size:5.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:7.875rem;height:13.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { z-index:15004;top:50.562500476837rem;left:15.03125rem;background-color:#f4a259;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(40,40,40,0.35) ;box-sizing:border-box;color:#4a4848;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XINfTCTfBLBVsoKDO7kAMxCSgKN5LuhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGTth6NlFP4tWwpxRnbWFKoFr01AOPgf { 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:28.3125rem;width:62.3125rem;top:19.750024795533rem;left:6.25rem;overflow:hidden;display:block; }
#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f242c;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; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { background-color: transparent; background-image: none; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container > .video-iframe-container { display: none; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row > .video-iframe-container { display: none; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .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); }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { border-width: 0; border-radius: 0; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { color:#ffffff;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.0625rem;left:12.5rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxrJX4Npg1oAy8kzdapEhNVeiDt3nfK { top:4.25rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { top:15.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLGK4JbL9LxNbcnyThhEh1CLTrx5apk1 { top:20.75rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { top:30.875rem;left:1.40625rem;width:44.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkfiH1JLnzGF82Q7LEiQ9K463EXRf0k { display:block; }
 }@media only screen and (max-width: 763px) { #EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl { display:block; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTLZK6v48CsubslR21KH8krWlCiUUk3c { top:2.0625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqWadIcPkDDC9uKoOp4lokeTHVn5eFe { top:2.0625rem;left:0rem;width:20.125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbyVki5Qe6iFdE5l1HVPLvdzboH5L2kE { top:2.0625rem;left:11.625rem;width:20.125rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdnr0Lt5oK6H91tZhCrqNSfvHhwm3zQ { top:2.0625rem;left:15.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkmeq2ZsiNfzXpigTAhcezGeMeWiCB9M { top:2.0625rem;left:27.5rem;width:20.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds5cAt2ynF43wtGI4FWPHTEQdUadOc4A { top:2.0625rem;left:31.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { display:block; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOOU42M8tH0Frp8dIe3J5gZIlhW8ASoX { top:25.0625rem;left:0rem;width:27.5rem;height:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { top:24.0625rem;left:18.8125rem;width:28.9375rem;height:45.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTh6gUlcXVwBovEWMud83pxJIk1QOml { top:25.875rem;left:0rem;width:25.3125rem;height:37.906372614218rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFahE0J6zSHppawcBStMfkw5SF6uGoUm { top:3.4375rem;left:0rem;width:47.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8v5aZnqEgqnE1TTAW4L0cP9vsJ79UJ { top:5.625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u { display:block; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { top:5.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hrls04yUctGQ40EgtznK4qvB9v1iMD { top:17.3125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { display:block; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSEqCWEWzUlu3GdbowAmeJ0bZ1D6LRX8 { top:3.0625rem;left:0rem;width:47.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { top:7.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { display:block; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we56uTWatEHIAzUwmp0sGCiIcb7UKvyf { top:2.0625rem;left:0rem;width:30.4375rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { top:10rem;left:0rem;width:30.4375rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { top:16.375rem;left:0rem;width:30rem;height:;font-size:1rem;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { top:3.125rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { top:33.1875rem;left:0rem;width:30.8125rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { display:block; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJaMxGMNABTJPsf0HaCdw1vAS3CusXav { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJrouPoTJkxHFTpO7vAyszCi2sLH22b { display:block; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONT7x8usXcNDwqfVW6FBbrAmTDREB773 { top:3.4375rem;left:0rem;width:30.4375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v54LJnXToHAcmazKNbc2whFQzdoWZOTX { top:9.5625rem;left:0rem;width:30.4375rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1gWlOKQaIT8Xmt0pQyf3ib7c9REaPN { top:17.6875rem;left:0rem;width:30.0625rem;height:21.25rem;font-size:1.125rem;display:block; }#Vn1gWlOKQaIT8Xmt0pQyf3ib7c9REaPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #k4UPpNFdoRVadv9FB0Bbf6fkD3M5oHd4 { top:7.25rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLh4yZc0fWU679Bqao8qmQxqJ60Swns6 { top:41.5625rem;left:0rem;width:30.8125rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 { display:block; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahTg4EUNna06EToGPw6R11tzpmlAMD3O { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgZBscTTUnI30y1XMFl46lKlRaRdfXt { display:block; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4mUkOmbGfHvgT88HgAU9t19hgCTso3a { top:4.5rem;left:0rem;width:30.4375rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9HWZHtht7BwAJecMxh1gMRIkthUBX1E { top:12.875rem;left:0rem;width:30.4375rem;height:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI4CQz53SJao4pFrlFAedcVEDN8uusTM { top:24.375rem;left:0rem;width:30.0625rem;height:12.9375rem;font-size:1.125rem;display:block; }#kI4CQz53SJao4pFrlFAedcVEDN8uusTM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #J3mVl8v21XwcoCwhO7H522s8biDrXwTf { top:39.3125rem;left:0rem;width:30.8125rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTTDsazNWikvd0Ft3WzhadwJHAmMep9 { top:5.75rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs { display:block; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMRZSpUMHA8EToLHb97T4oSRbq9OIJTp { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 { display:block; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fytJQnk7lNhF5ybt0TPNPkZcegBSnJad { top:5.0625rem;left:0rem;width:30.4375rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6hTvDC0oq6R8lXECiNMtWsJudwaTlzL { top:11.1875rem;left:0rem;width:30.4375rem;height:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR00vEXOlJaKQEHJErhcAH4EJ4g2m1kr { top:24.3125rem;left:0rem;width:30.0625rem;height:12.9375rem;font-size:1.125rem;display:block; }#qR00vEXOlJaKQEHJErhcAH4EJ4g2m1kr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #W3rhmIlbo1zTaWwNyF7wQCTcT15M6nUw { top:3.1875rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB { display:block; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwbd8DXtgZLP2TGT5TDDFZKZJCeFB6MJ { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCK6lM6rhynwKSA0OPrAR2eHrihswpKN { display:block; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SncnuhmDytTR5JTC0eIvzokC1hPkI3uh { top:4.3125rem;left:0rem;width:30.4375rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTSWI5L75Pi8AmtQuHq29cy8OvfFwJB { top:10.4375rem;left:0rem;width:30.4375rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqsyTeQRUTUwJcPGQCLsKOTsy7RUss04 { top:19.8125rem;left:0rem;width:30.0625rem;height:10.5rem;font-size:1.125rem;display:block; }#JqsyTeQRUTUwJcPGQCLsKOTsy7RUss04 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #cRxFaMT80CTwqtoeuM8LOrTOEZue62u3 { top:4.1875rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJ17XWv9SDh8MIUQQ11UJQ5DPW1bh23 { top:32.625rem;left:0rem;width:30.8125rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr { display:block; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4vuyaPq2mBor5KzTLPOF8ipO2ghR5vt { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w { display:block; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0c22cunlWgbEyR5KImVWK5MJ5u6ReZx { top:3.5625rem;left:0rem;width:30.4375rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEFhWeCsuTAPDAMrXVBmaf85A8q0sSvU { top:9.6875rem;left:0rem;width:30.4375rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPG3v1Q6Mtig0TIXREDwLhdia0GFVztm { top:17.8125rem;left:0rem;width:30.0625rem;height:11.1875rem;font-size:1.125rem;display:block; }#tPG3v1Q6Mtig0TIXREDwLhdia0GFVztm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #gv0qZBkpGq3fappXZUqJu88lL4GCRMTV { top:3.3125rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ2zhmxd1OE7ddy7w6hIUskUn0kiqsDp { top:31.5rem;left:0rem;width:30.8125rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd { display:block; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiTo7Cgo3OCdUDvXnHbiGCw3KdKo3lPQ { top:3.5625rem;left:0rem;width:30.4375rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAROGCKAhrz6zHL3czXTDRSO8hcTt8BN { top:9.6875rem;left:0rem;width:30.4375rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6rfPZMvmFafcX8JudP7Z3Zqs91a2nP1 { top:17.8125rem;left:0rem;width:30.0625rem;height:;font-size:1.125rem;display:block; }#W6rfPZMvmFafcX8JudP7Z3Zqs91a2nP1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #tvLcLpUW9XT0eKedHLXLVkTdoos4hJkF { top:3.3125rem;left:11.8125rem;width:35.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7TFLKIfiDoUbTBUwzW6pv0Iy67OgiUL { top:32.75rem;left:0rem;width:30.8125rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { display:block; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdMWvyi3yoQO6lZTTsmok2Z4cQiKfCFu { top:3.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx { display:block; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { top:9.3125rem;left:2.0625rem;width:43.6875rem;height:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { top:3.9375rem;left:14.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { top:3.9375rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { top:3.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { top:3.9375rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { top:3.9375rem;left:29.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { top:19.8125rem;left:2rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlfMV1m3ZwoW4sSiXQv8WsyQXlBHTpqv { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZpmEenLtF0uUfmdH8wTFWvmadWpRCF { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { display:block; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUcEMs6Tik3uWlzTk3niZQLRVHwVxTTP { top:3.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 { display:block; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { top:3.3125rem;left:0rem;width:47.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { top:7.1875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { display:block; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD { top:3.625rem;left:0rem;width:47.75rem;height:18.8125rem;font-size:1.125rem;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { display:block; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNrWe76J20ry0Rs2u10T4SPrAIxGAxeI { top:9.3125rem;left:2.0625rem;width:43.6875rem;height:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9J1RR6O322ShXTld7P8UGGu63uBl5C { top:3.9375rem;left:14.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMInaatyQyBkEe68gIglFd20fbXpHLV0 { top:3.9375rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxt0LLd0VNntsBA81sfw2luANpsXqvHI { top:3.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LttGEpxvm4nzmePw5LNTg4MdWbQkh67d { top:3.9375rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ35JsVLFRMhmAkt2ph6bICZbDwI9wBw { top:3.9375rem;left:29.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8OZGfoX2CRtsryt77kqCH7FXXkbKb8C { top:19.8125rem;left:2rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCq25T1pQK8WWWlmh2skorkFTAKyhsE { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8g9TFxPrKQfG4zEmmZb6504enRtrqn { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS { display:block; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GATLRnrfxSrfPU87XFMNXZ4I2LQuJVMN { top:3.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { display:block; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO03Q2Kv422crKpOBzT1TGQXun9vihU1 { top:9.0625rem;left:18.875rem;width:28.875rem;height:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { top:6.75rem;left:0rem;width:24.5rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { top:7.6875rem;left:0rem;width:23.3125rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl { display:block; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7JbMxLQXucWR1nkB9BJ3KKvJycPHTrF { top:3.3125rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsNJfpe6mkuqsnpDsvR7uqNkd3PgkWm4 { top:7.5625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU { display:block; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngWv3bq54EH8LxPm3nM0lXToOtuaZLxw { top:2.1875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko7OEKGi7agr2ewVTO3oysLQFshFRmxc { top:15.0625rem;left:0rem;width:47.75rem;height:15.4375rem;font-size:1.125rem;display:block; }#Ko7OEKGi7agr2ewVTO3oysLQFshFRmxc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { display:block; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPtbA25SglSlpKo8bM4TPfS5VxTTR1bF { top:4.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzkWsrmkUn0eTILD4oeA9TcAttpVyvRC { top:6.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { display:block; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi { display:flex;height:auto;width:27.8125rem;top:11.0625rem;left:10.64999961853rem; }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #kEohOn2EVTQIAhcpWTNmvRcTQz3aPMGe {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #RHXdmPNLdZWVqnZQkQtHHn4LZC6HBg2F {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #EfACXb2APS9XT18fNJCc9MRhEoJ720ur {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rTvI5DgpQTuxq3XmF9mutM6gfppv8rzx {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #eI5IInTxafLHRlerIX6yGxEbZIFTLu9e {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #z2MDeN2iVc1LM6AFJtedFAAGUJxThnD8 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #JH2iFKIg8BH796Dv218C0UxUB30OKSmT {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #Mh45GeOImHnd6QTksGboCSWy4d1zvfd8 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #XEgqHAFbHoqL4eATisANtdRn8ukzz1GO {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #QRi8v7WwvcfRbS88y6JEFgxLnqOKyudu {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BEPTb8BoDlgk7elBr5DBdud65GrKsTQX {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #nVzrfwqD9UOqvmrUPQvPDsg4NGZ8nfpu {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #lP6XxrBBEKzLMX9A3BTbJuwhbsEU31kg {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FcBeAZyg4l86JVhDM5hLxRDOfMUGKDtd {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #l6i4xxgevl2pZ0JkeZIGE2b5HSIr5ZLS {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #bqCVFnNwAGpTRT5Lc5lpMS99WqeIy6uR {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BK1rQJGKtHXOQqDIhTfqRl2O2VfH3483 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #bJJRupPtEM0q9RTAFvpl2G5AxemHPwo4 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TmzgECfcFUkORocgRCkE6MAJI7O3LbeO {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #RZebHtPZGwTnHIGpf0LnUWncf1HpcHrU {  }
 }@media only screen and (max-width: 763px) { #a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { display:block; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qa7lpguHxguodkFZwO56O9FlAeLOSwP9 { top:2.0625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { top:6.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB { display:block; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqxJPs76QECfTsdd9szML17fbnO8CZL1 { top:2.3125rem;left:0rem;width:47.75rem;height:15.75rem;font-size:1.125rem;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { display:block; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA89xSN5BP5KUIJOsGAemEpbzAyQptrs { top:4.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { top:9.5rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { display:block; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { top:4.3125rem;left:0rem;width:47.75rem;height:13.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { top:50.5625rem;left:1.40625rem;width:44.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINfTCTfBLBVsoKDO7kAMxCSgKN5LuhZ { display:block; }
 }@media only screen and (max-width: 763px) { #rGTth6NlFP4tWwpxRnbWFKoFr01AOPgf { top:19.75rem;left:0rem;width:47.75rem;height:21.695837512538rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { display:block; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { top:3.0625rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#b700a6;background-image:url("https://images.assets-landingi.com/uc/6c5f1da7-9516-4ffd-8965-9286d909d2c0/Untitleddesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxrJX4Npg1oAy8kzdapEhNVeiDt3nfK { width:20rem;height:8.4516875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { width:20rem;height:3.5729875rem;top:11.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLGK4JbL9LxNbcnyThhEh1CLTrx5apk1 { width:20rem;height:11.696875rem;top:16.925001144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { top:30.050001144409rem;left:0rem;width:20rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkfiH1JLnzGF82Q7LEiQ9K463EXRf0k { display:block; }
 }@media only screen and (max-width: 763px) { #EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl { display:block; }#EXPcfDD48hkfSKkkVsFD2RniqZFZUmhl > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTLZK6v48CsubslR21KH8krWlCiUUk3c { display:flex;width:2.5625rem;height:2.5625rem;top:2.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #EWqWadIcPkDDC9uKoOp4lokeTHVn5eFe { width:15.3125rem;height:4.3863375rem;top:2.125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbyVki5Qe6iFdE5l1HVPLvdzboH5L2kE { width:15.3125rem;height:4.6301375rem;top:8.25rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTdnr0Lt5oK6H91tZhCrqNSfvHhwm3zQ { display:flex;width:2.5625rem;height:2.5625rem;top:8.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #dkmeq2ZsiNfzXpigTAhcezGeMeWiCB9M { width:15.3125rem;height:6.4985625rem;top:14.625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds5cAt2ynF43wtGI4FWPHTEQdUadOc4A { display:flex;width:2.5625rem;height:2.5625rem;top:14.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { display:block; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOOU42M8tH0Frp8dIe3J5gZIlhW8ASoX { width:16.75rem;height:26rem;top:12.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { width:18.75rem;height:40.48295625rem;top:39.715625286103rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTh6gUlcXVwBovEWMud83pxJIk1QOml { width:17.1875rem;height:25.75rem;top:11.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFahE0J6zSHppawcBStMfkw5SF6uGoUm { width:20rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8v5aZnqEgqnE1TTAW4L0cP9vsJ79UJ { width:18.75rem;height:7.47375rem;top:1.8250007629394rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u { display:block; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { width:20rem;height:6.09293125rem;top:1.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hrls04yUctGQ40EgtznK4qvB9v1iMD { width:20rem;height:14.6218125rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { display:block; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSEqCWEWzUlu3GdbowAmeJ0bZ1D6LRX8 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { width:18.75rem;height:8.1239375rem;top:1.71875rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWrzWZJL6Hx693CXLfP59GhFukGtkpQR { display:block; }#iWrzWZJL6Hx693CXLfP59GhFukGtkpQR > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we56uTWatEHIAzUwmp0sGCiIcb7UKvyf { width:18.7493125rem;height:4.8739375rem;top:21.937144398689rem;left:0.6228147149086rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { width:18.7493125rem;height:5.84845rem;top:26.809713363648rem;left:0.6228147149086rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { width:18.7493125rem;height:13.770875rem;top:33.248879432678rem;left:0.6228147149086rem;font-size:1rem;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { width:20rem;height:20rem;top:1.2679691314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { width:18.7493125rem;height:7.3105625rem;top:48.562473297119rem;left:0.6228147149086rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF { display:block; }#d7z3TNx5h0CtyPlVgcFwiV3JyFky8qTF > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJaMxGMNABTJPsf0HaCdw1vAS3CusXav { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJrouPoTJkxHFTpO7vAyszCi2sLH22b { display:block; }#THJrouPoTJkxHFTpO7vAyszCi2sLH22b > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONT7x8usXcNDwqfVW6FBbrAmTDREB773 { width:18.75rem;height:4.8739375rem;top:22.3125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v54LJnXToHAcmazKNbc2whFQzdoWZOTX { width:18.75rem;height:7.3105625rem;top:28.1875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1gWlOKQaIT8Xmt0pQyf3ib7c9REaPN { width:18.75rem;height:22.38175rem;top:35.4375rem;left:0.625rem;font-size:1.125rem;display:block; }#Vn1gWlOKQaIT8Xmt0pQyf3ib7c9REaPN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #k4UPpNFdoRVadv9FB0Bbf6fkD3M5oHd4 { width:20rem;height:20rem;top:1.3624999523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLh4yZc0fWU679Bqao8qmQxqJ60Swns6 { width:18.75rem;height:5.84845rem;top:59.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 { display:block; }#I421OeLnKBsnvSLKpqRlGV1P3fKC2rc7 > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahTg4EUNna06EToGPw6R11tzpmlAMD3O { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgZBscTTUnI30y1XMFl46lKlRaRdfXt { display:block; }#uAgZBscTTUnI30y1XMFl46lKlRaRdfXt > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4mUkOmbGfHvgT88HgAU9t19hgCTso3a { width:18.75rem;height:4.8739375rem;top:21.637500762939rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9HWZHtht7BwAJecMxh1gMRIkthUBX1E { width:18.75rem;height:8.7726875rem;top:27.450000286103rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kI4CQz53SJao4pFrlFAedcVEDN8uusTM { width:18.75rem;height:13.946375rem;top:37.775000572204rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#kI4CQz53SJao4pFrlFAedcVEDN8uusTM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #J3mVl8v21XwcoCwhO7H522s8biDrXwTf { width:18.75rem;height:2.924225rem;top:53.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZTTDsazNWikvd0Ft3WzhadwJHAmMep9 { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs { display:block; }#xRWNiBp32xrWeeMrhnRID3h4ChAmnHUs > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMRZSpUMHA8EToLHb97T4oSRbq9OIJTp { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 { display:block; }#VTQhekl0l7ihJxafxN5ZM8Ok8F4MMxu7 > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fytJQnk7lNhF5ybt0TPNPkZcegBSnJad { width:18.75rem;height:7.47375rem;top:21.25rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6hTvDC0oq6R8lXECiNMtWsJudwaTlzL { width:18.75rem;height:10.2348125rem;top:29.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qR00vEXOlJaKQEHJErhcAH4EJ4g2m1kr { width:18.75rem;height:11.0221875rem;top:41.39296913147rem;left:0.625rem;font-size:1.125rem;display:block; }#qR00vEXOlJaKQEHJErhcAH4EJ4g2m1kr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #W3rhmIlbo1zTaWwNyF7wQCTcT15M6nUw { width:20rem;height:20rem;top:0.98124980926512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB { display:block; }#XLbiCz5HH74be1BuBBnnLRfIJHHyPCMB > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwbd8DXtgZLP2TGT5TDDFZKZJCeFB6MJ { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCK6lM6rhynwKSA0OPrAR2eHrihswpKN { display:block; }#nCK6lM6rhynwKSA0OPrAR2eHrihswpKN > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SncnuhmDytTR5JTC0eIvzokC1hPkI3uh { width:18.75rem;height:7.47375rem;top:21.950000762939rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOTSWI5L75Pi8AmtQuHq29cy8OvfFwJB { width:18.75rem;height:7.3105625rem;top:30.375000953674rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqsyTeQRUTUwJcPGQCLsKOTsy7RUss04 { width:18.75rem;height:9.2226875rem;top:39.85000038147rem;left:0.625rem;font-size:1.125rem;display:block; }#JqsyTeQRUTUwJcPGQCLsKOTsy7RUss04 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #cRxFaMT80CTwqtoeuM8LOrTOEZue62u3 { width:20rem;height:20rem;top:1.0929689407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJ17XWv9SDh8MIUQQ11UJQ5DPW1bh23 { width:18.75rem;height:7.3105625rem;top:50.4375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr { display:block; }#Tc0d8xXHBPPMqBan6I2zpQC7FBrpJQVr > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4vuyaPq2mBor5KzTLPOF8ipO2ghR5vt { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w { display:block; }#eDUn5T8KHnFWumBgDf6NJFWkXEZZGJ3w > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0c22cunlWgbEyR5KImVWK5MJ5u6ReZx { width:18.75rem;height:7.47375rem;top:21.562468528748rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEFhWeCsuTAPDAMrXVBmaf85A8q0sSvU { width:18.75rem;height:5.84845rem;top:29.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPG3v1Q6Mtig0TIXREDwLhdia0GFVztm { width:18.75rem;height:12.4843125rem;top:36.875rem;left:0.625rem;font-size:1.125rem;display:block; }#tPG3v1Q6Mtig0TIXREDwLhdia0GFVztm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #gv0qZBkpGq3fappXZUqJu88lL4GCRMTV { width:20rem;height:20rem;top:0.931282043457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ2zhmxd1OE7ddy7w6hIUskUn0kiqsDp { width:18.75rem;height:7.3105625rem;top:50.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd { display:block; }#FRh2ReTmnwm9Kg0rGh7DqSlCuLfwwkTd > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiTo7Cgo3OCdUDvXnHbiGCw3KdKo3lPQ { width:18.75rem;height:5.60533125rem;top:21.562468528748rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAROGCKAhrz6zHL3czXTDRSO8hcTt8BN { width:18.75rem;height:4.3863375rem;top:29.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6rfPZMvmFafcX8JudP7Z3Zqs91a2nP1 { width:18.75rem;height:11.0221875rem;top:36.875rem;left:0.625rem;font-size:1.125rem;display:block; }#W6rfPZMvmFafcX8JudP7Z3Zqs91a2nP1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #tvLcLpUW9XT0eKedHLXLVkTdoos4hJkF { width:20rem;height:20rem;top:0.931282043457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7TFLKIfiDoUbTBUwzW6pv0Iy67OgiUL { width:18.75rem;height:5.84845rem;top:50.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { display:block; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdMWvyi3yoQO6lZTTsmok2Z4cQiKfCFu { width:20rem;height:3.7375rem;top:1.5054702758789rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx { display:block; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { width:18.75rem;height:11.696875rem;top:7.6875004768369rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:6.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:7.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { width:18.75rem;height:1.4625rem;top:20.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlfMV1m3ZwoW4sSiXQv8WsyQXlBHTpqv { width:4.6875rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZpmEenLtF0uUfmdH8wTFWvmadWpRCF { width:4.6875rem;height:4.6875rem;top:21.711721420288rem;left:15.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { display:block; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUcEMs6Tik3uWlzTk3niZQLRVHwVxTTP { width:20rem;height:1.86875rem;top:1.3773441314698rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 { display:block; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { width:20rem;height:8.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { width:18.75rem;height:5.60533125rem;top:2.6031255722046rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { display:block; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD { width:18.75rem;height:22.303875rem;top:1.4367179870606rem;left:0.625rem;font-size:1.125rem;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { display:block; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNrWe76J20ry0Rs2u10T4SPrAIxGAxeI { width:18.75rem;height:13.159rem;top:7.5625009536744rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg9J1RR6O322ShXTld7P8UGGu63uBl5C { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:6.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VMInaatyQyBkEe68gIglFd20fbXpHLV0 { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:7.625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Gxt0LLd0VNntsBA81sfw2luANpsXqvHI { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:9.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LttGEpxvm4nzmePw5LNTg4MdWbQkh67d { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DZ35JsVLFRMhmAkt2ph6bICZbDwI9wBw { display:flex;width:1.5625rem;height:1.5625rem;top:4.6875rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M8OZGfoX2CRtsryt77kqCH7FXXkbKb8C { width:18.75rem;height:1.4625rem;top:21.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCq25T1pQK8WWWlmh2skorkFTAKyhsE { width:4.6875rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8g9TFxPrKQfG4zEmmZb6504enRtrqn { width:4.6875rem;height:4.6875rem;top:23.274220943451rem;left:15.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS { display:block; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GATLRnrfxSrfPU87XFMNXZ4I2LQuJVMN { width:20rem;height:3.7375rem;top:1.4742202758789rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { display:block; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO03Q2Kv422crKpOBzT1TGQXun9vihU1 { width:18.75rem;height:30.362225rem;top:28.936718940735rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { width:16.75rem;height:25.125rem;top:2.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { width:15.9370625rem;height:22.9369375rem;top:3.5313320159912rem;left:2.0296111702919rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl { display:block; }#KtAdz14dQfcg23Rw5R6y8zz75EmnZkZl > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7JbMxLQXucWR1nkB9BJ3KKvJycPHTrF { width:20rem;height:6.5rem;top:0.74921989440919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsNJfpe6mkuqsnpDsvR7uqNkd3PgkWm4 { width:18.75rem;height:3.7375rem;top:2.6304702758789rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU { display:block; }#TRZcHKnLrQfrF9I6p3EmdGPF85KLJvQU > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngWv3bq54EH8LxPm3nM0lXToOtuaZLxw { width:18.75rem;height:16.867875rem;top:0.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ko7OEKGi7agr2ewVTO3oysLQFshFRmxc { width:18.75rem;height:24.42775rem;top:19.062500476837rem;left:0.625rem;font-size:1.125rem;display:block; }#Ko7OEKGi7agr2ewVTO3oysLQFshFRmxc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { display:block; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPtbA25SglSlpKo8bM4TPfS5VxTTR1bF { width:18.75rem;height:3.2492875rem;top:1.5rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzkWsrmkUn0eTILD4oeA9TcAttpVyvRC { width:18.75rem;height:4.22585rem;top:5.5rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { display:block; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-heading-text { font-size:1.125rem;height:auto; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi .accordion-desc-text { font-size:1.125rem;height:auto; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi { display:flex;height:auto;width:17.5rem;top:0.93749809265137rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #kEohOn2EVTQIAhcpWTNmvRcTQz3aPMGe {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #RHXdmPNLdZWVqnZQkQtHHn4LZC6HBg2F {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #EfACXb2APS9XT18fNJCc9MRhEoJ720ur {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rTvI5DgpQTuxq3XmF9mutM6gfppv8rzx {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #eI5IInTxafLHRlerIX6yGxEbZIFTLu9e {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #z2MDeN2iVc1LM6AFJtedFAAGUJxThnD8 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #JH2iFKIg8BH796Dv218C0UxUB30OKSmT {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #Mh45GeOImHnd6QTksGboCSWy4d1zvfd8 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #XEgqHAFbHoqL4eATisANtdRn8ukzz1GO {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #QRi8v7WwvcfRbS88y6JEFgxLnqOKyudu {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BEPTb8BoDlgk7elBr5DBdud65GrKsTQX {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #nVzrfwqD9UOqvmrUPQvPDsg4NGZ8nfpu {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #lP6XxrBBEKzLMX9A3BTbJuwhbsEU31kg {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FcBeAZyg4l86JVhDM5hLxRDOfMUGKDtd {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #l6i4xxgevl2pZ0JkeZIGE2b5HSIr5ZLS {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #bqCVFnNwAGpTRT5Lc5lpMS99WqeIy6uR {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BK1rQJGKtHXOQqDIhTfqRl2O2VfH3483 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #bJJRupPtEM0q9RTAFvpl2G5AxemHPwo4 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TmzgECfcFUkORocgRCkE6MAJI7O3LbeO {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #RZebHtPZGwTnHIGpf0LnUWncf1HpcHrU {  }
 }@media only screen and (max-width: 763px) { #a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { display:block; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qa7lpguHxguodkFZwO56O9FlAeLOSwP9 { width:20rem;height:6.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { width:18.75rem;height:3.7375rem;top:2.6304683685302rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB { display:block; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqxJPs76QECfTsdd9szML17fbnO8CZL1 { width:18.75rem;height:25.240375rem;top:0.875rem;left:0.625rem;font-size:1.125rem;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8fcb97e1f0a7681b8a90243aa3aa456ba4fb5762.svg); }
 }@media only screen and (max-width: 763px) { #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { display:block; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA89xSN5BP5KUIJOsGAemEpbzAyQptrs { width:18.75rem;height:3.7375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { width:18.75rem;height:25.30185rem;top:5.8875026702881rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { display:block; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { width:18.75rem;height:8.2875rem;top:2.0625rem;left:0.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { top:21.187500476837rem;left:0rem;width:20rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINfTCTfBLBVsoKDO7kAMxCSgKN5LuhZ { display:block; }
 }@media only screen and (max-width: 763px) { #rGTth6NlFP4tWwpxRnbWFKoFr01AOPgf { width:20rem;height:9.0625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { display:block; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { width:18.75rem;height:7.498375rem;top:0.90625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }