.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:transparent;background-image:url("https://images.assets-landingi.com/uc/55476bf3-fa84-4ce3-8d81-d8cb4ec9e820/bfgnghgnghngjmc1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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(226,0,57,0.22); }#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(226,0,57,0.22); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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.75rem;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.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5);top:16.5rem;left:5.71875rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { z-index:15003;top:32.125rem;left:18.124218940735rem;background-color:#940025;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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);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:38.75rem;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; }
#af4NZ1oJnHhqgldBl4CuW908d40xEyKs { position:relative;display:block; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs { background-color: transparent; background-image: none; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .row .container > .video-iframe-container { display: none; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .row > .video-iframe-container { display: none; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .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); }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs { border-width: 0; border-radius: 0; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .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; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .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:7.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; }#SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { color:#d7093c;display:block;width:55rem;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 0rem rgba(255,255,255,0.5);top:1.0625rem;left:10.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a7002a;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; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { background-color: transparent; background-image: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container > .video-iframe-container { display: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container { display: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .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); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { border-width: 0; border-radius: 0; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#gmd1n0Dns1NNCgs9DceydLfXVspmD2dS { 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; }
#ZZmJWc7b5TBv1xT67oHZss5TTx1vtdvF { 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:6.5rem;display:block; }
#xmcvCQNbD84BkxEEwxwURDrd2M0rWHUm { 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:13rem;display:block; }
#Z0Ps9IEL8SJvg150P99zAnAQeu8PeDfN { 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; }
#LONtZEi7hVcRbNydmey2JP04o6UPQ7DK { 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:6.5rem;display:block; }
#XKrUEfv2x7D93ZUzXwRbfIAIPWw2hXGA { 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; }
#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.35);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; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { background-color: transparent; background-image: none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container > .video-iframe-container { display: none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row > .video-iframe-container { display: none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .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); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { border-width: 0; border-radius: 0; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#MCwrzTm0NwuOPAh8WfzAce71yeRAiFBd { 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:8.875rem;left:15.6875rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }
#PkwSbrJ0LRhxIqusiu1xxl9SXGfymoSc { 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.5rem;left:28.375rem; }
#uRNH9URbWwQS1xe9BivbEELZVC9JPRQ6 { 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.5rem;left:32.1875rem; }
#RHNN9qxGAEqQ1WpxU0Exv3IVpG6kBxMo { 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.5rem;left:35.875rem; }
#mDRvKyRnLvndQvPXTTk4QAdavoLqmD04 { 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.5rem;left:39.6875rem; }
#ukqHrGQssPam5liuoa6zbiKZZvFkfvSm { 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.5rem;left:43.5rem; }
#HJzgDTZkUSZHbb8QdWMIawbTtBoETMqQ { 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:18.1318359375rem;left:15.65625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDTxTsp2K05hWq4ycQdUOcAhsKpPTcQ2 { 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:2.125rem;left:0.9375rem;overflow:hidden;display:block; }
#xraoDL9vF2HKXUpDAvAwsmLnBfqfH7Ct { 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:2.125rem;left:56.499998092651rem;overflow:hidden;display:block; }
#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:101.875rem;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:38.75rem;width:27.5rem;position:absolute;display:block;z-index:15000;background-color:#a7002a;background-image:none;top:33.75rem;left:7.84375rem;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:75.46875rem;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.6875rem;width:26.8125rem;top:33.1875rem;left:7.84375rem;overflow:hidden;display:block; }
#wFahE0J6zSHppawcBStMfkw5SF6uGoUm { box-sizing:content-box;height:16.0625rem;width:64.375rem;position:absolute;display:block;z-index:15003;background-color:#a7002a;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.6796875rem;left:7.84375rem;height:11.6997rem;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:transparent;background-image:url("https://images.assets-landingi.com/uc/fb99fb01-62b0-42d7-9f81-a144a07dc063/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.lazyload, #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.lazyloading { background-image: none; }#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(167,0,42,0.6); }#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(167,0,42,0.6); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:67.6875rem;width:75rem;position:relative;display:block; }#FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.1875019073486rem;left:6.2492189407349rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2hrls04yUctGQ40EgtznK4qvB9v1iMD { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.249221801757rem;left:9.374218940735rem;height:50.875rem;text-align:left;text-align-last:left;display:block; }
#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU { position:relative;display:block; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU { background-color: transparent; background-image: none; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .row .container > .video-iframe-container { display: none; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .row > .video-iframe-container { display: none; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .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); }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU { border-width: 0; border-radius: 0; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .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; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .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.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; }#pI6ETki6TxHXr6OXWK202w3N9ZAvb7tF { color:#000000;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.22314453125rem;left:6.25rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGX31w8GSHEGrSk2TOF2WHUTXEfXCil6 { position:absolute;display:block;z-index:15007;border-top:0.625rem solid #a7002a;border-left:0.625rem solid #a7002a;border-right:0.625rem solid #a7002a;border-bottom:0.625rem solid #a7002a;box-shadow: none;height:28rem;width:50rem;top:13.125rem;left:11.875rem;display:block; }
#i2qXRsofgsiJF4IueByIEyOTkX4NDdoB { color:#000000;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.97314453125rem;left:5.6875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.54);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:125.5rem;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:#a7002a;background-image:none;top:4.375rem;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:6.1865234375rem;left:7.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EsfFuAFvTg4d2k12halCrNcrSWRR7DJd { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:23.125000476837rem;left:9.374218940735rem;height:4.3125rem;font-style:normal;display:block; }
#qzgfyTilLq4bKbyZek7UMTTTIr60pnPp { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:29.062500953674rem;left:9.374218940735rem;height:19.1875rem;font-style:normal;display:block; }#qzgfyTilLq4bKbyZek7UMTTTIr60pnPp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#qzgfyTilLq4bKbyZek7UMTTTIr60pnPp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e24a35b9d97bfb1c530e18e001f3b0af106438f.svg); }
#wzIBnU7x7VtbqoPdwr1CE9wCNXMwSUO1 { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:49.375rem;left:9.375rem;height:19.40625rem;font-style:normal;display:block; }
#sgXmwRPL33TqxWhv5How1wdAkzG4Com2 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:77.575002670288rem;left:9.374218940735rem;height:;font-style:normal;display:block; }#sgXmwRPL33TqxWhv5How1wdAkzG4Com2 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#sgXmwRPL33TqxWhv5How1wdAkzG4Com2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94ae4416bc7999b99cf48953bd534dedaa3ef96e.svg); }
#EWyNCDZG167UKZZ3eWk3bpRF1PPaNaQW { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:71.037109375rem;left:9.375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b7k03KRpXB0NAZlVmy02KGRtqeAXBVlf { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:118.25rem;left:9.375rem;height:4.3125rem;font-style:normal;display:block; }
#az51ZrATtQm3KVZkbhFw0fZnlATlNpF4 { color:#ffffff;display:block;width:68rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.7490234375rem;left:3.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb99fb01-62b0-42d7-9f81-a144a07dc063/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2.adaptive-delivery-prevent-bg, #D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2.lazyload, #D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2.lazyloading { background-image: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container { background-color: transparent; background-image: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,57,0.51); }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container > .video-iframe-container { display: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,57,0.51); }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row > .video-iframe-container { display: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .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); }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container { border-width: 0; border-radius: 0; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#UbLznxRIzeT0OdHo29sMtP4cz1SEogVX { 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:2.4677734375rem;left:7.4375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;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.4375rem;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:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:3.125rem;height:5.60595625rem;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:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:3.125rem;height:12.972625rem;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_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.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:42.4375rem;width:30rem;top:0.87421894073488rem;left:41.250000953674rem;overflow:hidden;display:block; }
#s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.375rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { position:relative;display:block; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { background-color: transparent; background-image: none; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container > .video-iframe-container { display: none; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row > .video-iframe-container { display: none; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .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); }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { border-width: 0; border-radius: 0; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .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; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .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; }#KDAEXW88fDtNt55RLyT35TNJde4Koq7C { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl { position:relative;display:block; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl { background-color: transparent; background-image: none; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .row .container > .video-iframe-container { display: none; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .row > .video-iframe-container { display: none; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .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); }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl { border-width: 0; border-radius: 0; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .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; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .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; }#ud1wcTP8meMnw6RGFkqbnbc9N0iSRTwZ { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.8125rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#QVTZ5uRsMwdPyE1u3W1O2ZTHbeSZrUcT { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.125rem;height:7.474625rem;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; }
#tRXpT9N4nA7FVvtW4gGu9lCMQ8UqSqvT { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:3.125rem;height:12.972625rem;font-style:normal;display:block; }#tRXpT9N4nA7FVvtW4gGu9lCMQ8UqSqvT li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tRXpT9N4nA7FVvtW4gGu9lCMQ8UqSqvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#Tfl0MEXCzlcHtEB68kH6nVVTEuer5rNV { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#yhT8OIXTbLicgKSgUtd6benlfr9bVc9g { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi { position:relative;display:block; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi { background-color: transparent; background-image: none; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .row .container > .video-iframe-container { display: none; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .row > .video-iframe-container { display: none; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .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); }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi { border-width: 0; border-radius: 0; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .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; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .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; }#FezAVVszTzVq1xKVl6ngnSmpcsF4nTeu { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz { position:relative;display:block; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz { background-color: transparent; background-image: none; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .row .container > .video-iframe-container { display: none; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .row > .video-iframe-container { display: none; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .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); }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz { border-width: 0; border-radius: 0; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .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; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .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; }#uqBErCZUs0c0SBzGxqLubWZTy4hG7xmu { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#z8SGbLrTqSioZnUUkyAcpBa8pMST2miF { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:3.125rem;height:7.474625rem;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; }
#voLLLNhpiNHM4WCReMbAmlxvoyHlTTL6 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:3.125rem;height:;font-style:normal;display:block; }#voLLLNhpiNHM4WCReMbAmlxvoyHlTTL6 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#voLLLNhpiNHM4WCReMbAmlxvoyHlTTL6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#VUvpUXbcPoGSAe17szwz5eBb6df1k4Ot { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.75rem;left:3.125rem;height:7.474625rem;font-style:normal;display:block; }
#xUgaDPK7X2eceW9vR0B3vpMgG9rQ0Tqv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 { position:relative;display:block; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 { background-color: transparent; background-image: none; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .row .container > .video-iframe-container { display: none; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .row > .video-iframe-container { display: none; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .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); }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 { border-width: 0; border-radius: 0; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .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; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .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; }#WJfIUtT2dSEa4ZOSyFKH4SLifWtBzxuq { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa { position:relative;display:block; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa { background-color: transparent; background-image: none; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .row .container > .video-iframe-container { display: none; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .row > .video-iframe-container { display: none; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .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); }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa { border-width: 0; border-radius: 0; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .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; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .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; }#ANpcqgVeLpD75aL9sfGFbrDTT8ARaELC { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.125rem;height:2.11230625rem;font-style:normal;display:block; }
#Q9s22IfyoIl4Qg6XxoUzibAGxmvxZB4p { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.125rem;height:7.474625rem;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; }
#HkMTeQI2FAcdMDTtPyOI53HBRo82JEtT { color:#000000;display:block;width:31.25rem;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.125rem;height:14.75975rem;font-style:normal;display:block; }#HkMTeQI2FAcdMDTtPyOI53HBRo82JEtT li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HkMTeQI2FAcdMDTtPyOI53HBRo82JEtT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#W93XOJen3P6lymb19kx5yqCpd8275sgq { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.625rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#rUDdtmkUHKQw8836UyyOmFUaa92zGJGI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH { position:relative;display:block; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH { background-color: transparent; background-image: none; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .row .container > .video-iframe-container { display: none; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .row > .video-iframe-container { display: none; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .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); }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH { border-width: 0; border-radius: 0; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .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; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .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; }#rEu5x0okbdc19tkgTOFEW9f3FNfKce2H { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#hvQ14REeWNSAEqzyMEatCtnQTegggX5q { position:relative;display:block; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q { background-color: transparent; background-image: none; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .row .container > .video-iframe-container { display: none; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .row > .video-iframe-container { display: none; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .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); }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q { border-width: 0; border-radius: 0; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .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; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .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; }#AxFNk6XeNAXxWZdW7x8cIXJZU5yTZcLH { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#LfGyQLWdkM2fayQ1PlgD5q9uDioTCclb { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.125rem;height:5.60595625rem;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; }
#xh31FAJp7E21mBkEF3KXzXwlNJPIbcWr { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:3.125rem;height:14.75975rem;font-style:normal;display:block; }#xh31FAJp7E21mBkEF3KXzXwlNJPIbcWr li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xh31FAJp7E21mBkEF3KXzXwlNJPIbcWr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#yLRdEBDTUznF1WFtfTbWRn3AO3suiAnH { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.0625rem;left:3.125rem;height:5.60625rem;font-style:normal;display:block; }
#UkC6Q0CnKNNZrL8BH2eAmypPqfyL6T5d { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn { position:relative;display:block; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn { background-color: transparent; background-image: none; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .row .container > .video-iframe-container { display: none; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .row > .video-iframe-container { display: none; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .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); }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn { border-width: 0; border-radius: 0; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .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; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .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; }#MAtTimIB6Zia88w2KV0PFT7EJlFP6eEp { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G { position:relative;display:block; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G { background-color: transparent; background-image: none; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .row .container > .video-iframe-container { display: none; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .row > .video-iframe-container { display: none; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .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); }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G { border-width: 0; border-radius: 0; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .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; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .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; }#VrCJWnXkIldHV8sNthXdgOvieM60QMHc { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#Dy0sh5TwixVIQ7rNpmO091T21ST1Jp2m { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.125rem;height:7.474625rem;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; }
#Ovn4QnF61TLu1LtThtrUr50KuxEv9E9A { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.5rem;left:3.125rem;height:12.972625rem;font-style:normal;display:block; }#Ovn4QnF61TLu1LtThtrUr50KuxEv9E9A li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ovn4QnF61TLu1LtThtrUr50KuxEv9E9A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#Aklircyd9IyTp060wgyi8XHcG8kVfvis { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#iatvlxcTtklOyegmvynRekV1Tzfn9r9a { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr { position:relative;display:block; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr { background-color: transparent; background-image: none; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .row .container > .video-iframe-container { display: none; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .row > .video-iframe-container { display: none; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .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); }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr { border-width: 0; border-radius: 0; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .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; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .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; }#pEZZr2MsFL4lVkZAL3fODW0wz3TXkt78 { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem { position:relative;display:block; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem { background-color: transparent; background-image: none; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .row .container > .video-iframe-container { display: none; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .row > .video-iframe-container { display: none; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .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); }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem { border-width: 0; border-radius: 0; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .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; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .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; }#OeVyqC9q6wOa9Lavc0Bo2ABbQVro2xxT { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.125rem;height:2.11230625rem;font-style:normal;display:block; }
#MQbopGeTIxQ61ST134I8T0p8HHPVVbt6 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.125rem;height:7.474625rem;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; }
#G5skFQeguCufqKaU33vwI7UP1levc9hA { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.5rem;left:3.125rem;height:12.972625rem;font-style:normal;display:block; }#G5skFQeguCufqKaU33vwI7UP1levc9hA li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G5skFQeguCufqKaU33vwI7UP1levc9hA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#gGQrUz8H0iW3x6UDC1TQbR8WUBukeOKr { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33rem;left:3.125rem;height:5.60625rem;font-style:normal;display:block; }
#l3cPTmukce5evlobtx6Zh9b2kRxQso8U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt { position:relative;display:block; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt { background-color: transparent; background-image: none; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .row .container > .video-iframe-container { display: none; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .row > .video-iframe-container { display: none; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .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); }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt { border-width: 0; border-radius: 0; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .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; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .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; }#CKLcRcNDh1L09UfCTAq1p29S6Js6qTLk { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX { position:relative;display:block; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX { background-color: transparent; background-image: none; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .row .container > .video-iframe-container { display: none; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .row > .video-iframe-container { display: none; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .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); }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX { border-width: 0; border-radius: 0; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .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; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .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.8125rem;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; }#UxIDnVM1TEBL1NSiW8agvr9nnFKzClm7 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#JGaeoXgVVvfHNpNTleuw3vA914XfR8hK { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.125rem;height:5.60625rem;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; }
#kfIsXWwf3XwUTAhP2TBZDbrSgTQSc88q { color:#000000;display:block;width:31.25rem;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.125rem;height:;font-style:normal;display:block; }#kfIsXWwf3XwUTAhP2TBZDbrSgTQSc88q li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kfIsXWwf3XwUTAhP2TBZDbrSgTQSc88q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#PbyBKiRDUqkvTHhUhRzPAIN38gKe6V4X { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.75rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#NWNagZFPmrn6ZQPqGNmVgeIqh1F6pCPv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#P9wMgqGIlxnimAboWac6c8yQReLF39hs { position:relative;display:block; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs { background-color: transparent; background-image: none; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .row .container > .video-iframe-container { display: none; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .row > .video-iframe-container { display: none; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .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); }#P9wMgqGIlxnimAboWac6c8yQReLF39hs { border-width: 0; border-radius: 0; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .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; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .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; }#VJOfZtw2hf0Hq8MEPfttRRogTaHWQTiz { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 { position:relative;display:block; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 { background-color: transparent; background-image: none; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .row .container > .video-iframe-container { display: none; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .row > .video-iframe-container { display: none; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .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); }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 { border-width: 0; border-radius: 0; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .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; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .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.4375rem;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; }#VvAgF4P9lwbqlxnVbErgaHFgocCQHrDG { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#KkRzcWnsJSGgJBoZmnWcvSeer7PVgK84 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.125rem;height:5.60625rem;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; }
#uFyvPgWbMIlGUWpdQgP17zZaWHCfmix3 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.9375rem;left:3.125rem;height:;font-style:normal;display:block; }#uFyvPgWbMIlGUWpdQgP17zZaWHCfmix3 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uFyvPgWbMIlGUWpdQgP17zZaWHCfmix3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#VGk5Vwvtcc2qeK8cpgFxER7mkRJf7KRA { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.5625rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#oWzbAvpADFc299P2riEHGMwNKTzNrSxd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#XIfUfr0TemoCyTahifTlLbRJJDyx4aue { position:relative;display:block; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue { background-color: transparent; background-image: none; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .row .container > .video-iframe-container { display: none; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .row > .video-iframe-container { display: none; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .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); }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue { border-width: 0; border-radius: 0; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .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; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .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; }#SlD4f0QV2rhZh6NJG1z8mNdN1ebU498p { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#vqTwI8zinBwBWxvg4H0pK92DsqiO103z { position:relative;display:block; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z { background-color: transparent; background-image: none; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .row .container > .video-iframe-container { display: none; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .row > .video-iframe-container { display: none; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .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); }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z { border-width: 0; border-radius: 0; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .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; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .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; }#ASSorD4ac3zPAHXir9t7nFcWWolT50XN { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#lwutfcNtGiewsfAKVgdwKRCLIGwtFbnx { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.125rem;height:7.474625rem;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; }
#v508ib90frayHGaQQKxN6HTONm60xxsB { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:3.125rem;height:14.75975rem;font-style:normal;display:block; }#v508ib90frayHGaQQKxN6HTONm60xxsB li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v508ib90frayHGaQQKxN6HTONm60xxsB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#TFqooAn2rgyVigAVCNTv64DgeIfZL5hE { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:33.4375rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#qn33h9Mv8THyFTwdG5xOofO1vErrECZJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp { position:relative;display:block; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp { background-color: transparent; background-image: none; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .row .container > .video-iframe-container { display: none; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .row > .video-iframe-container { display: none; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .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); }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp { border-width: 0; border-radius: 0; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .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; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .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; }#fbzQQBZ68mcyzmZV5xtpVZdqSZsTpidL { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 { position:relative;display:block; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 { background-color: transparent; background-image: none; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .row .container > .video-iframe-container { display: none; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .row > .video-iframe-container { display: none; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .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); }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 { border-width: 0; border-radius: 0; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .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; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .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; }#UfxcCyLaJ1DCMX3XhOv1fKNXOpSNV75y { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#BxG4Rhrrm8MmN0f3U02pZchn6zTgSqix { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.125rem;height:5.60595625rem;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; }
#eFhuXlTUmS4MEaFeaL7gKHwEUZZ1rkJx { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.125rem;height:;font-style:normal;display:block; }#eFhuXlTUmS4MEaFeaL7gKHwEUZZ1rkJx li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eFhuXlTUmS4MEaFeaL7gKHwEUZZ1rkJx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#npBfTG3iIkrQ5nKg0kWWXuoXAMZipen0 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#aXzoeToTEfoo7CmWsJStuITq4XgnBmIb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#zT86blckKF3grGewPAKyxDtKZlXGhcmd { position:relative;display:block; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd { background-color: transparent; background-image: none; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .row .container > .video-iframe-container { display: none; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .row > .video-iframe-container { display: none; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .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); }#zT86blckKF3grGewPAKyxDtKZlXGhcmd { border-width: 0; border-radius: 0; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .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; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .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; }#o2VIRwcLxSwEPHESS0mq3sn62KESQsEs { box-sizing:content-box;height:0.1875rem;width:73.8125rem;position:absolute;display:block;z-index:15000;background-color:#5c6784;background-image:none;top:0.5625rem;left:0.8125rem;display:block; }
#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO { position:relative;display:block; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO { background-color: transparent; background-image: none; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .row .container > .video-iframe-container { display: none; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .row > .video-iframe-container { display: none; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .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); }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO { border-width: 0; border-radius: 0; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .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; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .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.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; }#NWPNRTRfPcsKbEeTT0z2uLk8t5OwVxl5 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.125rem;height:2.1125rem;font-style:normal;display:block; }
#XyFm4loAT0lxmCUlFeb4730HNFEK1z2T { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.125rem;height:7.474625rem;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; }
#sdgBS118anuGWeRvtP09MRPbhJdDc8Ka { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.125rem;height:12.972625rem;font-style:normal;display:block; }#sdgBS118anuGWeRvtP09MRPbhJdDc8Ka li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sdgBS118anuGWeRvtP09MRPbhJdDc8Ka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#XsVBP9NSM6EJ5TFJNvTT6fJ1ZAAcq6S3 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:32.6875rem;left:3.125rem;height:5.60595625rem;font-style:normal;display:block; }
#k6ctZ9Q6LDr0C9dU48zKeCXSMftOJiov { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:30rem;top:0.875rem;left:41.250000953674rem;overflow:hidden;display:block; }
#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b19341b-dfef-4887-8d4b-7d19d5f5e9bf/Untitleddesign92.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV.lazyload, #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV.lazyloading { background-image: none; }#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(226,0,57,0.65); }#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(226,0,57,0.65); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:15.5rem;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.6875rem;left:4.78125rem;height:8.125rem;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(255,201,215,0.58);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:27.625rem;width:75rem;position:relative;display:block; }#mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { color:#464646;display:block;width:40.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1748046875rem;left:31.09375rem;height:11.2119375rem;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:1.75rem;left:38.9375rem; }
#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:1.75rem;left:43.65625rem; }
#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:1.75rem;left:48.375rem; }
#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:1.75rem;left:52.625rem; }
#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:1.75rem;left:56.875rem; }
#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.88134765625rem;left:31.3125rem;height:1.86865rem;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:5.125rem;width:5.125rem;top:19.12451171875rem;left:63.43701171875rem;overflow:hidden;display:block; }
#vwEpFecPl6GbnGl1Hc3Ual4CWXEvln8I { 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:1.75rem;left:52.625rem;display:none; }
#bFR0BnIPVTuguRr1ibCnuln3biIhHvAi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:14.5625rem;top:1.46875rem;left:8.5625rem;overflow:hidden;display:block; }
#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.58);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; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row .container { background-color: transparent; background-image: none; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row .container > .video-iframe-container { display: none; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row > .video-iframe-container { display: none; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .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); }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row .container { border-width: 0; border-radius: 0; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#SICqATQ7LGgKQcfkNCkyylSbZFy5pEWI { color:#464646;display:block;width:40.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1748046875rem;left:31.09375rem;height:13.0805625rem;text-align:center;text-align-last:center;display:block; }
#K259EvuBW5zZufUvyE7AyPPPh4zbmPvu { 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:1.75rem;left:38.9375rem; }
#cGl2HEGwI6N90LTb5FmpsZ7JtaOgNDTB { 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:1.75rem;left:43.65625rem; }
#Vtzp4iXKxyXVr5RPHSV1JEOlK9md7pJI { 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:1.75rem;left:48.375rem; }
#TlzRFKnOxCczA5JGQk9UuushgPQgeTGw { 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:1.75rem;left:52.625rem; }
#FK1eJlX9J1AfTTRaxxAOXt6fahzL11A5 { 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:1.75rem;left:56.875rem; }
#iGr7rGNrVu2gL0i0EAm1u3FXAlRFql1f { 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:21.68701171875rem;left:29.5rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfO9u8DVCAIgMnycx9HOxmvJICIkFDPe { 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; }
#HytdIVkBGMOZdhM1s5Qll6GXFMfoPKHg { 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; }
#NmBfsDOEbpSLuchtdbabm9vhEvFOZyCS { 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:1.75rem;left:52.625rem;display:none; }
#LlsZD89LlD9AFDUC6xE0aZcV7Vk9745T { position:absolute;display:block;z-index:15010;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:24.9375rem;width:21.9375rem;top:1.5625rem;left:6.125rem;overflow:hidden;display:block; }
#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.52);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; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { background-color: transparent; background-image: none; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container > .video-iframe-container { display: none; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row > .video-iframe-container { display: none; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .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); }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { border-width: 0; border-radius: 0; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#LRbReL5JZpUfhePTdgqgIpQc91Zea0d2 { 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:6.240234375rem;left:31.3125rem;height:13.0805625rem;text-align:center;text-align-last:center;display:block; }
#ZB5faZeUWCAoUlTFpFmuZleuFEMPXvGr { 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:0.81201171875rem;left:39.1875rem; }
#vFxcK4Cgom8lTm46fbUMV2PpCz7siu5D { 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:0.81201171875rem;left:44.5rem; }
#SVwOX4n1SU5A5NziqX34kabcTk5QbM4k { 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:0.81201171875rem;left:49.25rem; }
#ccHkFRVKDwwZUaJ3JgT8kzC6TEzydhra { 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:0.81201171875rem;left:54.18701171875rem; }
#Fan49gA0RhS72xuiTTGMv689wQImTiqP { 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:0.81201171875rem;left:58.0625rem; }
#EwMi7IQnLCFwptqZU2fKiGa3vtiNIdTb { 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:20.8125rem;left:31.3125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzPT9olWlUMxnqN26tnKEN29OEutG9Z0 { 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; }
#Ble8IPwAJkZmiez7lTTnfyxikRONI5nm { 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; }
#M4TmKhu3citKLaFSPeE1QTmCZGQlst0O { 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:1.375rem;left:54.9375rem;display:none; }
#bq5uK0tes6NyTl6GWMSTlrxvUgwIOPIW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:24.6875rem;top:1.6875rem;left:3.78125rem;overflow:hidden;display:block; }
#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.52);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; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row .container { background-color: transparent; background-image: none; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row .container > .video-iframe-container { display: none; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row > .video-iframe-container { display: none; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .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); }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row .container { border-width: 0; border-radius: 0; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#dT7rr0MTcCqCOUt1DOIqTDvQV4B38Alp { 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:6.240234375rem;left:31.3125rem;height:11.2119375rem;text-align:center;text-align-last:center;display:block; }
#qW96748hnsngoWbHdpWeF1zxTC5Xxqfg { 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:1.375rem;left:39.8125rem; }
#M2criH4MRmXaOCdhzq937gdgk2hMPTRT { 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:1.375rem;left:45.4375rem; }
#dRRxbtggXldo6rqbP3RV9pEfzPgePsen { 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:1.375rem;left:50.6875rem; }
#pCEbI8x1Z1o0BmD0PaOx7oz2ZTC24hLW { 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:1.375rem;left:55.4375rem; }
#hQoPkrDheF2tlOrlVhN9fueb2wXnuvw8 { 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:1.375rem;left:59.4375rem; }
#wDBQRXDGSvB5l9ii7pfTekv22Qezx3q9 { 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:20.8125rem;left:31.3125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTfTs0T7LopQUe5PDbmu5PA9I4zWC7Pq { 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; }
#DPOv6I6aBaQPozzbfHevbONtm5fOT8P4 { 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; }
#TETTkvLyz7tWXCOJsOKMbCHMiXULheSM { position:absolute;display:block;z-index:15010;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:27.8125rem;width:12.9375rem;top:1.375rem;left:1.6875rem;overflow:hidden;display:block; }
#KmWiFmDUsueB82hKBnFJuF40Xs74FnOP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:15rem;top:1.375rem;left:14.5625rem;overflow:hidden;display:block; }
#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.52);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; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row .container { background-color: transparent; background-image: none; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row .container > .video-iframe-container { display: none; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row > .video-iframe-container { display: none; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .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); }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row .container { border-width: 0; border-radius: 0; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#CJKLwZE41E1JiF8kJh7LExTKl8C8yHZ5 { 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:8.5rem;left:30.09375rem;height:16.817875rem;text-align:center;text-align-last:center;display:block; }
#zSQg4fKXIA15hCauku57tnt2czheOTpr { 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:1.375rem;left:40rem; }
#OykveMKM2rV1by1T2oqn4UsToDpg7bU6 { 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:1.375rem;left:45.625rem; }
#asAzUcZ8C0Ws5D14BzTheqEges6A4Q7P { 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:1.375rem;left:51.06201171875rem; }
#Zg2XKgMZIQKuBXuqlaHZDVomdPMCMvHa { 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:1.375rem;left:56.37451171875rem; }
#fewCyRbqnDRSHRRU6hGTOATQyyPsae6f { 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:1.375rem;left:61.21826171875rem; }
#tHwo691zTEy7sWZo9FT7HqOaAhnwsZZH { 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:28.3779296875rem;left:30.09375rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvXnc2dNvf6PVy1s49WQtrgVp9824zsS { 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; }
#ncVNmIkTmy7wqpRsXpE0T8qpwalRPAyp { 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; }
#ioi6sxJm2CqCST5DnwXE0Ci7i3M4ZaNR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:12.9375rem;top:1.375rem;left:1.6875rem;overflow:hidden;display:block; }
#SrZ8L75y5xkIPEzH0qcbs7aw10PGU6SK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:13.75rem;top:20.5625rem;left:0.75rem;overflow:hidden;display:block; }
#K25mQTSyZZJE4NTd4TulPKWaAlZKvT6H { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:12.6875rem;top:1.375rem;left:14.625rem;overflow:hidden;display:block; }
#AyLofaT5QVeMguC7XBpE4RypQCbuQoHH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:14.1875rem;top:20.34375rem;left:13.1875rem;overflow:hidden;display:block; }
#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b19341b-dfef-4887-8d4b-7d19d5f5e9bf/Untitleddesign92.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN.lazyload, #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN.lazyloading { background-image: none; }#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(167,0,42,0.66); }#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(167,0,42,0.66); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:18.0625rem;width:75rem;position:relative;display:block; }#ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { box-sizing:content-box;height:12.0625rem;width:69.75rem;position:absolute;display:block;z-index:15005;background-color:#a7002a;background-image:none;top:3rem;left:2.625rem;display:block; }
#zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { color:#ffffff;display:block;width:66rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7rem;left:4.25rem;height:4.0625rem;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:39.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; }#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:4.0625rem;left:12.5rem;height:22.25rem;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_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
#bz7OWcuzcqHTAfbkh4hGwswuS5mVzMAk { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:28.562500715256rem;left:12.499218940735rem;height:6.46875rem;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:left;text-align-last:left;display:block; }
#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.44);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:9.34325rem;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.86865rem;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:transparent;background-image:url("https://images.assets-landingi.com/uc/4b19341b-dfef-4887-8d4b-7d19d5f5e9bf/Untitleddesign92.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS.lazyload, #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS.lazyloading { background-image: none; }#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(226,0,57,0.59); }#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(226,0,57,0.59); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:52.6875rem;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:5.4374732971191rem;left:40.3125rem;height:40.96875rem;font-style:normal;display:block; }
#FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { box-sizing:content-box;height:26.875rem;width:24.25rem;position:absolute;display:block;z-index:15003;background-color:#a7002a;background-image:none;top:12.875rem;left:7.2378472222225rem;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:24.8125rem;width:24.8125rem;top:13.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/204ee03c-625d-4d65-9b4c-cb623cf59316/MASTER2TB40GettingStartedGuide1280x720px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh.lazyload, #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh.lazyloading { background-image: none; }#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: #e20039; }#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: #e20039; }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:54.8125rem;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:rgba(255,201,215,0.4);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 #xpKSmUfk4xVh3gkBivmpfus9EcgzgTPy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rGb47k44O1vD1TNlcdApzbRT7TvudZTq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #V4KbSqGmppbqomo0VUTH3PD0hTdmTsTA { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnZfxzix1JM3uK2BFlrKWGMDv76k2Qti {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #y4GS9k03S6Tt3ioLgKfdEiHEnq3xH0Pk {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BKLrUPaPJArfbxUs7hVzPK2ePavX6Ja3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #GIiE4LlMsiSog4FFaPvo4VRNUMd3wODM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #UipnEHPqDMp5VncfTn7HdV83Bw5yHphN { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vApb0ss37XokHxS3EeNSddKe0aJw02ZQ {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnUs4hMwhvfqCLBsRi1hJnm4dKTZAcyC { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #IMn28LDGqywgJwNLH2BD6HgoTzLyvMpT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wBL4NTw0HWkhlgN7Ck5pDR2TOBVGUSwm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wTb2yT6oTsnbPbIV4CIxpovvnsBIJLTg { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #B6nT1eNg7er8NOdeSzRRqaoHIgqsJAHR {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #egHT2hq73mOtLyaG3pECbHgE89yB0sHV { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #qazThDixFsJGJzHudVbloqVT7CpiI6ZK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #eNU7iQIFSbPPeygiQ0uWdax0qS4t3zWm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #AO6TMEpmvbdmRGgullDWK7dHXWeiBPrQ { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #CqbH7BuQ8UlrNSOfkMDgLo2rKEhhWwL0 {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wUTxsg647Df6XgM7TOXVWisTMCgAk9MB { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fGpyhKe1Q8ZgyIfhhu3VTbZNCe2JOMre { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #Ng2ui0U8ZBTe3pCcFh6EA0cp1t5cvptf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wT1ssKuvlKnRdEycKaM3z9EqxOSaEMV7 { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FmJOJwktBGrwnb79blHy8RkpTfueslTX {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #lcZLUPXt6NiRiTi900KDmfQ5ZLHtXLu3 { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #I6qOSwLaIZ18BWHCHlPi3rrmO3LMNlMy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #me8TrtrTgOyFKiJqnV0nI7o8KeQcJBTA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #o3SlET6dwLv9OeMvFbZ9rsUgdTpx9HfP { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #qKBskOiFJqCIIi91Zp1zhomPxSw5tXUl {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rcb7y5MmmkMok0ndS2pTSsx2TVOqJxlb { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #gxABrAsIeie8vhnhp9WhoXRXEmvaeNdt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #SWIoaNAJunG5XCIokTHnJMPhq83xT29t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #hLMFUZqZQaWT5KMHm8rwPxID7BWd0yKz { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fElvKWzOfC7RuzyfEQgCMms1zdxncr4F {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #DCzScTDH6sUXHKnbLUaVSKHhPETW8UXl { display:none; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BlbdvB0eEJHxsDfH2tkW8nM28zSpibPL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #zsgCMg416aNbuV1TLMnbT7xHK19zOEZQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #VpwkharLyLMtJH2Mq9fkc1vrtteHQchl { display:block;position:relative; }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #aSp4TlD2LE196aHxD5Ed5lIRsuZqEWBF {  }
#opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #F6DOLI48cBDVUMa7QXtsuEfgZGAST8Jq { display:none; }
#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b19341b-dfef-4887-8d4b-7d19d5f5e9bf/Untitleddesign92.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ.lazyload, #a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ.lazyloading { background-image: none; }#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(226,0,57,0.44); }#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(226,0,57,0.44); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:8.25rem;width:75rem;position:relative;display:block; }#M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.09375rem;left:6.25rem;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:rgba(255,201,215,0.53);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:101.625rem;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:1.859375rem;left:12.5rem;height:26.5625rem;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_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
#LKb7VZGpimzBxhdvlIgTETO3e8LK9TDe { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:31.484375rem;left:12.5rem;height:34.28125rem;font-style:normal;display:block; }#LKb7VZGpimzBxhdvlIgTETO3e8LK9TDe li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#LKb7VZGpimzBxhdvlIgTETO3e8LK9TDe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
#r7IWTC1BZtxShJgRcq7P372k0OXTquXT { color:#000000;display:block;width:38.125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.421875rem;left:12.5rem;height:2.03125rem;display:block; }
#t2pOJxiTTSaQZILUXE9WuvP2ZVxb8DHB { color:#000000;display:block;width:38.125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:68.109375rem;left:12.5rem;height:2.03125rem;display:block; }
#aNrP3sB6lam15BEApiGI8GoWZ10cGiBo { color:#000000;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:71.984375rem;left:12.5rem;height:;font-style:normal;display:block; }#aNrP3sB6lam15BEApiGI8GoWZ10cGiBo li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#aNrP3sB6lam15BEApiGI8GoWZ10cGiBo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
#I25PWBtOAuCtgoX4C6aImKaTviezgmm8 { color:#000000;display:block;width:50.125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:89.609375rem;left:12.5rem;height:8.125rem;display:block; }
#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/204ee03c-625d-4d65-9b4c-cb623cf59316/MASTER2TB40GettingStartedGuide1280x720px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt.lazyload, #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt.lazyloading { background-image: none; }#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: #a7002a; }#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: #a7002a; }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:37.625rem;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:2.75rem;left:7.875rem;height:8.125rem;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:11.875rem;left:9.6875rem;height:23.71875rem;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:69.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; }#aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { color:#e20039;display:block;width:59.25rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.25rem;left:8.5rem;height:17.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { z-index:15004;top:55.0625rem;left:15rem;background-color:#a7002a;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:#ffedf1;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:31.0625rem;width:55.25rem;top:22.810937404633rem;left:9.811718940735rem;overflow:hidden;display:block; }
#RytEphSMCiQSNbWRqOKGK78wm1ng5k7E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:23.1875rem;top:62.625rem;left:25.9375rem;overflow:hidden;display:block; }
#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/204ee03c-625d-4d65-9b4c-cb623cf59316/MASTER2TB40GettingStartedGuide1280x720px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.adaptive-delivery-prevent-bg, #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA.lazyload, #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA.lazyloading { background-image: none; }#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: #e20039; }#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: #e20039; }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:14.4375rem;width:75rem;position:relative;display:block; }#sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { color:#000000;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.1406269073486rem;left:12.5rem;height:8.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,201,215,0.69);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container { background-color: transparent; background-image: none; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container > .video-iframe-container { display: none; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row > .video-iframe-container { display: none; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .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); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container { border-width: 0; border-radius: 0; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#Ne0ukZl48WcwFsdpluSOmqOxTmVWN1CP { 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:3rem;width:15.6875rem;top:1.375rem;left:30.375rem;overflow:hidden;display:block; }
#FTcwknrotzLvSTS0BTe6OzM2sazTXRqS { color:#4c4d49;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:5.3125rem;left:26.6875rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#TVS21QiIIDdy4ZaBpTvXH2nU2c2XImwn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:9.5rem;left:32.625rem; }
#TVS21QiIIDdy4ZaBpTvXH2nU2c2XImwn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#B4vVSoPgTBR65JqNK7eu2eHHqk3Sa7Pa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:9.5rem;left:36.5625rem; }
#B4vVSoPgTBR65JqNK7eu2eHHqk3Sa7Pa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#QZZOGA6o8rc21rbdpymqzxBMbOgAvQvc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:9.34375rem;left:40.125rem; }
#QZZOGA6o8rc21rbdpymqzxBMbOgAvQvc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a7002a;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; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { background-color: transparent; background-image: none; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container > .video-iframe-container { display: none; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row > .video-iframe-container { display: none; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .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); }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { border-width: 0; border-radius: 0; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#h6yL90lINfF8LzxH9EskDk6ZrFg8NgTg { 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:2.375rem;left:12.5rem;height:2.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kktwdDTLN398kwUTSexHpXPIWE8AfOTN { color:#ffffff;display:block;width:50rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.048828125rem;left:12.5rem;height:17.0625rem;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:justify;text-align-last:initial;display:block; }
#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT { position:relative;display:block; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT { background-color: transparent; background-image: none; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .row .container > .video-iframe-container { display: none; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .row > .video-iframe-container { display: none; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .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); }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT { border-width: 0; border-radius: 0; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .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; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .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:5.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; }#NqLuzbXPybA0mV4cQgR2uD03kNTReL78 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.380859375rem;left:28.40625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#FenhTpnZSkaSXtcRNAmIMv2HhQGPiotv { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6806640625rem;left:27.78125rem;height:1.13720625rem;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:16.5rem;left:0rem;width:47.75rem;height:14.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { top:32.125rem;left:4.4992189407349rem;width:38.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJkfiH1JLnzGF82Q7LEiQ9K463EXRf0k { display:block; }
 }@media only screen and (max-width: 763px) { #af4NZ1oJnHhqgldBl4CuW908d40xEyKs { display:block; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { top:1.0625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 { display:block; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmd1n0Dns1NNCgs9DceydLfXVspmD2dS { top:2.0625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmJWc7b5TBv1xT67oHZss5TTx1vtdvF { top:2.0625rem;left:0rem;width:20.125rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmcvCQNbD84BkxEEwxwURDrd2M0rWHUm { top:2.0625rem;left:11.625rem;width:20.125rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Ps9IEL8SJvg150P99zAnAQeu8PeDfN { top:2.0625rem;left:15.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LONtZEi7hVcRbNydmey2JP04o6UPQ7DK { top:2.0625rem;left:27.5rem;width:20.125rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKrUEfv2x7D93ZUzXwRbfIAIPWw2hXGA { top:2.0625rem;left:31.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a { display:block; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCwrzTm0NwuOPAh8WfzAce71yeRAiFBd { top:8.875rem;left:2.0625rem;width:43.6875rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkwSbrJ0LRhxIqusiu1xxl9SXGfymoSc { top:3.5rem;left:14.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNH9URbWwQS1xe9BivbEELZVC9JPRQ6 { top:3.5rem;left:18.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHNN9qxGAEqQ1WpxU0Exv3IVpG6kBxMo { top:3.5rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRvKyRnLvndQvPXTTk4QAdavoLqmD04 { top:3.5rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukqHrGQssPam5liuoa6zbiKZZvFkfvSm { top:3.5rem;left:29.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJzgDTZkUSZHbb8QdWMIawbTtBoETMqQ { top:18.125rem;left:2.03125rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDTxTsp2K05hWq4ycQdUOcAhsKpPTcQ2 { top:2.125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xraoDL9vF2HKXUpDAvAwsmLnBfqfH7Ct { top:2.125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;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:33.75rem;left:0rem;width:27.5rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { top:24.0625rem;left:18.8125rem;width:28.9375rem;height:75.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTh6gUlcXVwBovEWMud83pxJIk1QOml { top:33.1875rem;left:0rem;width:26.8125rem;height:37.6875rem;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.125rem;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.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2hrls04yUctGQ40EgtznK4qvB9v1iMD { top:11.1875rem;left:0rem;width:47.75rem;height:50.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU { display:block; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pI6ETki6TxHXr6OXWK202w3N9ZAvb7tF { top:1.1875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGX31w8GSHEGrSk2TOF2WHUTXEfXCil6 { top:13.125rem;left:0rem;width:46.5rem;height:26.04rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2qXRsofgsiJF4IueByIEyOTkX4NDdoB { top:9.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;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:4.375rem;left:0rem;width:47.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { top:6.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfFuAFvTg4d2k12halCrNcrSWRR7DJd { top:23.125rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzgfyTilLq4bKbyZek7UMTTTIr60pnPp { top:29.0625rem;left:0rem;width:47.75rem;height:19.1875rem;font-size:1.125rem;display:block; }#qzgfyTilLq4bKbyZek7UMTTTIr60pnPp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e24a35b9d97bfb1c530e18e001f3b0af106438f.svg); }
 }@media only screen and (max-width: 763px) { #wzIBnU7x7VtbqoPdwr1CE9wCNXMwSUO1 { top:49.375rem;left:0rem;width:47.75rem;height:19.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgXmwRPL33TqxWhv5How1wdAkzG4Com2 { top:77.5625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#sgXmwRPL33TqxWhv5How1wdAkzG4Com2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94ae4416bc7999b99cf48953bd534dedaa3ef96e.svg); }
 }@media only screen and (max-width: 763px) { #EWyNCDZG167UKZZ3eWk3bpRF1PPaNaQW { top:71rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7k03KRpXB0NAZlVmy02KGRtqeAXBVlf { top:118.25rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az51ZrATtQm3KVZkbhFw0fZnlATlNpF4 { top:15.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 { display:block; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbLznxRIzeT0OdHo29sMtP4cz1SEogVX { top:2.4375rem;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:6.375rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { top:10.1875rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { top:17.625rem;left:0rem;width:31.25rem;height:12.9375rem;font-size:1.125rem;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { top:0.8125rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { top:32.375rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { display:block; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDAEXW88fDtNt55RLyT35TNJde4Koq7C { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl { display:block; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ud1wcTP8meMnw6RGFkqbnbc9N0iSRTwZ { top:5.8125rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTZ5uRsMwdPyE1u3W1O2ZTHbeSZrUcT { top:9.625rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRXpT9N4nA7FVvtW4gGu9lCMQ8UqSqvT { top:18.8125rem;left:0rem;width:31.25rem;height:12.9375rem;font-size:1.125rem;display:block; }#tRXpT9N4nA7FVvtW4gGu9lCMQ8UqSqvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #Tfl0MEXCzlcHtEB68kH6nVVTEuer5rNV { top:33rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT8OIXTbLicgKSgUtd6benlfr9bVc9g { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or09AVtE4qIcfduKy0i9u6TclFrNGNSi { display:block; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FezAVVszTzVq1xKVl6ngnSmpcsF4nTeu { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz { display:block; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqBErCZUs0c0SBzGxqLubWZTy4hG7xmu { top:4.25rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8SGbLrTqSioZnUUkyAcpBa8pMST2miF { top:7.9375rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voLLLNhpiNHM4WCReMbAmlxvoyHlTTL6 { top:16.8125rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#voLLLNhpiNHM4WCReMbAmlxvoyHlTTL6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #VUvpUXbcPoGSAe17szwz5eBb6df1k4Ot { top:32.75rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUgaDPK7X2eceW9vR0B3vpMgG9rQ0Tqv { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 { display:block; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJfIUtT2dSEa4ZOSyFKH4SLifWtBzxuq { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa { display:block; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANpcqgVeLpD75aL9sfGFbrDTT8ARaELC { top:5.125rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9s22IfyoIl4Qg6XxoUzibAGxmvxZB4p { top:8.8125rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkMTeQI2FAcdMDTtPyOI53HBRo82JEtT { top:17.6875rem;left:0rem;width:31.25rem;height:14.75rem;font-size:1.125rem;display:block; }#HkMTeQI2FAcdMDTtPyOI53HBRo82JEtT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #W93XOJen3P6lymb19kx5yqCpd8275sgq { top:33.625rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDdtmkUHKQw8836UyyOmFUaa92zGJGI { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSzD70v9hEsT9o5EIEgMBhE9956DHQH { display:block; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEu5x0okbdc19tkgTOFEW9f3FNfKce2H { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvQ14REeWNSAEqzyMEatCtnQTegggX5q { display:block; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxFNk6XeNAXxWZdW7x8cIXJZU5yTZcLH { top:5.75rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfGyQLWdkM2fayQ1PlgD5q9uDioTCclb { top:9.4375rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh31FAJp7E21mBkEF3KXzXwlNJPIbcWr { top:16.5rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#xh31FAJp7E21mBkEF3KXzXwlNJPIbcWr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #yLRdEBDTUznF1WFtfTbWRn3AO3suiAnH { top:33.0625rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkC6Q0CnKNNZrL8BH2eAmypPqfyL6T5d { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn { display:block; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAtTimIB6Zia88w2KV0PFT7EJlFP6eEp { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G { display:block; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrCJWnXkIldHV8sNthXdgOvieM60QMHc { top:5.75rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0sh5TwixVIQ7rNpmO091T21ST1Jp2m { top:9.4375rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovn4QnF61TLu1LtThtrUr50KuxEv9E9A { top:18.5rem;left:0rem;width:31.25rem;height:12.9375rem;font-size:1.125rem;display:block; }#Ovn4QnF61TLu1LtThtrUr50KuxEv9E9A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #Aklircyd9IyTp060wgyi8XHcG8kVfvis { top:33rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iatvlxcTtklOyegmvynRekV1Tzfn9r9a { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Q1PNt67BFMKiiNPPzohc88JVmPKATr { display:block; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEZZr2MsFL4lVkZAL3fODW0wz3TXkt78 { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem { display:block; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeVyqC9q6wOa9Lavc0Bo2ABbQVro2xxT { top:5.75rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQbopGeTIxQ61ST134I8T0p8HHPVVbt6 { top:9.4375rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5skFQeguCufqKaU33vwI7UP1levc9hA { top:18.5rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#G5skFQeguCufqKaU33vwI7UP1levc9hA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #gGQrUz8H0iW3x6UDC1TQbR8WUBukeOKr { top:33rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3cPTmukce5evlobtx6Zh9b2kRxQso8U { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt { display:block; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKLcRcNDh1L09UfCTAq1p29S6Js6qTLk { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX { display:block; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxIDnVM1TEBL1NSiW8agvr9nnFKzClm7 { top:7rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGaeoXgVVvfHNpNTleuw3vA914XfR8hK { top:10.6875rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfIsXWwf3XwUTAhP2TBZDbrSgTQSc88q { top:17.6875rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#kfIsXWwf3XwUTAhP2TBZDbrSgTQSc88q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #PbyBKiRDUqkvTHhUhRzPAIN38gKe6V4X { top:31.75rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWNagZFPmrn6ZQPqGNmVgeIqh1F6pCPv { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9wMgqGIlxnimAboWac6c8yQReLF39hs { display:block; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJOfZtw2hf0Hq8MEPfttRRogTaHWQTiz { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 { display:block; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvAgF4P9lwbqlxnVbErgaHFgocCQHrDG { top:5.25rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkRzcWnsJSGgJBoZmnWcvSeer7PVgK84 { top:8.9375rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFyvPgWbMIlGUWpdQgP17zZaWHCfmix3 { top:15.9375rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#uFyvPgWbMIlGUWpdQgP17zZaWHCfmix3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #VGk5Vwvtcc2qeK8cpgFxER7mkRJf7KRA { top:33.5625rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWzbAvpADFc299P2riEHGMwNKTzNrSxd { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIfUfr0TemoCyTahifTlLbRJJDyx4aue { display:block; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlD4f0QV2rhZh6NJG1z8mNdN1ebU498p { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTwI8zinBwBWxvg4H0pK92DsqiO103z { display:block; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASSorD4ac3zPAHXir9t7nFcWWolT50XN { top:5.125rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwutfcNtGiewsfAKVgdwKRCLIGwtFbnx { top:8.8125rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v508ib90frayHGaQQKxN6HTONm60xxsB { top:17.625rem;left:0rem;width:31.25rem;height:14.75rem;font-size:1.125rem;display:block; }#v508ib90frayHGaQQKxN6HTONm60xxsB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #TFqooAn2rgyVigAVCNTv64DgeIfZL5hE { top:33.4375rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn33h9Mv8THyFTwdG5xOofO1vErrECZJ { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp { display:block; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbzQQBZ68mcyzmZV5xtpVZdqSZsTpidL { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 { display:block; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfxcCyLaJ1DCMX3XhOv1fKNXOpSNV75y { top:6.8125rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxG4Rhrrm8MmN0f3U02pZchn6zTgSqix { top:10.5rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFhuXlTUmS4MEaFeaL7gKHwEUZZ1rkJx { top:17.375rem;left:0rem;width:31.25rem;height:;font-size:1.125rem;display:block; }#eFhuXlTUmS4MEaFeaL7gKHwEUZZ1rkJx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #npBfTG3iIkrQ5nKg0kWWXuoXAMZipen0 { top:32rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXzoeToTEfoo7CmWsJStuITq4XgnBmIb { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT86blckKF3grGewPAKyxDtKZlXGhcmd { display:block; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2VIRwcLxSwEPHESS0mq3sn62KESQsEs { top:0.5625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO { display:block; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWPNRTRfPcsKbEeTT0z2uLk8t5OwVxl5 { top:6.0625rem;left:0rem;width:31.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyFm4loAT0lxmCUlFeb4730HNFEK1z2T { top:9.75rem;left:0rem;width:31.25rem;height:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdgBS118anuGWeRvtP09MRPbhJdDc8Ka { top:18.375rem;left:0rem;width:31.25rem;height:12.9375rem;font-size:1.125rem;display:block; }#sdgBS118anuGWeRvtP09MRPbhJdDc8Ka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #XsVBP9NSM6EJ5TFJNvTT6fJ1ZAAcq6S3 { top:32.6875rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ctZ9Q6LDr0C9dU48zKeCXSMftOJiov { top:0.875rem;left:17.75rem;width:30rem;height:42.4375rem;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.6875rem;left:0rem;width:47.75rem;height:8.125rem;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:7.125rem;left:7.25rem;width:40.5rem;height:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { top:1.75rem;left:25.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { top:1.75rem;left:30.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { top:1.75rem;left:34.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { top:1.75rem;left:39rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { top:1.75rem;left:43.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { top:19.875rem;left:4.0625rem;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:19.0625rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwEpFecPl6GbnGl1Hc3Ual4CWXEvln8I { top:1.75rem;left:39rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFR0BnIPVTuguRr1ibCnuln3biIhHvAi { top:1.4375rem;left:0rem;width:14.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD { display:block; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SICqATQ7LGgKQcfkNCkyylSbZFy5pEWI { top:7.125rem;left:7.25rem;width:40.5rem;height:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K259EvuBW5zZufUvyE7AyPPPh4zbmPvu { top:1.75rem;left:25.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGl2HEGwI6N90LTb5FmpsZ7JtaOgNDTB { top:1.75rem;left:30.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtzp4iXKxyXVr5RPHSV1JEOlK9md7pJI { top:1.75rem;left:34.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlzRFKnOxCczA5JGQk9UuushgPQgeTGw { top:1.75rem;left:39rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK1eJlX9J1AfTTRaxxAOXt6fahzL11A5 { top:1.75rem;left:43.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGr7rGNrVu2gL0i0EAm1u3FXAlRFql1f { top:21.625rem;left:4.0625rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfO9u8DVCAIgMnycx9HOxmvJICIkFDPe { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HytdIVkBGMOZdhM1s5Qll6GXFMfoPKHg { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmBfsDOEbpSLuchtdbabm9vhEvFOZyCS { top:1.75rem;left:39rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlsZD89LlD9AFDUC6xE0aZcV7Vk9745T { top:1.5625rem;left:0rem;width:21.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA { display:block; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRbReL5JZpUfhePTdgqgIpQc91Zea0d2 { top:6.1875rem;left:4.0625rem;width:43.6875rem;height:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB5faZeUWCAoUlTFpFmuZleuFEMPXvGr { top:0.75rem;left:25.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFxcK4Cgom8lTm46fbUMV2PpCz7siu5D { top:0.75rem;left:30.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVwOX4n1SU5A5NziqX34kabcTk5QbM4k { top:0.75rem;left:35.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccHkFRVKDwwZUaJ3JgT8kzC6TEzydhra { top:0.75rem;left:40.56201171875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fan49gA0RhS72xuiTTGMv689wQImTiqP { top:0.75rem;left:44.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMi7IQnLCFwptqZU2fKiGa3vtiNIdTb { top:20.8125rem;left:4.0625rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzPT9olWlUMxnqN26tnKEN29OEutG9Z0 { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ble8IPwAJkZmiez7lTTnfyxikRONI5nm { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4TmKhu3citKLaFSPeE1QTmCZGQlst0O { top:1.375rem;left:41.3125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bq5uK0tes6NyTl6GWMSTlrxvUgwIOPIW { top:1.6875rem;left:0rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhkbFvfRPw42Wiy66oak9laTvO8AMZJH { display:block; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7rr0MTcCqCOUt1DOIqTDvQV4B38Alp { top:6.1875rem;left:4.0625rem;width:43.6875rem;height:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW96748hnsngoWbHdpWeF1zxTC5Xxqfg { top:1.375rem;left:26.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2criH4MRmXaOCdhzq937gdgk2hMPTRT { top:1.375rem;left:31.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRRxbtggXldo6rqbP3RV9pEfzPgePsen { top:1.375rem;left:37.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCEbI8x1Z1o0BmD0PaOx7oz2ZTC24hLW { top:1.375rem;left:41.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQoPkrDheF2tlOrlVhN9fueb2wXnuvw8 { top:1.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDBQRXDGSvB5l9ii7pfTekv22Qezx3q9 { top:20.8125rem;left:4.0625rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTfTs0T7LopQUe5PDbmu5PA9I4zWC7Pq { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPOv6I6aBaQPozzbfHevbONtm5fOT8P4 { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETTkvLyz7tWXCOJsOKMbCHMiXULheSM { top:1.375rem;left:0rem;width:12.9375rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWiFmDUsueB82hKBnFJuF40Xs74FnOP { top:1.375rem;left:0.9375rem;width:15rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 { display:block; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJKLwZE41E1JiF8kJh7LExTKl8C8yHZ5 { top:8.5rem;left:4.0625rem;width:43.6875rem;height:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSQg4fKXIA15hCauku57tnt2czheOTpr { top:1.375rem;left:26.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OykveMKM2rV1by1T2oqn4UsToDpg7bU6 { top:1.375rem;left:32rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asAzUcZ8C0Ws5D14BzTheqEges6A4Q7P { top:1.375rem;left:37.43701171875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg2XKgMZIQKuBXuqlaHZDVomdPMCMvHa { top:1.375rem;left:42.74951171875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fewCyRbqnDRSHRRU6hGTOATQyyPsae6f { top:1.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHwo691zTEy7sWZo9FT7HqOaAhnwsZZH { top:28.375rem;left:4.0625rem;width:43.6875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvXnc2dNvf6PVy1s49WQtrgVp9824zsS { top:3.8125rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVNmIkTmy7wqpRsXpE0T8qpwalRPAyp { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioi6sxJm2CqCST5DnwXE0Ci7i3M4ZaNR { top:1.375rem;left:0rem;width:12.9375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZ8L75y5xkIPEzH0qcbs7aw10PGU6SK { top:20.5625rem;left:0rem;width:13.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K25mQTSyZZJE4NTd4TulPKWaAlZKvT6H { top:1.375rem;left:1rem;width:12.6875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyLofaT5QVeMguC7XBpE4RypQCbuQoHH { top:20.3125rem;left:0rem;width:14.1875rem;height:19.75rem;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:3rem;left:0rem;width:47.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { top:7rem;left:0rem;width:47.75rem;height:4.0625rem;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:4.0625rem;left:0rem;width:47.75rem;height:22.25rem;font-size:1.125rem;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #bz7OWcuzcqHTAfbkh4hGwswuS5mVzMAk { top:28.5625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@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:5.375rem;left:18.8125rem;width:28.9375rem;height:40.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSAS5ARGVopQQD3SJK6XS357yiAXyVJd { top:12.875rem;left:0rem;width:24.25rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { top:13.9375rem;left:0rem;width:24.8125rem;height:24.8125rem;display:block; }
 }@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.8125rem;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 #xpKSmUfk4xVh3gkBivmpfus9EcgzgTPy {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rGb47k44O1vD1TNlcdApzbRT7TvudZTq {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #V4KbSqGmppbqomo0VUTH3PD0hTdmTsTA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnZfxzix1JM3uK2BFlrKWGMDv76k2Qti {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #y4GS9k03S6Tt3ioLgKfdEiHEnq3xH0Pk {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BKLrUPaPJArfbxUs7hVzPK2ePavX6Ja3 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #GIiE4LlMsiSog4FFaPvo4VRNUMd3wODM {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #UipnEHPqDMp5VncfTn7HdV83Bw5yHphN {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vApb0ss37XokHxS3EeNSddKe0aJw02ZQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnUs4hMwhvfqCLBsRi1hJnm4dKTZAcyC {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #IMn28LDGqywgJwNLH2BD6HgoTzLyvMpT {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wBL4NTw0HWkhlgN7Ck5pDR2TOBVGUSwm {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wTb2yT6oTsnbPbIV4CIxpovvnsBIJLTg {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #B6nT1eNg7er8NOdeSzRRqaoHIgqsJAHR {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #egHT2hq73mOtLyaG3pECbHgE89yB0sHV {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #qazThDixFsJGJzHudVbloqVT7CpiI6ZK {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #eNU7iQIFSbPPeygiQ0uWdax0qS4t3zWm {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #AO6TMEpmvbdmRGgullDWK7dHXWeiBPrQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #CqbH7BuQ8UlrNSOfkMDgLo2rKEhhWwL0 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wUTxsg647Df6XgM7TOXVWisTMCgAk9MB {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fGpyhKe1Q8ZgyIfhhu3VTbZNCe2JOMre {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #Ng2ui0U8ZBTe3pCcFh6EA0cp1t5cvptf {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wT1ssKuvlKnRdEycKaM3z9EqxOSaEMV7 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FmJOJwktBGrwnb79blHy8RkpTfueslTX {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #lcZLUPXt6NiRiTi900KDmfQ5ZLHtXLu3 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #I6qOSwLaIZ18BWHCHlPi3rrmO3LMNlMy {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #me8TrtrTgOyFKiJqnV0nI7o8KeQcJBTA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #o3SlET6dwLv9OeMvFbZ9rsUgdTpx9HfP {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #qKBskOiFJqCIIi91Zp1zhomPxSw5tXUl {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rcb7y5MmmkMok0ndS2pTSsx2TVOqJxlb {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #gxABrAsIeie8vhnhp9WhoXRXEmvaeNdt {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #SWIoaNAJunG5XCIokTHnJMPhq83xT29t {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #hLMFUZqZQaWT5KMHm8rwPxID7BWd0yKz {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fElvKWzOfC7RuzyfEQgCMms1zdxncr4F {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #DCzScTDH6sUXHKnbLUaVSKHhPETW8UXl {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BlbdvB0eEJHxsDfH2tkW8nM28zSpibPL {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #zsgCMg416aNbuV1TLMnbT7xHK19zOEZQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #VpwkharLyLMtJH2Mq9fkc1vrtteHQchl {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #aSp4TlD2LE196aHxD5Ed5lIRsuZqEWBF {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #F6DOLI48cBDVUMa7QXtsuEfgZGAST8Jq {  }
 }@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) { #M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { top:2.0625rem;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:1.8125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
 }@media only screen and (max-width: 763px) { #LKb7VZGpimzBxhdvlIgTETO3e8LK9TDe { top:31.4375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#LKb7VZGpimzBxhdvlIgTETO3e8LK9TDe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
 }@media only screen and (max-width: 763px) { #r7IWTC1BZtxShJgRcq7P372k0OXTquXT { top:28.375rem;left:0rem;width:38.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2pOJxiTTSaQZILUXE9WuvP2ZVxb8DHB { top:68.0625rem;left:0rem;width:38.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNrP3sB6lam15BEApiGI8GoWZ10cGiBo { top:71.9375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#aNrP3sB6lam15BEApiGI8GoWZ10cGiBo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
 }@media only screen and (max-width: 763px) { #I25PWBtOAuCtgoX4C6aImKaTviezgmm8 { top:89.5625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@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:2.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { top:11.875rem;left:0rem;width:47.75rem;height:23.6875rem;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.25rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { top:55.0625rem;left:1.375rem;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:22.75rem;left:0rem;width:47.75rem;height:26.845871040724rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytEphSMCiQSNbWRqOKGK78wm1ng5k7E { top:62.625rem;left:12.3125rem;width:23.1875rem;height:2rem;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.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 { display:block; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ne0ukZl48WcwFsdpluSOmqOxTmVWN1CP { width:15.6875rem;height:3rem;top:1.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcwknrotzLvSTS0BTe6OzM2sazTXRqS { top:5.3125rem;left:13.0625rem;width:23.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVS21QiIIDdy4ZaBpTvXH2nU2c2XImwn { top:9.5rem;left:19rem;width:1.875rem;height:1.875rem;display:block; }
#TVS21QiIIDdy4ZaBpTvXH2nU2c2XImwn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #B4vVSoPgTBR65JqNK7eu2eHHqk3Sa7Pa { top:9.5rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#B4vVSoPgTBR65JqNK7eu2eHHqk3Sa7Pa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QZZOGA6o8rc21rbdpymqzxBMbOgAvQvc { top:9.3125rem;left:26.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#QZZOGA6o8rc21rbdpymqzxBMbOgAvQvc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ar0ZfybbieduedGH29L8kCl98a8BT8Vf { display:block; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6yL90lINfF8LzxH9EskDk6ZrFg8NgTg { top:2.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kktwdDTLN398kwUTSexHpXPIWE8AfOTN { top:6rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT { display:block; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqLuzbXPybA0mV4cQgR2uD03kNTReL78 { top:1.375rem;left:14.781250953674rem;width:18.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FenhTpnZSkaSXtcRNAmIMv2HhQGPiotv { top:2.625rem;left:14.156250953674rem;width:18.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e2235226-cc5c-40af-90ef-f91dfecc7c8a/bfgnghgnghngjmc.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(200,16,62,0.29); }#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(200,16,62,0.29); }#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:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcxrJX4Npg1oAy8kzdapEhNVeiDt3nfK { width:20rem;height:8.44925rem;top:5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnc8exbxBkz8vuNfWoF0PPCAVJ93XyT0 { top:16.26171875rem;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) { #af4NZ1oJnHhqgldBl4CuW908d40xEyKs { display:block; }#af4NZ1oJnHhqgldBl4CuW908d40xEyKs > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwETGLA2yZBrkxLPW4HThpLX2iwodJeH { width:18.25rem;height:3.8994125rem;top:2.26171875rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0);color:#e20039;display:block; }
 }@media only screen and (max-width: 763px) { #E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 { background-color:#a7002a;background-image:none;display:block; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { background-color: transparent; background-image: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container > .video-iframe-container { display: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row > .video-iframe-container { display: none; }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .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); }#E6CPZu1FhME8A67FN0r6zavfSTxyLyO4 > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmd1n0Dns1NNCgs9DceydLfXVspmD2dS { display:flex;width:2.5625rem;height:2.5625rem;top:1.25rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #ZZmJWc7b5TBv1xT67oHZss5TTx1vtdvF { width:15.3125rem;height:5.8496125rem;top:5.0625rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmcvCQNbD84BkxEEwxwURDrd2M0rWHUm { width:15.3125rem;height:13.161625rem;top:15.9746125rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Ps9IEL8SJvg150P99zAnAQeu8PeDfN { display:flex;width:2.5625rem;height:2.5625rem;top:12.1621125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #LONtZEi7hVcRbNydmey2JP04o6UPQ7DK { width:15.3125rem;height:7.312rem;top:34.1987375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKrUEfv2x7D93ZUzXwRbfIAIPWw2hXGA { display:flex;width:2.5625rem;height:2.5625rem;top:30.3862375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a { background-color:rgba(255,201,215,0.51);background-image:none;display:block; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { background-color: transparent; background-image: none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container > .video-iframe-container { display: none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row > .video-iframe-container { display: none; }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .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); }#T0ezx2O4qeLxG1R74K3h4XFUHfCQgU3a > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCwrzTm0NwuOPAh8WfzAce71yeRAiFBd { width:18.75rem;height:10.2368125rem;top:4.6875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkwSbrJ0LRhxIqusiu1xxl9SXGfymoSc { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uRNH9URbWwQS1xe9BivbEELZVC9JPRQ6 { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RHNN9qxGAEqQ1WpxU0Exv3IVpG6kBxMo { display:flex;width:1.5625rem;height:1.5625rem;top:2.5rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mDRvKyRnLvndQvPXTTk4QAdavoLqmD04 { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:7.71875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ukqHrGQssPam5liuoa6zbiKZZvFkfvSm { display:flex;width:1.5625rem;height:1.5625rem;top:2.5625rem;left:6.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #HJzgDTZkUSZHbb8QdWMIawbTtBoETMqQ { width:18.75rem;height:1.4624rem;top:14.92333984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDTxTsp2K05hWq4ycQdUOcAhsKpPTcQ2 { width:2.1875rem;height:2.1875rem;top:2rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xraoDL9vF2HKXUpDAvAwsmLnBfqfH7Ct { width:2.0625rem;height:2.0625rem;top:16.67333984375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 { display:block; }#cUVtK3uusFFITuxtQQH6sbiwoec1Sq56 > .row .container { width:20rem;height:107.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOOU42M8tH0Frp8dIe3J5gZIlhW8ASoX { width:18rem;height:25rem;top:9.4296875rem;left:1rem;background-color:#e20039;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A9fc4N5CEcfmzqXJn2y6lPPT8Ed9JPMS { width:18.75rem;height:70.875rem;top:35.6484375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyTh6gUlcXVwBovEWMud83pxJIk1QOml { width:17.25rem;height:24.0625rem;top:9.8984375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFahE0J6zSHppawcBStMfkw5SF6uGoUm { width:20rem;height:7.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8v5aZnqEgqnE1TTAW4L0cP9vsJ79UJ { width:18.75rem;height:4.3872rem;top:2.462890625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/204ee03c-625d-4d65-9b4c-cb623cf59316/MASTER2TB40GettingStartedGuide1280x720px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.adaptive-delivery-prevent-bg, #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.lazyload, #IcH8uqMJ7CyJnfGFpkGvPyAzTyiEkp8u.lazyloading { background-image: none; }#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: #c8103e; }#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: #c8103e; }#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 { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSlyIsOxOpp32rKUCb9F01uzHCDxozIi { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2hrls04yUctGQ40EgtznK4qvB9v1iMD { width:20rem;height:51.246575rem;top:6.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU { display:block; }#lVuJaaLeLlTgALKCvVxtpQHpwRmDEkCU > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pI6ETki6TxHXr6OXWK202w3N9ZAvb7tF { width:18.75rem;height:5.60595625rem;top:1.25rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGX31w8GSHEGrSk2TOF2WHUTXEfXCil6 { height:9.625rem;width:17.5rem;top:12.44189375rem;left:0.625rem;border-top:0.625rem solid #9b0000;border-left:0.625rem solid #9b0000;border-right:0.625rem solid #9b0000;border-bottom:0.625rem solid #9b0000;display:block; }
 }@media only screen and (max-width: 763px) { #i2qXRsofgsiJF4IueByIEyOTkX4NDdoB { width:20rem;height:3.0869125rem;top:8.10546875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse { display:block; }#vzxN6RlhqQHCFtDKBVuE1T5pRkDOmtse > .row .container { width:20rem;height:144.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSEqCWEWzUlu3GdbowAmeJ0bZ1D6LRX8 { width:20rem;height:9.1875rem;top:1.25rem;left:0rem;background-color:#a7002a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L9vcQQZeMqRGbVQ2SNbt5tmc82t5Z9pD { width:18.75rem;height:6.09375rem;top:2.796875rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsfFuAFvTg4d2k12halCrNcrSWRR7DJd { width:18.75rem;height:5.0625rem;top:21.9990234375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzgfyTilLq4bKbyZek7UMTTTIr60pnPp { width:18.75rem;height:19.75rem;top:28.3115234375rem;left:0.625rem;font-size:1.125rem;display:block; }#qzgfyTilLq4bKbyZek7UMTTTIr60pnPp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1e24a35b9d97bfb1c530e18e001f3b0af106438f.svg); }
 }@media only screen and (max-width: 763px) { #wzIBnU7x7VtbqoPdwr1CE9wCNXMwSUO1 { width:18.75rem;height:23.625rem;top:49.3115234375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgXmwRPL33TqxWhv5How1wdAkzG4Com2 { width:18.75rem;height:52.25rem;top:81.0615234375rem;left:0.625rem;font-size:1.125rem;display:block; }#sgXmwRPL33TqxWhv5How1wdAkzG4Com2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_94ae4416bc7999b99cf48953bd534dedaa3ef96e.svg); }
 }@media only screen and (max-width: 763px) { #EWyNCDZG167UKZZ3eWk3bpRF1PPaNaQW { width:18.75rem;height:5.625rem;top:74.1865234375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7k03KRpXB0NAZlVmy02KGRtqeAXBVlf { width:18.75rem;height:8.4375rem;top:134.5615234375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #az51ZrATtQm3KVZkbhFw0fZnlATlNpF4 { width:20rem;height:8.125rem;top:12.6240234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#e20039;display:block; }
 }@media only screen and (max-width: 763px) { #D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb99fb01-62b0-42d7-9f81-a144a07dc063/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2.adaptive-delivery-prevent-bg, #D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2.lazyload, #D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2.lazyloading { background-image: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container { background-color: transparent; background-image: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a7002a; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container > .video-iframe-container { display: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a7002a; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row > .video-iframe-container { display: none; }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .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); }#D27P6zzi8Jt48dHJ2HZgETxecUsuCTz2 > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbLznxRIzeT0OdHo29sMtP4cz1SEogVX { width:18.75rem;height:6.09375rem;top:1.234375rem;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:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #we56uTWatEHIAzUwmp0sGCiIcb7UKvyf { width:18.75rem;height:3.25rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRcNITWfG7s4LF28RITTcZzKq9pV8FL9 { width:18.75rem;height:5.8496125rem;top:5.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki { width:18.75rem;height:15.411625rem;top:12.8496125rem;left:0.625rem;font-size:1.125rem;display:block; }#n6qc4O68c5ydO25fGrsSwRZn5C8vq0Ki li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #JFinSNM4UOk6qgq1C5KJ4n9tPCf1FwAy { width:17.3125rem;height:24.5rem;top:36.61085rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kDNg3H0pUaili259OLHKxRO32ZgsN4 { width:18.75rem;height:5.8496125rem;top:29.5112375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryIXiuSpqVonJ721TPz3txOr6eEpwC18 { display:block; }#ryIXiuSpqVonJ721TPz3txOr6eEpwC18 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDAEXW88fDtNt55RLyT35TNJde4Koq7C { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl { display:block; }#nZq84JOn6UJ2auRSpU9CF9BIHOH0xcBl > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ud1wcTP8meMnw6RGFkqbnbc9N0iSRTwZ { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVTZ5uRsMwdPyE1u3W1O2ZTHbeSZrUcT { width:18.75rem;height:8.7744375rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRXpT9N4nA7FVvtW4gGu9lCMQ8UqSqvT { width:18.75rem;height:15.411625rem;top:14.1494375rem;left:0.625rem;font-size:1.125rem;display:block; }#tRXpT9N4nA7FVvtW4gGu9lCMQ8UqSqvT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #Tfl0MEXCzlcHtEB68kH6nVVTEuer5rNV { width:18.75rem;height:5.8496125rem;top:30.8110625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhT8OIXTbLicgKSgUtd6benlfr9bVc9g { width:17.4375rem;height:24.75rem;top:37.910675rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or09AVtE4qIcfduKy0i9u6TclFrNGNSi { display:block; }#Or09AVtE4qIcfduKy0i9u6TclFrNGNSi > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FezAVVszTzVq1xKVl6ngnSmpcsF4nTeu { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz { display:block; }#FdTqbnuFVi6MJy4Trwh9dKg503mMy6Iz > .row .container { width:20rem;height:66.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqBErCZUs0c0SBzGxqLubWZTy4hG7xmu { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8SGbLrTqSioZnUUkyAcpBa8pMST2miF { width:18.75rem;height:7.312rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #voLLLNhpiNHM4WCReMbAmlxvoyHlTTL6 { width:18.75rem;height:18.3364375rem;top:12.6865rem;left:0.625rem;font-size:1.125rem;display:block; }#voLLLNhpiNHM4WCReMbAmlxvoyHlTTL6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #VUvpUXbcPoGSAe17szwz5eBb6df1k4Ot { width:18.75rem;height:7.312rem;top:32.2729375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUgaDPK7X2eceW9vR0B3vpMgG9rQ0Tqv { width:17.4375rem;height:24.75rem;top:40.8344375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 { display:block; }#L3itDN8ZBFtFfUkTeih09p1ZX5usvyy5 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJfIUtT2dSEa4ZOSyFKH4SLifWtBzxuq { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa { display:block; }#N2ZIAU1iDpE8sn5i2oZUNa6cBTsmrULa > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANpcqgVeLpD75aL9sfGFbrDTT8ARaELC { width:18.75rem;height:3.25rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9s22IfyoIl4Qg6XxoUzibAGxmvxZB4p { width:18.75rem;height:7.312rem;top:5.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkMTeQI2FAcdMDTtPyOI53HBRo82JEtT { width:18.75rem;height:18.3364375rem;top:14.3115rem;left:0.625rem;font-size:1.125rem;display:block; }#HkMTeQI2FAcdMDTtPyOI53HBRo82JEtT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #W93XOJen3P6lymb19kx5yqCpd8275sgq { width:18.75rem;height:5.8496125rem;top:33.8979375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUDdtmkUHKQw8836UyyOmFUaa92zGJGI { width:17.4375rem;height:24.75rem;top:40.99755rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSSzD70v9hEsT9o5EIEgMBhE9956DHQH { display:block; }#NSSzD70v9hEsT9o5EIEgMBhE9956DHQH > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEu5x0okbdc19tkgTOFEW9f3FNfKce2H { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hvQ14REeWNSAEqzyMEatCtnQTegggX5q { display:block; }#hvQ14REeWNSAEqzyMEatCtnQTegggX5q > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxFNk6XeNAXxWZdW7x8cIXJZU5yTZcLH { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfGyQLWdkM2fayQ1PlgD5q9uDioTCclb { width:18.75rem;height:5.8496125rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh31FAJp7E21mBkEF3KXzXwlNJPIbcWr { width:18.75rem;height:15.411625rem;top:11.2246125rem;left:0.625rem;font-size:1.125rem;display:block; }#xh31FAJp7E21mBkEF3KXzXwlNJPIbcWr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #yLRdEBDTUznF1WFtfTbWRn3AO3suiAnH { width:18.75rem;height:5.8496125rem;top:27.8862375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkC6Q0CnKNNZrL8BH2eAmypPqfyL6T5d { width:17.4375rem;height:24.75rem;top:34.98585rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn { display:block; }#GMtT9AKyaDGwqpbx5OfqXfJ5q2yuzizn > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAtTimIB6Zia88w2KV0PFT7EJlFP6eEp { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G { display:block; }#AwwQWPwtC3TJHv3HEKqDPg29UcwL9e9G > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrCJWnXkIldHV8sNthXdgOvieM60QMHc { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dy0sh5TwixVIQ7rNpmO091T21ST1Jp2m { width:18.75rem;height:7.312rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ovn4QnF61TLu1LtThtrUr50KuxEv9E9A { width:18.75rem;height:15.411625rem;top:12.6865rem;left:0.625rem;font-size:1.125rem;display:block; }#Ovn4QnF61TLu1LtThtrUr50KuxEv9E9A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #Aklircyd9IyTp060wgyi8XHcG8kVfvis { width:18.75rem;height:5.8496125rem;top:29.348125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iatvlxcTtklOyegmvynRekV1Tzfn9r9a { width:17.4375rem;height:24.75rem;top:36.4477375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Q1PNt67BFMKiiNPPzohc88JVmPKATr { display:block; }#L6Q1PNt67BFMKiiNPPzohc88JVmPKATr > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEZZr2MsFL4lVkZAL3fODW0wz3TXkt78 { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem { display:block; }#N0fdVsnlTh8h0yigmTFKHhAaP6fdXpem > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeVyqC9q6wOa9Lavc0Bo2ABbQVro2xxT { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQbopGeTIxQ61ST134I8T0p8HHPVVbt6 { width:18.75rem;height:7.312rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5skFQeguCufqKaU33vwI7UP1levc9hA { width:18.75rem;height:13.94925rem;top:12.6865rem;left:0.625rem;font-size:1.125rem;display:block; }#G5skFQeguCufqKaU33vwI7UP1levc9hA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #gGQrUz8H0iW3x6UDC1TQbR8WUBukeOKr { width:18.75rem;height:5.8496125rem;top:27.88575rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3cPTmukce5evlobtx6Zh9b2kRxQso8U { width:17.4375rem;height:24.75rem;top:34.9853625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt { display:block; }#TCziFdyuHWtx9NXfe094xD3QXRlWS5Pt > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKLcRcNDh1L09UfCTAq1p29S6Js6qTLk { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX { display:block; }#lTIK6q3hDBZNhqNL44BqTKQCunzqkgBX > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxIDnVM1TEBL1NSiW8agvr9nnFKzClm7 { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGaeoXgVVvfHNpNTleuw3vA914XfR8hK { width:18.75rem;height:7.312rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfIsXWwf3XwUTAhP2TBZDbrSgTQSc88q { width:18.75rem;height:13.94925rem;top:12.6865rem;left:0.625rem;font-size:1.125rem;display:block; }#kfIsXWwf3XwUTAhP2TBZDbrSgTQSc88q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #PbyBKiRDUqkvTHhUhRzPAIN38gKe6V4X { width:18.75rem;height:5.8496125rem;top:27.88575rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWNagZFPmrn6ZQPqGNmVgeIqh1F6pCPv { width:17.375rem;height:24.6875rem;top:34.9853515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9wMgqGIlxnimAboWac6c8yQReLF39hs { display:block; }#P9wMgqGIlxnimAboWac6c8yQReLF39hs > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJOfZtw2hf0Hq8MEPfttRRogTaHWQTiz { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 { display:block; }#yvM2OWTBVqZG0kDfuRf4ooBripXPzk31 > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvAgF4P9lwbqlxnVbErgaHFgocCQHrDG { width:18.75rem;height:3.25rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkRzcWnsJSGgJBoZmnWcvSeer7PVgK84 { width:18.75rem;height:5.8496125rem;top:5.75rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFyvPgWbMIlGUWpdQgP17zZaWHCfmix3 { width:18.75rem;height:18.3364375rem;top:12.8496125rem;left:0.625rem;font-size:1.125rem;display:block; }#uFyvPgWbMIlGUWpdQgP17zZaWHCfmix3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #VGk5Vwvtcc2qeK8cpgFxER7mkRJf7KRA { width:18.75rem;height:5.8496125rem;top:32.43605rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWzbAvpADFc299P2riEHGMwNKTzNrSxd { width:17.4375rem;height:24.75rem;top:39.5356625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIfUfr0TemoCyTahifTlLbRJJDyx4aue { display:block; }#XIfUfr0TemoCyTahifTlLbRJJDyx4aue > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlD4f0QV2rhZh6NJG1z8mNdN1ebU498p { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vqTwI8zinBwBWxvg4H0pK92DsqiO103z { display:block; }#vqTwI8zinBwBWxvg4H0pK92DsqiO103z > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASSorD4ac3zPAHXir9t7nFcWWolT50XN { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwutfcNtGiewsfAKVgdwKRCLIGwtFbnx { width:18.75rem;height:7.312rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v508ib90frayHGaQQKxN6HTONm60xxsB { width:18.75rem;height:16.874rem;top:12.6865rem;left:0.625rem;font-size:1.125rem;display:block; }#v508ib90frayHGaQQKxN6HTONm60xxsB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #TFqooAn2rgyVigAVCNTv64DgeIfZL5hE { width:18.75rem;height:5.8496125rem;top:30.8100625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qn33h9Mv8THyFTwdG5xOofO1vErrECZJ { width:17.4375rem;height:24.75rem;top:37.909675rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp { display:block; }#bqCV3MABmTCiO3ycIDERv9qoFt2Owlsp > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbzQQBZ68mcyzmZV5xtpVZdqSZsTpidL { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 { display:block; }#ukaU4T4qbn1MKpTDstJ04y2vv87IxTk9 > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfxcCyLaJ1DCMX3XhOv1fKNXOpSNV75y { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxG4Rhrrm8MmN0f3U02pZchn6zTgSqix { width:18.75rem;height:5.8496125rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFhuXlTUmS4MEaFeaL7gKHwEUZZ1rkJx { width:18.75rem;height:15.411625rem;top:11.2246125rem;left:0.625rem;font-size:1.125rem;display:block; }#eFhuXlTUmS4MEaFeaL7gKHwEUZZ1rkJx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #npBfTG3iIkrQ5nKg0kWWXuoXAMZipen0 { width:18.75rem;height:4.38720625rem;top:27.8862375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXzoeToTEfoo7CmWsJStuITq4XgnBmIb { width:17.4375rem;height:24.75rem;top:33.52295625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT86blckKF3grGewPAKyxDtKZlXGhcmd { display:block; }#zT86blckKF3grGewPAKyxDtKZlXGhcmd > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2VIRwcLxSwEPHESS0mq3sn62KESQsEs { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;background-color:#c8103e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO { display:block; }#vxotTm1IDTyWc3Q77M0Ux3L4k5lcXdZO > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWPNRTRfPcsKbEeTT0z2uLk8t5OwVxl5 { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyFm4loAT0lxmCUlFeb4730HNFEK1z2T { width:18.75rem;height:7.312rem;top:4.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdgBS118anuGWeRvtP09MRPbhJdDc8Ka { width:18.75rem;height:16.874rem;top:12.6865rem;left:0.625rem;font-size:1.125rem;display:block; }#sdgBS118anuGWeRvtP09MRPbhJdDc8Ka li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #XsVBP9NSM6EJ5TFJNvTT6fJ1ZAAcq6S3 { width:18.75rem;height:5.8496125rem;top:30.8100625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6ctZ9Q6LDr0C9dU48zKeCXSMftOJiov { width:17.4375rem;height:24.75rem;top:37.909675rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV { display:block; }#tEWL4l9toIJALfDtzQh3XMqNBsmpJLxV > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdMWvyi3yoQO6lZTTsmok2Z4cQiKfCFu { width:20rem;height:5.60595625rem;top:1.228515625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx { display:block; }#NuHHcWnliAxOsbTRNCIFdSSwSITtQyBx > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDmJCMTdA0DMT5Oyn8HsMF2TXZmgvnyF { width:18.75rem;height:14.624rem;top:25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeZa2H2gEnQxiPPNlKil8ErTzOX4Iu3c { display:flex;width:1.5625rem;height:1.5625rem;top:21.875rem;left:7.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Wc5BZZanWem8cKoMCqVTzqTWCh4l07fv { display:flex;width:1.5625rem;height:1.5625rem;top:21.875rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rd8mvF6TGO5GgvhB4DqxKCAF8JBoRNsU { display:flex;width:1.5625rem;height:1.5625rem;top:21.8125rem;left:6.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #B5UHBevKTLCRFomtuI4WrzqmxQw2diJv { display:flex;width:1.5625rem;height:1.5625rem;top:21.875rem;left:10.78125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #eSwrsns6lfhspZXSfxC19gTX6g2x4UQ8 { display:flex;width:1.5625rem;height:1.5625rem;top:21.875rem;left:10.78125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #u2XTIc5TWE2IrEzJwCunXyBuIh9brKiq { width:18.75rem;height:1.4624rem;top:40.24853515625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlfMV1m3ZwoW4sSiXQv8WsyQXlBHTpqv { width:4.6875rem;height:4.6875rem;top:3.65576171875rem;left:-3rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZpmEenLtF0uUfmdH8wTFWvmadWpRCF { width:1.8125rem;height:1.8125rem;top:40.0732421875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwEpFecPl6GbnGl1Hc3Ual4CWXEvln8I { display:flex;width:1.5625rem;height:1.5625rem;top:21.875rem;left:12.34375rem;font-size:1.0625rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #bFR0BnIPVTuguRr1ibCnuln3biIhHvAi { width:11.4375rem;height:19.4375rem;top:1.4375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD { display:block; }#RmqTad1wnkHPWZ1wCew8e1GlV6r1plSD > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SICqATQ7LGgKQcfkNCkyylSbZFy5pEWI { width:18.75rem;height:19.01125rem;top:26.1875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K259EvuBW5zZufUvyE7AyPPPh4zbmPvu { display:flex;width:1.5625rem;height:1.5625rem;top:24.03125rem;left:5.18798828125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #cGl2HEGwI6N90LTb5FmpsZ7JtaOgNDTB { display:flex;width:1.5625rem;height:1.5625rem;top:24.03125rem;left:6.75048828125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Vtzp4iXKxyXVr5RPHSV1JEOlK9md7pJI { display:flex;width:1.5625rem;height:1.5625rem;top:24.03125rem;left:8.31298828125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TlzRFKnOxCczA5JGQk9UuushgPQgeTGw { display:flex;width:1.5625rem;height:1.5625rem;top:24.03125rem;left:9.87548828125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FK1eJlX9J1AfTTRaxxAOXt6fahzL11A5 { display:flex;width:1.5625rem;height:1.5625rem;top:24.03125rem;left:11.43798828125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #iGr7rGNrVu2gL0i0EAm1u3FXAlRFql1f { width:18.75rem;height:1.4624rem;top:45.76123046875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfO9u8DVCAIgMnycx9HOxmvJICIkFDPe { width:4.6875rem;height:4.6875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HytdIVkBGMOZdhM1s5Qll6GXFMfoPKHg { width:2.0625rem;height:2.0625rem;top:45.19873046875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmBfsDOEbpSLuchtdbabm9vhEvFOZyCS { display:flex;width:1.5625rem;height:1.5625rem;top:24.03125rem;left:11.43798828125rem;font-size:1.0625rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #LlsZD89LlD9AFDUC6xE0aZcV7Vk9745T { width:20rem;height:22.703625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA { display:block; }#vmJzMkTqiVmdCTkiBTKEfIH7HBNlHhqA > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRbReL5JZpUfhePTdgqgIpQc91Zea0d2 { width:18.75rem;height:20.473625rem;top:25.07861328125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZB5faZeUWCAoUlTFpFmuZleuFEMPXvGr { display:flex;width:1.5625rem;height:1.5625rem;top:22.57861328125rem;left:6.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vFxcK4Cgom8lTm46fbUMV2PpCz7siu5D { display:flex;width:1.5625rem;height:1.5625rem;top:22.57861328125rem;left:7.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SVwOX4n1SU5A5NziqX34kabcTk5QbM4k { display:flex;width:1.5625rem;height:1.5625rem;top:22.57861328125rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ccHkFRVKDwwZUaJ3JgT8kzC6TEzydhra { display:flex;width:1.5625rem;height:1.5625rem;top:22.57861328125rem;left:12.34375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Fan49gA0RhS72xuiTTGMv689wQImTiqP { display:flex;width:1.5625rem;height:1.5625rem;top:22.57861328125rem;left:12.34375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #EwMi7IQnLCFwptqZU2fKiGa3vtiNIdTb { width:18.75rem;height:1.4624rem;top:46.17626953125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzPT9olWlUMxnqN26tnKEN29OEutG9Z0 { width:4.6875rem;height:4.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ble8IPwAJkZmiez7lTTnfyxikRONI5nm { width:2.1875rem;height:2.1875rem;top:44.86376953125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4TmKhu3citKLaFSPeE1QTmCZGQlst0O { display:flex;width:1.5625rem;height:1.5625rem;top:22.57861328125rem;left:10.78125rem;font-size:1.0625rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #bq5uK0tes6NyTl6GWMSTlrxvUgwIOPIW { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhkbFvfRPw42Wiy66oak9laTvO8AMZJH { display:block; }#zhkbFvfRPw42Wiy66oak9laTvO8AMZJH > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT7rr0MTcCqCOUt1DOIqTDvQV4B38Alp { width:18.75rem;height:17.5488125rem;top:26.125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW96748hnsngoWbHdpWeF1zxTC5Xxqfg { display:flex;width:1.5625rem;height:1.5625rem;top:24rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M2criH4MRmXaOCdhzq937gdgk2hMPTRT { display:flex;width:1.5625rem;height:1.5625rem;top:24rem;left:6.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #dRRxbtggXldo6rqbP3RV9pEfzPgePsen { display:flex;width:1.5625rem;height:1.5625rem;top:24rem;left:7.71875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #pCEbI8x1Z1o0BmD0PaOx7oz2ZTC24hLW { display:flex;width:1.5625rem;height:1.5625rem;top:24rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #hQoPkrDheF2tlOrlVhN9fueb2wXnuvw8 { display:flex;width:1.5625rem;height:1.5625rem;top:24rem;left:10.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #wDBQRXDGSvB5l9ii7pfTekv22Qezx3q9 { width:18.75rem;height:1.4624rem;top:44.3603515625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTfTs0T7LopQUe5PDbmu5PA9I4zWC7Pq { width:4.6875rem;height:4.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPOv6I6aBaQPozzbfHevbONtm5fOT8P4 { width:2.125rem;height:2.125rem;top:43.6728515625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETTkvLyz7tWXCOJsOKMbCHMiXULheSM { width:9.5625rem;height:20.6875rem;top:1.375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWiFmDUsueB82hKBnFJuF40Xs74FnOP { width:9.375rem;height:17.3125rem;top:4.8125rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 { display:block; }#XhUnJgRIDUdxvNugH2VkANESMH9Gmon8 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJKLwZE41E1JiF8kJh7LExTKl8C8yHZ5 { width:18.75rem;height:23.3984375rem;top:31.6494140625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSQg4fKXIA15hCauku57tnt2czheOTpr { display:flex;width:1.5625rem;height:1.5625rem;top:29.2119140625rem;left:7.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OykveMKM2rV1by1T2oqn4UsToDpg7bU6 { display:flex;width:1.5625rem;height:1.5625rem;top:29.2119140625rem;left:10.84375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #asAzUcZ8C0Ws5D14BzTheqEges6A4Q7P { display:flex;width:1.5625rem;height:1.5625rem;top:29.2119140625rem;left:6.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Zg2XKgMZIQKuBXuqlaHZDVomdPMCMvHa { display:flex;width:1.5625rem;height:1.5625rem;top:29.2119140625rem;left:12.40625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #fewCyRbqnDRSHRRU6hGTOATQyyPsae6f { display:flex;width:1.5625rem;height:1.5625rem;top:29.2119140625rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tHwo691zTEy7sWZo9FT7HqOaAhnwsZZH { width:18.75rem;height:1.4624rem;top:56.19873046875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvXnc2dNvf6PVy1s49WQtrgVp9824zsS { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVNmIkTmy7wqpRsXpE0T8qpwalRPAyp { width:1.9375rem;height:1.9375rem;top:55.0478515625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioi6sxJm2CqCST5DnwXE0Ci7i3M4ZaNR { width:9.25rem;height:14rem;top:0.78125rem;left:1.2323010631443rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrZ8L75y5xkIPEzH0qcbs7aw10PGU6SK { width:9.25rem;height:13.0625rem;top:14.84375rem;left:9.814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K25mQTSyZZJE4NTd4TulPKWaAlZKvT6H { width:8.875rem;height:14.25rem;top:0.65625rem;left:10.345703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyLofaT5QVeMguC7XBpE4RypQCbuQoHH { width:9.3125rem;height:13rem;top:14.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN { display:block; }#d5PeX378FEzOg2XpxTKp6HkAKT6s6fUN > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUcEMs6Tik3uWlzTk3niZQLRVHwVxTTP { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 { display:block; }#clmaQlkZuw3EUOHk3QnhzSIRLzhcZDq9 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENAg8UgbpJ8g29mVUch1gJFkFWoTUWf7 { width:20rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpJXaNLyBskeEUZUypNhX9fAN0CLg4H { width:18.75rem;height:3.73730625rem;top:3.224609375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B { display:block; }#Lgzqc0AiPITzK3IIuJhatAioFsQ1O35B > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD { width:18.75rem;height:33.6875rem;top:1.25rem;left:0.625rem;font-size:1.125rem;display:block; }#DrCeXr8Im7ecGv6xPqUKbbLme4duHDfD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72ec8ee8b5b6abb8241ab4bd66b35f68ad473569.svg); }
 }@media only screen and (max-width: 763px) { #bz7OWcuzcqHTAfbkh4hGwswuS5mVzMAk { width:18.75rem;height:8.4375rem;top:36.1875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM { display:block; }#hhAM3Dfeq1tCwX9ieJtL9S9NmIixLkTM > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNrWe76J20ry0Rs2u10T4SPrAIxGAxeI { width:18.75rem;height:13.161625rem;top:3.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cg9J1RR6O322ShXTld7P8UGGu63uBl5C { display:flex;width:1.5625rem;height:1.5625rem;top:1.59375rem;left:9.21875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VMInaatyQyBkEe68gIglFd20fbXpHLV0 { display:flex;width:1.5625rem;height:1.5625rem;top:1.59375rem;left:10.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Gxt0LLd0VNntsBA81sfw2luANpsXqvHI { display:flex;width:1.5625rem;height:1.5625rem;top:1.59375rem;left:12.375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LttGEpxvm4nzmePw5LNTg4MdWbQkh67d { display:flex;width:1.5625rem;height:1.5625rem;top:1.59375rem;left:7.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DZ35JsVLFRMhmAkt2ph6bICZbDwI9wBw { display:flex;width:1.5625rem;height:1.5625rem;top:1.59375rem;left:6.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #M8OZGfoX2CRtsryt77kqCH7FXXkbKb8C { width:18.75rem;height:1.4624rem;top:17.97412109375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdCq25T1pQK8WWWlmh2skorkFTAKyhsE { width:2.875rem;height:2.875rem;top:0.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK8g9TFxPrKQfG4zEmmZb6504enRtrqn { width:2.5625rem;height:2.5625rem;top:16.97412109375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS { display:block; }#zRcWo7WdJJx3oTukH5fdpV9ITrdK2ASS > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GATLRnrfxSrfPU87XFMNXZ4I2LQuJVMN { width:20rem;height:3.73730625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT { display:block; }#WJXuBXku7sWxAnmUFa3WQ0IXDyW3GpKT > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO03Q2Kv422crKpOBzT1TGQXun9vihU1 { width:18.75rem;height:40.5rem;top:21.75rem;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.375rem;height:16.75rem;top:2.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWCzAP94nTJF9gG7IiUGGJPk76o4UKlE { width:16.6875rem;height:16.6875rem;top:1.8125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9McwZwq0lqV4KPT0sJkBinedT6cbIh { display:block; }#WW9McwZwq0lqV4KPT0sJkBinedT6cbIh > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPtbA25SglSlpKo8bM4TPfS5VxTTR1bF { width:18.75rem;height:3.25rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzkWsrmkUn0eTILD4oeA9TcAttpVyvRC { width:18.75rem;height:6.3369375rem;top:5.75rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 { display:block; }#QP6RVSIXrXkZsrvOhTUz6iFbkHteqVC3 > .row .container { width:20rem;height:69.3125rem;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:64.37375rem;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #xpKSmUfk4xVh3gkBivmpfus9EcgzgTPy {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rGb47k44O1vD1TNlcdApzbRT7TvudZTq {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #V4KbSqGmppbqomo0VUTH3PD0hTdmTsTA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnZfxzix1JM3uK2BFlrKWGMDv76k2Qti {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #y4GS9k03S6Tt3ioLgKfdEiHEnq3xH0Pk {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BKLrUPaPJArfbxUs7hVzPK2ePavX6Ja3 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #GIiE4LlMsiSog4FFaPvo4VRNUMd3wODM {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #UipnEHPqDMp5VncfTn7HdV83Bw5yHphN {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #vApb0ss37XokHxS3EeNSddKe0aJw02ZQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #TnUs4hMwhvfqCLBsRi1hJnm4dKTZAcyC {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #IMn28LDGqywgJwNLH2BD6HgoTzLyvMpT {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wBL4NTw0HWkhlgN7Ck5pDR2TOBVGUSwm {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wTb2yT6oTsnbPbIV4CIxpovvnsBIJLTg {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #B6nT1eNg7er8NOdeSzRRqaoHIgqsJAHR {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #egHT2hq73mOtLyaG3pECbHgE89yB0sHV {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #qazThDixFsJGJzHudVbloqVT7CpiI6ZK {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #eNU7iQIFSbPPeygiQ0uWdax0qS4t3zWm {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #AO6TMEpmvbdmRGgullDWK7dHXWeiBPrQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #CqbH7BuQ8UlrNSOfkMDgLo2rKEhhWwL0 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wUTxsg647Df6XgM7TOXVWisTMCgAk9MB {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fGpyhKe1Q8ZgyIfhhu3VTbZNCe2JOMre {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #Ng2ui0U8ZBTe3pCcFh6EA0cp1t5cvptf {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #wT1ssKuvlKnRdEycKaM3z9EqxOSaEMV7 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #FmJOJwktBGrwnb79blHy8RkpTfueslTX {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #lcZLUPXt6NiRiTi900KDmfQ5ZLHtXLu3 {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #I6qOSwLaIZ18BWHCHlPi3rrmO3LMNlMy {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #me8TrtrTgOyFKiJqnV0nI7o8KeQcJBTA {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #o3SlET6dwLv9OeMvFbZ9rsUgdTpx9HfP {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #qKBskOiFJqCIIi91Zp1zhomPxSw5tXUl {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #rcb7y5MmmkMok0ndS2pTSsx2TVOqJxlb {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #gxABrAsIeie8vhnhp9WhoXRXEmvaeNdt {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #SWIoaNAJunG5XCIokTHnJMPhq83xT29t {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #hLMFUZqZQaWT5KMHm8rwPxID7BWd0yKz {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #fElvKWzOfC7RuzyfEQgCMms1zdxncr4F {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #DCzScTDH6sUXHKnbLUaVSKHhPETW8UXl {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #BlbdvB0eEJHxsDfH2tkW8nM28zSpibPL {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #zsgCMg416aNbuV1TLMnbT7xHK19zOEZQ {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #VpwkharLyLMtJH2Mq9fkc1vrtteHQchl {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #aSp4TlD2LE196aHxD5Ed5lIRsuZqEWBF {  }
 }@media only screen and (max-width: 763px) { #opSGoJ5tNwdk6zJ4yEl9iL8xtP7JIXIi #F6DOLI48cBDVUMa7QXtsuEfgZGAST8Jq {  }
 }@media only screen and (max-width: 763px) { #a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ { display:block; }#a5mKG7E3ivpPTKHfmCWHtQqMiFFUNIlJ > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4etWsaqPJlMwNZtZWT1EWQwKxiBg6Lb { width:18.75rem;height:3.73730625rem;top:1.25rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB { display:block; }#csKlz5ktBp1ZmPdV8F2gZpqTrK9zzuDB > .row .container { width:20rem;height:132.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqxJPs76QECfTsdd9szML17fbnO8CZL1 { width:18.75rem;height:32rem;top:1.25rem;left:0.625rem;font-size:1.125rem;display:block; }#mqxJPs76QECfTsdd9szML17fbnO8CZL1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
 }@media only screen and (max-width: 763px) { #LKb7VZGpimzBxhdvlIgTETO3e8LK9TDe { width:20rem;height:50.125rem;top:39.8125rem;left:0rem;font-size:1.125rem;display:block; }#LKb7VZGpimzBxhdvlIgTETO3e8LK9TDe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
 }@media only screen and (max-width: 763px) { #r7IWTC1BZtxShJgRcq7P372k0OXTquXT { width:20rem;height:4.0625rem;top:34.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2pOJxiTTSaQZILUXE9WuvP2ZVxb8DHB { width:20rem;height:2.03125rem;top:91.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNrP3sB6lam15BEApiGI8GoWZ10cGiBo { width:20rem;height:23.5625rem;top:94.46875rem;left:0rem;font-size:1.125rem;display:block; }#aNrP3sB6lam15BEApiGI8GoWZ10cGiBo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ed0ad3273f5689b36304e437a57cc3777809026a.svg); }
 }@media only screen and (max-width: 763px) { #I25PWBtOAuCtgoX4C6aImKaTviezgmm8 { width:20rem;height:12.1875rem;top:119.28125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt { display:block; }#S3GsHV3x8POQZx6q4K7G6UCpsQSImGyt > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA89xSN5BP5KUIJOsGAemEpbzAyQptrs { width:18.75rem;height:5.60595625rem;top:1.25rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnLmaGOXJfaSlhTG0yVFWgNRrQD4keHH { width:18.75rem;height:33.75rem;top:8.10546875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk { display:block; }#D7r6dZgo2pEmOl3fOETTS16JdIOD1FAk > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDeIsZk39wTkfEvRyvBnAt1QO1BIDMcV { width:18.75rem;height:8.7988125rem;top:1.25rem;left:0.625rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rd5eT9CNh7ZLQegwkLRMOoftseFdNXqh { top:26.6865rem;left:0.625rem;width:18.75rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XINfTCTfBLBVsoKDO7kAMxCSgKN5LuhZ { display:block; }
 }@media only screen and (max-width: 763px) { #rGTth6NlFP4tWwpxRnbWFKoFr01AOPgf { width:20rem;height:11.25rem;top:14.1865rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytEphSMCiQSNbWRqOKGK78wm1ng5k7E { width:17.5rem;height:1.375rem;top:31.6865rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA { display:block; }#nTsucGfU4zGUDqmZ54QvZdkn2gST5oxA > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDhPBhFEkTNaRhtg0MRR4FKKlzfwG6kO { width:18.75rem;height:11.25rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 { position:relative;z-index:auto;background-color:rgba(255,201,215,0.56);background-image:none;display:block; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container { background-color: transparent; background-image: none; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container > .video-iframe-container { display: none; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row > .video-iframe-container { display: none; }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .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); }#nO1XTV0HIGl1LLvel20HMCzsF59sB5x0 > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ne0ukZl48WcwFsdpluSOmqOxTmVWN1CP { width:7.1875rem;height:1.375rem;top:1.75rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcwknrotzLvSTS0BTe6OzM2sazTXRqS { width:20rem;height:3.199225rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVS21QiIIDdy4ZaBpTvXH2nU2c2XImwn { width:1.875rem;height:1.875rem;top:8.125rem;left:5.3125rem;display:block; }
#TVS21QiIIDdy4ZaBpTvXH2nU2c2XImwn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #B4vVSoPgTBR65JqNK7eu2eHHqk3Sa7Pa { width:1.875rem;height:1.875rem;top:8.125rem;left:9.0625rem;display:block; }
#B4vVSoPgTBR65JqNK7eu2eHHqk3Sa7Pa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QZZOGA6o8rc21rbdpymqzxBMbOgAvQvc { width:2.1875rem;height:2.1875rem;top:7.96875rem;left:12.25rem;display:block; }
#QZZOGA6o8rc21rbdpymqzxBMbOgAvQvc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ar0ZfybbieduedGH29L8kCl98a8BT8Vf { display:block; }#Ar0ZfybbieduedGH29L8kCl98a8BT8Vf > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6yL90lINfF8LzxH9EskDk6ZrFg8NgTg { width:18.75rem;height:1.875rem;top:1.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kktwdDTLN398kwUTSexHpXPIWE8AfOTN { width:18.75rem;height:32.4951rem;top:4.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT { display:block; }#T1Sylg2HuAHvZlTawtRxtRRh9ZbuFfnT > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqLuzbXPybA0mV4cQgR2uD03kNTReL78 { width:18.1875rem;height:1.13720625rem;top:1.25rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FenhTpnZSkaSXtcRNAmIMv2HhQGPiotv { width:18.1875rem;height:1.13720625rem;top:3.63671875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }