.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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:15.125rem;top:1.125rem;left:1rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f0ee070-440c-4a8d-b922-0cad5224d703/metodiku_lecheniya_opredelyaet_s.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;overflow:visible;position:relative;display:block; }#VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { box-sizing:content-box;height:29.125rem;width:24.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2rem;left:49.000001907349rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid rgba(233,79,55,0.7);border-left:0.125rem solid rgba(233,79,55,0.7);border-right:0.125rem solid rgba(233,79,55,0.7);border-bottom:0.125rem solid rgba(233,79,55,0.7);display:block; }
#aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { position:absolute;display:block;z-index:15001;height:25rem;width:23.5rem;top:5.0625rem;left:49.750001907349rem;display:block; }
#CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:49.562501907349rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.9375rem;height:3.0874rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSGTSztma7PyL1bFqdlvQAF17t8cIgot { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:15.203125rem;left:1.9375rem;height:6.46809375rem;display:block; }
#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75.adaptive-delivery-prevent-bg, #xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75.lazyload, #xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75.lazyloading { background-image: none; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row .container { background-color: transparent; background-image: none; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row .container > .video-iframe-container { display: none; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row > .video-iframe-container { display: none; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .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); }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row .container { border-width: 0; border-radius: 0; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#yR0m0dHshkaqPxXonwba5Buf0MT1TKh5 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.828125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL { position:relative;display:block; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL { background-color: transparent; background-image: none; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .row .container > .video-iframe-container { display: none; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .row > .video-iframe-container { display: none; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .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); }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL { border-width: 0; border-radius: 0; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .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; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .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:20.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b6a2TIsEAskpWDvdOWKszv05BAg2gsEf { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.4375rem;width:14.3125rem;top:10.935329437256rem;left:0rem;display:block; }
#q5d3k4AUIAumxGIbowE4Uc1mbfV618yw { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.896701335907rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ze5F0XKHniWE1GXirA2qAEPIRSpcVsfB { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.1875rem;width:14.3125rem;top:11.061717987061rem;left:15.061718940735rem;display:block; }
#hLkqurAapaWb4ouLI7JKyAS6Bktxdb3n { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.1875rem;left:15.499999046326rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTOhOPi4TAFzTHRgcheeSzRQT3Dipy0F { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.125rem;width:14.3125rem;top:11.062282562256rem;left:30.061848640442rem;display:block; }
#xdSJVlKHqG578IcXKvgr2TB3aTxzukAZ { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:12.3125rem;left:30.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgPLfgLLTD60vsOsJEwhvkwv4bmHMoig { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:8.125rem;width:14.3125rem;top:11.062282562256rem;left:45.499135017395rem;display:block; }
#nP8XcdO06Ea9eiXF8UHyJEx8h6q1A3nF { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.125rem;left:45.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnuVowtvVHedmvG0330IyHRn9gmN8ma4 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,91,246,0.31) ;height:7.6875rem;width:14.3125rem;top:11.062282562256rem;left:60.749787330627rem;display:block; }
#vaRRvXx2DKMwJGTf7vnJoM4EeBOP1Ib9 { color:#000000;display:block;width:13.186875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.871093273163rem;left:61.813157081604rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTxImzp5DsxQBLBxoppSTdRCI147M4HN { color:#000000;display:block;width:14.1873125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.880208015442rem;left:0rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHo7bFJOJno8ct4sd348QFLRkHu2ookE { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.435939788818rem;left:15.530468940735rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATXLg2WfMlmnVJ7VwR2lszGma0Vt8fh8 { color:#000000;display:block;width:12.3730625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:15.436198234558rem;left:30.874566078186rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOJS7RSaPyng2293mOMdvroWJeqXyKiI { color:#000000;display:block;width:13.186875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:14.877387046814rem;left:61.813157081604rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXPkcdgKwNcdzZUEK5MgugWaoTHAogJE { color:#000000;display:block;width:13.186875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.877387046814rem;left:46.380211830139rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1hVVyTTEu2oIcnsXe0XARBK3xQ63SCA { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.0078277587891rem;left:45.498436927796rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#NtM6eLyL2lMrwQfZukHme22Tlp6VhI5e { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.984375rem;left:30.061718940735rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#RWuuSTTLozdTHSarC74BBePy0xr0XJcG { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.984375rem;left:15.061718940735rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#JCHXV2f0Lx6uI65oU096FR2ADeB07Tq8 { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:1.984375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#TI4O9cIHGXBSJfxaiTKCEbkuuhKoBQ1d { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:2.2890625rem;left:48.875000953674rem;overflow:hidden;display:block; }
#VUuohkLXi6Z1imy2fMdvf0Uy5c5RMRBs { position:absolute;display:block;z-index:15033;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.5625rem;width:8.6875rem;top:3.75rem;left:33.155468940735rem;overflow:hidden;display:block; }
#M4mPR7Oxlk0HBm402xabd8J1WvbGLTpX { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:9.5625rem;top:3.90625rem;left:2.375rem;overflow:hidden;display:block; }
#y5d0O8idVm542kLt589HJvdAwiBZ82BT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:9.0625rem;top:2.15625rem;left:17.686718940735rem;overflow:hidden;display:block; }
#yNvTbWBCCIEBmm9zX8HXalCsFTRuVKdL { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.984375rem;left:60.687500953674rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#Sq5z7L2CsKr4bJT54g0bLNJfrhIotUl6 { position:absolute;display:block;z-index:15033;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:6.0625rem;width:6.0625rem;top:3.4765625rem;left:64.874222755431rem;overflow:hidden;display:block; }
#GLcmuZy6RLw812wPWLPahaR22gmmszzN { 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; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { background-color: transparent; background-image: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container > .video-iframe-container { display: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container { display: none; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .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); }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { border-width: 0; border-radius: 0; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI.adaptive-delivery-prevent-bg, #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI.lazyload, #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI.lazyloading { background-image: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { background-color: transparent; background-image: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container > .video-iframe-container { display: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row > .video-iframe-container { display: none; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .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); }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { border-width: 0; border-radius: 0; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#HN5RczDBouDWeJKbnlfsv1grofDfDvpi { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:12.1875rem;width:24.375rem;top:0.875rem;left:42.8125rem;overflow:hidden;display:block; }
#mt4XKpdvJ0N0vw728SDo46HVSO5ua8Z4 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:17.500000953674rem;left:42.812500953674rem;height:11.7643125rem;overflow:hidden;display:block; }#mt4XKpdvJ0N0vw728SDo46HVSO5ua8Z4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mt4XKpdvJ0N0vw728SDo46HVSO5ua8Z4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#PZFH5uamBCePzmRTL5XN8gi46cIKsWHJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:12.1875rem;width:24.375rem;top:0.875rem;left:9.0625rem;overflow:hidden;display:block; }
#QBFlkyM9wWug737tLKi35gm4KXOasoWb { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:17.5rem;left:9.061718940735rem;height:19.8155625rem;overflow:hidden;display:block; }#QBFlkyM9wWug737tLKi35gm4KXOasoWb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QBFlkyM9wWug737tLKi35gm4KXOasoWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { position:relative;display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { background-color: transparent; background-image: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container > .video-iframe-container { display: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row > .video-iframe-container { display: none; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .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); }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { border-width: 0; border-radius: 0; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .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; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .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.125rem;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; }#SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { position:relative;display:block; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { background-color: transparent; background-image: none; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container > .video-iframe-container { display: none; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row > .video-iframe-container { display: none; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .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); }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { border-width: 0; border-radius: 0; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .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; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.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; }#FSq0qtMagCzSBBXeHsA0RCvxI37kT1SS { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.6875rem;left:50.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RXcZ9Ku3fGlsDyVqB9TH3r1JAtHymSin { position:absolute;display:block;z-index:15035;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:12.625rem;width:12.25rem;top:0.75rem;left:56.3125rem;overflow:hidden;display:block; }
#w5F1GRqHX2P690ixRMzrpBQwWs1s3dWn { box-sizing:content-box;height:10.5625rem;width:24.375rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:12.75rem;left:50.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ZIOTmTnCda7Z2ocqVWqrbNRMCrzTpUbs { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:13.3125rem;left:50.75rem;height:8.903rem;text-align:center;text-align-last:center;display:block; }
#iOf3wkruP0kaHph75TgPeG8I6RpzXJEQ { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xrRIPVB67cqNQdTOMwGMIfsh6cf0Pa6z { position:absolute;display:block;z-index:15025;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:13.5625rem;width:10.6875rem;top:1.0625rem;left:31.1875rem;overflow:hidden;display:block; }
#I7kCd6OWZVUKxcX6tFclbwqh1ctq07hU { box-sizing:content-box;height:10.6875rem;width:24.375rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:12.625rem;left:25.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#BJpW23I8GbE19DCEUJLfw2kBQi7sDmkM { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:13.1875rem;left:25.75rem;height:7.1224rem;text-align:center;text-align-last:center;display:block; }
#MVbrRILVyKZHi8EzB44vkkMzPVfSzB47 { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:0.6875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:11.9375rem;top:0.875rem;left:6.5rem;overflow:hidden;display:block; }
#qWHRzl92JJggTN0DE0yKhtqzvmNyFaTp { box-sizing:content-box;height:10.6875rem;width:24.375rem;position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;top:12.5625rem;left:0.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:13.125rem;left:1.1875rem;height:8.903rem;text-align:center;text-align-last:center;display:block; }
#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { position:relative;display:block; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { background-color: transparent; background-image: none; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container > .video-iframe-container { display: none; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row > .video-iframe-container { display: none; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .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); }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { border-width: 0; border-radius: 0; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .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; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;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; }#iCcvpB9oxgv7lXEhUiPsLwrmVJfZtGSd { box-sizing:content-box;height:11.1875rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#s0NspcOyXPDVGipgZpeDeztiX1U5CSSt { box-sizing:content-box;height:11.25rem;width:24.375rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:11.875rem;left:0.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:12.4375rem;left:0.75rem;height:8.903rem;text-align:center;text-align-last:center;display:block; }
#ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { position:absolute;display:block;z-index:15025;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:14.25rem;width:9.75rem;top:0.625rem;left:7.625rem;overflow:hidden;display:block; }
#CAww8t8JzqqV9TF23Kq2u3MRorp3mrSg { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yAgg3U1wJN09mBmt6loizyO1mfqTElWS { position:absolute;display:block;z-index:15035;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:14.1875rem;width:9.1875rem;top:1.375rem;left:33.5rem;overflow:hidden;display:block; }
#wB5VdPsVCHxM3uDBhJDM6dWfXhBvHqRQ { box-sizing:content-box;height:10.5rem;width:24.375rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;top:12.625rem;left:25.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:13.1875rem;left:25.75rem;height:7.1224rem;text-align:center;text-align-last:center;display:block; }
#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ { position:relative;display:block; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ { background-color: transparent; background-image: none; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .row .container > .video-iframe-container { display: none; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .row > .video-iframe-container { display: none; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .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); }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ { border-width: 0; border-radius: 0; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .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; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .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.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; }#s4OI47GMhJku2XlM7fNxuHPQkdDAWXKD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.125rem;width:74.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QpPzlRb29R1KdI5EXUFirwqsGkkWq2qJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ { position:relative;display:none; }#O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ { border-width: 0; border-radius: 0; }#O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ > .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; }#O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ > .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:75.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:none; }#Zxl7X3sOLsVMRtLu0LIyXeGnNhMCTEvG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:32rem;top:8.1875rem;left:17.8125rem;overflow:hidden;display:none; }
#UPJUlM96EJdl01DtmePRlhsMytW5c3TN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:75rem;display:none; }
#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { 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; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { 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; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { background-color: transparent; background-image: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .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); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { border-width: 0; border-radius: 0; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#e94f3719' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#e94f3719' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(233,79,55,0.1));background-size:contain !important;vertical-align:top; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .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; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#000000;font-family:arial; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .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.125rem;color:#000000;line-height:1.9;overflow:hidden;height:auto;font-family:arial; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .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_c98cfb4bf435279aa8dbc667c59e933c46190bad.svg");background-size:contain !important; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.adaptive-delivery-prevent-bg, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyload, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyloading { background-image: none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;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:0.42422485351562rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #n9H0Se48lPbwiZ57BU996ytwIXuLP2Vw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #trx7mFrrKe9byoyc6hbOClbT7FBC9Bce { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ReTFyiGIsdQ9bpvXeI5gyB9HFnTacU82 { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #JcX4svnpKborocWCAE4xJoPVVh80SP3N {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ha8ob56u609B336ToeTPf2ZzWhAVcqyV {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VoP5xesSeG8zC2tIqarStVnG89qJhxAb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DLxbdm1S6mmWKSsf0rqbFHwXlr1kILDW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #MIsphhH96wlJAESKkSke2NPtywEDAA6A { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #u96etFZfbJMUghkktrg9T1armTNTD15O {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tq97yHrdntIr56qZ1PCiHuqFFBWsPU6K { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 { display:none; }
#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row .container { background-color: transparent; background-image: none; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row .container > .video-iframe-container { display: none; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row > .video-iframe-container { display: none; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .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); }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row .container { border-width: 0; border-radius: 0; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#vxqFhXCey89SRWXEgq5427OD8hMukbOQ { background-color:#005bf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.29) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.75rem;left:25.187501907349rem;display:block; }
#mzCL63WJByxgAffkJVvBS2ScuhKzrC8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { top:1.125rem;left:0rem;width:15.125rem;height:3.5rem;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) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { top:2rem;left:22.625rem;width:24.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { top:5.0625rem;left:24.25rem;width:23.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { top:2.5rem;left:24rem;width:23.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { top:9.25rem;left:0rem;width:45.9375rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGTSztma7PyL1bFqdlvQAF17t8cIgot { top:15.1875rem;left:0rem;width:38.4375rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 { display:block; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yR0m0dHshkaqPxXonwba5Buf0MT1TKh5 { top:0.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL { display:block; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6a2TIsEAskpWDvdOWKszv05BAg2gsEf { top:10.875rem;left:0rem;width:14.3125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5d3k4AUIAumxGIbowE4Uc1mbfV618yw { top:11.875rem;left:0rem;width:14.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze5F0XKHniWE1GXirA2qAEPIRSpcVsfB { top:11rem;left:0rem;width:14.3125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLkqurAapaWb4ouLI7JKyAS6Bktxdb3n { top:12.1875rem;left:0rem;width:13.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOhOPi4TAFzTHRgcheeSzRQT3Dipy0F { top:11rem;left:9.5625rem;width:14.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdSJVlKHqG578IcXKvgr2TB3aTxzukAZ { top:12.25rem;left:11.5625rem;width:12.3125rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgPLfgLLTD60vsOsJEwhvkwv4bmHMoig { top:11rem;left:21.5rem;width:14.3125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8XcdO06Ea9eiXF8UHyJEx8h6q1A3nF { top:12.0625rem;left:22.6875rem;width:13.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnuVowtvVHedmvG0330IyHRn9gmN8ma4 { top:11rem;left:33.4375rem;width:14.3125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaRRvXx2DKMwJGTf7vnJoM4EeBOP1Ib9 { top:12.8125rem;left:34.625rem;width:13.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxImzp5DsxQBLBxoppSTdRCI147M4HN { top:13.875rem;left:0rem;width:14.125rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHo7bFJOJno8ct4sd348QFLRkHu2ookE { top:15.375rem;left:0rem;width:13.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATXLg2WfMlmnVJ7VwR2lszGma0Vt8fh8 { top:15.375rem;left:11.5625rem;width:12.3125rem;height:2.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJS7RSaPyng2293mOMdvroWJeqXyKiI { top:14.875rem;left:34.625rem;width:13.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXPkcdgKwNcdzZUEK5MgugWaoTHAogJE { top:14.875rem;left:22.6875rem;width:13.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1hVVyTTEu2oIcnsXe0XARBK3xQ63SCA { top:2rem;left:21.5rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtM6eLyL2lMrwQfZukHme22Tlp6VhI5e { top:1.9375rem;left:9.5625rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWuuSTTLozdTHSarC74BBePy0xr0XJcG { top:1.9375rem;left:0rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCHXV2f0Lx6uI65oU096FR2ADeB07Tq8 { top:1.9375rem;left:0rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4O9cIHGXBSJfxaiTKCEbkuuhKoBQ1d { top:2.25rem;left:28.125rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUuohkLXi6Z1imy2fMdvf0Uy5c5RMRBs { top:3.75rem;left:15.75rem;width:8.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4mPR7Oxlk0HBm402xabd8J1WvbGLTpX { top:3.875rem;left:0rem;width:9.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5d0O8idVm542kLt589HJvdAwiBZ82BT { top:2.125rem;left:2.875rem;width:9.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNvTbWBCCIEBmm9zX8HXalCsFTRuVKdL { top:1.9375rem;left:33.4375rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq5z7L2CsKr4bJT54g0bLNJfrhIotUl6 { top:3.4375rem;left:41.030472755432rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcmuZy6RLw812wPWLPahaR22gmmszzN { display:block; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { top:1.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI { display:block; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN5RczDBouDWeJKbnlfsv1grofDfDvpi { top:0.875rem;left:7.375rem;width:24.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt4XKpdvJ0N0vw728SDo46HVSO5ua8Z4 { top:17.5rem;left:7.375rem;width:24.375rem;height:;font-size:1rem;display:block; }#mt4XKpdvJ0N0vw728SDo46HVSO5ua8Z4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #PZFH5uamBCePzmRTL5XN8gi46cIKsWHJ { top:0.875rem;left:0rem;width:24.375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFlkyM9wWug737tLKi35gm4KXOasoWb { top:17.5rem;left:0rem;width:27.5625rem;height:19.8125rem;font-size:1rem;display:block; }#QBFlkyM9wWug737tLKi35gm4KXOasoWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { top:0.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { display:block; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSq0qtMagCzSBBXeHsA0RCvxI37kT1SS { top:0.6875rem;left:23.25rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcZ9Ku3fGlsDyVqB9TH3r1JAtHymSin { top:0.75rem;left:33.5rem;width:12.25rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5F1GRqHX2P690ixRMzrpBQwWs1s3dWn { top:12.75rem;left:23.25rem;width:24.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOTmTnCda7Z2ocqVWqrbNRMCrzTpUbs { top:13.3125rem;left:24.125rem;width:23.5rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOf3wkruP0kaHph75TgPeG8I6RpzXJEQ { top:0.5625rem;left:7.375rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRIPVB67cqNQdTOMwGMIfsh6cf0Pa6z { top:1.0625rem;left:17.5rem;width:10.6875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7kCd6OWZVUKxcX6tFclbwqh1ctq07hU { top:12.625rem;left:7.375rem;width:24.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJpW23I8GbE19DCEUJLfw2kBQi7sDmkM { top:13.1875rem;left:8.25rem;width:23.5rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVbrRILVyKZHi8EzB44vkkMzPVfSzB47 { top:0.6875rem;left:0rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { top:0.875rem;left:1.9375rem;width:11.9375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWHRzl92JJggTN0DE0yKhtqzvmNyFaTp { top:12.5625rem;left:0rem;width:24.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { top:13.125rem;left:0rem;width:23.5rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { display:block; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCcvpB9oxgv7lXEhUiPsLwrmVJfZtGSd { top:0.5625rem;left:0rem;width:24.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0NspcOyXPDVGipgZpeDeztiX1U5CSSt { top:11.875rem;left:0rem;width:24.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { top:12.4375rem;left:0rem;width:23.5rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { top:0.625rem;left:3.0625rem;width:9.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAww8t8JzqqV9TF23Kq2u3MRorp3mrSg { top:0.5625rem;left:7.375rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgg3U1wJN09mBmt6loizyO1mfqTElWS { top:1.375rem;left:19.8125rem;width:9.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB5VdPsVCHxM3uDBhJDM6dWfXhBvHqRQ { top:12.625rem;left:7.375rem;width:24.375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { top:13.1875rem;left:8.25rem;width:23.5rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ { display:block; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4OI47GMhJku2XlM7fNxuHPQkdDAWXKD { top:0rem;left:0rem;width:47.75rem;height:24.992892976589rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpPzlRb29R1KdI5EXUFirwqsGkkWq2qJ { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ { display:block; }#O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxl7X3sOLsVMRtLu0LIyXeGnNhMCTEvG { top:8.1875rem;left:4.1875rem;width:32rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPJUlM96EJdl01DtmePRlhsMytW5c3TN { width:47.75rem;height:59.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { top:1rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #n9H0Se48lPbwiZ57BU996ytwIXuLP2Vw {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #trx7mFrrKe9byoyc6hbOClbT7FBC9Bce {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ReTFyiGIsdQ9bpvXeI5gyB9HFnTacU82 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #JcX4svnpKborocWCAE4xJoPVVh80SP3N {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ha8ob56u609B336ToeTPf2ZzWhAVcqyV {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VoP5xesSeG8zC2tIqarStVnG89qJhxAb {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DLxbdm1S6mmWKSsf0rqbFHwXlr1kILDW {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #MIsphhH96wlJAESKkSke2NPtywEDAA6A {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #u96etFZfbJMUghkktrg9T1armTNTD15O {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tq97yHrdntIr56qZ1PCiHuqFFBWsPU6K {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 {  }
 }@media only screen and (max-width: 763px) { #MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ { display:block; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxqFhXCey89SRWXEgq5427OD8hMukbOQ { width:22.875rem;height:3.4375rem;top:0.75rem;left:11.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCL63WJByxgAffkJVvBS2ScuhKzrC8b { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { width:11.1875rem;height:2.5rem;top:0.8125rem;left:4.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f0ee070-440c-4a8d-b922-0cad5224d703/metodiku_lecheniya_opredelyaet_s.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { width:19.8125rem;height:28.9375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { width:18.625rem;height:15.8125rem;top:12.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { width:18.75rem;height:1.62435rem;top:9.6875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSGTSztma7PyL1bFqdlvQAF17t8cIgot { width:18.875rem;height:3.65559375rem;top:3.5rem;left:0.56171876192093rem;font-size:0.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 { display:block; }#xSz6dUNeOXuKB4HsU79bOHgRcbg7aN75 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yR0m0dHshkaqPxXonwba5Buf0MT1TKh5 { width:20rem;height:1.38125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL { display:block; }#p7PNNLbhDRbSOPiB7ZnF5yER8Vhw1rFL > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6a2TIsEAskpWDvdOWKszv05BAg2gsEf { width:16rem;height:7.875rem;top:9.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5d3k4AUIAumxGIbowE4Uc1mbfV618yw { width:15.37425rem;height:1.625rem;top:10.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze5F0XKHniWE1GXirA2qAEPIRSpcVsfB { width:16rem;height:7.625rem;top:27.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLkqurAapaWb4ouLI7JKyAS6Bktxdb3n { width:15.37425rem;height:1.625rem;top:28.6875rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOhOPi4TAFzTHRgcheeSzRQT3Dipy0F { width:16rem;height:7.75rem;top:44.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdSJVlKHqG578IcXKvgr2TB3aTxzukAZ { width:15.375rem;height:3rem;top:46.25rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgPLfgLLTD60vsOsJEwhvkwv4bmHMoig { width:16rem;height:7.6875rem;top:62.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8XcdO06Ea9eiXF8UHyJEx8h6q1A3nF { width:15.375rem;height:1.625rem;top:63.4375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnuVowtvVHedmvG0330IyHRn9gmN8ma4 { width:16.125rem;height:8.1875rem;top:79.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaRRvXx2DKMwJGTf7vnJoM4EeBOP1Ib9 { width:13.125rem;height:1.625rem;top:81.75rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxImzp5DsxQBLBxoppSTdRCI147M4HN { width:15rem;height:4.27083125rem;top:12.75rem;left:2rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fHo7bFJOJno8ct4sd348QFLRkHu2ookE { width:15.37425rem;height:3.0869125rem;top:31.9375rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATXLg2WfMlmnVJ7VwR2lszGma0Vt8fh8 { width:12.31175rem;height:2.847225rem;top:49.25rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJS7RSaPyng2293mOMdvroWJeqXyKiI { width:14.93675rem;height:2.847225rem;top:83.75rem;left:3rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PXPkcdgKwNcdzZUEK5MgugWaoTHAogJE { width:14.74925rem;height:2.847225rem;top:65.0625rem;left:2.625rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X1hVVyTTEu2oIcnsXe0XARBK3xQ63SCA { width:16rem;height:9rem;top:53.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtM6eLyL2lMrwQfZukHme22Tlp6VhI5e { width:16.0625rem;height:9rem;top:36rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWuuSTTLozdTHSarC74BBePy0xr0XJcG { width:16rem;height:9rem;top:18.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCHXV2f0Lx6uI65oU096FR2ADeB07Tq8 { width:16.0625rem;height:9.1875rem;top:0.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4O9cIHGXBSJfxaiTKCEbkuuhKoBQ1d { width:7.6875rem;height:7.6875rem;top:53.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUuohkLXi6Z1imy2fMdvf0Uy5c5RMRBs { width:8.6875rem;height:5.5625rem;top:37.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4mPR7Oxlk0HBm402xabd8J1WvbGLTpX { width:9.5625rem;height:4.9375rem;top:2.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5d0O8idVm542kLt589HJvdAwiBZ82BT { width:9.0625rem;height:7.5625rem;top:18.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNvTbWBCCIEBmm9zX8HXalCsFTRuVKdL { width:16.25rem;height:9rem;top:71rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq5z7L2CsKr4bJT54g0bLNJfrhIotUl6 { width:6.0625rem;height:6.0625rem;top:72.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcmuZy6RLw812wPWLPahaR22gmmszzN { display:block; }#GLcmuZy6RLw812wPWLPahaR22gmmszzN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0RGLwnDt4rtACGS1QOTzlS4vOZEtps { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI { display:block; }#TD7GLrArzAEUfJyVlFEReehU2Vl0vqCI > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HN5RczDBouDWeJKbnlfsv1grofDfDvpi { width:18.75rem;height:9.375rem;top:41.7373046875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt4XKpdvJ0N0vw728SDo46HVSO5ua8Z4 { width:18.75rem;height:11.7643125rem;top:52.0498046875rem;left:0.6240234375rem;font-size:1rem;z-index:15000;display:block; }#mt4XKpdvJ0N0vw728SDo46HVSO5ua8Z4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #PZFH5uamBCePzmRTL5XN8gi46cIKsWHJ { width:18.75rem;height:9.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFlkyM9wWug737tLKi35gm4KXOasoWb { width:18.75rem;height:30.017375rem;top:11.1875rem;left:0.625rem;font-size:1rem;display:block; }#QBFlkyM9wWug737tLKi35gm4KXOasoWb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d38b7230-4424-49c4-b999-06ea8abc8bab/tick2.svg); }
 }@media only screen and (max-width: 763px) { #DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh { display:block; }#DcFOKKlV5HBVa2QCnucV9uLgZVxH8SMh > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIpRJPHCRzt893IZW8vGNxoSLdfPSUS { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT { display:block; }#uFmIHyQwNDSh0TUhGE0DS8xX5hlpObsT > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSq0qtMagCzSBBXeHsA0RCvxI37kT1SS { width:20rem;height:12.0625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcZ9Ku3fGlsDyVqB9TH3r1JAtHymSin { width:11.5rem;height:11.875rem;top:25.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5F1GRqHX2P690ixRMzrpBQwWs1s3dWn { width:20rem;height:12.375rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOTmTnCda7Z2ocqVWqrbNRMCrzTpUbs { width:19.625rem;height:9.49435625rem;top:38.7509765625rem;left:0rem;font-size:1.1875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOf3wkruP0kaHph75TgPeG8I6RpzXJEQ { width:20rem;height:12.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrRIPVB67cqNQdTOMwGMIfsh6cf0Pa6z { width:8.5rem;height:10.8125rem;top:2.550000667572rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7kCd6OWZVUKxcX6tFclbwqh1ctq07hU { width:20rem;height:10.625rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJpW23I8GbE19DCEUJLfw2kBQi7sDmkM { width:19.625rem;height:7.1224rem;top:15.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVbrRILVyKZHi8EzB44vkkMzPVfSzB47 { width:20rem;height:12.0625rem;top:50.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXggXugvKqBRTZfeHyCv0CUSnvHES8W { width:9.0625rem;height:10.4375rem;top:52.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWHRzl92JJggTN0DE0yKhtqzvmNyFaTp { width:20rem;height:11.5rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmkRsJ61NXLRPab8lW1wf2yaak6ZZ70 { width:19.625rem;height:10.08571875rem;top:63.125rem;left:0.375rem;font-size:1.1875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 { display:block; }#y5aMCHsHCVWFnNKDM2x3sMnswlTQIb10 > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCcvpB9oxgv7lXEhUiPsLwrmVJfZtGSd { width:20rem;height:12.0625rem;top:1.2375001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0NspcOyXPDVGipgZpeDeztiX1U5CSSt { width:20rem;height:13.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm0TxXESN7M8iMI5VrdoQ1tOGtWmDATW { width:19.625rem;height:10.683575rem;top:14.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALNFsX8bnA46wb30J0UxWKJKH3K5FtE2 { width:8rem;height:11.6875rem;top:2.25rem;left:6.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAww8t8JzqqV9TF23Kq2u3MRorp3mrSg { width:20rem;height:12.0625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgg3U1wJN09mBmt6loizyO1mfqTElWS { width:7.8125rem;height:12.125rem;top:27.343750476837rem;left:6.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB5VdPsVCHxM3uDBhJDM6dWfXhBvHqRQ { width:20rem;height:14.0625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTeBUPTZntba6Ryd8rxGGNfFfaSeOLV { width:19.625rem;height:7.59548125rem;top:42.669921875rem;left:0rem;font-size:1.1875rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ { display:none; }#aHggb71CE6geeEI7rSrcaJ2vpKWv3zKZ > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s4OI47GMhJku2XlM7fNxuHPQkdDAWXKD { width:19.875rem;height:10.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpPzlRb29R1KdI5EXUFirwqsGkkWq2qJ { top:12.1875rem;left:0rem;width:20rem;height:25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ { display:block; }#O70EfcZxQE2X3VaKEpsFamcG0UrVKouQ > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zxl7X3sOLsVMRtLu0LIyXeGnNhMCTEvG { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPJUlM96EJdl01DtmePRlhsMytW5c3TN { top:1.96875rem;left:0rem;width:20rem;height:25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvL0MxGqSEKPWIUZntZ04mvGioU9WTCv { width:20rem;height:2.5996125rem;top:0.69921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { color:#000000;text-align:left;text-align-last:left; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-desc-text { font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #n9H0Se48lPbwiZ57BU996ytwIXuLP2Vw {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #trx7mFrrKe9byoyc6hbOClbT7FBC9Bce {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ReTFyiGIsdQ9bpvXeI5gyB9HFnTacU82 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #JcX4svnpKborocWCAE4xJoPVVh80SP3N {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ha8ob56u609B336ToeTPf2ZzWhAVcqyV {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aOgqQy4IqCGfRqBOhu8SGvrpAzINWWKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aLtnaMnobCIDRVyHRlXTUyCc3Vtf3pwL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kImTbTLfOHeuxgedEgQrXxvInqadCOBQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qJ8aArGcuPyVcL12pCOUJcBmShz0vmFI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VaDbLOox7sHHvESlnCuWpOnFRzEKnVKL {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #aX4T6dwd3bD56AAWD6xTRGMhndvwU4oD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VfBxbyn4lphgibbuPcJN70B4KB4z2rfR {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uZLP5TMah5IQlxpTF6DZ69cTUR3iqWKh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #imy9biElDqTSKX94pKZxqTMb1Jw5evog {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SpENiFX7tVKFPSZeV8o6SROIIUvXTSKO {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #VoP5xesSeG8zC2tIqarStVnG89qJhxAb {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DLxbdm1S6mmWKSsf0rqbFHwXlr1kILDW {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #MIsphhH96wlJAESKkSke2NPtywEDAA6A {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #u96etFZfbJMUghkktrg9T1armTNTD15O {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tq97yHrdntIr56qZ1PCiHuqFFBWsPU6K {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vAKukp6HsJq7D2bPuMMvRB1Ur6cTq5D1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SEyyr0nwn3DEEkTMKosO0mEAAko48INA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ga1vVXw35Ggo2UviBAgTVAElw8ZHEilD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Upw2ozCwmGFnwo8cAUAdUR5SAAk60adh {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #eFhf0r7mAURl0SqHTLU0frW7RfC48hTT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TQmtuwOo1SAz9WOE4hWT1LcuUmrRCrOp {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HdeiK8h7mQkUVQNJkyQI2EVuwxlLxMpa {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yq0JTdM607Mgkrk3i7G9B9JtE0Fq0UM1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mV1aZsnvAXkpo9MwhKG4UdTcZQ6UcRGe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gheGCX7HRoA5UyhowofsK7QthMB8ir90 {  }
 }@media only screen and (max-width: 763px) { #MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MKbC8Ocq2mhnecS8uVcHrBh2LGOU8FXQ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxqFhXCey89SRWXEgq5427OD8hMukbOQ { width:15.9375rem;height:2.5625rem;top:0.375rem;left:2.0312501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCL63WJByxgAffkJVvBS2ScuhKzrC8b { display:block; }
 }