.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:230,246,232;--color-primary-1:173,224,178;--color-primary-2:91,193,101;--color-primary-3:46,97,51;--color-primary-4:14,29,15;--color-secondary-0:222,223,222;--color-secondary-1:146,147,145;--color-secondary-2:37,39,34;--color-secondary-3:19,20,17;--color-secondary-4:6,6,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm { position:relative;display:none; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm { border-width: 0; border-radius: 0; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .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; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ALfSgasO8sPVQtZdEaRQFmHhTwuULrMl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.5625rem;left:25rem;display:none; }
#s3kCiEHfGJG9saTgIAmG2pIJ5SMKfxSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container { background-color: transparent; background-image: none; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container > .video-iframe-container { display: none; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row > .video-iframe-container { display: none; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .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); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container { border-width: 0; border-radius: 0; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#LOVP7FZ8uOJJAIvc35kS2hs6bDnwfpMt { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OpT1GVHdknC0tTUvI3Suy492k3l0o0eC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OpT1GVHdknC0tTUvI3Suy492k3l0o0eC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#bJPHrrbT7L2XlzvczOps97Ty7n71FdEM { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HC1VaI4TZtyCNtr6y8hWDhBbmZ8v1q3l { color:#272727;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#fdBR8TymVqAR2HILSQoPCQ158U2g37aA { color:rgba(var(--color-primary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.9375rem;left:57.5rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOkXzq78OoAw1KmLcEGLFzqcn8Mbk5g0 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15073;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:51.375rem;display:block; }
#rufLrP42uqZFJdJ5wGvzHVbktSDoia1A { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.8125rem;left:53.75rem;overflow:hidden;display:block; }
#mi1U9S22x5qym7lG845LOlHibBGrBnSQ { box-sizing:content-box;height:0.875rem;width:0.875rem;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:15074;background-color:#50c878;background-image:none;top:4.8125rem;left:56.1875rem;display:block; }
#kKexbTNMr2Ph0qw8J74ilDGTyzT4U1Lm { position:absolute;display:block;z-index:15076;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:2.1875rem;width:5rem;top:2.25rem;left:43.9375rem;overflow:hidden;display:block; }
#LCpyAngdwpZkucwRW29MfxBNGwE3DmGI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.9375rem;left:43.9375rem;height:0.875rem;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; }
#UPncPSDsOHdlrTx1fgSxiZBr5uGByS9V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#EdS7hTO8ObCsINkleqT3Vv058Sh0kD42 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.02490234375rem;left:60.71875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#DH7bTTdt1Namqu2eRz8tIP2pXXFJW4f3 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:5.75rem;top:2.46875rem;left:33rem;overflow:hidden;display:block; }
#g0eZkyhvmZn9ut6eGyD8TTUvERFcQTrN { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:4.9375rem;left:33.375rem;height:0.875rem;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; }
#XD7kthrsqd9xSfled6cwsOcFxaPyhDt9 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:41rem;display:block; }
#t2Li82IdBkyysp4EUAWc1mc2nafM8UWr { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15075;background-color:rgba(116,116,116,0.1);background-image:none;top:1.25rem;left:30.5625rem;display:block; }
#hDDwGxPuEB2rb5P2tON0NK7hLv31MgOv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.6875rem;top:2.28125rem;left:23.25rem;overflow:hidden;display:block; }
#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh { position:relative;display:none; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh { border-width: 0; border-radius: 0; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .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; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz { background-color:rgba(4,19,4,0.49);background-image:url("https://images.assets-landingi.com/uc/454ee108-c090-45dc-9a9a-f02269eaeffa/evrepair1.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz.adaptive-delivery-prevent-bg, #rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz.lazyload, #rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz.lazyloading { background-image: none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container { background-color: transparent; background-image: none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container > .video-iframe-container { display: none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row > .video-iframe-container { display: none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .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); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container { border-width: 0; border-radius: 0; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#MLL21bkCGbOvbmkTZSEuQGOTsc1ugbpo { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:6.25rem;left:0rem;height:5.36230625rem;font-style:normal;display:block; }
#gGUw0KBW8NFUtmsiiQERw5V3pBWcRR3o { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:5.1181625rem;font-style:normal;display:block; }
#OhAIL8dxgRZByAbiQBgB6DG1KIRFvDQl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:36.25rem;left:0rem;overflow:hidden;display:none; }
#O7U7GvB6m1abbiq9E9EHFDdmc0k3aF4z { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.25rem;left:18.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#kPTzUJR46seFB16Ue0XQKgUegs13H1Nn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:37.5rem;left:21.25rem;height:0;font-style:normal;display:none; }
#xgTTggLTV74fgRT2lfAZXnNMlovcCzKH { position:absolute;display:block;z-index:15024;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:1.25rem;width:1.25rem;top:46.25rem;left:21.25rem;overflow:hidden;display:none; }
#ySE4Kh1aTml2fn39ppkcIp6IriySHygM { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:46.25rem;left:23.125rem;height:0;font-style:normal;display:none; }
#o0SQVBNqJEpMeB8N408o05MUaJtZQnt7 { position:absolute;display:block;z-index:15023;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:1.25rem;width:1.25rem;top:46.25rem;left:36.25rem;overflow:hidden;display:none; }
#QyvtuH9by2lX71NR1TdCWNtxxdnBJV4q { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:5.01220625rem;font-style:normal;display:block; }#QyvtuH9by2lX71NR1TdCWNtxxdnBJV4q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QyvtuH9by2lX71NR1TdCWNtxxdnBJV4q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
#oEkL776ZEfVt5MbSKMou95BURIciP24B { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:4.9375rem;top:3.125rem;left:18.0625rem;overflow:hidden;display:block; }
#SISiTkmZvfeVJco1eGG6uKMIztCboHzp { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:3.125rem;left:11.625rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WF1ShgML7khVVSi0yICV7OOlg1P5TRt1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:5.8125rem;top:3.3125rem;left:5.375rem;overflow:hidden;display:block; }
#w1MHUJFhALD1nxASL7uuIW8gmkW3x43c { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:1.25rem;height:1.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zSH4mkiUhkcNFIxu5lPpLlDahUrhcSzT { box-sizing:content-box;height:2.5rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:2.5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TGoGZlozFtgnEBtlO0IVMUKEZOpRuEXT { box-sizing:content-box;height:32.5rem;width:25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.5rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wD2p7r54TbQSyEHFZzi4TxTlJS1TONC8 { position:absolute;display:block;z-index:15014;height:16.4375rem;width:20rem;top:3.125rem;left:51.25rem;display:block; }
#iPEdZJ6MVdbLdopadSnPCI7BQFMz3kiK { box-sizing:content-box;height:8.75rem;width:35rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#XrsLOWykn9hwSbZxxz61TarBVf5T1LWH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:32.5rem;left:3.125rem;height:1.2749rem;font-style:normal;display:block; }
#anK2iWbm0knpv4oAql0M8QdsAAwsX96K { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.5rem;left:32.5rem;overflow:hidden;display:block; }
#bebEBW7obvRT2QlfIrPdxlHn3QVOyiPW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:27.5rem;left:1.25rem;height:3.8994125rem;font-style:normal;display:block; }
#PgBCdsGWagKsIxJmpM2hZZTpO07IRsHV { 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:1.25rem;width:1.25rem;top:32.5rem;left:1.25rem;overflow:hidden;display:block; }
#XQn9MWQE3eQ3yeEFxCeSuvMJr3FlFzCN { color:rgba(var(--color-tertiary-4),0.2);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:32.5rem;left:18.4375rem;height:1.2749rem;font-style:normal;display:block; }
#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row .container { background-color: transparent; background-image: none; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row .container > .video-iframe-container { display: none; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row > .video-iframe-container { display: none; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .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); }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row .container { border-width: 0; border-radius: 0; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#GOCoFle8pyu9R2N04Netehv2RAR2yWKX { box-sizing:content-box;height:30rem;width:31.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e9e6fd2d-2339-4c07-a1db-7628c002accc/evchargerrepair2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:39.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#GOCoFle8pyu9R2N04Netehv2RAR2yWKX.adaptive-delivery-prevent-bg, #GOCoFle8pyu9R2N04Netehv2RAR2yWKX.lazyload, #GOCoFle8pyu9R2N04Netehv2RAR2yWKX.lazyloading { background-image: none; }
#FwzPqLFEZdWiB0KchBSrzMvHTnW7dSdy { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:5rem;left:2.5rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JeKfueT4wVNlVNpR0y8HmvsETNQmnqpQ { color:rgba(var(--color-primary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:2.5rem;height:10.2363125rem;font-style:normal;display:block; }
#WVpmVqZmXaJ0oeJO0iDpF0466SIUX4IL { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:27.5rem;left:20rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2JB1E1dkb0nSa1quZZmKDqSHX1U6Dfb { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.5rem;left:2.5rem;display:block; }
#aQqXnrkLAtslLWxZ9Glh2GsqsUlTJvGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fstBSmXcvFc35A46QBBxksMP0Q4biTOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.25);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; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row .container { background-color: transparent; background-image: none; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row .container > .video-iframe-container { display: none; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row > .video-iframe-container { display: none; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .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); }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row .container { border-width: 0; border-radius: 0; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#r0uaAxbZhmDNzGERJnokgPoRKSsiDTeL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:10rem;top:11.9375rem;left:2.5rem;overflow:hidden;display:block; }
#geqk8rQ6WOLpTNt44VG7SBVzlN1K0HpS { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pdXPzTqQpKy6ddKONqQ85VkRW0vFD1Qg { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#S28WF7F3dutXJnrQUA72I4axTG1T3DQe { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:8.375rem;top:15.6875rem;left:3.375rem;overflow:hidden;display:block; }
#qCzhttcmB6emXIKloqXFGTAi4cl5AX9f { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sQzKyMFLmIivHn5X9HGyLE2T5n2nSdT4 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:1.125rem;width:6.9375rem;top:19.4375rem;left:3.9375rem;overflow:hidden;display:block; }
#EraGR1pdNkneAxuCGNSQ4o6Dy6Lpc1fV { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZRdA6BbJhxVdZVorm97hHUEgR726Dgbf { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:6.125rem;top:11.9375rem;left:19.4375rem;overflow:hidden;display:block; }
#DNegPkPIGL17pEI5fiiKFvABbu4iGntq { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NNaavC2tMzSc8UkNqxBSBcTzV7qSQioG { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:7.625rem;top:15.625rem;left:18.75rem;overflow:hidden;display:block; }
#SDr2HM0wHW9NoTbqQpqExzQoDRaL9Wxq { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:16.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IIfLnmUzPwXLCudGoZO5ARsAbCTPxFzQ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:5.5625rem;top:19.375rem;left:19.4375rem;overflow:hidden;display:block; }
#XsQ6KiJhoxFsQdSnKFzp0zlpZuZxMseT { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MxqeHnWLGg0m4K21mBOlrauaVVs1y5tL { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:2.6875rem;top:11.875rem;left:36.25rem;overflow:hidden;display:block; }
#EJVZ5or3C0C5mg7KgOwupdPEKrNPi2O0 { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#yb8I60Tpc7es4Z6gl3HUGL8cQSAgDPiR { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:3.5625rem;top:15.625rem;left:35.5625rem;overflow:hidden;display:block; }
#eXhTKbNykzJG1oxevok283gtDhKS6t8b { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:31.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#T1S2FEPBox4NE80cHnA98IQ365LDeNEh { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:3.9375rem;top:19.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#fvVF7AVQoAOv83c0W3Ic2zLVPGCS23KP { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:46.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vk3ubKVUhBl9vuR8oipEWfDC58mq1dKi { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:4.0625rem;top:11.8125rem;left:50.5rem;overflow:hidden;display:block; }
#K7pT50HNozLdLFWL8zTaqoI8JGfpLhG6 { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:46.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vRVxAhmcFDwitl6tarFreUsCtLEkwQTz { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:4.125rem;top:15.5625rem;left:50.4375rem;overflow:hidden;display:block; }
#IEcsTrV6nvOJpn1MAz7cdUMZiJ67EfQC { box-sizing:content-box;height:2.5rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.75rem;left:46.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#b1boyKOGvMwNE4e78oPlGcP2NkuMrtlL { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:1.25rem;width:1.75rem;top:19.3125rem;left:51.75rem;overflow:hidden;display:block; }
#yK4T0iT0nVaCiqB60EsV77cp12C8OuO0 { color:rgba(var(--color-primary-4),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oq0x02LCpSaQCwwNyE54vldvDNO10hXL { color:rgba(var(--color-primary-4),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.25rem;height:3.4121125rem;font-style:normal;display:block; }
#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row .container { background-color: transparent; background-image: none; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row .container > .video-iframe-container { display: none; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row > .video-iframe-container { display: none; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .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); }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row .container { border-width: 0; border-radius: 0; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#LxQRK4uk00AfGgmHRFSB2MTBnh2vxbDQ { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#S9XCs56UhWvVskxvTkvekMX88Uzep0S0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:2.5rem;overflow:hidden;display:block; }
#hXdlCc9FmnX34Z56S0tWQoWTJmJxkVF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:27.5rem;left:2.5rem;height:1.23730625rem;font-style:normal;display:block; }
#LV4Q5gpzBoWMXgqgIvq8LLtigAb0r5Mg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:33.75rem;left:4.375rem;height:1.2749rem;font-style:normal;display:block; }
#w2DL1TgGaTbgUffcid9fq9F8QPlfWlN4 { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#b7n3f8FTC5tapCoPuiTfHDVagLGVomAp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:27.5rem;left:26.25rem;height:1.23730625rem;font-style:normal;display:block; }
#ppik11dKv3OuGshVAlIU56a1iANzPLuH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.375rem;left:26.25rem;height:2.5996125rem;font-style:normal;display:block; }
#M0SBDZZxD9W3pULNKoTThmsRNLdmeLzw { 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:1.25rem;width:1.25rem;top:33.6875rem;left:26.25rem;overflow:hidden;display:block; }
#CkenNO5dMWzyzVGzFHLW7U35Llq7Vcox { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:33.75rem;left:28.125rem;height:1.2749rem;font-style:normal;display:block; }
#CebEoZlyGm5hq5QpftT4FSD82w8U434z { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:48.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#O1Lxt5FTa4Z1b2ahVMnymv4CpPcfzDr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:27.5rem;left:50rem;height:1.23730625rem;font-style:normal;display:block; }
#fQNPgiT8USvHcRlBIh6LMX9io9p1FG6d { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:50rem;overflow:hidden;display:block; }
#Rm2oGoxQClSDTfK9scpdM3agitUTuMs7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:33.75rem;left:51.875rem;height:1.2749rem;font-style:normal;display:block; }
#syWr7eCwH4lEwixpLBAEz6JtwHObCFNi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:29.375rem;left:50rem;height:2.5996125rem;font-style:normal;display:block; }
#J5egVsrIofPQTW8pPBt9tR5iqbEVGbIX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.375rem;left:2.5rem;height:2.5996125rem;font-style:normal;display:block; }
#sLDrM905LhDKptMQnhlHI78zlFF55PGT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:18.75rem;overflow:hidden;display:block; }
#fkbnrlQ3pt0I0a8FB1pvkUs2KnmiD1I9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:33.75rem;left:42.5rem;overflow:hidden;display:block; }
#eiTmgV154TXe8tCw2ow0uhPMiXE2CQE4 { 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:1.25rem;width:1.25rem;top:32.5rem;left:66.25rem;overflow:hidden;display:block; }
#VHskxliFRUrfTeN6a4TO7Ssw9b0ft4es { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G7TzcnTdHIcKQyN2XVr6snAVrEO7ANX4 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzfMD6cMz5tDycXKQmy2w2HPMviTlrGC { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:2.5;letter-spacing:0;top:38.6875rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P6CP97QeZntlmlitMtwa6oyfH6T7pc5s { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:38.75rem;left:1.25rem;display:block; }
#yDFAwITWZIzpf854bkglB9ndpQBspF0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDVcOkgbQqJT2BtiTlZLN7D45GaTxXtE { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f735ca7a-cbd7-47c6-9547-89bd3f10eb24/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#GDVcOkgbQqJT2BtiTlZLN7D45GaTxXtE.adaptive-delivery-prevent-bg, #GDVcOkgbQqJT2BtiTlZLN7D45GaTxXtE.lazyload, #GDVcOkgbQqJT2BtiTlZLN7D45GaTxXtE.lazyloading { background-image: none; }
#eKJvRf3IrqhdPAIt8cmdWENttXJHxECT { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/280b974d-1247-46d5-ae90-8f2e00798dcb/8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#eKJvRf3IrqhdPAIt8cmdWENttXJHxECT.adaptive-delivery-prevent-bg, #eKJvRf3IrqhdPAIt8cmdWENttXJHxECT.lazyload, #eKJvRf3IrqhdPAIt8cmdWENttXJHxECT.lazyloading { background-image: none; }
#sQ1iM89JI7OqJyZTIQcfE7INlBRe6gJM { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/39508c83-2db2-4589-86d4-87ced120f56a/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.6875rem;left:48.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#sQ1iM89JI7OqJyZTIQcfE7INlBRe6gJM.adaptive-delivery-prevent-bg, #sQ1iM89JI7OqJyZTIQcfE7INlBRe6gJM.lazyload, #sQ1iM89JI7OqJyZTIQcfE7INlBRe6gJM.lazyloading { background-image: none; }
#yloz48MBwmHasOM9JGfue9bZG9HAV11h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row .container { background-color: transparent; background-image: none; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row .container > .video-iframe-container { display: none; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row > .video-iframe-container { display: none; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .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); }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row .container { border-width: 0; border-radius: 0; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#d9x6DIuowngP7h1a44y6DDI1FygFyAzR { color:rgba(var(--color-secondary-3),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BsWWZ0TMPcQvLnnKa2zWrQrx1w2AZn9k { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MEeIGDalBRwW4swQ2ycxWvEZD6IdLXAW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:10.9375rem;left:2.1875rem; }
#PRHiKBW82L3UvIMf6rrRi2SsgXBTTBkX { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15074;background-color:rgba(0,0,0,0.2);background-image:none;top:11.875rem;left:6.6875rem;display:block; }
#to0yywqk8AlP6nRdaTDiF5acpODtdQZe { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w5mmtZQazV28Pqx7nJcqEtSDT6HlvZRq { color:rgba(0,0,0,0.9);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:19.125rem;left:1.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtMiT1sipJmTCHHZGbsprE60Tn4pxxly { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:26.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CaMFoStk8yKepJCMg1FhmOF4GKp1Eg2f { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:10.9375rem;left:27.1875rem; }
#gT1sdrXTangqIzMzm4kG35VuvSV2TLSA { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:19.125rem;left:26.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeK1d1LO3NDTTdZw3KeXXfwevL8GxAVp { color:#000000;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:16.25rem;left:26.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SUqZgSFTvhlIhuczQXmesLBe2zPRMyxZ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:19.125rem;left:51.25rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZL1KF45gNzTEnwqQtOeWT3fZe1Z04Blb { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:16.25rem;left:51.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbidm7MRpMDNhT1AJUdRZRJJ747zzU6g { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-secondary-0),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10rem;left:51.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QQyspUkaqyW9PcRcHMCfr8UIqdGHvtHO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:10.9375rem;left:52.1875rem; }
#ixDDzC1bJP3DA0NLowf6nhUDIINBBngC { box-sizing:content-box;height:0.0625rem;width:17.5rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.2);background-image:none;top:11.875rem;left:31.625rem;display:block; }
#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49cff9cb-1376-4318-8e2b-dbcf8ebf2a79/1.webp");background-position: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; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7.adaptive-delivery-prevent-bg, #FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7.lazyload, #FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7.lazyloading { background-image: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container { background-color: transparent; background-image: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.87); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container > .video-iframe-container { display: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.87); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row > .video-iframe-container { display: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .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); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container { border-width: 0; border-radius: 0; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#JZ4MDtXtW03e4T8V3oCfmzTT71LX7922 { box-sizing:content-box;height:2.5rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:2.5rem;left:28.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uxWtDVLzW96w9LC2khJRtNLMbp2V8hu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:29.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFnIwVPzTRWPSiv91VPGAPMRrGQI3wfv { color:rgba(var(--color-tertiary-0),1);display:block;width:67.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:3.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qb8Uiz7xX9tGkVq1TkO0QfavIIfwLZwx { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:23.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ju0Lsa9eievu8JuJXsU6ex3PZ9LxnhpG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:13.8125rem;left:30rem;display:block; }
#o4W3W1DgL0DwNIXGiXc8fI3hDvCMde6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EgMoQB3ORoo9ZgUDFmfWp85crOUx0dKn { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:2.5;letter-spacing:0;top:16.25rem;left:30.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container { background-color: transparent; background-image: none; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container > .video-iframe-container { display: none; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row > .video-iframe-container { display: none; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .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); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container { border-width: 0; border-radius: 0; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#LNRgdAWs8F5ABy0RuNIZ4z9LOTmG4sfK { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EtSb4tnKZv3pTIWifFcgnDqJBLL4IlHF { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:21.375rem;left:2.5rem;height:1.23730625rem;font-style:normal;display:block; }
#KKIiXgoTKsVyeTmsImtQ9olKg79FxTIS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:23.8125rem;left:2.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#BfvUKs1xg05M7VH9pvXl7haSqXScfHWT { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ieXJRBOzZi2J2fLTTH34RemU6gV01qnz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:23.8125rem;left:26.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#aKkGBrA5nxo1OKhHh8HiGFq9TLTXGDxF { color:rgba(var(--color-tertiary-3),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.1;letter-spacing:0;top:21.375rem;left:26.25rem;height:1.23730625rem;font-style:normal;display:block; }
#McEeRCyDaDTRWM8E4ikTuFGTU1JChZLy { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.8125rem;left:48.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pQvrHBq2rTXJnw17NM8rkeGGuG2aZPT7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:23.8125rem;left:50.0625rem;height:5.19921875rem;font-style:normal;display:block; }
#LhAmpCFQVdffVEMgTnG07kXc7NiTfQsT { color:rgba(var(--color-tertiary-3),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:21.375rem;left:50rem;height:1.23730625rem;font-style:normal;display:block; }
#LnTKsLvF33dEKr366qoO8nOAKbpAa0Et { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5dMyrN24MUTxqc4zUusbeI41091mLcD { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/78cfe0a8-3303-49d4-a0db-234f211cdbc9/evchargerrepair7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#C5dMyrN24MUTxqc4zUusbeI41091mLcD.adaptive-delivery-prevent-bg, #C5dMyrN24MUTxqc4zUusbeI41091mLcD.lazyload, #C5dMyrN24MUTxqc4zUusbeI41091mLcD.lazyloading { background-image: none; }
#B6qr0JkUXW9UiCv1l6A0u0bXTQu7hdzG { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/786639b4-c2cb-4a7c-b6c9-0c32f6305da7/evchargerrepair3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#B6qr0JkUXW9UiCv1l6A0u0bXTQu7hdzG.adaptive-delivery-prevent-bg, #B6qr0JkUXW9UiCv1l6A0u0bXTQu7hdzG.lazyload, #B6qr0JkUXW9UiCv1l6A0u0bXTQu7hdzG.lazyloading { background-image: none; }
#xcK1tp8VRRAWZ3siy5k4CBRpiL46cwk6 { box-sizing:content-box;height:12.5rem;width:20rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1c6c9ba-9e73-42a3-849b-11ccd3771228/evchargerrepair5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5rem;left:48.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#xcK1tp8VRRAWZ3siy5k4CBRpiL46cwk6.adaptive-delivery-prevent-bg, #xcK1tp8VRRAWZ3siy5k4CBRpiL46cwk6.lazyload, #xcK1tp8VRRAWZ3siy5k4CBRpiL46cwk6.lazyloading { background-image: none; }
#ogwypKLUJKq1xSh5wXXiRIB5dhsvD6zw { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:2.5;letter-spacing:0;top:32.5rem;left:18.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ztWpaSvyZ3SD2DTAw2Sv2ZVic8wKP3yS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.5625rem;left:1.25rem;display:block; }
#xAxWXoTSWsT5tT16KmFSTfJTL3KBx1OV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row .container { background-color: transparent; background-image: none; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row .container > .video-iframe-container { display: none; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row > .video-iframe-container { display: none; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .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); }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row .container { border-width: 0; border-radius: 0; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#coSSqlfuyBBZko49g4rXo3TPMQygCrXn { color:rgba(var(--color-primary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OzcZeGdANaQirDyrprRylL4awXyOzOF8 { color:rgba(var(--color-primary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE67LTJqmRCZdtZrI8PwUQdBOrJSySRI { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r6M15dzsfzdW56UlDx13IHM4cEaJQuTE { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:16.75rem;left:2.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uli975O7Z8CylkXhVcAwDEWbtwSdFBL0 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:29.3125rem;left:2.5rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbJef4ulKaeZzNdTAQncs29HLCKy88aS { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:27.4375rem;left:2.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8Nu9EfyxgDZu0RcpaeIrcswvgtKJaT1 { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:41.8125rem;left:2.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mn7gi3M9zHSK5lV1ZG0caZzBO2eo1XLc { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:39.9375rem;left:2.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dxyx8xTpf6Ihb5AkTpzPHrFuRTpdknTn { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:41.8125rem;left:40rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fsHfB5XJ4I2ZOGs7aS1NkHLkgnKAy2hT { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:39.9375rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gpP2b6gbuT3RCAQu4TysbVemfiLzA01d { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:29.3125rem;left:40rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qx4H0fovoSXay9CUwnmPVZKnkDUIJKWZ { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:27.4375rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FzbDq7cWSEQB0oHBzOiAQFCatl0nho7J { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:16.75rem;left:40rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dh3ZgOBD94RTrEHXXdl8zNLlhQTp2Q8R { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:14.875rem;left:40rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JZ1MSf2bbgbzPclb3nNumghtn2O7dB8X { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.1);background-image:none;top:24.875rem;left:2.5rem;display:block; }
#qe7DDnkH2zkKyxtOct1o779P9J3MhBA0 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:24.875rem;left:40rem;display:block; }
#fKT6QNMNJLIH8UrCHegAaJckltTg72OF { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:37.375rem;left:2.5rem;display:block; }
#QLO91vBUeHxBexpJlSugDT5ZyatITXgC { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15078;background-color:rgba(0,0,0,0.1);background-image:none;top:37.375rem;left:40rem;display:block; }
#ShxzyiNcSluwDFSGKuk8MN1yupxAwEUs { box-sizing:content-box;height:38.75rem;width:0.0625rem;position:absolute;display:block;z-index:15079;background-color:rgba(0,0,0,0.1);background-image:none;top:11.1875rem;left:37.4375rem;display:block; }
#nXGUlfsa515P17fiXGIQzTkHsIOm6xsZ { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15076;background-color:rgba(0,0,0,0.1);background-image:none;top:12.375rem;left:2.5rem;display:block; }
#NPwDZW7T7V7MQOBFIGKcc6JTuuPrGkx6 { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15077;background-color:rgba(0,0,0,0.1);background-image:none;top:12.375rem;left:40rem;display:block; }
#rgPCFzsSdglE2ztR9mlxwCKoHv7NaKAE { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15080;background-color:rgba(0,0,0,0.1);background-image:none;top:48.625rem;left:2.5rem;display:block; }
#IUDOJOUt6IDF0DnlZczFca18aZCLfr5X { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15081;background-color:rgba(0,0,0,0.1);background-image:none;top:48.625rem;left:40rem;display:block; }
#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row .container { background-color: transparent; background-image: none; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row .container > .video-iframe-container { display: none; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row > .video-iframe-container { display: none; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .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); }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row .container { border-width: 0; border-radius: 0; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#WkUDByTCbs5HaRlfCuvaxPUKax4zFetL { box-sizing:content-box;height:23.8125rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/78cfe0a8-3303-49d4-a0db-234f211cdbc9/evchargerrepair7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.375rem;left:1.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#WkUDByTCbs5HaRlfCuvaxPUKax4zFetL.adaptive-delivery-prevent-bg, #WkUDByTCbs5HaRlfCuvaxPUKax4zFetL.lazyload, #WkUDByTCbs5HaRlfCuvaxPUKax4zFetL.lazyloading { background-image: none; }
#WkUDByTCbs5HaRlfCuvaxPUKax4zFetL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#WkUDByTCbs5HaRlfCuvaxPUKax4zFetL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#TCRy29ZkQRXrsyalQTO8MpvBhPHsJZ6l { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:6.6875rem;left:12.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2cMFGplmLvpVaGG0ieK8QP4729TvvT5 { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:9.875rem;left:18.75rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzNTiuWnQWOGqZAZWmsBuDuZnToPCKCB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.5625rem;left:25rem;display:block; }
#r2VyXUDLOnNR3NJWODgvEJynzovSQUk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6JIc5efyMzvbZe6tbA7ELTpxR0gV6oN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:28.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container { background-color: transparent; background-image: none; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container > .video-iframe-container { display: none; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row > .video-iframe-container { display: none; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .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); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container { border-width: 0; border-radius: 0; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#WlHIZ1ptS3faPu2CuzaSg7xRRaPKAQpF { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.64990234375rem;left:2.5rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XNdHgXWr8s4zrwQUOiVUn4lfqp5GGZsu { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.625rem;left:49.6875rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J0klQl8dpEovu5hqQN0RGEXz2MoSEZFp { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.625rem;left:57.1875rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrL08qziwQ5IGyCKq2opAJtDth5prg8v { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:12.625rem;left:67.1875rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nQ1oEeTZ978vGuaLdOChrhcCdTkofbe7 { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:6.125rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
#B9G5i4DNcf7B77IbJn2XpPTAK9v4gBwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.125rem;left:2.5rem;height:5.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNP0HlsxMTMVMUwBVcEgG6gRfJMg4rCD { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5625rem;left:28.75rem;height:7.43653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m0qXTQn9h7Ihx3SFaeevLMVDnqICi3Oc { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:2.5rem;left:58.75rem;height:1.48730625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uEkTPRqsWsZbHkvZy674uGUyHnUWZuBE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.5625rem;top:4rem;left:63.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm { display:none; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ALfSgasO8sPVQtZdEaRQFmHhTwuULrMl { width:25rem;height:2.5rem;top:17.5625rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3kCiEHfGJG9saTgIAmG2pIJ5SMKfxSq { display:block; }
 }@media only screen and (max-width: 763px) { #lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA { display:block; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOVP7FZ8uOJJAIvc35kS2hs6bDnwfpMt { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpT1GVHdknC0tTUvI3Suy492k3l0o0eC { width:3.125rem;height:3.125rem;display:none; }
#OpT1GVHdknC0tTUvI3Suy492k3l0o0eC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bJPHrrbT7L2XlzvczOps97Ty7n71FdEM { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HC1VaI4TZtyCNtr6y8hWDhBbmZ8v1q3l { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdBR8TymVqAR2HILSQoPCQ158U2g37aA { top:2.9375rem;left:31.4375rem;width:16.3125rem;height:2.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOkXzq78OoAw1KmLcEGLFzqcn8Mbk5g0 { top:1.25rem;left:37.75rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufLrP42uqZFJdJ5wGvzHVbktSDoia1A { top:1.8125rem;left:40.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi1U9S22x5qym7lG845LOlHibBGrBnSQ { top:4.8125rem;left:42.5625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKexbTNMr2Ph0qw8J74ilDGTyzT4U1Lm { top:2.25rem;left:30.3125rem;width:5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpyAngdwpZkucwRW29MfxBNGwE3DmGI { top:4.9375rem;left:30.3125rem;width:4.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPncPSDsOHdlrTx1fgSxiZBr5uGByS9V { width:11.8125rem;height:3.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdS7hTO8ObCsINkleqT3Vv058Sh0kD42 { width:9.875rem;height:0.9375rem;top:2rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH7bTTdt1Namqu2eRz8tIP2pXXFJW4f3 { top:2.4375rem;left:19.375rem;width:5.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0eZkyhvmZn9ut6eGyD8TTUvERFcQTrN { top:4.9375rem;left:19.75rem;width:4.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD7kthrsqd9xSfled6cwsOcFxaPyhDt9 { top:1.25rem;left:27.375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Li82IdBkyysp4EUAWc1mc2nafM8UWr { top:1.25rem;left:16.9375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDDwGxPuEB2rb5P2tON0NK7hLv31MgOv { width:4.6875rem;height:3.3125rem;top:2.25rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh { display:none; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz { display:block; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLL21bkCGbOvbmkTZSEuQGOTsc1ugbpo { top:6.25rem;left:0rem;width:32.25rem;height:5.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGUw0KBW8NFUtmsiiQERw5V3pBWcRR3o { top:12.5rem;left:0rem;width:35.5rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhAIL8dxgRZByAbiQBgB6DG1KIRFvDQl { top:36.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7U7GvB6m1abbiq9E9EHFDdmc0k3aF4z { top:36.25rem;left:5.125rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPTzUJR46seFB16Ue0XQKgUegs13H1Nn { top:37.5rem;left:7.625rem;width:16.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTTggLTV74fgRT2lfAZXnNMlovcCzKH { top:46.25rem;left:7.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySE4Kh1aTml2fn39ppkcIp6IriySHygM { top:46.25rem;left:9.5rem;width:11rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0SQVBNqJEpMeB8N408o05MUaJtZQnt7 { top:46.25rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyvtuH9by2lX71NR1TdCWNtxxdnBJV4q { top:19.5625rem;left:0rem;width:38.75rem;height:5rem;font-size:1rem;display:block; }#QyvtuH9by2lX71NR1TdCWNtxxdnBJV4q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #oEkL776ZEfVt5MbSKMou95BURIciP24B { width:4.9375rem;height:1.1875rem;top:3.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SISiTkmZvfeVJco1eGG6uKMIztCboHzp { width:6.8125rem;height:1.1875rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF1ShgML7khVVSi0yICV7OOlg1P5TRt1 { width:5.8125rem;height:0.875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1MHUJFhALD1nxASL7uuIW8gmkW3x43c { width:4.5rem;height:1.1875rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSH4mkiUhkcNFIxu5lPpLlDahUrhcSzT { top:2.5rem;left:0rem;width:23.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoGZlozFtgnEBtlO0IVMUKEZOpRuEXT { top:2.5rem;left:22.75rem;width:25rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD2p7r54TbQSyEHFZzi4TxTlJS1TONC8 { top:3.125rem;left:27.75rem;width:20rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPEdZJ6MVdbLdopadSnPCI7BQFMz3kiK { top:26.3125rem;left:0rem;width:35rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsLOWykn9hwSbZxxz61TarBVf5T1LWH { top:32.5rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anK2iWbm0knpv4oAql0M8QdsAAwsX96K { top:32.5rem;left:18.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebEBW7obvRT2QlfIrPdxlHn3QVOyiPW { top:27.5rem;left:0rem;width:32.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgBCdsGWagKsIxJmpM2hZZTpO07IRsHV { top:32.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQn9MWQE3eQ3yeEFxCeSuvMJr3FlFzCN { top:32.5rem;left:4.8125rem;width:10.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 { display:block; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOCoFle8pyu9R2N04Netehv2RAR2yWKX { top:2.5rem;left:16.5rem;width:31.25rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzPqLFEZdWiB0KchBSrzMvHTnW7dSdy { top:5rem;left:0rem;width:33.75rem;height:7.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKfueT4wVNlVNpR0y8HmvsETNQmnqpQ { top:13.75rem;left:0rem;width:30.5rem;height:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVpmVqZmXaJ0oeJO0iDpF0466SIUX4IL { top:27.5rem;left:6.375rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2JB1E1dkb0nSa1quZZmKDqSHX1U6Dfb { width:16.4375rem;height:2.5rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqXnrkLAtslLWxZ9Glh2GsqsUlTJvGg { display:block; }
 }@media only screen and (max-width: 763px) { #fstBSmXcvFc35A46QBBxksMP0Q4biTOE { display:block; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0uaAxbZhmDNzGERJnokgPoRKSsiDTeL { top:11.9375rem;left:0rem;width:10rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geqk8rQ6WOLpTNt44VG7SBVzlN1K0HpS { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdXPzTqQpKy6ddKONqQ85VkRW0vFD1Qg { top:15rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S28WF7F3dutXJnrQUA72I4axTG1T3DQe { top:15.6875rem;left:0rem;width:8.375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzhttcmB6emXIKloqXFGTAi4cl5AX9f { top:18.75rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzKyMFLmIivHn5X9HGyLE2T5n2nSdT4 { top:19.4375rem;left:0.53125rem;width:6.9375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EraGR1pdNkneAxuCGNSQ4o6Dy6Lpc1fV { top:11.25rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRdA6BbJhxVdZVorm97hHUEgR726Dgbf { top:11.9375rem;left:11.9375rem;width:6.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNegPkPIGL17pEI5fiiKFvABbu4iGntq { top:15rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNaavC2tMzSc8UkNqxBSBcTzV7qSQioG { top:15.625rem;left:11.9375rem;width:7.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDr2HM0wHW9NoTbqQpqExzQoDRaL9Wxq { top:18.75rem;left:0rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIfLnmUzPwXLCudGoZO5ARsAbCTPxFzQ { top:19.375rem;left:11.9375rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQ6KiJhoxFsQdSnKFzp0zlpZuZxMseT { top:11.25rem;left:11.375rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxqeHnWLGg0m4K21mBOlrauaVVs1y5tL { top:11.875rem;left:21.1875rem;width:2.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJVZ5or3C0C5mg7KgOwupdPEKrNPi2O0 { top:15rem;left:11.375rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb8I60Tpc7es4Z6gl3HUGL8cQSAgDPiR { top:15.625rem;left:20.3125rem;width:3.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXhTKbNykzJG1oxevok283gtDhKS6t8b { top:18.75rem;left:11.375rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1S2FEPBox4NE80cHnA98IQ365LDeNEh { top:19.3125rem;left:19.9375rem;width:3.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvVF7AVQoAOv83c0W3Ic2zLVPGCS23KP { top:11.25rem;left:23.3125rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk3ubKVUhBl9vuR8oipEWfDC58mq1dKi { top:11.8125rem;left:31.75rem;width:4.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7pT50HNozLdLFWL8zTaqoI8JGfpLhG6 { top:15rem;left:23.3125rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRVxAhmcFDwitl6tarFreUsCtLEkwQTz { top:15.5625rem;left:31.6875rem;width:4.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcsTrV6nvOJpn1MAz7cdUMZiJ67EfQC { top:18.75rem;left:23.3125rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1boyKOGvMwNE4e78oPlGcP2NkuMrtlL { top:19.3125rem;left:34.0625rem;width:1.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK4T0iT0nVaCiqB60EsV77cp12C8OuO0 { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq0x02LCpSaQCwwNyE54vldvDNO10hXL { top:5.625rem;left:0rem;width:35.5rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI { display:block; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxQRK4uk00AfGgmHRFSB2MTBnh2vxbDQ { top:25rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9XCs56UhWvVskxvTkvekMX88Uzep0S0 { top:33.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXdlCc9FmnX34Z56S0tWQoWTJmJxkVF2 { top:27.5rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV4Q5gpzBoWMXgqgIvq8LLtigAb0r5Mg { top:33.75rem;left:0rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2DL1TgGaTbgUffcid9fq9F8QPlfWlN4 { top:25rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7n3f8FTC5tapCoPuiTfHDVagLGVomAp { top:27.5rem;left:14.3125rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppik11dKv3OuGshVAlIU56a1iANzPLuH { top:29.375rem;left:14.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0SBDZZxD9W3pULNKoTThmsRNLdmeLzw { top:33.6875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkenNO5dMWzyzVGzFHLW7U35Llq7Vcox { top:33.75rem;left:15.875rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CebEoZlyGm5hq5QpftT4FSD82w8U434z { top:25rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Lxt5FTa4Z1b2ahVMnymv4CpPcfzDr0 { top:27.5rem;left:31.75rem;width:14.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQNPgiT8USvHcRlBIh6LMX9io9p1FG6d { top:33.75rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2oGoxQClSDTfK9scpdM3agitUTuMs7 { top:33.75rem;left:31.75rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #syWr7eCwH4lEwixpLBAEz6JtwHObCFNi { top:29.375rem;left:30.125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5egVsrIofPQTW8pPBt9tR5iqbEVGbIX { top:29.375rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLDrM905LhDKptMQnhlHI78zlFF55PGT { top:33.75rem;left:14.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbnrlQ3pt0I0a8FB1pvkUs2KnmiD1I9 { top:33.75rem;left:28.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTmgV154TXe8tCw2ow0uhPMiXE2CQE4 { top:32.5rem;left:43.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHskxliFRUrfTeN6a4TO7Ssw9b0ft4es { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7TzcnTdHIcKQyN2XVr6snAVrEO7ANX4 { top:5.625rem;left:0rem;width:40.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzfMD6cMz5tDycXKQmy2w2HPMviTlrGC { top:38.6875rem;left:0.75rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6CP97QeZntlmlitMtwa6oyfH6T7pc5s { width:16.4375rem;height:2.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDFAwITWZIzpf854bkglB9ndpQBspF0f { display:block; }
 }@media only screen and (max-width: 763px) { #GDVcOkgbQqJT2BtiTlZLN7D45GaTxXtE { top:13.6875rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKJvRf3IrqhdPAIt8cmdWENttXJHxECT { top:13.6875rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1iM89JI7OqJyZTIQcfE7INlBRe6gJM { top:13.6875rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yloz48MBwmHasOM9JGfue9bZG9HAV11h { display:block; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9x6DIuowngP7h1a44y6DDI1FygFyAzR { top:2.5rem;left:0rem;width:32.875rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsWWZ0TMPcQvLnnKa2zWrQrx1w2AZn9k { top:10rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEeIGDalBRwW4swQ2ycxWvEZD6IdLXAW { top:10.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHiKBW82L3UvIMf6rrRi2SsgXBTTBkX { top:11.875rem;left:0rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #to0yywqk8AlP6nRdaTDiF5acpODtdQZe { top:16.25rem;left:0rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5mmtZQazV28Pqx7nJcqEtSDT6HlvZRq { top:19.125rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtMiT1sipJmTCHHZGbsprE60Tn4pxxly { top:10rem;left:12.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaMFoStk8yKepJCMg1FhmOF4GKp1Eg2f { top:10.9375rem;left:13.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1sdrXTangqIzMzm4kG35VuvSV2TLSA { top:19.125rem;left:12.625rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeK1d1LO3NDTTdZw3KeXXfwevL8GxAVp { top:16.25rem;left:12.625rem;width:17.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUqZgSFTvhlIhuczQXmesLBe2zPRMyxZ { top:19.125rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL1KF45gNzTEnwqQtOeWT3fZe1Z04Blb { top:16.25rem;left:28.1875rem;width:19.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbidm7MRpMDNhT1AJUdRZRJJ747zzU6g { top:10rem;left:37.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQyspUkaqyW9PcRcHMCfr8UIqdGHvtHO { top:10.9375rem;left:38.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixDDzC1bJP3DA0NLowf6nhUDIINBBngC { top:11.875rem;left:18rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 { display:block; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ4MDtXtW03e4T8V3oCfmzTT71LX7922 { top:2.5rem;left:15.125rem;width:17.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxWtDVLzW96w9LC2khJRtNLMbp2V8hu1 { top:3.125rem;left:15.75rem;width:17.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFnIwVPzTRWPSiv91VPGAPMRrGQI3wfv { top:6.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8Uiz7xX9tGkVq1TkO0QfavIIfwLZwx { top:9.375rem;left:10.125rem;width:27.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju0Lsa9eievu8JuJXsU6ex3PZ9LxnhpG { width:16.4375rem;height:2.5rem;top:13.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4W3W1DgL0DwNIXGiXc8fI3hDvCMde6v { display:block; }
 }@media only screen and (max-width: 763px) { #EgMoQB3ORoo9ZgUDFmfWp85crOUx0dKn { top:16.25rem;left:16.9375rem;width:15.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ { display:block; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNRgdAWs8F5ABy0RuNIZ4z9LOTmG4sfK { top:18.8125rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtSb4tnKZv3pTIWifFcgnDqJBLL4IlHF { top:21.375rem;left:0rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKIiXgoTKsVyeTmsImtQ9olKg79FxTIS { top:23.8125rem;left:0rem;width:17.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfvUKs1xg05M7VH9pvXl7haSqXScfHWT { top:18.8125rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieXJRBOzZi2J2fLTTH34RemU6gV01qnz { top:23.8125rem;left:14.3125rem;width:17.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkGBrA5nxo1OKhHh8HiGFq9TLTXGDxF { top:21.375rem;left:15.875rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McEeRCyDaDTRWM8E4ikTuFGTU1JChZLy { top:18.8125rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQvrHBq2rTXJnw17NM8rkeGGuG2aZPT7 { top:23.8125rem;left:30.1875rem;width:17.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhAmpCFQVdffVEMgTnG07kXc7NiTfQsT { top:21.375rem;left:30.375rem;width:17.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnTKsLvF33dEKr366qoO8nOAKbpAa0Et { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dMyrN24MUTxqc4zUusbeI41091mLcD { top:7.5rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6qr0JkUXW9UiCv1l6A0u0bXTQu7hdzG { top:7.5rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcK1tp8VRRAWZ3siy5k4CBRpiL46cwk6 { top:7.5rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogwypKLUJKq1xSh5wXXiRIB5dhsvD6zw { top:32.5rem;left:6.4375rem;width:9.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztWpaSvyZ3SD2DTAw2Sv2ZVic8wKP3yS { width:16.4375rem;height:2.5rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAxWXoTSWsT5tT16KmFSTfJTL3KBx1OV { display:block; }
 }@media only screen and (max-width: 763px) { #uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr { display:block; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coSSqlfuyBBZko49g4rXo3TPMQygCrXn { top:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzcZeGdANaQirDyrprRylL4awXyOzOF8 { top:6.125rem;left:0rem;width:40.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE67LTJqmRCZdtZrI8PwUQdBOrJSySRI { top:14.875rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6M15dzsfzdW56UlDx13IHM4cEaJQuTE { top:16.75rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uli975O7Z8CylkXhVcAwDEWbtwSdFBL0 { top:29.3125rem;left:0rem;width:32.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbJef4ulKaeZzNdTAQncs29HLCKy88aS { top:27.4375rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Nu9EfyxgDZu0RcpaeIrcswvgtKJaT1 { top:41.8125rem;left:0rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7gi3M9zHSK5lV1ZG0caZzBO2eo1XLc { top:39.9375rem;left:0rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxyx8xTpf6Ihb5AkTpzPHrFuRTpdknTn { top:41.8125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHfB5XJ4I2ZOGs7aS1NkHLkgnKAy2hT { top:39.9375rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpP2b6gbuT3RCAQu4TysbVemfiLzA01d { top:29.3125rem;left:15.25rem;width:32.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4H0fovoSXay9CUwnmPVZKnkDUIJKWZ { top:27.4375rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzbDq7cWSEQB0oHBzOiAQFCatl0nho7J { top:16.75rem;left:15.25rem;width:32.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh3ZgOBD94RTrEHXXdl8zNLlhQTp2Q8R { top:14.875rem;left:15.25rem;width:32.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1MSf2bbgbzPclb3nNumghtn2O7dB8X { top:24.875rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe7DDnkH2zkKyxtOct1o779P9J3MhBA0 { top:24.875rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKT6QNMNJLIH8UrCHegAaJckltTg72OF { top:37.375rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLO91vBUeHxBexpJlSugDT5ZyatITXgC { top:37.375rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShxzyiNcSluwDFSGKuk8MN1yupxAwEUs { top:11.1875rem;left:23.8125rem;width:0.0625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXGUlfsa515P17fiXGIQzTkHsIOm6xsZ { top:12.375rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPwDZW7T7V7MQOBFIGKcc6JTuuPrGkx6 { top:12.375rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgPCFzsSdglE2ztR9mlxwCKoHv7NaKAE { top:48.625rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUDOJOUt6IDF0DnlZczFca18aZCLfr5X { top:48.625rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH { display:block; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkUDByTCbs5HaRlfCuvaxPUKax4zFetL { top:2.375rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCRy29ZkQRXrsyalQTO8MpvBhPHsJZ6l { top:6.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2cMFGplmLvpVaGG0ieK8QP4729TvvT5 { top:9.875rem;left:5.125rem;width:38.4375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzNTiuWnQWOGqZAZWmsBuDuZnToPCKCB { width:25rem;height:2.5rem;top:17.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2VyXUDLOnNR3NJWODgvEJynzovSQUk5 { display:block; }
 }@media only screen and (max-width: 763px) { #K6JIc5efyMzvbZe6tbA7ELTpxR0gV6oN { top:21.0625rem;left:15.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc { display:block; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlHIZ1ptS3faPu2CuzaSg7xRRaPKAQpF { top:12.625rem;left:0rem;width:22.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNdHgXWr8s4zrwQUOiVUn4lfqp5GGZsu { top:12.625rem;left:36.0625rem;width:8.5rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0klQl8dpEovu5hqQN0RGEXz2MoSEZFp { top:12.625rem;left:37.125rem;width:10.625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrL08qziwQ5IGyCKq2opAJtDth5prg8v { top:12.625rem;left:41.1875rem;width:6.5625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ1oEeTZ978vGuaLdOChrhcCdTkofbe7 { top:1.25rem;left:0rem;width:6.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9G5i4DNcf7B77IbJn2XpPTAK9v4gBwZ { top:5.125rem;left:0rem;width:20rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNP0HlsxMTMVMUwBVcEgG6gRfJMg4rCD { top:2.5625rem;left:15.125rem;width:20.5625rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0qXTQn9h7Ihx3SFaeevLMVDnqICi3Oc { top:2.5rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEkTPRqsWsZbHkvZy674uGUyHnUWZuBE { top:4rem;left:37.1875rem;width:10.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row .container { background-color: transparent; background-image: none; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row .container > .video-iframe-container { display: none; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row > .video-iframe-container { display: none; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .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); }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row .container { border-width: 0; border-radius: 0; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z69lzVkGlXz4LaHUeaanGIfWN9Nxthdm > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALfSgasO8sPVQtZdEaRQFmHhTwuULrMl { width:17.5rem;height:2.5rem;top:1.25rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #s3kCiEHfGJG9saTgIAmG2pIJ5SMKfxSq { display:block; }
 }@media only screen and (max-width: 763px) { #lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container { background-color: transparent; background-image: none; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container > .video-iframe-container { display: none; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row > .video-iframe-container { display: none; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .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); }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container { border-width: 0; border-radius: 0; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lf3QvRr9FuAO0udt7Rh7khrOHLsK6gkA > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOVP7FZ8uOJJAIvc35kS2hs6bDnwfpMt { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OpT1GVHdknC0tTUvI3Suy492k3l0o0eC { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#OpT1GVHdknC0tTUvI3Suy492k3l0o0eC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bJPHrrbT7L2XlzvczOps97Ty7n71FdEM { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HC1VaI4TZtyCNtr6y8hWDhBbmZ8v1q3l { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fdBR8TymVqAR2HILSQoPCQ158U2g37aA { width:13.625rem;height:0;top:10.625rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #VOkXzq78OoAw1KmLcEGLFzqcn8Mbk5g0 { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rufLrP42uqZFJdJ5wGvzHVbktSDoia1A { width:3.75rem;height:3.75rem;top:1.8125rem;left:8.125rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #mi1U9S22x5qym7lG845LOlHibBGrBnSQ { width:0.875rem;height:0.875rem;top:4.8125rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKexbTNMr2Ph0qw8J74ilDGTyzT4U1Lm { width:5rem;height:2.1875rem;top:6.25rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpyAngdwpZkucwRW29MfxBNGwE3DmGI { width:4.5625rem;height:0.875rem;top:8.9375rem;left:12.5rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UPncPSDsOHdlrTx1fgSxiZBr5uGByS9V { width:9.75rem;height:2.6875rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdS7hTO8ObCsINkleqT3Vv058Sh0kD42 { width:9.875rem;height:auto;top:2rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DH7bTTdt1Namqu2eRz8tIP2pXXFJW4f3 { width:5.75rem;height:2.3125rem;top:5.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0eZkyhvmZn9ut6eGyD8TTUvERFcQTrN { width:4.5625rem;height:0;top:8.25rem;left:2.375rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #XD7kthrsqd9xSfled6cwsOcFxaPyhDt9 { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2Li82IdBkyysp4EUAWc1mc2nafM8UWr { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDDwGxPuEB2rb5P2tON0NK7hLv31MgOv { width:4.6875rem;height:3.3125rem;top:0.96875rem;left:13.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcebf0ab-f38a-4f44-ab6e-bd331e1f30b2/evchargerrepair6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh.adaptive-delivery-prevent-bg, #Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh.lazyload, #Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh.lazyloading { background-image: none; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row .container { background-color: transparent; background-image: none; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row .container > .video-iframe-container { display: none; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row > .video-iframe-container { display: none; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .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); }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row .container { border-width: 0; border-radius: 0; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gz2cPQRTFOMmGwLeRHa35GxPTxRp9Zoh > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz { background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container { background-color: transparent; background-image: none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container > .video-iframe-container { display: none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row > .video-iframe-container { display: none; }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .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); }#rvAXUEqTL2FFcg2kxiNR2CxwFOLZO2iz > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLL21bkCGbOvbmkTZSEuQGOTsc1ugbpo { width:20rem;height:3.7119125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gGUw0KBW8NFUtmsiiQERw5V3pBWcRR3o { width:20rem;height:5.5234375rem;top:5.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OhAIL8dxgRZByAbiQBgB6DG1KIRFvDQl { width:20rem;height:12.5rem;top:62.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7U7GvB6m1abbiq9E9EHFDdmc0k3aF4z { width:20rem;height:12.5rem;top:76.3125rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #kPTzUJR46seFB16Ue0XQKgUegs13H1Nn { width:16.1875rem;height:0;top:77.5625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #xgTTggLTV74fgRT2lfAZXnNMlovcCzKH { width:1.25rem;height:1.25rem;top:72.5625rem;left:18.75rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #ySE4Kh1aTml2fn39ppkcIp6IriySHygM { width:11rem;height:0;top:86.3125rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #o0SQVBNqJEpMeB8N408o05MUaJtZQnt7 { width:1.25rem;height:1.25rem;top:86.3125rem;left:17.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #QyvtuH9by2lX71NR1TdCWNtxxdnBJV4q { width:20rem;height:4.5244125rem;top:12.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#QyvtuH9by2lX71NR1TdCWNtxxdnBJV4q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78b65abcdcc406a0b21062255a8f0e084b8f1403.svg); }
 }@media only screen and (max-width: 763px) { #oEkL776ZEfVt5MbSKMou95BURIciP24B { width:4.9375rem;height:1.1875rem;top:30.0625rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SISiTkmZvfeVJco1eGG6uKMIztCboHzp { width:6.8125rem;height:0;top:30.0625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WF1ShgML7khVVSi0yICV7OOlg1P5TRt1 { width:5.8125rem;height:0.875rem;top:3.3125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1MHUJFhALD1nxASL7uuIW8gmkW3x43c { width:4.5rem;height:0;top:1.5625rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #zSH4mkiUhkcNFIxu5lPpLlDahUrhcSzT { width:20rem;height:2.5rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGoGZlozFtgnEBtlO0IVMUKEZOpRuEXT { width:20rem;height:33.75rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD2p7r54TbQSyEHFZzi4TxTlJS1TONC8 { width:18.75rem;height:16.4375rem;top:19.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPEdZJ6MVdbLdopadSnPCI7BQFMz3kiK { width:20rem;height:11.25rem;top:53.75rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XrsLOWykn9hwSbZxxz61TarBVf5T1LWH { width:10.6875rem;height:1.2749rem;top:62.5rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #anK2iWbm0knpv4oAql0M8QdsAAwsX96K { width:1.25rem;height:1.25rem;top:62.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebEBW7obvRT2QlfIrPdxlHn3QVOyiPW { width:17.5625rem;height:6.499rem;top:55rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PgBCdsGWagKsIxJmpM2hZZTpO07IRsHV { width:1.25rem;height:1.25rem;top:62.5rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #XQn9MWQE3eQ3yeEFxCeSuvMJr3FlFzCN { width:10.625rem;height:0;top:66.2255859375rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 { display:block; }#BCnTLXbFRThwNeXk3vOqTU9U9EN9qhg4 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOCoFle8pyu9R2N04Netehv2RAR2yWKX { width:20rem;height:12.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwzPqLFEZdWiB0KchBSrzMvHTnW7dSdy { width:20rem;height:5.60595625rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeKfueT4wVNlVNpR0y8HmvsETNQmnqpQ { width:20rem;height:9.666rem;top:22.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WVpmVqZmXaJ0oeJO0iDpF0466SIUX4IL { width:20rem;height:1.29980625rem;top:36.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D2JB1E1dkb0nSa1quZZmKDqSHX1U6Dfb { width:20rem;height:2.5rem;top:33.75rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aQqXnrkLAtslLWxZ9Glh2GsqsUlTJvGg { display:block; }
 }@media only screen and (max-width: 763px) { #fstBSmXcvFc35A46QBBxksMP0Q4biTOE { display:block; }#fstBSmXcvFc35A46QBBxksMP0Q4biTOE > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0uaAxbZhmDNzGERJnokgPoRKSsiDTeL { width:6.25rem;height:0.625rem;top:13.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geqk8rQ6WOLpTNt44VG7SBVzlN1K0HpS { width:8.75rem;height:2.5rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdXPzTqQpKy6ddKONqQ85VkRW0vFD1Qg { width:8.75rem;height:2.5rem;top:12.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S28WF7F3dutXJnrQUA72I4axTG1T3DQe { width:6.25rem;height:0.6875rem;top:13.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzhttcmB6emXIKloqXFGTAi4cl5AX9f { width:8.75rem;height:2.5rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQzKyMFLmIivHn5X9HGyLE2T5n2nSdT4 { width:6.25rem;height:1rem;top:16.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EraGR1pdNkneAxuCGNSQ4o6Dy6Lpc1fV { width:8.75rem;height:2.5rem;top:16.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRdA6BbJhxVdZVorm97hHUEgR726Dgbf { width:6.25rem;height:1.25rem;top:16.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNegPkPIGL17pEI5fiiKFvABbu4iGntq { width:8.75rem;height:2.5rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNaavC2tMzSc8UkNqxBSBcTzV7qSQioG { width:7.625rem;height:1.25rem;top:20.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDr2HM0wHW9NoTbqQpqExzQoDRaL9Wxq { width:8.75rem;height:2.5rem;top:20rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIfLnmUzPwXLCudGoZO5ARsAbCTPxFzQ { width:6.25rem;height:1.375rem;top:20.56689453125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQ6KiJhoxFsQdSnKFzp0zlpZuZxMseT { width:8.75rem;height:2.5rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxqeHnWLGg0m4K21mBOlrauaVVs1y5tL { width:2.6875rem;height:1.25rem;top:24.31689453125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJVZ5or3C0C5mg7KgOwupdPEKrNPi2O0 { width:8.75rem;height:2.5rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb8I60Tpc7es4Z6gl3HUGL8cQSAgDPiR { width:3.5625rem;height:1.25rem;top:28.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXhTKbNykzJG1oxevok283gtDhKS6t8b { width:8.75rem;height:2.5rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1S2FEPBox4NE80cHnA98IQ365LDeNEh { width:3.9375rem;height:1.25rem;top:31.87939453125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvVF7AVQoAOv83c0W3Ic2zLVPGCS23KP { width:8.75rem;height:2.5rem;top:23.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk3ubKVUhBl9vuR8oipEWfDC58mq1dKi { width:4.0625rem;height:1.25rem;top:24.31689453125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7pT50HNozLdLFWL8zTaqoI8JGfpLhG6 { width:8.75rem;height:2.5rem;top:27.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRVxAhmcFDwitl6tarFreUsCtLEkwQTz { width:4.125rem;height:1.25rem;top:28.12939453125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcsTrV6nvOJpn1MAz7cdUMZiJ67EfQC { width:8.75rem;height:2.5rem;top:31.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1boyKOGvMwNE4e78oPlGcP2NkuMrtlL { width:1.75rem;height:1.25rem;top:31.75439453125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK4T0iT0nVaCiqB60EsV77cp12C8OuO0 { width:20rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq0x02LCpSaQCwwNyE54vldvDNO10hXL { width:20rem;height:4.142575rem;top:6.86230625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI { display:block; }#OZhr8H71iMF1fwf6IvKc8po3d8pTFzKI > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxQRK4uk00AfGgmHRFSB2MTBnh2vxbDQ { width:20rem;height:10rem;top:27.5rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #S9XCs56UhWvVskxvTkvekMX88Uzep0S0 { width:1.25rem;height:1.25rem;top:35rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #hXdlCc9FmnX34Z56S0tWQoWTJmJxkVF2 { width:17.5625rem;height:1.19970625rem;top:28.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LV4Q5gpzBoWMXgqgIvq8LLtigAb0r5Mg { width:11.1875rem;height:1.2749rem;top:35rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #w2DL1TgGaTbgUffcid9fq9F8QPlfWlN4 { width:20rem;height:10rem;top:51.25rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #b7n3f8FTC5tapCoPuiTfHDVagLGVomAp { width:15rem;height:1.19970625rem;top:52.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15022;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ppik11dKv3OuGshVAlIU56a1iANzPLuH { width:17.5rem;height:2.5996125rem;top:54.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #M0SBDZZxD9W3pULNKoTThmsRNLdmeLzw { width:1.25rem;height:1.25rem;top:58.75rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #CkenNO5dMWzyzVGzFHLW7U35Llq7Vcox { width:10.8125rem;height:1.2749rem;top:58.75rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #CebEoZlyGm5hq5QpftT4FSD82w8U434z { width:20rem;height:10rem;top:75rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #O1Lxt5FTa4Z1b2ahVMnymv4CpPcfzDr0 { width:14.875rem;height:1.19970625rem;top:76.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15028;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fQNPgiT8USvHcRlBIh6LMX9io9p1FG6d { width:1.25rem;height:1.25rem;top:82.5rem;left:1.25rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2oGoxQClSDTfK9scpdM3agitUTuMs7 { width:10.75rem;height:1.2749rem;top:82.5rem;left:3rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #syWr7eCwH4lEwixpLBAEz6JtwHObCFNi { width:17.5rem;height:2.5996125rem;top:78.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #J5egVsrIofPQTW8pPBt9tR5iqbEVGbIX { width:17.5rem;height:2.5996125rem;top:30.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sLDrM905LhDKptMQnhlHI78zlFF55PGT { width:1.25rem;height:1.25rem;top:35rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbnrlQ3pt0I0a8FB1pvkUs2KnmiD1I9 { width:1.25rem;height:1.25rem;top:58.75rem;left:17.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eiTmgV154TXe8tCw2ow0uhPMiXE2CQE4 { width:1.25rem;height:1.25rem;top:82.5625rem;left:17.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #VHskxliFRUrfTeN6a4TO7Ssw9b0ft4es { width:17.625rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7TzcnTdHIcKQyN2XVr6snAVrEO7ANX4 { width:17.5rem;height:6.499rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzfMD6cMz5tDycXKQmy2w2HPMviTlrGC { width:20rem;height:1.29980625rem;top:89.3251953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P6CP97QeZntlmlitMtwa6oyfH6T7pc5s { width:20rem;height:2.5rem;top:86.25rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yDFAwITWZIzpf854bkglB9ndpQBspF0f { display:block; }
 }@media only screen and (max-width: 763px) { #GDVcOkgbQqJT2BtiTlZLN7D45GaTxXtE { width:20rem;height:12.5rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKJvRf3IrqhdPAIt8cmdWENttXJHxECT { width:20rem;height:12.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ1iM89JI7OqJyZTIQcfE7INlBRe6gJM { width:20rem;height:12.5rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yloz48MBwmHasOM9JGfue9bZG9HAV11h { display:block; }#yloz48MBwmHasOM9JGfue9bZG9HAV11h > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9x6DIuowngP7h1a44y6DDI1FygFyAzR { width:20rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsWWZ0TMPcQvLnnKa2zWrQrx1w2AZn9k { width:3.75rem;height:3.75rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEeIGDalBRwW4swQ2ycxWvEZD6IdLXAW { display:flex;width:1.875rem;height:1.875rem;top:9.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #PRHiKBW82L3UvIMf6rrRi2SsgXBTTBkX { width:0.0625rem;height:5rem;top:22.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #to0yywqk8AlP6nRdaTDiF5acpODtdQZe { width:13.875rem;height:1.29980625rem;top:8.375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w5mmtZQazV28Pqx7nJcqEtSDT6HlvZRq { width:15.0625rem;height:3.8994125rem;top:10.25rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtMiT1sipJmTCHHZGbsprE60Tn4pxxly { width:3.75rem;height:3.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaMFoStk8yKepJCMg1FhmOF4GKp1Eg2f { display:flex;width:1.875rem;height:1.875rem;top:19.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #gT1sdrXTangqIzMzm4kG35VuvSV2TLSA { width:15.0625rem;height:3.8994125rem;top:20.25rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeK1d1LO3NDTTdZw3KeXXfwevL8GxAVp { width:15rem;height:1.29980625rem;top:18.375rem;left:5rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SUqZgSFTvhlIhuczQXmesLBe2zPRMyxZ { width:15rem;height:3.8994125rem;top:30.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL1KF45gNzTEnwqQtOeWT3fZe1Z04Blb { width:15.0625rem;height:1.29980625rem;top:28.375rem;left:4.9375rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kbidm7MRpMDNhT1AJUdRZRJJ747zzU6g { width:3.75rem;height:3.75rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQyspUkaqyW9PcRcHMCfr8UIqdGHvtHO { display:flex;width:1.875rem;height:1.875rem;top:29.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #ixDDzC1bJP3DA0NLowf6nhUDIINBBngC { width:0.0625rem;height:4.375rem;top:12.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e9e6fd2d-2339-4c07-a1db-7628c002accc/evchargerrepair2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7.adaptive-delivery-prevent-bg, #FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7.lazyload, #FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7.lazyloading { background-image: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container { background-color: transparent; background-image: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container > .video-iframe-container { display: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row > .video-iframe-container { display: none; }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .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); }#FX6AxdGf3JORBhq2HDBB7bfG2cDioDR7 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ4MDtXtW03e4T8V3oCfmzTT71LX7922 { width:17.5rem;height:2.5rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxWtDVLzW96w9LC2khJRtNLMbp2V8hu1 { width:16.3125rem;height:1.13720625rem;top:3.125rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFnIwVPzTRWPSiv91VPGAPMRrGQI3wfv { width:17.625rem;height:3.73730625rem;top:6.1875rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qb8Uiz7xX9tGkVq1TkO0QfavIIfwLZwx { width:17.5625rem;height:2.5996125rem;top:10.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Ju0Lsa9eievu8JuJXsU6ex3PZ9LxnhpG { width:17.5rem;height:2.5rem;top:16.25rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o4W3W1DgL0DwNIXGiXc8fI3hDvCMde6v { display:block; }
 }@media only screen and (max-width: 763px) { #EgMoQB3ORoo9ZgUDFmfWp85crOUx0dKn { width:15.125rem;height:1.29980625rem;top:19.375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container { background-color: transparent; background-image: none; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container > .video-iframe-container { display: none; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row > .video-iframe-container { display: none; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .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); }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container { border-width: 0; border-radius: 0; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCMMPznqqZVTUlOWfu6gg5ClPD3bV8TQ > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNRgdAWs8F5ABy0RuNIZ4z9LOTmG4sfK { width:20rem;height:11.25rem;top:18.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtSb4tnKZv3pTIWifFcgnDqJBLL4IlHF { width:12.6875rem;height:1.19970625rem;top:21.23828125rem;left:1.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KKIiXgoTKsVyeTmsImtQ9olKg79FxTIS { width:17.5rem;height:5.19921875rem;top:23.0625rem;left:1.25rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BfvUKs1xg05M7VH9pvXl7haSqXScfHWT { width:20rem;height:11.25rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieXJRBOzZi2J2fLTTH34RemU6gV01qnz { width:17.5rem;height:5.19921875rem;top:46.875rem;left:1.25rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aKkGBrA5nxo1OKhHh8HiGFq9TLTXGDxF { width:14.3125rem;height:1.19970625rem;top:45rem;left:1.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #McEeRCyDaDTRWM8E4ikTuFGTU1JChZLy { width:20rem;height:10rem;top:67.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQvrHBq2rTXJnw17NM8rkeGGuG2aZPT7 { width:17.5rem;height:5.19921875rem;top:70.5625rem;left:1.25rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LhAmpCFQVdffVEMgTnG07kXc7NiTfQsT { width:14.3125rem;height:1.19970625rem;top:68.75rem;left:1.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LnTKsLvF33dEKr366qoO8nOAKbpAa0Et { width:17.5rem;height:3.73730625rem;top:2.4375rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C5dMyrN24MUTxqc4zUusbeI41091mLcD { width:20rem;height:12.5rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6qr0JkUXW9UiCv1l6A0u0bXTQu7hdzG { width:20rem;height:12.5rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcK1tp8VRRAWZ3siy5k4CBRpiL46cwk6 { width:20rem;height:12.5rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogwypKLUJKq1xSh5wXXiRIB5dhsvD6zw { width:15.125rem;height:1.29980625rem;top:81.875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ztWpaSvyZ3SD2DTAw2Sv2ZVic8wKP3yS { width:20rem;height:2.5rem;top:78.75rem;left:0rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xAxWXoTSWsT5tT16KmFSTfJTL3KBx1OV { display:block; }
 }@media only screen and (max-width: 763px) { #uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr { display:block; }#uvIhJi2a6lOPoIwC0ZyoSfRPtVp9Mebr > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coSSqlfuyBBZko49g4rXo3TPMQygCrXn { width:20rem;height:3.73730625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzcZeGdANaQirDyrprRylL4awXyOzOF8 { width:20rem;height:2.5996125rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE67LTJqmRCZdtZrI8PwUQdBOrJSySRI { width:20rem;height:2.5996125rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6M15dzsfzdW56UlDx13IHM4cEaJQuTE { width:20rem;height:7.7988125rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uli975O7Z8CylkXhVcAwDEWbtwSdFBL0 { width:20rem;height:7.7988125rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbJef4ulKaeZzNdTAQncs29HLCKy88aS { width:20rem;height:1.29980625rem;top:27.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Nu9EfyxgDZu0RcpaeIrcswvgtKJaT1 { width:20rem;height:6.499rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7gi3M9zHSK5lV1ZG0caZzBO2eo1XLc { width:20rem;height:2.76171875rem;top:40rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxyx8xTpf6Ihb5AkTpzPHrFuRTpdknTn { width:20rem;height:6.499rem;top:78.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHfB5XJ4I2ZOGs7aS1NkHLkgnKAy2hT { width:20rem;height:2.76171875rem;top:75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpP2b6gbuT3RCAQu4TysbVemfiLzA01d { width:20rem;height:6.499rem;top:65.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4H0fovoSXay9CUwnmPVZKnkDUIJKWZ { width:20rem;height:2.76171875rem;top:62.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzbDq7cWSEQB0oHBzOiAQFCatl0nho7J { width:20rem;height:5.19921875rem;top:54.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh3ZgOBD94RTrEHXXdl8zNLlhQTp2Q8R { width:20rem;height:1.3808625rem;top:52.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ1MSf2bbgbzPclb3nNumghtn2O7dB8X { width:20rem;height:0.0625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe7DDnkH2zkKyxtOct1o779P9J3MhBA0 { width:20rem;height:0.0625rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKT6QNMNJLIH8UrCHegAaJckltTg72OF { width:20rem;height:0.0625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLO91vBUeHxBexpJlSugDT5ZyatITXgC { width:20rem;height:0.0625rem;top:86.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShxzyiNcSluwDFSGKuk8MN1yupxAwEUs { width:0.0625rem;height:37.5rem;top:89.8735625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXGUlfsa515P17fiXGIQzTkHsIOm6xsZ { width:20rem;height:0.0625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPwDZW7T7V7MQOBFIGKcc6JTuuPrGkx6 { width:20rem;height:0.0625rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgPCFzsSdglE2ztR9mlxwCKoHv7NaKAE { width:20rem;height:0.0625rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUDOJOUt6IDF0DnlZczFca18aZCLfr5X { width:20rem;height:0.0625rem;top:132.5610625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH { display:block; }#RTBVSXCd6rlPGlEhxB1ToaNT9fP8AGoH > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkUDByTCbs5HaRlfCuvaxPUKax4zFetL { width:20rem;height:27.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCRy29ZkQRXrsyalQTO8MpvBhPHsJZ6l { width:17.5rem;height:5.60595625rem;top:5rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e2cMFGplmLvpVaGG0ieK8QP4729TvvT5 { width:17.4375rem;height:9.098625rem;top:11.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzNTiuWnQWOGqZAZWmsBuDuZnToPCKCB { width:17.5rem;height:2.5rem;top:22.5rem;left:1.25rem;color:#ffffff;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r2VyXUDLOnNR3NJWODgvEJynzovSQUk5 { display:block; }
 }@media only screen and (max-width: 763px) { #K6JIc5efyMzvbZe6tbA7ELTpxR0gV6oN { width:17.5rem;height:1.29980625rem;top:25.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc { background-color:#f5f5f5;background-image:none;display:block; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container { background-color: transparent; background-image: none; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container > .video-iframe-container { display: none; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row > .video-iframe-container { display: none; }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .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); }#tcdlTGdNIZJBzdqTHM3VWiVO5XApo9Lc > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlHIZ1ptS3faPu2CuzaSg7xRRaPKAQpF { width:20rem;height:1.13720625rem;top:27.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #XNdHgXWr8s4zrwQUOiVUn4lfqp5GGZsu { width:5.125rem;height:0.9624rem;top:29.0625rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #J0klQl8dpEovu5hqQN0RGEXz2MoSEZFp { width:6.5rem;height:0.9624rem;top:29.0625rem;left:6.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #vrL08qziwQ5IGyCKq2opAJtDth5prg8v { width:5rem;height:0.9624rem;top:29.0625rem;left:13.75rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#2f353c;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #nQ1oEeTZ978vGuaLdOChrhcCdTkofbe7 { width:7.375rem;height:3.6875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B9G5i4DNcf7B77IbJn2XpPTAK9v4gBwZ { width:20rem;height:4.4619125rem;top:6.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RNP0HlsxMTMVMUwBVcEgG6gRfJMg4rCD { width:20rem;height:7.43653125rem;top:12.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #m0qXTQn9h7Ihx3SFaeevLMVDnqICi3Oc { width:15rem;height:1.2246125rem;top:22.39990234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:"open sans";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uEkTPRqsWsZbHkvZy674uGUyHnUWZuBE { width:10.5625rem;height:1.6875rem;top:24rem;left:0rem;display:block; }
 }