.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f { background-color:#ffffff;background-image:none;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; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container { background-color: transparent; background-image: none; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container > .video-iframe-container { display: none; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row > .video-iframe-container { display: none; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .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); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container { border-width: 0; border-radius: 0; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#lNGC8ClX0i39UQc00pvccTWO4nLsihnd { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#GHS8P5S8SME0qGuxbhmuTaSwnpStSe5G { 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; }
#GHS8P5S8SME0qGuxbhmuTaSwnpStSe5G > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PUBxnTfiyXX7FEEUxsKQITmxrLAigyaG { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#cGzfU0HbTBQxOdgfoaCBxKgiM6Dh2FTd { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;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; }
#tA9T2LbSF2TDXSOsDOS4XNAVxlv7QK4O { 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.9375rem;left:0rem;overflow:hidden;display:block; }
#lqUe2406PtSz1mGfQAzeCT1olqRJENu6 { 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:1.5rem;left:67.8125rem;overflow:hidden;display:block; }
#PRwTTEVH4tFk3HBeNEutZ3qWgL1kZANb { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#GN4RwxJXAFZMAMC3Ern3qs0nZWsDWA77 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.8125rem;width:7.8125rem;top:1.25rem;left:59.4375rem;overflow:hidden;display:block; }
#Nx5vdUKUUgisklqZCH4u8N8IW2o86TSC { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:59.5rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#XDE8UGOC7BgqwCvtM6ghoRo3cTroHDsr { color:#000000;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.625rem;left:45.6875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#RSCy8HJvUD6RThTf7kT9VQLXAPcKb3Ms { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5bc165;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.8125rem;left:44.3125rem;display:block; }
#qaKcOxxLJFJtSh5gGDWsWJ0ThvCV3285 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9632rekGx4vSCehVBSF4VDPFMudPSyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5bc165;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; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container { background-color: transparent; background-image: none; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container > .video-iframe-container { display: none; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row > .video-iframe-container { display: none; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .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); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container { border-width: 0; border-radius: 0; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#rCFmsnrzHHUqQcarTVQQLPJZSceKU4i6 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.125rem;height:1.13720625rem;display:block; }
#gBE01sm31ETndvOdWnWdSMQnkMWubKM9 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.375rem;left:23rem;height:1.13720625rem;display:block; }
#aUA8Ko5cf9RFQIziIn9POTKdAOyS6Lob { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:42.875rem;height:1.13720625rem;display:block; }
#L5gMvKHvTNEypxF0dBPMa7u2T0JpXZu1 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;left:65rem;height:1.13720625rem;display:block; }
#bUnqkO866nSEsnuhqsMr7vbKw6EZ5FKA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.3125rem;left:1.25rem; }
#Twv70JBICi0PZnK0Wq73SNGrvJPRJbLU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.3125rem;left:21.125rem; }
#gKGTm4Xm0VS3E7x2KstrVmQgbAK23EAn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.125rem;left:40.6875rem; }
#fHSs69ePFrmhEDRphRvGTl0SRJe2vSE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3125rem;left:63rem; }
#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e772791-e22f-4db7-8cc4-f0f6f50c2d08/EdengroupxOhme1.jpg");background-position:center !important;background-repeat:repeat-x !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; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe.adaptive-delivery-prevent-bg, #hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe.lazyload, #hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe.lazyloading { background-image: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container { background-color: transparent; background-image: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.77); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container > .video-iframe-container { display: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.77); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row > .video-iframe-container { display: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .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); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container { border-width: 0; border-radius: 0; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe::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; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#ZQivP8hiiu6m3NdJSXxAsRitkZxvXb44 { color:#ffffff;display:block;width:42rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:16.5rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zKDb3JxlB7SG6xu3lq24OPZ22S05mdQ6 { 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.0625rem;width:7.125rem;top:1.9375rem;left:27.875rem;overflow:hidden;display:block; }
#ZnMisF8woAcms8tdu3FKBRPUCaMvcDTV { 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.4375rem;width:1.4375rem;top:6.75rem;left:50.375rem;overflow:hidden;display:none; }
#VaycmmT2at9UKTOWPgKC5TH0gDKCKCtA { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.900390625rem;left:23.25rem;height:1.13725rem;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; }
#OkWP0cyh2o0qyTmZpDQCFuJBi6kqxRA6 { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.900390625rem;left:35.625rem;height:;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; }
#kNILNUcKoai4nuGyXMkEwCZ7OUt9O9Ta { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:6.5625rem;top:1.625rem;left:42.5rem;overflow:hidden;display:block; }
#QmPgqUNm6boDL9K87IPN0pCUa4NqbaaQ { 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:15010;opacity:1;top:10.046875rem;left:35.9375rem; }
#QmPgqUNm6boDL9K87IPN0pCUa4NqbaaQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GXi4wS6y8Hu9zPQVQFlx8I1vFOAqJK5f { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.015625rem;left:17.09375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,249,246,0.91);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; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { background-color: transparent; background-image: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .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); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { border-width: 0; border-radius: 0; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#iZMDGVFSlBKlvJ6vnweHQrsz95EUkfv9 { position:absolute;display:block;z-index:15000;height:16.4375rem;width:18.75rem;top:8.625rem;left:28.125rem;display:block; }
#QtTIGHbbpXzuTR8IJgCITbSiTIcaXUaH { box-sizing:content-box;height:28rem;width:25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:7.375rem;left:25rem;display:block; }
#x5AnOlTIb91wI2LvlJ2T4A6fNdn454VV { box-sizing:content-box;height:5rem;width:25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(1deg, #5bc165, #000000);background-image: -moz-linear-gradient(1deg, #5bc165, #000000);background-image: -ms-linear-gradient(1deg, #5bc165, #000000);background-image: -o-linear-gradient(1deg, #5bc165, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc165', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc165', endColorstr='#000000' );";background-image: linear-gradient(1deg, #5bc165, #000000);background-size:auto !important;top:2.375rem;left:25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#PSHu7KGUZN6cFVIsplk5optFKETcQxPo { box-sizing:content-box;height:3.75rem;width:25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #000000, #5bc165);background-image: -moz-linear-gradient(347deg, #000000, #5bc165);background-image: -ms-linear-gradient(347deg, #000000, #5bc165);background-image: -o-linear-gradient(347deg, #000000, #5bc165);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5bc165' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5bc165' );";background-image: linear-gradient(347deg, #000000, #5bc165);background-size:auto !important;top:35.375rem;left:25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#BLDyaVL27MULu8b9VdVAZXNK0xK96BwR { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:3.65625rem;left:26.21875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S59ezXmBuTZRT1Ba7ncC35mk8qJCKbla { box-sizing:content-box;height:1.875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.1);background-image:none;top:36.3125rem;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; }
#hGTP0Q129wcvLLPwIWL8SuTWmdLhLrGF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:36.75rem;left:31.25rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.12);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; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row .container { background-color: transparent; background-image: none; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row .container > .video-iframe-container { display: none; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row > .video-iframe-container { display: none; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .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); }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row .container { border-width: 0; border-radius: 0; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#JxwsvDTXKsvulwoBloC4Cu6ZQnh0G2r7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.375rem;top:1rem;left:27.8125rem;overflow:hidden;display:block; }
#IZKuHGuUi8813kfWw8nTMSELLKeiwqio { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.9375rem;top:1.1875rem;left:35.25rem;overflow:hidden;display:block; }
#BG2urRNBITlGlCvsHPuT1RFKo4xDLdJS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.6875rem;top:1.25rem;left:41.5625rem;overflow:hidden;display:block; }
#AeIniQ63VBUUx1mfhW1Boet0hEZXJ5mD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:4.125rem;top:1.0625rem;left:48.25rem;overflow:hidden;display:block; }
#wxprcl7Gb6gUeOVLFPXW8dbPZ7RMO3Qk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.875rem;top:1.34375rem;left:31.5rem;overflow:hidden;display:none; }
#uVvt37xxmMVsBheSdLualrT6T44lVaiP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:0.6875rem;left:22.6875rem;overflow:hidden;display:block; }
#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252722;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; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { background-color: transparent; background-image: none; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container > .video-iframe-container { display: none; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row > .video-iframe-container { display: none; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .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); }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { border-width: 0; border-radius: 0; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#HX3vE0AbHhb2Fcq8gmXIymRnxmNn4V2i { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:22.5rem;left:3.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; }
#HOyfVA9neokdxCdFm530N5zl6T22cEpI { position:absolute;display:block;z-index:15008;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:11.25rem;left:3.75rem;overflow:hidden;display:block; }
#x6RBsg2fMnnsA18458QRqQy9n5LoF99w { 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:31.25rem;left:5rem;overflow:hidden;display:block; }
#E49KqMNKcvMa7sRWsHWyEPNTuIbfCQ5n { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:25rem;left:5rem;height:1.23730625rem;font-style:normal;display:block; }
#yycGNuTI4ZOtIkh0KU2qeTxmTu9AAfzI { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:31.25rem;left:6.875rem;height:1.2749rem;font-style:normal;display:block; }
#QVxWHJGEur6CeX2ahaUOnlonX8paVelC { position:absolute;display:block;z-index:15014;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:11.25rem;left:27.5rem;overflow:hidden;display:block; }
#NQ8VQUXm8k60ASXRE2eSWdOAfunW1qhs { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:22.5rem;left:27.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TNw3v3ekxrQTRAdnMbToPcTkVL65dIfr { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:25rem;left:28.75rem;height:1.23730625rem;font-style:normal;display:block; }
#RBbDT2qc0NvSfJRLxK1ksqVJnM86BRe8 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.875rem;left:28.75rem;height:2.5996125rem;font-style:normal;display:block; }
#o4hRubDOQ6IcnCqatzuSTKTVA46d9Swl { 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:31.1875rem;left:28.75rem;overflow:hidden;display:block; }
#mydiWAATJizPemEAWXN6gaB3gW1TCrO5 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:31.25rem;left:30.625rem;height:1.2749rem;font-style:normal;display:block; }
#DLNJJv0cErkBI91HpeywDmBJbSZB3lNC { position:absolute;display:block;z-index:15020;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12.5rem;width:20rem;top:11.25rem;left:51.25rem;overflow:hidden;display:block; }
#iOFBMNkqcGCQwSKL3G7M6awDVSixqex7 { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:22.5rem;left:51.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; }
#X12aTyIsMy9aTMBFnTgi0z4pNFaWNnKV { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:25rem;left:52.5rem;height:1.23730625rem;font-style:normal;display:block; }
#u9XKixZ1tyrLstzvsuBgVzk1FImMPKBw { 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:31.25rem;left:52.5rem;overflow:hidden;display:block; }
#lUhTQTzhqn727kMTRv75662DHlBnGguS { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:31.25rem;left:54.375rem;height:1.2749rem;font-style:normal;display:block; }
#CPzs5kdTLSbvOxN47WvOy2fvQFuCSMfe { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:26.875rem;left:52.5rem;height:2.5996125rem;font-style:normal;display:block; }
#eZwRXX2g0kxFs0ePUBXbGvPDkTsR1Bqf { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:26.875rem;left:5rem;height:2.5996125rem;font-style:normal;display:block; }
#TKdBnfZOx2UGCiRx05tX5G3ZzTW8TZSW { 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:31.25rem;left:21.25rem;overflow:hidden;display:block; }
#SoyVmmw8rWTnJRAcmTZANSR03KRVO8Dk { 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:31.25rem;left:45rem;overflow:hidden;display:block; }
#fm40VCoc4LTx1NGT5ilMi6s1CqAdlTdi { 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:31.25rem;left:68.75rem;overflow:hidden;display:block; }
#u1dz81rDtiSFmppn4a31dJWo4TbsBnRs { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:2rem;left:11.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiVs3Ep9wIauwLhZfI6KBLLGs0wwmzIM { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.6875rem;left:17.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aE2FTgvcRos5TU4fWF2aXQXiD77xrFxX { background-color:#064672;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.3125rem;left:30.0625rem;display:none; }
#RnsxKhGNkd76FrriTrpNcWVow5dXfKKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHanAsqtHDgBZeTqubvbhq8hW490ZHir { position:relative;display:block; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir { background-color: transparent; background-image: none; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container > .video-iframe-container { display: none; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row > .video-iframe-container { display: none; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .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); }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir { border-width: 0; border-radius: 0; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .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; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.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:block; }#TsWFkrdVo3FpfdTCg9M8HyynnNOfbVZN { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:20rem;left:3.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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; }
#EKahwP6BWTqJGuU5WyUxxNfKk7Dyh9fX { color:#252722;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:22.5625rem;left:5rem;height:1.23730625rem;font-style:normal;display:block; }
#mGiXMtvMbHtae6Zsw18SLihPFTW5FBDd { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:25rem;left:5.0625rem;height:5.19921875rem;font-style:normal;display:block; }
#GuiKz3Ds7Jykv0x0bURkovgFXf7VxyK0 { position:absolute;display:block;z-index:15087;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:20rem;top:8.75rem;left:3.8125rem;overflow:hidden;display:block; }
#CtcaKGEriOHLyZZQxHA6EsD2Z7HVaIk0 { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:20rem;left:27.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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; }
#oMJ7ilwshV0mpepHq5baF3SBcTV0gLTq { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:25rem;left:28.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#nk2EkZeCbelVfDqvWexq8JTtiEeeGXMo { color:#252722;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.1;letter-spacing:0;top:22.5625rem;left:28.75rem;height:1.23730625rem;font-style:normal;display:block; }
#LXxSsttbegh8zq08D9e7R8d2XaEduWQV { position:absolute;display:block;z-index:15091;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:20rem;top:8.75rem;left:27.5625rem;overflow:hidden;display:block; }
#w8ncQC8F3lBWPp8Tzncc8Zdr2SiOdT94 { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:20rem;left:51.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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; }
#hWegoEyTBSGufKMBOyKklq3mAHfM6n74 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:25rem;left:52.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#hG5eodKIlNyG5gvOVfXGxzoXadqsf5RH { color:#252722;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:22.5625rem;left:52.5rem;height:1.23730625rem;font-style:normal;display:block; }
#GEoyGR58UUf2uPreRdJ2R3CuK6v4JUUF { position:absolute;display:block;z-index:15095;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:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15) ;height:12.5rem;width:20rem;top:8.75rem;left:51.3125rem;overflow:hidden;display:block; }
#dNd7Myu3laK7xGWCgt2BqTJF7I0LffMQ { color:#252722;display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7rlxo9kPNePk5GGk6LdD0C1fyN5oHwd { color:rgba(47,53,60,0.8);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:2.52490234375rem;left:25rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0JBnbRcx8ZNahEXT0I32pqsKAJabIwd { background-color:#5bc165;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.75rem;left:30rem;display:block; }
#H7bC0pwCMVwf3tDzFtMcSxZmorQOw2Ip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252722;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; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row .container { background-color: transparent; background-image: none; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row .container > .video-iframe-container { display: none; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row > .video-iframe-container { display: none; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .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); }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row .container { border-width: 0; border-radius: 0; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#vInEPGcBl7h2Z8iJePbNhXnBZmJR1cWh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:36.125rem;top:8.8125rem;left:19.4375rem;overflow:hidden;display:block; }
#xAt9sCILABApWpoQM7x71eehSHA05x8V { color:rgba(255,255,255,0.8);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:2.5625rem;left:25rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlfUVLVkDCUtWRFRMkd4HLb6dHeDLgDE { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcroIgSkGdeU6pVlOW6voxlZm3mketoB { background-color:#5bc165;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.8125rem;left:30rem;display:block; }
#N0koxVM6pzwlZRXkJoEK47vXhfDRtWuM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { 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; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.adaptive-delivery-prevent-bg, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyload, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyloading { background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { background-color: transparent; background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.87); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { border-width: 0; border-radius: 0; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::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; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { box-sizing:content-box;height:2.5rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,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; }
#MmCwRzU2B1IgGQpffLdrWikroDXkffAX { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:29.375rem;height:1.29980625rem;font-style:normal;display:block; }
#TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { color:#ffffff;display:block;width:67.4375rem;position:absolute;font-family:"open sans";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; }
#RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { color:#ffffff;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:13.21875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { background-color:#5bc165;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:30rem;display:block; }
#tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17rem;left:30rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:15.75rem;left:30rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252722;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; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { background-color: transparent; background-image: none; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container > .video-iframe-container { display: none; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row > .video-iframe-container { display: none; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .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); }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { border-width: 0; border-radius: 0; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#mNnzIVUInu0q9vdAiD3yLrzy3ldiGFZc { position:absolute;display:block;z-index:15000;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;height:29.9375rem;width:31.25rem;top:2.4375rem;left:2.5342573221757rem;overflow:hidden;display:block; }
#ALMyfM3pATXQKyMoKIBNS6x8IzlyOOBK { color:#5bc165;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.9375rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#r8Q3pSusGeOqxTNHh72rNCUWxlHBJK3H { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#U0t8p6VUpGVXPnl6FToQ9zaxZFvTtR2E { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:5rem;left:36.875rem; }
#DxecHxroOuUzIfT3uuypDEH3QI70L1Db { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:38.75rem;height:1.29980625rem;font-style:normal;display:block; }
#uXQKFCCBFrTMH6FP05ewliMKoPfNmIIU { color:#5bc165;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.4375rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#CeJuUd8TInlQ5tW4nwKVrC1fA8SEp52z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:12.5rem;left:36.875rem; }
#HXZJqOJCNkSm4AT3AmnvHa3r6G1NMIT9 { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:38.75rem;height:2.5996125rem;font-style:normal;display:block; }
#corTLEPPsmQopk2vOeuPKaMa1WWlBX5L { color:#5bc165;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:18.6875rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#HmogIAG5CP9JC9R56Cwo7iWUSciuGdaT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:18.75rem;left:36.875rem; }
#o8A6drHZgrm96TEv24wPN6VfT18QffJ3 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28rem;left:38.75rem;height:1.29980625rem;font-style:normal;display:block; }
#ufPlKUZoXiFfs1NyT3WQ2qZybdZRzSdF { color:#5bc165;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:26.1875rem;left:38.75rem;height:1.23730625rem;font-style:normal;display:block; }
#B23qmVyIz8zo9Q1lCiyXAc1DZs8KDeM1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:26.25rem;left:36.875rem; }
#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv { background-color:#ffffff;background-image:none;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; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container { background-color: transparent; background-image: none; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container > .video-iframe-container { display: none; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row > .video-iframe-container { display: none; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .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); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container { border-width: 0; border-radius: 0; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ZK4AXq32oxc6G3xRVEvdkVTDqaudxmHK { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#z4TywoVIalQut4dgtkK1BzkTvpFNErUO { 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; }
#z4TywoVIalQut4dgtkK1BzkTvpFNErUO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#xNFJPDULpT227qiKbx313zgEXTfNNcS2 { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;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; }
#xUagT3H04AlQDXptILWPicFhad4SaiQT { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;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; }
#yPBlMChUibVhSaecEIaqd9EhtHZ3UzJq { color:#000000;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:63.5rem;height:1.05615rem;text-align:right;text-align-last:right;display:block; }
#a8OOqixTLkoL2AZVSFpTfEX5QVO7HkRu { color:#000000;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.0625rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#fZIbDDyEg6sPhaaWVK2l2TvnewrrRTZa { color:#000000;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.72119140625rem;left:33.65625rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#x5GmwBRWclfhRdqII8184ZcS9WW6WWZQ { color:#000000;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5rem;left:58.875rem;height:1.05615rem;text-align:right;text-align-last:right;display:block; }
#A27ohqREycof9QGWD6NPQT6Vh4x4KoXl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:9.4375rem;top:2.25rem;left:0.375rem;overflow:hidden;display:block; }
#vp8A0FCbMS6NLcB7XzVl26bTadW9Anpc { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:8.8125rem;top:0.59375rem;left:35.53125rem;overflow:hidden;display:block; }
#tt3aTmZvFtIARRxJn3wPRgLSXI3GumOA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5bc165;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:2.6875rem;left:61.625rem;display:block; }
#TFgSuXdZhh0DrNKDRs9lJamBqKzqNkkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHdTTx4JdMkT8VR3J3wpWcMWWmvBRnZ6 { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#kIvIORMXu0Jx72ZFl4t2q6UXA7KXh7wt { 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:0.96875rem;left:49.5rem;overflow:hidden;display:none; }
#iVhDZDXEgIbv6lB1Ow6VHfs3GFRxPe5P { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#TgEsfKHFD671lbn27mP2UgMLyeMUpCzL { 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:2.9375rem;width:9.4375rem;top:1.15625rem;left:10rem;overflow:hidden;display:none; }
#Gw2SBEuKm51hShbDZA3IehDoC2axtS6r { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.7763671875rem;left:9.28125rem;height:1.05615rem;text-align:left;text-align-last:left;display:block; }
#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28a745;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { border-width: 0; border-radius: 0; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:none; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV { position:relative;display:none; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV { border-width: 0; border-radius: 0; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .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; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#T0L1kP1KbF5nOo9PyMr7UImVD2VHLKAu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:2.5rem;left:6rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N3K8xWcL289rNMR8vzplmmS7V4D50u1f { display:block; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNGC8ClX0i39UQc00pvccTWO4nLsihnd { 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) { #GHS8P5S8SME0qGuxbhmuTaSwnpStSe5G { width:3.125rem;height:3.125rem;display:none; }
#GHS8P5S8SME0qGuxbhmuTaSwnpStSe5G > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PUBxnTfiyXX7FEEUxsKQITmxrLAigyaG { 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) { #cGzfU0HbTBQxOdgfoaCBxKgiM6Dh2FTd { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tA9T2LbSF2TDXSOsDOS4XNAVxlv7QK4O { width:11.8125rem;height:3.5625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqUe2406PtSz1mGfQAzeCT1olqRJENu6 { width:4.6875rem;height:3.3125rem;top:1.5rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRwTTEVH4tFk3HBeNEutZ3qWgL1kZANb { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GN4RwxJXAFZMAMC3Ern3qs0nZWsDWA77 { width:7.8125rem;height:2.8125rem;top:1.25rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx5vdUKUUgisklqZCH4u8N8IW2o86TSC { width:7.9375rem;height:0.875rem;top:4.0625rem;left:39.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDE8UGOC7BgqwCvtM6ghoRo3cTroHDsr { width:9.875rem;height:0.9375rem;top:1.625rem;left:32.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSCy8HJvUD6RThTf7kT9VQLXAPcKb3Ms { width:12.6875rem;height:3.25rem;top:1.8125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaKcOxxLJFJtSh5gGDWsWJ0ThvCV3285 { display:block; }
 }@media only screen and (max-width: 763px) { #A9632rekGx4vSCehVBSF4VDPFMudPSyo { display:block; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCFmsnrzHHUqQcarTVQQLPJZSceKU4i6 { width:8.875rem;height:1.125rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBE01sm31ETndvOdWnWdSMQnkMWubKM9 { width:16.0625rem;height:1.125rem;top:1.375rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUA8Ko5cf9RFQIziIn9POTKdAOyS6Lob { width:9.9375rem;height:1.125rem;top:1.375rem;left:29.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gMvKHvTNEypxF0dBPMa7u2T0JpXZu1 { width:9.125rem;height:1.125rem;top:1.375rem;left:38.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUnqkO866nSEsnuhqsMr7vbKw6EZ5FKA { top:1.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv70JBICi0PZnK0Wq73SNGrvJPRJbLU { top:1.3125rem;left:7.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKGTm4Xm0VS3E7x2KstrVmQgbAK23EAn { top:1.125rem;left:27.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHSs69ePFrmhEDRphRvGTl0SRJe2vSE9 { top:1.3125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe { display:block; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQivP8hiiu6m3NdJSXxAsRitkZxvXb44 { width:42rem;height:2.4375rem;top:3.8125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKDb3JxlB7SG6xu3lq24OPZ22S05mdQ6 { width:7.125rem;height:1.0625rem;top:1.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnMisF8woAcms8tdu3FKBRPUCaMvcDTV { width:1.4375rem;height:1.4375rem;top:6.75rem;left:36.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaycmmT2at9UKTOWPgKC5TH0gDKCKCtA { width:4.5rem;height:;top:1.875rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkWP0cyh2o0qyTmZpDQCFuJBi6kqxRA6 { width:6.8125rem;height:;top:1.875rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNILNUcKoai4nuGyXMkEwCZ7OUt9O9Ta { width:6.5625rem;height:1.5625rem;top:1.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmPgqUNm6boDL9K87IPN0pCUa4NqbaaQ { top:10rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
#QmPgqUNm6boDL9K87IPN0pCUa4NqbaaQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #GXi4wS6y8Hu9zPQVQFlx8I1vFOAqJK5f { width:40.8125rem;height:;top:7rem;left:3.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu { display:block; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZMDGVFSlBKlvJ6vnweHQrsz95EUkfv9 { top:8.625rem;left:5.125rem;width:18.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTIGHbbpXzuTR8IJgCITbSiTIcaXUaH { top:7.375rem;left:0rem;width:25rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5AnOlTIb91wI2LvlJ2T4A6fNdn454VV { top:2.375rem;left:0rem;width:25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHu7KGUZN6cFVIsplk5optFKETcQxPo { top:35.375rem;left:0rem;width:25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLDyaVL27MULu8b9VdVAZXNK0xK96BwR { top:3.625rem;left:1.3125rem;width:22.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59ezXmBuTZRT1Ba7ncC35mk8qJCKbla { top:36.3125rem;left:11.375rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTP0Q129wcvLLPwIWL8SuTWmdLhLrGF { top:36.75rem;left:11.375rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W { display:block; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxwsvDTXKsvulwoBloC4Cu6ZQnh0G2r7 { width:5.375rem;height:2.5625rem;top:1rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZKuHGuUi8813kfWw8nTMSELLKeiwqio { width:3.9375rem;height:2.1875rem;top:1.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG2urRNBITlGlCvsHPuT1RFKo4xDLdJS { width:4.6875rem;height:2.25rem;top:1.25rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeIniQ63VBUUx1mfhW1Boet0hEZXJ5mD { width:4.125rem;height:2.375rem;top:1.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxprcl7Gb6gUeOVLFPXW8dbPZ7RMO3Qk { width:5.875rem;height:2rem;top:1.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVvt37xxmMVsBheSdLualrT6T44lVaiP { width:3.125rem;height:3.125rem;top:0.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf { display:block; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX3vE0AbHhb2Fcq8gmXIymRnxmNn4V2i { top:22.5rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOyfVA9neokdxCdFm530N5zl6T22cEpI { top:11.25rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6RBsg2fMnnsA18458QRqQy9n5LoF99w { top:31.25rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E49KqMNKcvMa7sRWsHWyEPNTuIbfCQ5n { top:25rem;left:0.4375rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yycGNuTI4ZOtIkh0KU2qeTxmTu9AAfzI { top:31.25rem;left:1.375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxWHJGEur6CeX2ahaUOnlonX8paVelC { top:11.25rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8VQUXm8k60ASXRE2eSWdOAfunW1qhs { top:22.5rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw3v3ekxrQTRAdnMbToPcTkVL65dIfr { top:25rem;left:14.3125rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBbDT2qc0NvSfJRLxK1ksqVJnM86BRe8 { top:26.875rem;left:14.25rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4hRubDOQ6IcnCqatzuSTKTVA46d9Swl { top:31.1875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mydiWAATJizPemEAWXN6gaB3gW1TCrO5 { top:31.25rem;left:16.9375rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLNJJv0cErkBI91HpeywDmBJbSZB3lNC { top:11.25rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOFBMNkqcGCQwSKL3G7M6awDVSixqex7 { top:22.5rem;left:27.625rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X12aTyIsMy9aTMBFnTgi0z4pNFaWNnKV { top:25rem;left:31.75rem;width:14.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XKixZ1tyrLstzvsuBgVzk1FImMPKBw { top:31.25rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhTQTzhqn727kMTRv75662DHlBnGguS { top:31.25rem;left:31.75rem;width:14.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPzs5kdTLSbvOxN47WvOy2fvQFuCSMfe { top:26.875rem;left:30.125rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZwRXX2g0kxFs0ePUBXbGvPDkTsR1Bqf { top:26.875rem;left:0rem;width:17.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdBnfZOx2UGCiRx05tX5G3ZzTW8TZSW { top:31.25rem;left:14.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoyVmmw8rWTnJRAcmTZANSR03KRVO8Dk { top:31.25rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm40VCoc4LTx1NGT5ilMi6s1CqAdlTdi { top:31.25rem;left:45.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1dz81rDtiSFmppn4a31dJWo4TbsBnRs { top:2rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiVs3Ep9wIauwLhZfI6KBLLGs0wwmzIM { top:5.6875rem;left:0rem;width:40.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2FTgvcRos5TU4fWF2aXQXiD77xrFxX { width:14.875rem;height:2.625rem;top:34.3125rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnsxKhGNkd76FrriTrpNcWVow5dXfKKC { display:block; }
 }@media only screen and (max-width: 763px) { #CHanAsqtHDgBZeTqubvbhq8hW490ZHir { display:block; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsWFkrdVo3FpfdTCg9M8HyynnNOfbVZN { top:20rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKahwP6BWTqJGuU5WyUxxNfKk7Dyh9fX { top:22.5625rem;left:0.4375rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGiXMtvMbHtae6Zsw18SLihPFTW5FBDd { top:25rem;left:0rem;width:17.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuiKz3Ds7Jykv0x0bURkovgFXf7VxyK0 { top:8.75rem;left:0rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtcaKGEriOHLyZZQxHA6EsD2Z7HVaIk0 { top:20rem;left:11.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMJ7ilwshV0mpepHq5baF3SBcTV0gLTq { top:25rem;left:14.3125rem;width:17.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2EkZeCbelVfDqvWexq8JTtiEeeGXMo { top:22.5625rem;left:15.875rem;width:14.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXxSsttbegh8zq08D9e7R8d2XaEduWQV { top:8.75rem;left:11.75rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ncQC8F3lBWPp8Tzncc8Zdr2SiOdT94 { top:20rem;left:27.625rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWegoEyTBSGufKMBOyKklq3mAHfM6n74 { top:25rem;left:30.1875rem;width:17.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5eodKIlNyG5gvOVfXGxzoXadqsf5RH { top:22.5625rem;left:30.375rem;width:17.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEoyGR58UUf2uPreRdJ2R3CuK6v4JUUF { top:8.75rem;left:27.625rem;width:20rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNd7Myu3laK7xGWCgt2BqTJF7I0LffMQ { top:4.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rlxo9kPNePk5GGk6LdD0C1fyN5oHwd { top:2.5rem;left:4.125rem;width:25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0JBnbRcx8ZNahEXT0I32pqsKAJabIwd { width:15rem;height:2.5rem;top:33.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bC0pwCMVwf3tDzFtMcSxZmorQOw2Ip { display:block; }
 }@media only screen and (max-width: 763px) { #E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW { display:block; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vInEPGcBl7h2Z8iJePbNhXnBZmJR1cWh { top:8.8125rem;left:5.8125rem;width:36.125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAt9sCILABApWpoQM7x71eehSHA05x8V { top:2.5625rem;left:11.375rem;width:25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfUVLVkDCUtWRFRMkd4HLb6dHeDLgDE { top:4.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcroIgSkGdeU6pVlOW6voxlZm3mketoB { width:15rem;height:2.5rem;top:38.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0koxVM6pzwlZRXkJoEK47vXhfDRtWuM { display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { display:block; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { top:2.5rem;left:15.125rem;width:17.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCwRzU2B1IgGQpffLdrWikroDXkffAX { top:3.0625rem;left:15.75rem;width:16.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { top:6.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { top:9.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:15rem;height:2.5rem;top:12.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { top:17rem;left:16.375rem;width:15rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { top:15.75rem;left:16.375rem;width:15rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF { display:block; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNnzIVUInu0q9vdAiD3yLrzy3ldiGFZc { top:2.4375rem;left:0rem;width:31.25rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALMyfM3pATXQKyMoKIBNS6x8IzlyOOBK { top:4.9375rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8Q3pSusGeOqxTNHh72rNCUWxlHBJK3H { top:6.8125rem;left:16.5rem;width:31.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0t8p6VUpGVXPnl6FToQ9zaxZFvTtR2E { top:5rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxecHxroOuUzIfT3uuypDEH3QI70L1Db { top:14.25rem;left:16.5rem;width:31.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXQKFCCBFrTMH6FP05ewliMKoPfNmIIU { top:12.4375rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeJuUd8TInlQ5tW4nwKVrC1fA8SEp52z { top:12.5rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXZJqOJCNkSm4AT3AmnvHa3r6G1NMIT9 { top:20.5625rem;left:16.5625rem;width:31.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #corTLEPPsmQopk2vOeuPKaMa1WWlBX5L { top:18.6875rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmogIAG5CP9JC9R56Cwo7iWUSciuGdaT { top:18.75rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8A6drHZgrm96TEv24wPN6VfT18QffJ3 { top:28rem;left:16.5rem;width:31.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPlKUZoXiFfs1NyT3WQ2qZybdZRzSdF { top:26.1875rem;left:14rem;width:33.75rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B23qmVyIz8zo9Q1lCiyXAc1DZs8KDeM1 { top:26.25rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv { display:block; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZK4AXq32oxc6G3xRVEvdkVTDqaudxmHK { 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) { #z4TywoVIalQut4dgtkK1BzkTvpFNErUO { width:3.125rem;height:3.125rem;display:none; }
#z4TywoVIalQut4dgtkK1BzkTvpFNErUO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xNFJPDULpT227qiKbx313zgEXTfNNcS2 { 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) { #xUagT3H04AlQDXptILWPicFhad4SaiQT { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPBlMChUibVhSaecEIaqd9EhtHZ3UzJq { width:9.875rem;height:1rem;top:2.25rem;left:37.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8OOqixTLkoL2AZVSFpTfEX5QVO7HkRu { width:18.25rem;height:1rem;top:5.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZIbDDyEg6sPhaaWVK2l2TvnewrrRTZa { width:14.375rem;height:1rem;top:5.6875rem;left:20.03125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5GmwBRWclfhRdqII8184ZcS9WW6WWZQ { width:14.375rem;height:1rem;top:5.5rem;left:33.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A27ohqREycof9QGWD6NPQT6Vh4x4KoXl { width:9.4375rem;height:2.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp8A0FCbMS6NLcB7XzVl26bTadW9Anpc { width:8.8125rem;height:4.9375rem;top:0.5625rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt3aTmZvFtIARRxJn3wPRgLSXI3GumOA { width:11.6875rem;height:2.875rem;top:2.6875rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFgSuXdZhh0DrNKDRs9lJamBqKzqNkkE { display:block; }
 }@media only screen and (max-width: 763px) { #DHdTTx4JdMkT8VR3J3wpWcMWWmvBRnZ6 { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIvIORMXu0Jx72ZFl4t2q6UXA7KXh7wt { width:4.6875rem;height:3.3125rem;top:0.9375rem;left:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVhDZDXEgIbv6lB1Ow6VHfs3GFRxPe5P { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgEsfKHFD671lbn27mP2UgMLyeMUpCzL { width:9.4375rem;height:2.9375rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gw2SBEuKm51hShbDZA3IehDoC2axtS6r { width:18.25rem;height:1rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV { display:none; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T0L1kP1KbF5nOo9PyMr7UImVD2VHLKAu { top:2.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N3K8xWcL289rNMR8vzplmmS7V4D50u1f { 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;display:block; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container { background-color: transparent; background-image: none; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container > .video-iframe-container { display: none; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row > .video-iframe-container { display: none; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .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); }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container { border-width: 0; border-radius: 0; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3K8xWcL289rNMR8vzplmmS7V4D50u1f > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNGC8ClX0i39UQc00pvccTWO4nLsihnd { 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) { #GHS8P5S8SME0qGuxbhmuTaSwnpStSe5G { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#GHS8P5S8SME0qGuxbhmuTaSwnpStSe5G > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PUBxnTfiyXX7FEEUxsKQITmxrLAigyaG { 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) { #cGzfU0HbTBQxOdgfoaCBxKgiM6Dh2FTd { 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) { #tA9T2LbSF2TDXSOsDOS4XNAVxlv7QK4O { width:9.75rem;height:2.6875rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqUe2406PtSz1mGfQAzeCT1olqRJENu6 { width:4.6875rem;height:3.3125rem;top:0.75rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRwTTEVH4tFk3HBeNEutZ3qWgL1kZANb { width:9.4375rem;height:2.9375rem;top:5.8125rem;left:10.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #GN4RwxJXAFZMAMC3Ern3qs0nZWsDWA77 { width:5rem;height:1.75rem;top:1.0625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx5vdUKUUgisklqZCH4u8N8IW2o86TSC { width:6.6875rem;height:0.89355625rem;top:2.875rem;left:13.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDE8UGOC7BgqwCvtM6ghoRo3cTroHDsr { width:9.875rem;height:auto;top:1.625rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RSCy8HJvUD6RThTf7kT9VQLXAPcKb3Ms { width:12.6875rem;height:3.25rem;top:1.8125rem;left:3.625rem;color:#fd3c00;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaKcOxxLJFJtSh5gGDWsWJ0ThvCV3285 { display:block; }
 }@media only screen and (max-width: 763px) { #A9632rekGx4vSCehVBSF4VDPFMudPSyo { background-color:#5bc165;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; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container { background-color: transparent; background-image: none; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container > .video-iframe-container { display: none; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row > .video-iframe-container { display: none; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .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); }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container { border-width: 0; border-radius: 0; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9632rekGx4vSCehVBSF4VDPFMudPSyo > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCFmsnrzHHUqQcarTVQQLPJZSceKU4i6 { width:7.5625rem;height:1.19970625rem;top:1.3125rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gBE01sm31ETndvOdWnWdSMQnkMWubKM9 { width:6.25rem;height:0.9746125rem;top:1.375rem;left:12.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUA8Ko5cf9RFQIziIn9POTKdAOyS6Lob { width:5.75rem;height:0;top:3.375rem;left:1.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L5gMvKHvTNEypxF0dBPMa7u2T0JpXZu1 { width:5.9375rem;height:0;top:3.375rem;left:14.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bUnqkO866nSEsnuhqsMr7vbKw6EZ5FKA { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Twv70JBICi0PZnK0Wq73SNGrvJPRJbLU { display:flex;width:1.25rem;height:1.25rem;top:7.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKGTm4Xm0VS3E7x2KstrVmQgbAK23EAn { display:flex;width:1.25rem;height:1.25rem;top:1.1875rem;left:10.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fHSs69ePFrmhEDRphRvGTl0SRJe2vSE9 { display:flex;width:1.375rem;height:1.375rem;top:13.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e772791-e22f-4db7-8cc4-f0f6f50c2d08/EdengroupxOhme1.jpg");background-position:bottom 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; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe.adaptive-delivery-prevent-bg, #hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe.lazyload, #hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe.lazyloading { background-image: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container { background-color: transparent; background-image: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.77); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container > .video-iframe-container { display: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,19,4,0.77); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row > .video-iframe-container { display: none; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .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); }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container { border-width: 0; border-radius: 0; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe::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; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT46K43FPkTtSkSN5mGqeaeqe5pP9sJe > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQivP8hiiu6m3NdJSXxAsRitkZxvXb44 { width:14.6875rem;height:2.4375rem;top:6.75rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zKDb3JxlB7SG6xu3lq24OPZ22S05mdQ6 { width:6.75rem;height:1.25rem;top:2.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnMisF8woAcms8tdu3FKBRPUCaMvcDTV { width:17.125rem;height:17.125rem;top:13.7197265625rem;left:2.875rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VaycmmT2at9UKTOWPgKC5TH0gDKCKCtA { width:4.5rem;height:1.13720625rem;top:0.6572265625rem;left:7.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OkWP0cyh2o0qyTmZpDQCFuJBi6kqxRA6 { width:6.8125rem;height:1.13720625rem;top:4.375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kNILNUcKoai4nuGyXMkEwCZ7OUt9O9Ta { width:6.5625rem;height:1.5625rem;top:4.0625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmPgqUNm6boDL9K87IPN0pCUa4NqbaaQ { display:flex;width:2rem;height:2rem;top:14.875rem;left:8.75rem; }
#QmPgqUNm6boDL9K87IPN0pCUa4NqbaaQ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #GXi4wS6y8Hu9zPQVQFlx8I1vFOAqJK5f { width:17.5rem;height:2.923825rem;top:10.70166015625rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu { background-color:rgba(250,249,246,0.91);background-image:none;display:block; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { background-color: transparent; background-image: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row > .video-iframe-container { display: none; }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .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); }#R6M2c2TLAIZS478aaK9rFPL0bTuAHrTu > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZMDGVFSlBKlvJ6vnweHQrsz95EUkfv9 { width:16.3125rem;height:17.5625rem;top:8.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTIGHbbpXzuTR8IJgCITbSiTIcaXUaH { width:17.5rem;height:32.5rem;top:6.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5AnOlTIb91wI2LvlJ2T4A6fNdn454VV { width:17.5rem;height:5rem;top:2.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSHu7KGUZN6cFVIsplk5optFKETcQxPo { width:17.5rem;height:3.75rem;top:37.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLDyaVL27MULu8b9VdVAZXNK0xK96BwR { width:20rem;height:1.86865rem;top:4.0029296875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59ezXmBuTZRT1Ba7ncC35mk8qJCKbla { width:12.5rem;height:1.875rem;top:38.4375rem;left:3.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hGTP0Q129wcvLLPwIWL8SuTWmdLhLrGF { width:12.5rem;height:1.04980625rem;top:38.875rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W { display:block; }#bETpb7moy1CmNGWTPaFvsHSHcU47Ki3W > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxwsvDTXKsvulwoBloC4Cu6ZQnh0G2r7 { width:3.875rem;height:1.8125rem;top:1.28125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZKuHGuUi8813kfWw8nTMSELLKeiwqio { width:3.5rem;height:2.1875rem;top:1.09375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG2urRNBITlGlCvsHPuT1RFKo4xDLdJS { width:4.1875rem;height:2.1875rem;top:5.5625rem;left:8.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AeIniQ63VBUUx1mfhW1Boet0hEZXJ5mD { width:3.3125rem;height:2.1875rem;top:1.09375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxprcl7Gb6gUeOVLFPXW8dbPZ7RMO3Qk { width:5.875rem;height:2rem;top:9.3125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVvt37xxmMVsBheSdLualrT6T44lVaiP { width:2.9375rem;height:2.9375rem;top:5.1875rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf { display:block; }#DXgG4ClJG8Scusy8NPFAwWGJTp8eMFFf > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HX3vE0AbHhb2Fcq8gmXIymRnxmNn4V2i { width:17.5rem;height:10rem;top:22.4375rem;left:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HOyfVA9neokdxCdFm530N5zl6T22cEpI { width:17.5rem;height:10.9375rem;top:12.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6RBsg2fMnnsA18458QRqQy9n5LoF99w { width:1.25rem;height:1.25rem;top:29.9375rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #E49KqMNKcvMa7sRWsHWyEPNTuIbfCQ5n { width:15rem;height:1.19970625rem;top:23.625rem;left:2.5rem;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) { #yycGNuTI4ZOtIkh0KU2qeTxmTu9AAfzI { width:11.1875rem;height:1.2749rem;top:29.9375rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QVxWHJGEur6CeX2ahaUOnlonX8paVelC { width:17.5rem;height:10.9375rem;top:33.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8VQUXm8k60ASXRE2eSWdOAfunW1qhs { width:17.5rem;height:10rem;top:43.6875rem;left:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TNw3v3ekxrQTRAdnMbToPcTkVL65dIfr { width:15rem;height:1.19970625rem;top:44.875rem;left:2.5rem;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) { #RBbDT2qc0NvSfJRLxK1ksqVJnM86BRe8 { width:15rem;height:2.5996125rem;top:47.4375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #o4hRubDOQ6IcnCqatzuSTKTVA46d9Swl { width:1.25rem;height:1.25rem;top:51.1875rem;left:2.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #mydiWAATJizPemEAWXN6gaB3gW1TCrO5 { width:10.8125rem;height:1.2749rem;top:51.1875rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #DLNJJv0cErkBI91HpeywDmBJbSZB3lNC { width:17.5rem;height:10.9375rem;top:54.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOFBMNkqcGCQwSKL3G7M6awDVSixqex7 { width:17.5rem;height:10rem;top:64.8125rem;left:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #X12aTyIsMy9aTMBFnTgi0z4pNFaWNnKV { width:14.875rem;height:1.19970625rem;top:66.25rem;left:2.5rem;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) { #u9XKixZ1tyrLstzvsuBgVzk1FImMPKBw { width:1.25rem;height:1.25rem;top:72.4375rem;left:2.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #lUhTQTzhqn727kMTRv75662DHlBnGguS { width:10.75rem;height:1.2749rem;top:72.4375rem;left:4.25rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #CPzs5kdTLSbvOxN47WvOy2fvQFuCSMfe { width:15.125rem;height:2.5996125rem;top:68.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eZwRXX2g0kxFs0ePUBXbGvPDkTsR1Bqf { width:15rem;height:2.5996125rem;top:26.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #TKdBnfZOx2UGCiRx05tX5G3ZzTW8TZSW { width:1.25rem;height:1.25rem;top:29.9375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoyVmmw8rWTnJRAcmTZANSR03KRVO8Dk { width:1.25rem;height:1.25rem;top:51.1875rem;left:16.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fm40VCoc4LTx1NGT5ilMi6s1CqAdlTdi { width:1.25rem;height:1.25rem;top:72.4375rem;left:16.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #u1dz81rDtiSFmppn4a31dJWo4TbsBnRs { width:17.625rem;height:3.73730625rem;top:1.4375rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiVs3Ep9wIauwLhZfI6KBLLGs0wwmzIM { width:17.5rem;height:5.19921875rem;top:6.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2FTgvcRos5TU4fWF2aXQXiD77xrFxX { width:17.5rem;height:2.5rem;top:76.1875rem;left:1.25rem;color:#ffffff;font-size:1.125rem;z-index:15011;background-color:#5bc165;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RnsxKhGNkd76FrriTrpNcWVow5dXfKKC { display:block; }
 }@media only screen and (max-width: 763px) { #CHanAsqtHDgBZeTqubvbhq8hW490ZHir { display:block; }#CHanAsqtHDgBZeTqubvbhq8hW490ZHir > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsWFkrdVo3FpfdTCg9M8HyynnNOfbVZN { width:17.5rem;height:12.5rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKahwP6BWTqJGuU5WyUxxNfKk7Dyh9fX { width:12.6875rem;height:1.19970625rem;top:21.19970703125rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mGiXMtvMbHtae6Zsw18SLihPFTW5FBDd { width:15rem;height:6.499rem;top:23.6875rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GuiKz3Ds7Jykv0x0bURkovgFXf7VxyK0 { width:17.4375rem;height:10.875rem;top:9.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtcaKGEriOHLyZZQxHA6EsD2Z7HVaIk0 { width:17.5rem;height:12.5rem;top:42.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMJ7ilwshV0mpepHq5baF3SBcTV0gLTq { width:14.9375rem;height:6.499rem;top:47.4375rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nk2EkZeCbelVfDqvWexq8JTtiEeeGXMo { width:14.3125rem;height:1.19970625rem;top:44.98828125rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LXxSsttbegh8zq08D9e7R8d2XaEduWQV { width:17.5rem;height:10.9375rem;top:32.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8ncQC8F3lBWPp8Tzncc8Zdr2SiOdT94 { width:17.5rem;height:11.25rem;top:66.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWegoEyTBSGufKMBOyKklq3mAHfM6n74 { width:15rem;height:5.19921875rem;top:71.1875rem;left:2.5rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hG5eodKIlNyG5gvOVfXGxzoXadqsf5RH { width:14.3125rem;height:1.19970625rem;top:68.73828125rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GEoyGR58UUf2uPreRdJ2R3CuK6v4JUUF { width:17.5rem;height:10.9375rem;top:56.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNd7Myu3laK7xGWCgt2BqTJF7I0LffMQ { width:17.5rem;height:3.73730625rem;top:3.625rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rlxo9kPNePk5GGk6LdD0C1fyN5oHwd { width:20rem;height:1.2246125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0JBnbRcx8ZNahEXT0I32pqsKAJabIwd { width:17.5rem;height:2.5rem;top:78.6875rem;left:1.25rem;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bC0pwCMVwf3tDzFtMcSxZmorQOw2Ip { display:block; }
 }@media only screen and (max-width: 763px) { #E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW { display:block; }#E7oDTuM312Xx06ltdwfgiLGQzPbwz1zW > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vInEPGcBl7h2Z8iJePbNhXnBZmJR1cWh { width:17.5rem;height:13.375rem;top:8.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAt9sCILABApWpoQM7x71eehSHA05x8V { width:20rem;height:1.2246125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfUVLVkDCUtWRFRMkd4HLb6dHeDLgDE { width:17.5rem;height:3.73730625rem;top:3.6875rem;left:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcroIgSkGdeU6pVlOW6voxlZm3mketoB { width:17.5rem;height:2.5rem;top:23.6875rem;left:1.25rem;color:#ffffff;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0koxVM6pzwlZRXkJoEK47vXhfDRtWuM { display:block; }
 }@media only screen and (max-width: 763px) { #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK { 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; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.adaptive-delivery-prevent-bg, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyload, #EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK.lazyloading { background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { background-color: transparent; background-image: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row > .video-iframe-container { display: none; }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .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); }#EV1KT7Kmwqrs45gZpVUXfLlJHTu4k4MK > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APwtAUeGTyXFwnqTMLR9ovX4ptwHgClx { width:17.5rem;height:2.5rem;top:2.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmCwRzU2B1IgGQpffLdrWikroDXkffAX { width:16.3125rem;height:1.29980625rem;top:3.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPXX6yHJv7CLd8zwsLM5NogwrP91ItFZ { width:17.625rem;height:3.73730625rem;top:6.3125rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRBFxD0Fd8XJTAa5y8tGAqB1XbxBcVAm { width:17.5625rem;height:3.8994125rem;top:11.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #PBKdEcDkMl7d71fXp6eZ4hp6EEZTbwod { width:17.5rem;height:2.5rem;top:17.5rem;left:1.25rem;color:#ffffff;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tRzElwklDeGuVcUzcp06ebOEmMMmCtJK { display:block; }
 }@media only screen and (max-width: 763px) { #e0cVPdoCKzMStWVp4gKMA5rop5c8M9LU { width:15rem;height:1.25rem;top:22.0625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WrRUVLsyPv8g7RxE6y7TdStthc3hW8HZ { width:15rem;height:1.3125rem;top:20.6875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF { display:block; }#JyF4q5U5Tx9gTvQPTPeZ240SM1UfZRXF > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNnzIVUInu0q9vdAiD3yLrzy3ldiGFZc { width:17.5rem;height:16.75rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALMyfM3pATXQKyMoKIBNS6x8IzlyOOBK { width:16.8125rem;height:1.16845625rem;top:19.75rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r8Q3pSusGeOqxTNHh72rNCUWxlHBJK3H { width:16.25rem;height:3.8994125rem;top:21.5rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U0t8p6VUpGVXPnl6FToQ9zaxZFvTtR2E { display:flex;width:1.25rem;height:1.25rem;top:19.8125rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DxecHxroOuUzIfT3uuypDEH3QI70L1Db { width:16.25rem;height:3.8994125rem;top:28.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uXQKFCCBFrTMH6FP05ewliMKoPfNmIIU { width:15.3125rem;height:1.16845625rem;top:27.3125rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CeJuUd8TInlQ5tW4nwKVrC1fA8SEp52z { display:flex;width:1.25rem;height:1.25rem;top:27.25rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HXZJqOJCNkSm4AT3AmnvHa3r6G1NMIT9 { width:16.25rem;height:3.8994125rem;top:36.625rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #corTLEPPsmQopk2vOeuPKaMa1WWlBX5L { width:13.875rem;height:1.16845625rem;top:34.8125rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HmogIAG5CP9JC9R56Cwo7iWUSciuGdaT { display:flex;width:1.25rem;height:1.25rem;top:34.75rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #o8A6drHZgrm96TEv24wPN6VfT18QffJ3 { width:16.25rem;height:2.5996125rem;top:44.0625rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufPlKUZoXiFfs1NyT3WQ2qZybdZRzSdF { width:14.375rem;height:1.16845625rem;top:42.33203125rem;left:2.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B23qmVyIz8zo9Q1lCiyXAc1DZs8KDeM1 { display:flex;width:1.25rem;height:1.25rem;top:42.25rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv { 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;display:block; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container { background-color: transparent; background-image: none; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container > .video-iframe-container { display: none; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row > .video-iframe-container { display: none; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .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); }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container { border-width: 0; border-radius: 0; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldmeHTqx2ex5bbLcT1e1PN7kyF4T4UEv > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZK4AXq32oxc6G3xRVEvdkVTDqaudxmHK { 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) { #z4TywoVIalQut4dgtkK1BzkTvpFNErUO { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#z4TywoVIalQut4dgtkK1BzkTvpFNErUO > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #xNFJPDULpT227qiKbx313zgEXTfNNcS2 { 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) { #xUagT3H04AlQDXptILWPicFhad4SaiQT { 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) { #yPBlMChUibVhSaecEIaqd9EhtHZ3UzJq { width:9.875rem;height:auto;top:2.25rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a8OOqixTLkoL2AZVSFpTfEX5QVO7HkRu { width:18.25rem;height:auto;top:5.5625rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fZIbDDyEg6sPhaaWVK2l2TvnewrrRTZa { width:14.375rem;height:auto;top:5.6875rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x5GmwBRWclfhRdqII8184ZcS9WW6WWZQ { width:14.375rem;height:auto;top:5.5rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A27ohqREycof9QGWD6NPQT6Vh4x4KoXl { width:9.4375rem;height:2.9375rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vp8A0FCbMS6NLcB7XzVl26bTadW9Anpc { width:8.8125rem;height:4.9375rem;top:10.4375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tt3aTmZvFtIARRxJn3wPRgLSXI3GumOA { width:11.0625rem;height:2.875rem;top:16.625rem;left:4.4375rem;color:#fd3c00;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFgSuXdZhh0DrNKDRs9lJamBqKzqNkkE { display:block; }
 }@media only screen and (max-width: 763px) { #DHdTTx4JdMkT8VR3J3wpWcMWWmvBRnZ6 { width:6.4375rem;height:1.9375rem;top:3.375rem;left:-30.6875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kIvIORMXu0Jx72ZFl4t2q6UXA7KXh7wt { width:4.6875rem;height:3.3125rem;top:1.3125rem;left:9.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #iVhDZDXEgIbv6lB1Ow6VHfs3GFRxPe5P { width:6.4375rem;height:1.9375rem;top:8.5625rem;left:-26.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TgEsfKHFD671lbn27mP2UgMLyeMUpCzL { width:6.4375rem;height:1.9375rem;top:2rem;left:3.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Gw2SBEuKm51hShbDZA3IehDoC2axtS6r { width:18.25rem;height:auto;top:6.75rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA { display:block; }#vpFSL55D8fXDnIN0DBT7yfyG8AiAx1ZA > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV { background-color:#5bc165;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row .container { background-color: transparent; background-image: none; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row .container > .video-iframe-container { display: none; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row > .video-iframe-container { display: none; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .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); }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row .container { border-width: 0; border-radius: 0; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOEz8MnWs21SNkk6DlXUgG3NsG1mrFfV > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0L1kP1KbF5nOo9PyMr7UImVD2VHLKAu { top:0.974609375rem;left:1.1875rem;width:17.625rem;height:1.70605625rem;z-index:15000;color:#ffffff;font-family:poppins;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }