.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row .container { background-color: transparent; background-image: none; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row .container > .video-iframe-container { display: none; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row > .video-iframe-container { display: none; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .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); }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row .container { border-width: 0; border-radius: 0; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#B3ZymIiwZgR4DvyrASFboVxMkf2sLGAN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.0625rem;left:56.0625rem;display:block; }
#T9G2U1NCOpwEZgcmsg9twlwK3Kmw8wOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IybuSst7lVgnHm8c0Uz7mhHO7qvQNZXb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.625rem;top:1.34375rem;left:1.375rem;overflow:hidden;display:block; }
#zSKd46ZsPGynZRXDlgXHQTeNligs4Eam { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.5rem;left:54.250003814698rem; }
#zSKd46ZsPGynZRXDlgXHQTeNligs4Eam > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#F4WqVXOLUk4OQk5PkUwhmqMS0U75brsX { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.40625rem;left:71.6875038147rem; }
#F4WqVXOLUk4OQk5PkUwhmqMS0U75brsX > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#Ev6HiHt2EkJKDdRXUJT9v547SubluzZ4 { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.5625rem;left:69.5rem; }
#Ev6HiHt2EkJKDdRXUJT9v547SubluzZ4 > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH.adaptive-delivery-prevent-bg, #bB5ma6xsOwpTfcfbJMsuC660wUXi75JH.lazyload, #bB5ma6xsOwpTfcfbJMsuC660wUXi75JH.lazyloading { background-image: none; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row .container { border-width: 0; border-radius: 0; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row .container { font-size:0.875rem;font-family:arial;height:82.75rem;width:75rem;overflow:visible;position:relative;display:none; }#qW8f2zEfQtTtrD7G9zAbe9AC45IJO5eP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.625rem;width:42.5rem;top:13.9375rem;left:1.5rem;display:block; }
#xA44yRh5HinMu7UX9Z8sZBVgpILrWHu0 { color:#091118;display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.8125rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#uXwhsuJdl7GwxnnDFE7uLf41ITKI9kun { background-color:#091118;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(38,232,144,0.66);border-left:0.0625rem solid rgba(38,232,144,0.66);border-right:0.0625rem solid rgba(38,232,144,0.66);border-bottom:0.0625rem solid rgba(38,232,144,0.66);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 2.75rem rgba(38,232,144,0.28) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.5rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:73rem;left:16.25rem;display:block; }
#EVbTgZ37rnn1Tx9IgZtygXHZJcLUBrnZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJ2q8HOA4EeicaLctfQkv4mQRDSuKlF6 { box-sizing:content-box;height:1.3125rem;width:36.0625rem;position:absolute;display:block;z-index:15005;background-color:#1e232e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:69.4375rem;left:19.625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#M6xZiuZuvTT8bvTd69AMv7BAUNmnTdys { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:19.4375rem;display:block; }
#QTuqh8gH8HhQTBFHyOOd4CECBFk4SBCx { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:24.4375rem;display:block; }
#zBlHduUuUXRT86eJPcGe1zI7zPvL8SWT { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:29.4375rem;display:block; }
#GnIT15brWBHuUs93mDHc2fu2TaTalB3m { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:34.4375rem;display:block; }
#uXhHL6qmQduffhpdlIPv0xViyWSU8hoC { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:39.4375rem;display:block; }
#KalrxqGFzoEfMPUzHiOddprGEyCINdLy { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:44.4375rem;display:block; }
#WShx1y1ZUs9taUwlXu2VQmP10LPfTetq { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:49.4375rem;display:block; }
#UaJT3uItePCod7dzLw9b5GDGffubJi8I { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:54.4375rem;display:block; }
#imrhJLseBgvqxXRy9NFX8c64zDSIlcCJ { box-sizing:content-box;height:1.3125rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.4375rem;left:19.5rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#qu7fhei56kAPMTQlLb05ouSl7VMGS2qV { color:rgba(var(--color-primary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:67.25rem;left:24.875rem;height:1.3496125rem;text-align:center;text-align-last:center;display:block; }
#r7UWyt8zX57tcLzESHUlHsXixJ5TwyXx { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:14999;background-color:#3eb470;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZAksaTBSsHfE9MSQQeEIifIk8TluabxX { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15000;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bFCGDrl3cRNWid6LNix264MzHB0ItUvk { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.375rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#ZWyORVFKJcn8HFSNJfiFTdyn5UMEATto { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:15.3125rem;left:48.125rem; }
#aXZlH7hJCmIk1wGDzcyAAes75TTiEOpF { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15001;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#m6zGoIOeiUFvbeVloM8tHNmcxWqhcJyS { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:26.0625rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#ZtXnHbsL7t21DVGwmV9wNCbnZaiDGuvE { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15002;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iHO9tcrnwf9wBrs1U7JfQTEmGbWZLRr9 { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:31.75rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#n9d9oKwMcc5nbw0iQrmyPtXmDzXZ74CM { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15003;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#iXJRrabV4QTvk4fGxI89Xhd2fd06CsLh { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:37.5625rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#chHXAqDPfGRKkJgHnyDVDuTrg1CCIyZ1 { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15004;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4375rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#L5XlPAnFEquOPNgPIgq70Gm0dDlT36Qu { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:43.3125rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#UzwCoIcPgWkTrTwOgyLCB3yybhekZn1s { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15005;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zRFIoRVaIEwezWgKwNRSJoz9WdqirJMx { color:rgba(var(--color-primary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:49.1875rem;left:51.6875rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#vokPpBV0J9cfaS6erbXTcPaQtJsHp7xx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:49.625rem;left:48.0625rem; }
#MEx51q5Hx2D5hiSHOnIyRJGWRdUzw4zf { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15006;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.125rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#CerJSqpiraPQFB5rGqVneiqlOq9L0uNr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:55.4375rem;left:48.0625rem; }
#GCKt5Tm8rmTRbOkp3Hf87EKrdSWhNKKq { color:rgba(var(--color-primary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:55rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#KMTZyTdmV9E2N4DJKTHhNv9pNANqfneC { box-sizing:content-box;height:23.3125rem;width:42.5625rem;position:absolute;display:block;z-index:14998;background-color:#131e2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.625rem;left:1.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MFcJSzHwWVL7mtUkXMPlCIVJvqGhofC3 { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.375rem;left:16.21875rem;height:;text-align:center;text-align-last:center;display:block; }
#kdJQLAoXEpSc8EPTSLqI6ewNTtECqryM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.5rem;left:48.0625rem;display:none; }
#kdJQLAoXEpSc8EPTSLqI6ewNTtECqryM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#yzTHaym0g92yfk8KFiRKb8uDWTQcAtoF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.5rem;left:48.0625rem;display:none; }
#yzTHaym0g92yfk8KFiRKb8uDWTQcAtoF > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#DCQdJdGlm2BWmLrcSzuoMuJxH2Flg1rm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.5rem;left:48.0625rem;display:none; }
#DCQdJdGlm2BWmLrcSzuoMuJxH2Flg1rm > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#TLHDBZZIFhBwJ7wwn7NrWeRseScQaZ47 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.5rem;left:48.0625rem;display:none; }
#TLHDBZZIFhBwJ7wwn7NrWeRseScQaZ47 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#uMTeeC7LfF3v2T6fZGlmRnGmbJ9HKF15 { color:rgba(var(--color-primary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.505859375rem;left:2.78125rem;height:27.28125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#C5H2cwXFmaLFswQTQ8oOFVk6XSADit9y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.5rem;left:48.0625rem;display:none; }
#C5H2cwXFmaLFswQTQ8oOFVk6XSADit9y > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g.adaptive-delivery-prevent-bg, #Z7seJw4ETdpmMllpr5sgVIKerhq05y3g.lazyload, #Z7seJw4ETdpmMllpr5sgVIKerhq05y3g.lazyloading { background-image: none; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row .container { background-color: transparent; background-image: none; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row .container > .video-iframe-container { display: none; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row > .video-iframe-container { display: none; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .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); }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row .container { border-width: 0; border-radius: 0; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row .container { font-size:0.875rem;font-family:arial;height:89.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#iQVSx3rEA9soaiNFIpO5lnvHBtK3hGQK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.625rem;width:42.5rem;top:13.9375rem;left:1.5rem;display:block; }
#RmD4SFCqLGGkcm0g9mw55Lcl27qrao8T { color:#091118;display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.8125rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#cRR5599k1nNQSMGP8MAwi1cDmu1kzUQM { background-color:#091118;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(38,232,144,0.66);border-left:0.0625rem solid rgba(38,232,144,0.66);border-right:0.0625rem solid rgba(38,232,144,0.66);border-bottom:0.0625rem solid rgba(38,232,144,0.66);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 2.75rem rgba(38,232,144,0.28) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.5rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:80.125rem;left:16.25rem;display:block; }
#lwdTJyBkB26qRVimcaGPmCN7xe12wvsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gT8dMmGPpifT1Uzz79RvaoNF2O0d8LqR { box-sizing:content-box;height:1.3125rem;width:36.0625rem;position:absolute;display:block;z-index:15005;background-color:#1e232e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:76.5625rem;left:19.625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#BVbLOZhWQeWil0ZpRJKU8Shf7sAQLxuH { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:19.4375rem;display:block; }
#tb7CPbhbaDzUz1HzDsiL0TtZ7A4ymyFp { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:24.4375rem;display:block; }
#ikGadmpmRo5cFxhGzhdlrka1CwwMyv5K { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:29.4375rem;display:block; }
#T0ZcF45ZhaWNRLTLP0GxVJGsuCB6k5RW { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:34.4375rem;display:block; }
#PJWb05z2KHqgMKh1zx5cSdH8rO3gWt6F { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:39.4375rem;display:block; }
#FZESyOF4D6oUF77IxXD4FsvLF9NkvqIv { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:44.4375rem;display:block; }
#WFzQnOdKl6TA7CsxDgysO2IVgvDNERyw { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:49.4375rem;display:block; }
#yXJsqCX2PPcpymTxmTPyuGZ65yKaoozo { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.625rem;left:54.4375rem;display:block; }
#qAug3xzfXkTpNMK08fAd8p4bgt3e8mAf { box-sizing:content-box;height:1.3125rem;width:26.25rem;position:absolute;display:block;z-index:15005;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.5625rem;left:19.5rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#UyOnaOfNfqT2Pzgx28uElEOxyp6SAAtr { color:rgba(var(--color-primary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:74.375rem;left:24.875rem;height:;text-align:center;text-align-last:center;display:block; }
#f0uvkcliMMnSrCTePS5HqdXzfhcJ76vu { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:14999;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uC6Ry5bzvyq4vME9gfAQ4zlSLxKpeRlV { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15000;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M3QzqomIeyxMpo5JAlBmDKQKq4VQ1AJy { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.375rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#gQyZVlTIqyzRkQxi0Kzfllvm4in51sPn { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:43.59375rem;left:48.0625rem; }
#NRfhhBThqKGTQpcDiINc8hseiwiNprSy { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15001;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#P2Ggr5sr1hXwwhuILO23UhOJrvkvShNW { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:26.0625rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#EpdTtPpT3VxDs7r42pke9mbWMQ5cw5wm { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15002;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#to4CqHzNfCvsdZ5LrspBgQKzU0Ru1ccP { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:31.75rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#blmNAoTNeJ4IuU2V9swMsKU7uF6dQkS3 { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15003;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#wpVbiEManUGytayZkJ1cbfyNATlT38iS { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:37.5625rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#Mn89OfUnQ5IRK5Perue2a3DssTJafHTb { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15004;background-color:#3eb470;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4375rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qyQExK6JGyWOOshQyMchP616LEfUmZ1T { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:43.3125rem;left:51.625rem;height:;text-align:left;text-align-last:left;display:block; }
#NdlZzNrXhGymkO0a1izLhFu3rvhPnaPG { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15005;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ybQmN3ZUXm5s345aMn0xGrGPkcANtlzr { color:rgba(var(--color-primary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:49.1875rem;left:51.6875rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#DMOg8DZFu0woexk1VqkDyDLsbPwicL7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:49.625rem;left:48.0625rem; }
#hMyF0EHvnitP1k1VsDVkoZNfMCiqzom3 { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15006;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.125rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Zn0exn5yMm6Zxl35WhSb6B2kANuPadGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:55.4375rem;left:48.0625rem; }
#s67wyc4f7RcEfQi4K3TCe8Ey3yh0IcQM { color:rgba(var(--color-primary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:55rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#TkaWyOl9DfqmBsONPTFsH40NDRvUzL9v { box-sizing:content-box;height:29.5rem;width:42.5625rem;position:absolute;display:block;z-index:14998;background-color:#131e2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.625rem;left:1.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#r0Rq2WK4wQdun7lA9d6nRBZI2TVrM2SL { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.375rem;left:16.21875rem;height:;text-align:center;text-align-last:center;display:block; }
#vxmQJUva3PFTtbu2mkHrTKvo37PqFl7U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.943359375rem;left:47.9375rem; }
#vxmQJUva3PFTtbu2mkHrTKvo37PqFl7U > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#hdh4434h40I5vBsQOPxJvBQwFT6f1KbG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:32.130859375rem;left:47.9375rem; }
#hdh4434h40I5vBsQOPxJvBQwFT6f1KbG > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#tK0tPwZbVXNZ9VNRiT0C8C4CJ8Mkq5Ex { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.380859375rem;left:47.9375rem; }
#tK0tPwZbVXNZ9VNRiT0C8C4CJ8Mkq5Ex > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#VG0BArbv9CmkNA4CpAygCS9d5O9XoQ3M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.755859375rem;left:47.9375rem; }
#VG0BArbv9CmkNA4CpAygCS9d5O9XoQ3M > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#BH7zTGEs0QaETHrr5Nl8vDEZwfO3o2dM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.193359375rem;left:47.9375rem; }
#BH7zTGEs0QaETHrr5Nl8vDEZwfO3o2dM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#JBdalss4kq3AORroSW5LhMA9pOdFOw5z { color:rgba(var(--color-primary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.505859375rem;left:2.78125rem;height:27.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;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; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { background-color: transparent; background-image: none; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container > .video-iframe-container { display: none; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row > .video-iframe-container { display: none; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .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); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { border-width: 0; border-radius: 0; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#OVkJmfwSD7rOAmyypSfqyMEmWddnPXNu { 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:2.5625rem;width:12.1875rem;top:3.40625rem;left:1.90625rem;overflow:hidden;display:block; }
#r3mdbMUDzNpxBsXvATsLtoheFD1GwdT8 { color:#8e8e8e;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.78125rem;height:3.9rem;display:block; }
#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;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; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { background-color: transparent; background-image: none; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container > .video-iframe-container { display: none; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row > .video-iframe-container { display: none; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .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); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { border-width: 0; border-radius: 0; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#yeKsZOeMp9hFF8opTFZdWG0SEd8BpIEy { color:#8e8e8e;display:block;width:70.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2041015625rem;left:2.03125rem;height:41.6rem;display:block; }
#bs3LiGZOBu2IbvFqhFIBimmeZZTOxyk5 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#8e8e8e;background-image:none;top:46.25rem;left:0rem;display:block; }
#dgrN6Z2mRWkHMq4ezxD1N1KNTtvT9Ty7 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:48.9375rem;left:21.375rem;height:1.3rem;display:block; }
#NyxcqLoKNq9B9u3tah5XQFtEp5iSBT5k { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#8e8e8e;background-image:none;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE { display:block; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ZymIiwZgR4DvyrASFboVxMkf2sLGAN { width:10.625rem;height:2.1875rem;top:1.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9G2U1NCOpwEZgcmsg9twlwK3Kmw8wOk { display:block; }
 }@media only screen and (max-width: 763px) { #IybuSst7lVgnHm8c0Uz7mhHO7qvQNZXb { width:7.625rem;height:1.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSKd46ZsPGynZRXDlgXHQTeNligs4Eam { width:1.3125rem;height:1.3125rem;top:1.5rem;left:40.625003814698rem;display:block; }
#zSKd46ZsPGynZRXDlgXHQTeNligs4Eam > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #F4WqVXOLUk4OQk5PkUwhmqMS0U75brsX { width:1.5rem;height:1.5rem;top:1.375rem;left:46.25rem;display:block; }
#F4WqVXOLUk4OQk5PkUwhmqMS0U75brsX > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Ev6HiHt2EkJKDdRXUJT9v547SubluzZ4 { width:1.1875rem;height:1.1875rem;top:1.5625rem;left:46.5625rem;display:block; }
#Ev6HiHt2EkJKDdRXUJT9v547SubluzZ4 > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #bB5ma6xsOwpTfcfbJMsuC660wUXi75JH { display:none; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qW8f2zEfQtTtrD7G9zAbe9AC45IJO5eP { top:13.9375rem;left:0rem;width:42.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA44yRh5HinMu7UX9Z8sZBVgpILrWHu0 { top:65.6875rem;left:0rem;width:14.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXwhsuJdl7GwxnnDFE7uLf41ITKI9kun { width:42.5rem;height:4.0625rem;top:73rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVbTgZ37rnn1Tx9IgZtygXHZJcLUBrnZ { display:block; }
 }@media only screen and (max-width: 763px) { #NJ2q8HOA4EeicaLctfQkv4mQRDSuKlF6 { top:69.4375rem;left:6rem;width:36.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6xZiuZuvTT8bvTd69AMv7BAUNmnTdys { top:69.5rem;left:5.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuqh8gH8HhQTBFHyOOd4CECBFk4SBCx { top:69.5rem;left:10.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBlHduUuUXRT86eJPcGe1zI7zPvL8SWT { top:69.5rem;left:15.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnIT15brWBHuUs93mDHc2fu2TaTalB3m { top:69.5rem;left:20.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXhHL6qmQduffhpdlIPv0xViyWSU8hoC { top:69.5rem;left:25.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KalrxqGFzoEfMPUzHiOddprGEyCINdLy { top:69.5rem;left:30.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WShx1y1ZUs9taUwlXu2VQmP10LPfTetq { top:69.5rem;left:35.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaJT3uItePCod7dzLw9b5GDGffubJi8I { top:69.5rem;left:40.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imrhJLseBgvqxXRy9NFX8c64zDSIlcCJ { top:69.4375rem;left:5.875rem;width:1.875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu7fhei56kAPMTQlLb05ouSl7VMGS2qV { top:56.3125rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7UWyt8zX57tcLzESHUlHsXixJ5TwyXx { top:13.9375rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAksaTBSsHfE9MSQQeEIifIk8TluabxX { top:19.5rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFCGDrl3cRNWid6LNix264MzHB0ItUvk { top:70.75rem;left:0rem;width:13.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWyORVFKJcn8HFSNJfiFTdyn5UMEATto { top:15.3125rem;left:34.5rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXZlH7hJCmIk1wGDzcyAAes75TTiEOpF { top:25.1875rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zGoIOeiUFvbeVloM8tHNmcxWqhcJyS { top:72.75rem;left:0rem;width:14.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtXnHbsL7t21DVGwmV9wNCbnZaiDGuvE { top:30.875rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHO9tcrnwf9wBrs1U7JfQTEmGbWZLRr9 { top:31.75rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9d9oKwMcc5nbw0iQrmyPtXmDzXZ74CM { top:36.625rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXJRrabV4QTvk4fGxI89Xhd2fd06CsLh { top:84.375rem;left:0rem;width:12.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chHXAqDPfGRKkJgHnyDVDuTrg1CCIyZ1 { top:42.4375rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5XlPAnFEquOPNgPIgq70Gm0dDlT36Qu { top:89.5rem;left:0rem;width:12.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzwCoIcPgWkTrTwOgyLCB3yybhekZn1s { top:48.3125rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRFIoRVaIEwezWgKwNRSJoz9WdqirJMx { top:49.1875rem;left:27.125rem;width:20.625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vokPpBV0J9cfaS6erbXTcPaQtJsHp7xx { top:49.625rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEx51q5Hx2D5hiSHOnIyRJGWRdUzw4zf { top:54.125rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CerJSqpiraPQFB5rGqVneiqlOq9L0uNr { top:55.4375rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCKt5Tm8rmTRbOkp3Hf87EKrdSWhNKKq { top:55rem;left:27.125rem;width:20.625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTZyTdmV9E2N4DJKTHhNv9pNANqfneC { top:38.625rem;left:0rem;width:42.5625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcJSzHwWVL7mtUkXMPlCIVJvqGhofC3 { top:1.6875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdJQLAoXEpSc8EPTSLqI6ewNTtECqryM { top:26.5rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:none; }
#kdJQLAoXEpSc8EPTSLqI6ewNTtECqryM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #yzTHaym0g92yfk8KFiRKb8uDWTQcAtoF { top:26.5rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:none; }
#yzTHaym0g92yfk8KFiRKb8uDWTQcAtoF > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #DCQdJdGlm2BWmLrcSzuoMuJxH2Flg1rm { top:26.5rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:none; }
#DCQdJdGlm2BWmLrcSzuoMuJxH2Flg1rm > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #TLHDBZZIFhBwJ7wwn7NrWeRseScQaZ47 { top:26.5rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:none; }
#TLHDBZZIFhBwJ7wwn7NrWeRseScQaZ47 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #uMTeeC7LfF3v2T6fZGlmRnGmbJ9HKF15 { top:39.5rem;left:0rem;width:39.9375rem;height:27.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5H2cwXFmaLFswQTQ8oOFVk6XSADit9y { top:26.5rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:none; }
#C5H2cwXFmaLFswQTQ8oOFVk6XSADit9y > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #Z7seJw4ETdpmMllpr5sgVIKerhq05y3g { display:block; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQVSx3rEA9soaiNFIpO5lnvHBtK3hGQK { top:13.9375rem;left:0rem;width:42.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmD4SFCqLGGkcm0g9mw55Lcl27qrao8T { top:14.8125rem;left:28.625rem;width:19.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRR5599k1nNQSMGP8MAwi1cDmu1kzUQM { width:42.5rem;height:4.0625rem;top:80.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwdTJyBkB26qRVimcaGPmCN7xe12wvsB { display:block; }
 }@media only screen and (max-width: 763px) { #gT8dMmGPpifT1Uzz79RvaoNF2O0d8LqR { top:76.5625rem;left:6rem;width:36.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVbLOZhWQeWil0ZpRJKU8Shf7sAQLxuH { top:76.625rem;left:5.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb7CPbhbaDzUz1HzDsiL0TtZ7A4ymyFp { top:76.625rem;left:10.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikGadmpmRo5cFxhGzhdlrka1CwwMyv5K { top:76.625rem;left:15.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ZcF45ZhaWNRLTLP0GxVJGsuCB6k5RW { top:76.625rem;left:20.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJWb05z2KHqgMKh1zx5cSdH8rO3gWt6F { top:76.625rem;left:25.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZESyOF4D6oUF77IxXD4FsvLF9NkvqIv { top:76.625rem;left:30.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFzQnOdKl6TA7CsxDgysO2IVgvDNERyw { top:76.625rem;left:35.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXJsqCX2PPcpymTxmTPyuGZ65yKaoozo { top:76.625rem;left:40.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAug3xzfXkTpNMK08fAd8p4bgt3e8mAf { top:76.5625rem;left:5.875rem;width:26.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyOnaOfNfqT2Pzgx28uElEOxyp6SAAtr { top:74.375rem;left:11.25rem;width:25.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0uvkcliMMnSrCTePS5HqdXzfhcJ76vu { top:13.9375rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC6Ry5bzvyq4vME9gfAQ4zlSLxKpeRlV { top:19.5rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QzqomIeyxMpo5JAlBmDKQKq4VQ1AJy { top:20.375rem;left:28.625rem;width:19.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQyZVlTIqyzRkQxi0Kzfllvm4in51sPn { top:43.5625rem;left:34.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRfhhBThqKGTQpcDiINc8hseiwiNprSy { top:25.1875rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Ggr5sr1hXwwhuILO23UhOJrvkvShNW { top:26.0625rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpdTtPpT3VxDs7r42pke9mbWMQ5cw5wm { top:30.875rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4CqHzNfCvsdZ5LrspBgQKzU0Ru1ccP { top:31.75rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blmNAoTNeJ4IuU2V9swMsKU7uF6dQkS3 { top:36.625rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpVbiEManUGytayZkJ1cbfyNATlT38iS { top:37.5625rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn89OfUnQ5IRK5Perue2a3DssTJafHTb { top:42.4375rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyQExK6JGyWOOshQyMchP616LEfUmZ1T { top:43.3125rem;left:28.625rem;width:19.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdlZzNrXhGymkO0a1izLhFu3rvhPnaPG { top:48.3125rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybQmN3ZUXm5s345aMn0xGrGPkcANtlzr { top:49.1875rem;left:27.125rem;width:20.625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMOg8DZFu0woexk1VqkDyDLsbPwicL7e { top:49.625rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMyF0EHvnitP1k1VsDVkoZNfMCiqzom3 { top:54.125rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn0exn5yMm6Zxl35WhSb6B2kANuPadGF { top:55.4375rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s67wyc4f7RcEfQi4K3TCe8Ey3yh0IcQM { top:55rem;left:27.125rem;width:20.625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkaWyOl9DfqmBsONPTFsH40NDRvUzL9v { top:38.625rem;left:0rem;width:42.5625rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Rq2WK4wQdun7lA9d6nRBZI2TVrM2SL { top:4.375rem;left:2.59375rem;width:42.5625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxmQJUva3PFTtbu2mkHrTKvo37PqFl7U { top:37.9375rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#vxmQJUva3PFTtbu2mkHrTKvo37PqFl7U > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #hdh4434h40I5vBsQOPxJvBQwFT6f1KbG { top:32.125rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#hdh4434h40I5vBsQOPxJvBQwFT6f1KbG > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #tK0tPwZbVXNZ9VNRiT0C8C4CJ8Mkq5Ex { top:26.375rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#tK0tPwZbVXNZ9VNRiT0C8C4CJ8Mkq5Ex > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #VG0BArbv9CmkNA4CpAygCS9d5O9XoQ3M { top:20.75rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#VG0BArbv9CmkNA4CpAygCS9d5O9XoQ3M > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #BH7zTGEs0QaETHrr5Nl8vDEZwfO3o2dM { top:15.1875rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#BH7zTGEs0QaETHrr5Nl8vDEZwfO3o2dM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #JBdalss4kq3AORroSW5LhMA9pOdFOw5z { top:39.5rem;left:0rem;width:39.9375rem;height:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ { display:block; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVkJmfwSD7rOAmyypSfqyMEmWddnPXNu { top:3.375rem;left:0rem;width:12.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3mdbMUDzNpxBsXvATsLtoheFD1GwdT8 { top:2.6875rem;left:12.3125rem;width:19.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo { display:block; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeKsZOeMp9hFF8opTFZdWG0SEd8BpIEy { top:2.1875rem;left:0rem;width:47.75rem;height:41.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs3LiGZOBu2IbvFqhFIBimmeZZTOxyk5 { top:46.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrN6Z2mRWkHMq4ezxD1N1KNTtvT9Ty7 { top:48.9375rem;left:7.75rem;width:32.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyxcqLoKNq9B9u3tah5XQFtEp5iSBT5k { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE { position:relative;z-index:auto;display:block; }#mm6cPbLZmQOw8yUm0tn4KxGONe1oLzrE > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3ZymIiwZgR4DvyrASFboVxMkf2sLGAN { width:10.625rem;height:2.1875rem;top:1.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9G2U1NCOpwEZgcmsg9twlwK3Kmw8wOk { display:block; }
 }@media only screen and (max-width: 763px) { #IybuSst7lVgnHm8c0Uz7mhHO7qvQNZXb { width:6.8125rem;height:1.4375rem;top:1.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSKd46ZsPGynZRXDlgXHQTeNligs4Eam { width:1.3125rem;height:1.3125rem;top:1.5rem;left:9.3125rem;display:none; }
#zSKd46ZsPGynZRXDlgXHQTeNligs4Eam > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #F4WqVXOLUk4OQk5PkUwhmqMS0U75brsX { width:1.5625rem;height:1.5625rem;top:1.125rem;left:17.625rem;font-size:1.0625rem;display:block; }
#F4WqVXOLUk4OQk5PkUwhmqMS0U75brsX > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Ev6HiHt2EkJKDdRXUJT9v547SubluzZ4 { width:1.25rem;height:1.25rem;top:1.28125rem;left:15.375rem;font-size:0.875rem;display:block; }
#Ev6HiHt2EkJKDdRXUJT9v547SubluzZ4 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bB5ma6xsOwpTfcfbJMsuC660wUXi75JH { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH.adaptive-delivery-prevent-bg, #bB5ma6xsOwpTfcfbJMsuC660wUXi75JH.lazyload, #bB5ma6xsOwpTfcfbJMsuC660wUXi75JH.lazyloading { background-image: none; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row .container { background-color: transparent; background-image: none; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row .container > .video-iframe-container { display: none; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row > .video-iframe-container { display: none; }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .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); }#bB5ma6xsOwpTfcfbJMsuC660wUXi75JH > .row .container { width:20rem;height:104.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW8f2zEfQtTtrD7G9zAbe9AC45IJO5eP { height:11.182625rem;width:20rem;top:6.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA44yRh5HinMu7UX9Z8sZBVgpILrWHu0 { width:14.3125rem;height:2.1rem;top:63.9501953125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uXwhsuJdl7GwxnnDFE7uLf41ITKI9kun { width:20rem;height:3.4375rem;top:51.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVbTgZ37rnn1Tx9IgZtygXHZJcLUBrnZ { display:block; }
 }@media only screen and (max-width: 763px) { #NJ2q8HOA4EeicaLctfQkv4mQRDSuKlF6 { width:20rem;height:1.3125rem;top:58.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6xZiuZuvTT8bvTd69AMv7BAUNmnTdys { width:1.1875rem;height:1.1875rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuqh8gH8HhQTBFHyOOd4CECBFk4SBCx { width:1.1875rem;height:1.1875rem;top:58.3125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBlHduUuUXRT86eJPcGe1zI7zPvL8SWT { width:1.1875rem;height:1.1875rem;top:58.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnIT15brWBHuUs93mDHc2fu2TaTalB3m { width:1.1875rem;height:1.1875rem;top:58.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXhHL6qmQduffhpdlIPv0xViyWSU8hoC { width:1.1875rem;height:1.1875rem;top:58.28515625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KalrxqGFzoEfMPUzHiOddprGEyCINdLy { width:1.1875rem;height:1.1875rem;top:58.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WShx1y1ZUs9taUwlXu2VQmP10LPfTetq { width:1.1875rem;height:1.1875rem;top:58.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaJT3uItePCod7dzLw9b5GDGffubJi8I { width:1.1875rem;height:1.1875rem;top:58.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imrhJLseBgvqxXRy9NFX8c64zDSIlcCJ { width:14.9375rem;height:1.3125rem;top:58.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu7fhei56kAPMTQlLb05ouSl7VMGS2qV { width:20rem;height:1.125rem;top:56.3251953125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7UWyt8zX57tcLzESHUlHsXixJ5TwyXx { width:20rem;height:4.5rem;top:62.75rem;left:0rem;background-color:#191919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZAksaTBSsHfE9MSQQeEIifIk8TluabxX { width:20rem;height:4.5rem;top:67.8125rem;left:0rem;background-color:#191919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bFCGDrl3cRNWid6LNix264MzHB0ItUvk { width:13.875rem;height:2.1rem;top:69.0126953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZWyORVFKJcn8HFSNJfiFTdyn5UMEATto { display:flex;width:1.5625rem;height:1.5625rem;top:89.7685546875rem;left:0.78125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #aXZlH7hJCmIk1wGDzcyAAes75TTiEOpF { width:20rem;height:4.5rem;top:72.9375rem;left:0rem;background-color:#191919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m6zGoIOeiUFvbeVloM8tHNmcxWqhcJyS { width:14.5625rem;height:2.1rem;top:74.1376953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZtXnHbsL7t21DVGwmV9wNCbnZaiDGuvE { width:20rem;height:4.5rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHO9tcrnwf9wBrs1U7JfQTEmGbWZLRr9 { width:12.1875rem;height:2.1rem;top:79.2626953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9d9oKwMcc5nbw0iQrmyPtXmDzXZ74CM { width:20rem;height:4.5rem;top:83.1875rem;left:0rem;background-color:#191919;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iXJRrabV4QTvk4fGxI89Xhd2fd06CsLh { width:12.875rem;height:2.1rem;top:84.3876953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chHXAqDPfGRKkJgHnyDVDuTrg1CCIyZ1 { width:20rem;height:4.5rem;top:88.3125rem;left:0rem;background-color:#3eb470;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L5XlPAnFEquOPNgPIgq70Gm0dDlT36Qu { width:12.875rem;height:2.1rem;top:89.5126953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UzwCoIcPgWkTrTwOgyLCB3yybhekZn1s { width:20rem;height:4.5rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRFIoRVaIEwezWgKwNRSJoz9WdqirJMx { width:16.3125rem;height:2.1rem;top:94.6376953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vokPpBV0J9cfaS6erbXTcPaQtJsHp7xx { display:flex;width:1.5rem;height:1.5rem;top:94.9375rem;left:0.78125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #MEx51q5Hx2D5hiSHOnIyRJGWRdUzw4zf { width:20rem;height:4.5rem;top:98.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CerJSqpiraPQFB5rGqVneiqlOq9L0uNr { display:flex;width:1.5rem;height:1.5rem;top:100.0625rem;left:0.78125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #GCKt5Tm8rmTRbOkp3Hf87EKrdSWhNKKq { width:14.75rem;height:2.1rem;top:99.7626953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KMTZyTdmV9E2N4DJKTHhNv9pNANqfneC { width:20rem;height:31.375rem;top:18.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFcJSzHwWVL7mtUkXMPlCIVJvqGhofC3 { width:20rem;height:;top:1.7001953125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdJQLAoXEpSc8EPTSLqI6ewNTtECqryM { display:flex;width:1.5rem;height:1.5rem;top:69.25rem;left:0.78125rem;font-size:1rem;z-index:15017; }
#kdJQLAoXEpSc8EPTSLqI6ewNTtECqryM > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #yzTHaym0g92yfk8KFiRKb8uDWTQcAtoF { display:flex;width:1.5rem;height:1.5rem;top:64.1875rem;left:0.78125rem;font-size:1rem;z-index:15018; }
#yzTHaym0g92yfk8KFiRKb8uDWTQcAtoF > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #DCQdJdGlm2BWmLrcSzuoMuJxH2Flg1rm { display:flex;width:1.5rem;height:1.5rem;top:74.3125rem;left:0.78125rem;font-size:1rem;z-index:15018; }
#DCQdJdGlm2BWmLrcSzuoMuJxH2Flg1rm > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TLHDBZZIFhBwJ7wwn7NrWeRseScQaZ47 { display:flex;width:1.5rem;height:1.5rem;top:79.5rem;left:0.78125rem;font-size:1rem;z-index:15019; }
#TLHDBZZIFhBwJ7wwn7NrWeRseScQaZ47 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #uMTeeC7LfF3v2T6fZGlmRnGmbJ9HKF15 { width:18.3125rem;height:30.225rem;top:19.037109375rem;left:0.84375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #C5H2cwXFmaLFswQTQ8oOFVk6XSADit9y { display:flex;width:1.5rem;height:1.5rem;top:84.625rem;left:0.78125rem;font-size:1rem;z-index:15020; }
#C5H2cwXFmaLFswQTQ8oOFVk6XSADit9y > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Z7seJw4ETdpmMllpr5sgVIKerhq05y3g { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g.adaptive-delivery-prevent-bg, #Z7seJw4ETdpmMllpr5sgVIKerhq05y3g.lazyload, #Z7seJw4ETdpmMllpr5sgVIKerhq05y3g.lazyloading { background-image: none; }#Z7seJw4ETdpmMllpr5sgVIKerhq05y3g > .row .container { width:20rem;height:113.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iQVSx3rEA9soaiNFIpO5lnvHBtK3hGQK { height:11.182625rem;width:20rem;top:7.921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmD4SFCqLGGkcm0g9mw55Lcl27qrao8T { width:14.3125rem;height:2.0996125rem;top:56.9501953125rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRR5599k1nNQSMGP8MAwi1cDmu1kzUQM { width:20rem;height:3.4375rem;top:44.29296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwdTJyBkB26qRVimcaGPmCN7xe12wvsB { display:block; }
 }@media only screen and (max-width: 763px) { #gT8dMmGPpifT1Uzz79RvaoNF2O0d8LqR { width:20rem;height:1.3125rem;top:51.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVbLOZhWQeWil0ZpRJKU8Shf7sAQLxuH { width:1.1875rem;height:1.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb7CPbhbaDzUz1HzDsiL0TtZ7A4ymyFp { width:1.1875rem;height:1.1875rem;top:51.3125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikGadmpmRo5cFxhGzhdlrka1CwwMyv5K { width:1.1875rem;height:1.1875rem;top:51.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ZcF45ZhaWNRLTLP0GxVJGsuCB6k5RW { width:1.1875rem;height:1.1875rem;top:51.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJWb05z2KHqgMKh1zx5cSdH8rO3gWt6F { width:1.1875rem;height:1.1875rem;top:51.28515625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZESyOF4D6oUF77IxXD4FsvLF9NkvqIv { width:1.1875rem;height:1.1875rem;top:51.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFzQnOdKl6TA7CsxDgysO2IVgvDNERyw { width:1.1875rem;height:1.1875rem;top:51.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXJsqCX2PPcpymTxmTPyuGZ65yKaoozo { width:1.1875rem;height:1.1875rem;top:51.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAug3xzfXkTpNMK08fAd8p4bgt3e8mAf { width:2.5625rem;height:1.3125rem;top:51.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyOnaOfNfqT2Pzgx28uElEOxyp6SAAtr { width:20rem;height:1.125rem;top:49.3251953125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0uvkcliMMnSrCTePS5HqdXzfhcJ76vu { width:20rem;height:4.5rem;top:55.75rem;left:0rem;background-color:#3eb470;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uC6Ry5bzvyq4vME9gfAQ4zlSLxKpeRlV { width:20rem;height:4.5rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3QzqomIeyxMpo5JAlBmDKQKq4VQ1AJy { width:13.875rem;height:2.0996125rem;top:62.0126953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gQyZVlTIqyzRkQxi0Kzfllvm4in51sPn { display:flex;width:1.5625rem;height:1.5625rem;top:57.2060546875rem;left:0.78125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NRfhhBThqKGTQpcDiINc8hseiwiNprSy { width:20rem;height:4.5rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Ggr5sr1hXwwhuILO23UhOJrvkvShNW { width:14.5625rem;height:2.0996125rem;top:67.1376953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EpdTtPpT3VxDs7r42pke9mbWMQ5cw5wm { width:20rem;height:4.5rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4CqHzNfCvsdZ5LrspBgQKzU0Ru1ccP { width:12.1875rem;height:2.0996125rem;top:72.2626953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #blmNAoTNeJ4IuU2V9swMsKU7uF6dQkS3 { width:20rem;height:4.5rem;top:76.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpVbiEManUGytayZkJ1cbfyNATlT38iS { width:12.875rem;height:2.0996125rem;top:77.3876953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mn89OfUnQ5IRK5Perue2a3DssTJafHTb { width:20rem;height:4.5rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyQExK6JGyWOOshQyMchP616LEfUmZ1T { width:12.875rem;height:2.0996125rem;top:82.5126953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NdlZzNrXhGymkO0a1izLhFu3rvhPnaPG { width:20rem;height:4.5rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybQmN3ZUXm5s345aMn0xGrGPkcANtlzr { width:16.3125rem;height:2.0996125rem;top:87.6376953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DMOg8DZFu0woexk1VqkDyDLsbPwicL7e { display:flex;width:1.5rem;height:1.5rem;top:87.9375rem;left:0.78125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #hMyF0EHvnitP1k1VsDVkoZNfMCiqzom3 { width:20rem;height:4.5rem;top:91.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn0exn5yMm6Zxl35WhSb6B2kANuPadGF { display:flex;width:1.5rem;height:1.5rem;top:93.0625rem;left:0.78125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #s67wyc4f7RcEfQi4K3TCe8Ey3yh0IcQM { width:14.75rem;height:2.0996125rem;top:92.7626953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkaWyOl9DfqmBsONPTFsH40NDRvUzL9v { width:20rem;height:23.3125rem;top:19.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Rq2WK4wQdun7lA9d6nRBZI2TVrM2SL { width:20rem;height:3.0859375rem;top:1.8251953125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxmQJUva3PFTtbu2mkHrTKvo37PqFl7U { display:flex;width:1.9375rem;height:1.9375rem;top:110.0625rem;left:9rem;font-size:1rem; }
#vxmQJUva3PFTtbu2mkHrTKvo37PqFl7U > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #hdh4434h40I5vBsQOPxJvBQwFT6f1KbG { display:flex;width:1.9375rem;height:1.9375rem;top:106.875rem;left:9rem;font-size:1rem; }
#hdh4434h40I5vBsQOPxJvBQwFT6f1KbG > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #tK0tPwZbVXNZ9VNRiT0C8C4CJ8Mkq5Ex { display:flex;width:1.9375rem;height:1.9375rem;top:103.6875rem;left:9rem;font-size:1rem; }
#tK0tPwZbVXNZ9VNRiT0C8C4CJ8Mkq5Ex > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #VG0BArbv9CmkNA4CpAygCS9d5O9XoQ3M { display:flex;width:1.9375rem;height:1.9375rem;top:100.5rem;left:9rem;font-size:1rem; }
#VG0BArbv9CmkNA4CpAygCS9d5O9XoQ3M > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #BH7zTGEs0QaETHrr5Nl8vDEZwfO3o2dM { display:flex;width:1.9375rem;height:1.9375rem;top:97.3125rem;left:9rem;font-size:1rem; }
#BH7zTGEs0QaETHrr5Nl8vDEZwfO3o2dM > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #JBdalss4kq3AORroSW5LhMA9pOdFOw5z { width:20rem;height:46.793rem;top:27.91796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ { display:block; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVkJmfwSD7rOAmyypSfqyMEmWddnPXNu { width:8.375rem;height:1.6875rem;top:1.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3mdbMUDzNpxBsXvATsLtoheFD1GwdT8 { width:19.4375rem;height:2.925rem;top:4.375rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo { display:block; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeKsZOeMp9hFF8opTFZdWG0SEd8BpIEy { width:20rem;height:80.275rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bs3LiGZOBu2IbvFqhFIBimmeZZTOxyk5 { width:20rem;height:0.0625rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrN6Z2mRWkHMq4ezxD1N1KNTtvT9Ty7 { width:20rem;height:1.95rem;top:84.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyxcqLoKNq9B9u3tah5XQFtEp5iSBT5k { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }