.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}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); }#LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:none; }#LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao > .row .container { border-width: 0; border-radius: 0; }#LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:none; }#QgW7HEqMgHPFXaP830fVTSt99v0g4Gu5 { background-color:#4e49e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.125rem 0.1875rem rgba(0,0,0,0.4) ;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:"nunito sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.125rem;left:0rem;display:block; }
#z1XIoiXlewVMKEKQyotpIqW29ukzNPOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row .container { background-color: transparent; background-image: none; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row .container > .video-iframe-container { display: none; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row > .video-iframe-container { display: none; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .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); }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row .container { border-width: 0; border-radius: 0; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#bLen76LqTAJvUekNOuEJAco5SzAXCp8T { background-color:#4e49e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.125rem 0.1875rem rgba(0,0,0,0.4) ;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:"nunito sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.125rem;left:0rem;display:block; }
#yfxOEvmT9gDFoTAGQ1fAHXxZpd3Pqw4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5cba8408-06c6-4cd2-93fa-f04876ad1962/image28.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-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:78.375rem;width:75rem;overflow:visible;position:relative;display:block; }#HgE5dJafBtGIGfaA9EZs3RUAtbI7CZfd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:21rem;top:3.1796875rem;left:0rem;overflow:hidden;display:block; }
#qTq8vBtN39JxUn8xVJ7vVmJDLlbq44Wu { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"nunito sans extra bold";font-size:5.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:13.0556640625rem;left:0rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQl5ootFxlFITbTch6GpkwMz2TS0Ay3Q { background-color:#4e49e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.125rem 0.1875rem rgba(0,0,0,0.4) ;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:"nunito sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.875rem;left:0rem;display:block; }
#mFJRkVhXbzsZGIwU9hsDSE62J5zBba5H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iB8cz6IRno8TwOJr71hLMtBdJCxndSyc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.6875rem;width:33.375rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#bwal0as2N5vwghkJOEQcB3Jwi0ZopkTh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46rem;width:37.5rem;top:29.899739265442rem;left:0rem;overflow:hidden;display:block; }
#Ka5T6BrwAoeb9fbTBu4TgRI0z9VRRI06 { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"nunito sans extra bold";font-size:2rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:50.5rem;left:40.3125rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#owNroRoXlu7TvrERkec6qRbbLi46HL7g { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:58rem;left:40.3125rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#owNroRoXlu7TvrERkec6qRbbLi46HL7g li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#owNroRoXlu7TvrERkec6qRbbLi46HL7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c27b4a52-e460-4a09-ad54-6bf9e0a07070/i_check_circle.svg); }
#kJ2IeXnbA621SkdTuCRmi4VtERPR9cRy { 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:48.875rem;width:46.875rem;display:none; }
#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs { position:relative;display:block; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs { background-color: transparent; background-image: none; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .row .container > .video-iframe-container { display: none; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .row > .video-iframe-container { display: none; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .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); }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs { border-width: 0; border-radius: 0; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .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; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#tTpOTwiRkPH01DOnTTKU3fgdyNWyloid { box-sizing:content-box;height:7.875rem;width:24.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.9073486328125E-6rem;left:0rem;border-top:0.125rem solid #4e49e6;border-left:0.125rem solid #4e49e6;border-right:0.125rem solid #4e49e6;border-bottom:0.125rem solid #4e49e6;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#x9fUk2vKdVwbaHHXacEa7aODMHtKJQ0O { color:#4e49e6;display:block;width:13.5rem;position:absolute;font-family:"nunito sans extra bold";font-size:1.75rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:2.47265625rem;left:5.5208358764649rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lr66ogLdXnEdAh42SvrZya7TZpuVnTtG { color:#4e49e6;display:block;width:13.5rem;position:absolute;font-family:"nunito sans extra bold";font-size:1rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:4.86328125rem;left:5.5208358764649rem;height:0.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XL56L3TObiQ3rSu3nnOVGJtynNvbsLci { box-sizing:content-box;height:7.875rem;width:24.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:0rem;left:25.5rem;border-top:0.125rem solid #4e49e6;border-left:0.125rem solid #4e49e6;border-right:0.125rem solid #4e49e6;border-bottom:0.125rem solid #4e49e6;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#yZokGod2TEmXFRSq490Dq2WvO9EVaq9m { color:#4e49e7;display:block;width:13.5rem;position:absolute;font-family:"nunito sans extra bold";font-size:1.75rem;font-weight:400;z-index:15007;line-height:.9;letter-spacing:0;top:2.5rem;left:31rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v7i4QAy4rhwZiF9w8zLFCMJ2SuyrmftJ { color:#4e49e6;display:block;width:13.5rem;position:absolute;font-family:"nunito sans extra bold";font-size:1rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:4.875rem;left:31rem;height:0.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#selxoT33way2M0UEKqDyae94vtAZeHLD { box-sizing:content-box;height:7.875rem;width:24.0625rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:0rem;left:50.9375rem;border-top:0.125rem solid #4e49e6;border-left:0.125rem solid #4e49e6;border-right:0.125rem solid #4e49e6;border-bottom:0.125rem solid #4e49e6;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ZkCu3ToPUs34cZLxVeNT4TwOerG7hBJh { color:#4e49e6;display:block;width:13.5rem;position:absolute;font-family:"nunito sans extra bold";font-size:1.75rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:2.5rem;left:56.4375rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pWHJVvBnkiSlkBGJRWHEIIgDoHaC1G2r { color:#4e49e6;display:block;width:13.5rem;position:absolute;font-family:"nunito sans extra bold";font-size:1rem;font-weight:400;z-index:15011;line-height:.9;letter-spacing:0;top:4.875rem;left:56.4375rem;height:0.9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 { position:relative;display:block; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 { background-color: transparent; background-image: none; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .row .container > .video-iframe-container { display: none; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .row > .video-iframe-container { display: none; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .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); }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 { border-width: 0; border-radius: 0; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .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; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width: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; }#MR0pHoSSmxg3y6He40aXvTXS2hUwvE1a { position:absolute;display:block;z-index:15000;height:3.75rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e3ec;background-image:url("https://images.assets-landingi.com/uc/c289ded0-b036-44fe-a4fe-79e22eb9f87e/Inspiro_desktop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF.adaptive-delivery-prevent-bg, #FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF.lazyload, #FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF.lazyloading { background-image: none; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row .container { background-color: transparent; background-image: none; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row .container > .video-iframe-container { display: none; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row > .video-iframe-container { display: none; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .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); }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row .container { border-width: 0; border-radius: 0; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#pTHy2F54qztuDuEaFDrHrZUPgk2VS1B0 { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"nunito sans extra bold";font-size:3rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:3rem;left:13.03125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WI8Pzzsck4dTlSQptodEil2yazyuEifc { position:absolute;display:block;z-index:15000;height:30rem;width:70.5rem;top:7.9999980926512rem;left:2.375rem;display:block; }
#UMOFZ8eVvuuMs1x4emNLe6ETRGTZfglA { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#8d889e;background-image:none;top:52.6875rem;left:34.0625rem;display:none; }
#HL8ZZ4rsQ4cWE6V9IudJM2a9vEtySMbZ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#8d889e;background-image:none;top:52.6875rem;left:35.3125rem;display:none; }
#Rq2d7wTL2V4ROODwz8eQ8nPrvuExTTWG { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#8d889e;background-image:none;top:52.6875rem;left:36.5625rem;display:none; }
#O53Ck7gTaRTJzvvgZ9KSlP5wcRU7mAb9 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#8d889e;background-image:none;top:52.6875rem;left:37.8125rem;display:none; }
#EQ0ZrEAFsuCV9S2WMhCk13dQCJOWp7z1 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#8d889e;background-image:none;top:52.6875rem;left:39.0625rem;display:none; }
#PyWNrdu6Vt3vJ0nNlmdaIIP8V0zQZ2oF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#8d889e;background-image:none;top:52.6875rem;left:40.3125rem;display:none; }
#GpCe6NyvJHmkapJD4n97kFr0A7J8szof { position:absolute;display:block;z-index:15013;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:5rem;width:5rem;top:22.562500715256rem;left:0rem;overflow:hidden;display:block; }
#tKkXJRN6OWdPAT16iLrxmVoW1P9sfX2y { position:absolute;display:block;z-index:15014;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:5rem;width:5rem;top:22.645834684372rem;left:70rem;overflow:hidden;display:block; }
#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ { 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; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row .container { background-color: transparent; background-image: none; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row .container > .video-iframe-container { display: none; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row > .video-iframe-container { display: none; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .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); }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row .container { border-width: 0; border-radius: 0; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#mBPTVLcbUnvT5hS6iIpnzIzyCTiaMUZu { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"nunito sans extra bold";font-size:2rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:4.5625rem;left:13.03125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm { position:relative;display:block; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm { background-color: transparent; background-image: none; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .row .container > .video-iframe-container { display: none; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .row > .video-iframe-container { display: none; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .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); }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm { border-width: 0; border-radius: 0; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .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; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .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:18.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AtmnloheD2F3hzXee33Pzx9HrF3N7UqI { position:absolute;display:block;z-index:15001;height:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#CEt8HWXO569dJ0aA6K6MPcqti7xSmf7J { position:absolute;display:block;z-index:15014;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.0625rem;width:3rem;top:22.645834684372rem;left:70rem;overflow:hidden;display:none; }
#XocBp3ZRnJJF4wzTzes3uJlpD1S0UOkv { position:absolute;display:block;z-index:15013;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.0625rem;width:3rem;top:22.562500715256rem;left:0rem;overflow:hidden;display:none; }
#ukTmTF2D5coXAI3hlcJgsyT5z6BGKMpJ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#8d889e;background-image:none;top:52.6875rem;left:36.5625rem;display:none; }
#MMJ2WAc4y7n6mIgKB7xICfNKZmeroxTR { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#8d889e;background-image:none;top:52.6875rem;left:35.3125rem;display:none; }
#rsBPRTp5A0HmdvKlc5yxDZkpgTrCoKFn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#8d889e;background-image:none;top:52.6875rem;left:34.0625rem;display:none; }
#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu { 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; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row .container { background-color: transparent; background-image: none; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row .container > .video-iframe-container { display: none; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row > .video-iframe-container { display: none; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .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); }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row .container { border-width: 0; border-radius: 0; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#QRco7ZgglpNfTGvRzEZgOrO7fegJcf5y { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"nunito sans extra bold";font-size:2rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:2.09765625rem;left:13.03125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl { position:relative;display:block; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl { background-color: transparent; background-image: none; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .row .container > .video-iframe-container { display: none; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .row > .video-iframe-container { display: none; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .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); }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl { border-width: 0; border-radius: 0; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .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; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .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:18.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PIcOglPsGbWrdNRcJSVkQ3lkC4pTxU0B { position:absolute;display:block;z-index:15001;height:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#cwfgqJTgPT0cWnxK3UxOlAmThTa4DBhB { position:absolute;display:block;z-index:15014;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.0625rem;width:3rem;top:22.645834684372rem;left:70rem;overflow:hidden;display:none; }
#QEEzNExACIuxhXSHcemGaT1qItkcCtyy { position:absolute;display:block;z-index:15013;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.0625rem;width:3rem;top:22.562500715256rem;left:0rem;overflow:hidden;display:none; }
#BoNfFtTsxpCTU9qmZHxUEx7BJD1iNbth { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#8d889e;background-image:none;top:52.6875rem;left:36.5625rem;display:none; }
#CklFqt7OQ0mIKfTAmWFnyZoCaNXunFMD { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#8d889e;background-image:none;top:52.6875rem;left:35.3125rem;display:none; }
#F6zfvd0PNk1fgBnJNFB1OWEwzeonJxtM { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#8d889e;background-image:none;top:52.6875rem;left:34.0625rem;display:none; }
#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ { 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; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row .container { background-color: transparent; background-image: none; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row .container > .video-iframe-container { display: none; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row > .video-iframe-container { display: none; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .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); }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row .container { border-width: 0; border-radius: 0; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#M1Q6e31grXtWRlIciiJ2aT7Sn6nLT6DK { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"nunito sans extra bold";font-size:2rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:2.09765625rem;left:13.03125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe { position:relative;display:block; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe { background-color: transparent; background-image: none; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .row .container > .video-iframe-container { display: none; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .row > .video-iframe-container { display: none; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .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); }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe { border-width: 0; border-radius: 0; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .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; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .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:18.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BRlN09IxymJb7r7lRfnTKouaV0vO7kmN { position:absolute;display:block;z-index:15001;height:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#UFrUPV8fzLq6lOSFzDx8DcTQf5GXA5aF { position:absolute;display:block;z-index:15013;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.0625rem;width:3rem;top:22.562500715256rem;left:0rem;overflow:hidden;display:none; }
#aTvGwB6exgPfCNXM8bAfXc2TadpKWUgy { position:absolute;display:block;z-index:15014;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.0625rem;width:3rem;top:22.645834684372rem;left:70rem;overflow:hidden;display:none; }
#plBz7zx7tpE9pryqVSo3Dkh3Sfeqfilf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#8d889e;background-image:none;top:52.6875rem;left:36.5625rem;display:none; }
#mRKonaOavbUBm7AheHClqAgJ2PB3lDk8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#8d889e;background-image:none;top:52.6875rem;left:35.3125rem;display:none; }
#BvsFnU9S3hC8mdOggLUWxRhHE9gvMZOS { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#8d889e;background-image:none;top:52.6875rem;left:34.0625rem;display:none; }
#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC { position:relative;display:block; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC { background-color: transparent; background-image: none; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .row .container > .video-iframe-container { display: none; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .row > .video-iframe-container { display: none; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .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); }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC { border-width: 0; border-radius: 0; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .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; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;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; }#vcX7SpQyzO0RQDhdUkwLck7yQuD3e8En { position:absolute;display:block;z-index:15000;height:28.125rem;width:50rem;top:0rem;left:12.5rem;display:block; }
#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edebf1;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; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row .container { background-color: transparent; background-image: none; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row .container > .video-iframe-container { display: none; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row > .video-iframe-container { display: none; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .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); }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row .container { border-width: 0; border-radius: 0; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#kQ61MBwDnaPbgSboQdkpTLqTq2ThAraT { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"nunito sans";font-size:2rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:3.75rem;left:13.03125rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k9l2NbV3fOnKBKZFumdgS36fHOABcPpq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:9.9251296520231rem;left:32.187498092651rem;overflow:hidden;display:block; }
#bdFC7FbiDZeDBppvTz77wLmbRLsyW6uv { color:#000000;display:block;width:13.9371875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:21.727701902389rem;left:30.530599594116rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MOyy2I6GEt2wHx65kVHwo4LBggKN3efb { color:#4f49f0;display:block;width:20.8121875rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:23.249510526657rem;left:27.093099594116rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nThynCo1hwy3IpDFHCEvV2diTTJonFOk { background-color:#4e49e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"nunito sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.5rem;left:26.15625rem;display:block; }
#q9HeXLatzixLTahfJb4W2GsX597V4Q61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5ICOVAm8xNTwJsxd5oR8OibNdh0eJ2S { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:"nunito sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:31.5625rem;left:30.53125rem;height:1.0125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpuO6AC0WT4dPVOmuUuoHqG4qW1mzz2u { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #4e49e6;border-left:0.0625rem solid #4e49e6;border-right:0.0625rem solid #4e49e6;border-bottom:0.0625rem solid #4e49e6;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: none;box-sizing:border-box;color:#4e49e6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.6875rem;left:26.15625rem;display:block; }
#cEkoUEkMqbVlxWW6G6JthN7g6DT0PTZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#em0tXxudX51R1ABnsdGSwIQrTahr2ewe { color:#000000;display:block;width:31.375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:40.0556640625rem;left:21.8125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#em850fuepW3p6IIXNggE6owXzWoBTkVm { color:#000000;display:block;width:61.1873125rem;position:absolute;font-family:"nunito sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:42.00439453125rem;left:6.9051113128663rem;height:0.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao { display:block; }#LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QgW7HEqMgHPFXaP830fVTSt99v0g4Gu5 { width:17.9375rem;height:3.875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z1XIoiXlewVMKEKQyotpIqW29ukzNPOE { display:block; }
 }@media only screen and (max-width: 1199px) { #TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE { display:block; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bLen76LqTAJvUekNOuEJAco5SzAXCp8T { width:17.9375rem;height:3.875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfxOEvmT9gDFoTAGQ1fAHXxZpd3Pqw4p { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7cf88289-2a58-4d51-a718-40a198688958/tablet_hero1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HgE5dJafBtGIGfaA9EZs3RUAtbI7CZfd { width:12.75rem;height:4rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTq8vBtN39JxUn8xVJ7vVmJDLlbq44Wu { width:24.75rem;height:11.6996875rem;top:9.8802089691163rem;left:0rem;font-size:3.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #eQl5ootFxlFITbTch6GpkwMz2TS0Ay3Q { width:17.9375rem;height:3.875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFJRkVhXbzsZGIwU9hsDSE62J5zBba5H { display:block; }
 }@media only screen and (max-width: 1199px) { #iB8cz6IRno8TwOJr71hLMtBdJCxndSyc { width:25.75rem;height:32.25rem;top:0rem;left:21.848721056077rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #bwal0as2N5vwghkJOEQcB3Jwi0ZopkTh { width:21.375rem;height:26.25rem;top:30.125rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ka5T6BrwAoeb9fbTBu4TgRI0z9VRRI06 { width:27.375rem;height:4.79980625rem;top:32.25rem;left:20.305990219116rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owNroRoXlu7TvrERkec6qRbbLi46HL7g { width:27.1875rem;height:10.38575rem;top:38.875rem;left:20.4375rem;font-size:1rem;display:block; }#owNroRoXlu7TvrERkec6qRbbLi46HL7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c27b4a52-e460-4a09-ad54-6bf9e0a07070/i_check_circle.svg); }
 }@media only screen and (max-width: 1199px) { #kJ2IeXnbA621SkdTuCRmi4VtERPR9cRy { width:46.875rem;height:48.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs { display:block; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tTpOTwiRkPH01DOnTTKU3fgdyNWyloid { width:14.5rem;height:7.9375rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9fUk2vKdVwbaHHXacEa7aODMHtKJQ0O { width:13.5rem;height:1.79980625rem;top:2.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lr66ogLdXnEdAh42SvrZya7TZpuVnTtG { width:9.5rem;height:2.19921875rem;top:4.6875rem;left:4rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #XL56L3TObiQ3rSu3nnOVGJtynNvbsLci { width:14.5rem;height:7.9375rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZokGod2TEmXFRSq490Dq2WvO9EVaq9m { width:13.5rem;height:1.79980625rem;top:2.25rem;left:17.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v7i4QAy4rhwZiF9w8zLFCMJ2SuyrmftJ { width:9.5rem;height:1.0996125rem;top:5.25rem;left:19.1875rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #selxoT33way2M0UEKqDyae94vtAZeHLD { width:14.5rem;height:7.9375rem;top:0rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkCu3ToPUs34cZLxVeNT4TwOerG7hBJh { width:13.5rem;height:1.79980625rem;top:2.25rem;left:32.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pWHJVvBnkiSlkBGJRWHEIIgDoHaC1G2r { width:9.5rem;height:2.19921875rem;top:4.6875rem;left:34.5rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #n1T7NV2DaixEMbng5bI1cXZmWolgEB87 { display:block; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MR0pHoSSmxg3y6He40aXvTXS2hUwvE1a { width:47.75rem;height:3.75rem;top:2.1875004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF { display:block; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row .container { width:47.75rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pTHy2F54qztuDuEaFDrHrZUPgk2VS1B0 { width:47.75rem;height:2.69970625rem;top:3rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WI8Pzzsck4dTlSQptodEil2yazyuEifc { width:44rem;height:27.375rem;top:8.65625rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMOFZ8eVvuuMs1x4emNLe6ETRGTZfglA { width:0.625rem;height:0.625rem;top:41.062502384186rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL8ZZ4rsQ4cWE6V9IudJM2a9vEtySMbZ { width:0.625rem;height:0.625rem;top:41.062502384186rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rq2d7wTL2V4ROODwz8eQ8nPrvuExTTWG { width:0.625rem;height:0.625rem;top:41.062502384186rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O53Ck7gTaRTJzvvgZ9KSlP5wcRU7mAb9 { width:0.625rem;height:0.625rem;top:41.062502384186rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQ0ZrEAFsuCV9S2WMhCk13dQCJOWp7z1 { width:0.625rem;height:0.625rem;top:41.062502384186rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyWNrdu6Vt3vJ0nNlmdaIIP8V0zQZ2oF { width:0.625rem;height:0.625rem;top:41.062502384186rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GpCe6NyvJHmkapJD4n97kFr0A7J8szof { width:3.75rem;height:3.75rem;top:19.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKkXJRN6OWdPAT16iLrxmVoW1P9sfX2y { width:3.75rem;height:3.75rem;top:19.96875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ { display:block; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mBPTVLcbUnvT5hS6iIpnzIzyCTiaMUZu { width:47.75rem;height:1.79980625rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm { display:block; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AtmnloheD2F3hzXee33Pzx9HrF3N7UqI { width:44.4375rem;height:13.125rem;top:0rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEt8HWXO569dJ0aA6K6MPcqti7xSmf7J { width:3rem;height:3.0625rem;top:13.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XocBp3ZRnJJF4wzTzes3uJlpD1S0UOkv { width:3rem;height:3.0625rem;top:13.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukTmTF2D5coXAI3hlcJgsyT5z6BGKMpJ { width:0.625rem;height:0.625rem;top:14.5625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MMJ2WAc4y7n6mIgKB7xICfNKZmeroxTR { width:0.625rem;height:0.625rem;top:14.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsBPRTp5A0HmdvKlc5yxDZkpgTrCoKFn { width:0.625rem;height:0.625rem;top:14.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu { display:block; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QRco7ZgglpNfTGvRzEZgOrO7fegJcf5y { width:47.75rem;height:1.79980625rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl { display:block; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PIcOglPsGbWrdNRcJSVkQ3lkC4pTxU0B { width:47.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwfgqJTgPT0cWnxK3UxOlAmThTa4DBhB { width:3rem;height:3.0625rem;top:13.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QEEzNExACIuxhXSHcemGaT1qItkcCtyy { width:3rem;height:3.0625rem;top:13.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BoNfFtTsxpCTU9qmZHxUEx7BJD1iNbth { width:0.625rem;height:0.625rem;top:14.5625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CklFqt7OQ0mIKfTAmWFnyZoCaNXunFMD { width:0.625rem;height:0.625rem;top:14.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6zfvd0PNk1fgBnJNFB1OWEwzeonJxtM { width:0.625rem;height:0.625rem;top:14.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ { display:block; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M1Q6e31grXtWRlIciiJ2aT7Sn6nLT6DK { width:47.75rem;height:1.79980625rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCARW799FaAVhXxaN8SR1FTOIvLoTSEe { display:block; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .row .container { width:47.75rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BRlN09IxymJb7r7lRfnTKouaV0vO7kmN { width:47.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFrUPV8fzLq6lOSFzDx8DcTQf5GXA5aF { width:3rem;height:3.0625rem;top:13.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTvGwB6exgPfCNXM8bAfXc2TadpKWUgy { width:3rem;height:3.0625rem;top:13.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plBz7zx7tpE9pryqVSo3Dkh3Sfeqfilf { width:0.625rem;height:0.625rem;top:14.5625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRKonaOavbUBm7AheHClqAgJ2PB3lDk8 { width:0.625rem;height:0.625rem;top:14.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BvsFnU9S3hC8mdOggLUWxRhHE9gvMZOS { width:0.625rem;height:0.625rem;top:14.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC { display:block; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .row .container { width:47.75rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vcX7SpQyzO0RQDhdUkwLck7yQuD3e8En { width:33.9375rem;height:18.9375rem;top:2.75rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC { display:block; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kQ61MBwDnaPbgSboQdkpTLqTq2ThAraT { width:47.75rem;height:1.3496125rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9l2NbV3fOnKBKZFumdgS36fHOABcPpq { width:10.625rem;height:10.625rem;top:9.875rem;left:18.562498092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdFC7FbiDZeDBppvTz77wLmbRLsyW6uv { width:13.875rem;height:1.01220625rem;top:21.6875rem;left:16.905599594116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MOyy2I6GEt2wHx65kVHwo4LBggKN3efb { width:20.75rem;height:1.57470625rem;top:23.1875rem;left:13.468099594116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nThynCo1hwy3IpDFHCEvV2diTTJonFOk { width:22.6875rem;height:3.875rem;top:26.5rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9HeXLatzixLTahfJb4W2GsX597V4Q61 { display:block; }
 }@media only screen and (max-width: 1199px) { #k5ICOVAm8xNTwJsxd5oR8OibNdh0eJ2S { width:13.9375rem;height:1.01220625rem;top:31.5625rem;left:16.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpuO6AC0WT4dPVOmuUuoHqG4qW1mzz2u { width:22.6875rem;height:3.875rem;top:33.6875rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEkoUEkMqbVlxWW6G6JthN7g6DT0PTZI { display:block; }
 }@media only screen and (max-width: 1199px) { #em0tXxudX51R1ABnsdGSwIQrTahr2ewe { width:31.375rem;height:1.13720625rem;top:40rem;left:8.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #em850fuepW3p6IIXNggE6owXzWoBTkVm { width:37.75rem;height:3.1494125rem;top:41.875007629394rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao { display:block; }#LmrrAQcQCIr6CzXcObwXpWma9CbQN0Ao > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgW7HEqMgHPFXaP830fVTSt99v0g4Gu5 { width:18.75rem;height:3rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1XIoiXlewVMKEKQyotpIqW29ukzNPOE { display:block; }
 }@media only screen and (max-width: 763px) { #TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE { display:none; }#TPDDDBxOgLHsWJBZTSv45D0zhJiqfVrE > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bLen76LqTAJvUekNOuEJAco5SzAXCp8T { width:18.75rem;height:3rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfxOEvmT9gDFoTAGQ1fAHXxZpd3Pqw4p { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/468934ab-1567-4013-bd74-27d4c415289e/mobilebg1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgE5dJafBtGIGfaA9EZs3RUAtbI7CZfd { width:11rem;height:3.4375rem;top:1.8502604961395rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTq8vBtN39JxUn8xVJ7vVmJDLlbq44Wu { width:20rem;height:4.8rem;top:7.82421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eQl5ootFxlFITbTch6GpkwMz2TS0Ay3Q { width:18.75rem;height:3rem;top:14.217708587646rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFJRkVhXbzsZGIwU9hsDSE62J5zBba5H { display:block; }
 }@media only screen and (max-width: 763px) { #iB8cz6IRno8TwOJr71hLMtBdJCxndSyc { width:17.75rem;height:22.1875rem;top:58.389325618744rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwal0as2N5vwghkJOEQcB3Jwi0ZopkTh { width:20rem;height:24.533333333333rem;top:29.919266314697rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ka5T6BrwAoeb9fbTBu4TgRI0z9VRRI06 { width:20rem;height:4.2rem;top:39.988283157349rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #owNroRoXlu7TvrERkec6qRbbLi46HL7g { width:20rem;height:17.5875rem;top:45.977867126465rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }#owNroRoXlu7TvrERkec6qRbbLi46HL7g li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c27b4a52-e460-4a09-ad54-6bf9e0a07070/i_check_circle.svg); }
 }@media only screen and (max-width: 763px) { #kJ2IeXnbA621SkdTuCRmi4VtERPR9cRy { top:17.16796875rem;left:0rem;width:20rem;height:20.8125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs { display:block; }#LLTtl43u8JRVfcgi0RHxtLxxiMDH1GFs > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTpOTwiRkPH01DOnTTKU3fgdyNWyloid { width:19.9375rem;height:5.9375rem;top:0rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9fUk2vKdVwbaHHXacEa7aODMHtKJQ0O { width:13.5rem;height:1.4625rem;top:1.6875rem;left:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr66ogLdXnEdAh42SvrZya7TZpuVnTtG { width:13.5rem;height:1.1rem;top:4rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL56L3TObiQ3rSu3nnOVGJtynNvbsLci { width:19.75rem;height:5.9375rem;top:6.75rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZokGod2TEmXFRSq490Dq2WvO9EVaq9m { width:13.5rem;height:1.4624rem;top:8.4375rem;left:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7i4QAy4rhwZiF9w8zLFCMJ2SuyrmftJ { width:13.5rem;height:1.1rem;top:10.5rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #selxoT33way2M0UEKqDyae94vtAZeHLD { width:19.75rem;height:5.9375rem;top:13.5rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkCu3ToPUs34cZLxVeNT4TwOerG7hBJh { width:13.5rem;height:1.4624rem;top:15.125rem;left:3.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWHJVvBnkiSlkBGJRWHEIIgDoHaC1G2r { width:13.5rem;height:1.1rem;top:17.3125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1T7NV2DaixEMbng5bI1cXZmWolgEB87 { display:block; }#n1T7NV2DaixEMbng5bI1cXZmWolgEB87 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR0pHoSSmxg3y6He40aXvTXS2hUwvE1a { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF { display:block; }#FU2zTmJSmCGtRZAq7BueTu4Fi7UmbkQF > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTHy2F54qztuDuEaFDrHrZUPgk2VS1B0 { width:20rem;height:1.8rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI8Pzzsck4dTlSQptodEil2yazyuEifc { width:20rem;height:18.3125rem;top:5.5481772422791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOFZ8eVvuuMs1x4emNLe6ETRGTZfglA { width:0.625rem;height:0.625rem;top:29.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8ZZ4rsQ4cWE6V9IudJM2a9vEtySMbZ { width:0.625rem;height:0.625rem;top:29.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq2d7wTL2V4ROODwz8eQ8nPrvuExTTWG { width:0.625rem;height:0.625rem;top:29.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O53Ck7gTaRTJzvvgZ9KSlP5wcRU7mAb9 { width:0.625rem;height:0.625rem;top:29.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0ZrEAFsuCV9S2WMhCk13dQCJOWp7z1 { width:0.625rem;height:0.625rem;top:29.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyWNrdu6Vt3vJ0nNlmdaIIP8V0zQZ2oF { width:0.625rem;height:0.625rem;top:29.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpCe6NyvJHmkapJD4n97kFr0A7J8szof { width:2.875rem;height:2.875rem;top:28.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKkXJRN6OWdPAT16iLrxmVoW1P9sfX2y { width:2.875rem;height:2.875rem;top:28.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ { display:block; }#CKGLG5Oa0MdRVFhTiRgp3rlBiqDskGcQ > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mBPTVLcbUnvT5hS6iIpnzIzyCTiaMUZu { width:20rem;height:3.6rem;top:3.0624971389771rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm { display:block; }#ocJ7T58BgkQEZwxZDcgen4ZNZzFT3Uvm > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtmnloheD2F3hzXee33Pzx9HrF3N7UqI { width:20rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEt8HWXO569dJ0aA6K6MPcqti7xSmf7J { width:3rem;height:3rem;top:11.687500238419rem;left:12.75rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XocBp3ZRnJJF4wzTzes3uJlpD1S0UOkv { width:3rem;height:3rem;top:11.687500238419rem;left:4.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ukTmTF2D5coXAI3hlcJgsyT5z6BGKMpJ { width:0.625rem;height:0.625rem;top:12.875rem;left:10.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #MMJ2WAc4y7n6mIgKB7xICfNKZmeroxTR { width:0.625rem;height:0.625rem;top:12.875rem;left:9.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #rsBPRTp5A0HmdvKlc5yxDZkpgTrCoKFn { width:0.625rem;height:0.625rem;top:12.875rem;left:8.4375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu { display:block; }#IzrqS6lvsOWw86kqmSdgDF3imbTfxuKu > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRco7ZgglpNfTGvRzEZgOrO7fegJcf5y { width:20rem;height:3.6rem;top:1.5130214691162rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl { display:block; }#wWA3ZTyBoXqfIlpgne8g2JfkeTAufwNl > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIcOglPsGbWrdNRcJSVkQ3lkC4pTxU0B { width:20rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwfgqJTgPT0cWnxK3UxOlAmThTa4DBhB { width:3rem;height:3rem;top:11.6875rem;left:12.75rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QEEzNExACIuxhXSHcemGaT1qItkcCtyy { width:3rem;height:3rem;top:11.6875rem;left:4.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BoNfFtTsxpCTU9qmZHxUEx7BJD1iNbth { width:0.625rem;height:0.625rem;top:12.875000327826rem;left:10.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CklFqt7OQ0mIKfTAmWFnyZoCaNXunFMD { width:0.625rem;height:0.625rem;top:12.875000327826rem;left:9.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #F6zfvd0PNk1fgBnJNFB1OWEwzeonJxtM { width:0.625rem;height:0.625rem;top:12.875rem;left:8.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ { display:block; }#BWlVdIIDt9v54UQmGGG38Jnr0rm13MVJ > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1Q6e31grXtWRlIciiJ2aT7Sn6nLT6DK { width:20rem;height:1.8rem;top:1.6614608764649rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCARW799FaAVhXxaN8SR1FTOIvLoTSEe { display:block; }#cCARW799FaAVhXxaN8SR1FTOIvLoTSEe > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BRlN09IxymJb7r7lRfnTKouaV0vO7kmN { width:20rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFrUPV8fzLq6lOSFzDx8DcTQf5GXA5aF { width:3rem;height:3rem;top:11.6875rem;left:4.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTvGwB6exgPfCNXM8bAfXc2TadpKWUgy { width:3rem;height:3rem;top:11.6875rem;left:12.75rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #plBz7zx7tpE9pryqVSo3Dkh3Sfeqfilf { width:0.625rem;height:0.625rem;top:12.875rem;left:10.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mRKonaOavbUBm7AheHClqAgJ2PB3lDk8 { width:0.625rem;height:0.625rem;top:12.875rem;left:9.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BvsFnU9S3hC8mdOggLUWxRhHE9gvMZOS { width:0.625rem;height:0.625rem;top:12.875rem;left:8.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC { display:block; }#Zh7nlZ7NnSN0yTO0Ge62Lrb4V0pn6oXC > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcX7SpQyzO0RQDhdUkwLck7yQuD3e8En { width:20rem;height:11.25rem;top:0.25000762939453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC { display:block; }#J3DNcbyyHdriidBeTtU2KfMsOL8DdNHC > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ61MBwDnaPbgSboQdkpTLqTq2ThAraT { width:20rem;height:3.9rem;top:2.6875rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k9l2NbV3fOnKBKZFumdgS36fHOABcPpq { width:10.625rem;height:10.625rem;top:8rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdFC7FbiDZeDBppvTz77wLmbRLsyW6uv { width:13.9375rem;height:1.0125rem;top:20.1875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOyy2I6GEt2wHx65kVHwo4LBggKN3efb { width:20rem;height:1.575rem;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThynCo1hwy3IpDFHCEvV2diTTJonFOk { width:19rem;height:3.875rem;top:25.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9HeXLatzixLTahfJb4W2GsX597V4Q61 { display:block; }
 }@media only screen and (max-width: 763px) { #k5ICOVAm8xNTwJsxd5oR8OibNdh0eJ2S { width:13.9375rem;height:1.0125rem;top:30.625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpuO6AC0WT4dPVOmuUuoHqG4qW1mzz2u { width:19rem;height:3.875rem;top:32.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEkoUEkMqbVlxWW6G6JthN7g6DT0PTZI { display:block; }
 }@media only screen and (max-width: 763px) { #em0tXxudX51R1ABnsdGSwIQrTahr2ewe { width:20rem;height:1.1375rem;top:39.5625rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #em850fuepW3p6IIXNggE6owXzWoBTkVm { width:20rem;height:5.25rem;top:41.5625rem;left:0rem;font-size:0.875rem;line-height:1.5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }