.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:220,225,240;--color-primary-1:139,154,207;--color-primary-2:23,52,158;--color-primary-3:12,26,79;--color-primary-4:3,8,24;--color-secondary-0:233,237,220;--color-secondary-1:182,195,139;--color-secondary-2:109,135,22;--color-secondary-3:55,68,11;--color-secondary-4:16,20,3;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36b456bf-c137-4512-ba2d-df45a3b4bad8/Solarcommercialgroundmount.JPG");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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#vitIQBZcd92VlB5xXJ8noKCcNPpuJtSf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:17.875rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#T0pDAWCZk3F86PcMokAht4aa2SP8DyDm { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.5rem;left:0rem;height:13.19925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4TtsJXJTUzxSDie6BLlwa06cyMin5MT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:27.9375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#LfZOoAObKseTNDOsATfRrpUf366T9i0n { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.13) ;height:11.4375rem;width:31.25rem;top:7.1875rem;left:43.75rem;display:block; }
#gaJD1ylEEO8yyRcK0EUXlL9gZto3WEDM { color:rgba(var(--color-secondary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:8.4791669845581rem;left:47.59375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vkTEXdbTIi3QKq6NxoIFMSgXpxpEHIfV { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.1875rem;left:44.9375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHLuIR3iXE1CWQsfMn7CHC7qkVqqPz9b { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:36.75rem;left:0rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#Sp1i9fSS6855IozGTT8WureyfCOXntgQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:34.1875rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qO9IcfIfEd9mqRO7X31HAAp9BGqDnRs3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.1875rem;left:10.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#dAXWOOf6kT57s1cNPWPAt7l6EXbJQBDS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.75rem;left:10.4375rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#v6ZTOovwta7wLkPWLDuSVAkdA9cgkiD2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:25.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#vwPt5cz7rPVlXfR4IE1tWZL5EkgfGiwW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.75rem;left:25.875rem;height:2.59895625rem;text-align:left;text-align-last:left;display:block; }
#Miq4v9ssgRVH5LN6LEQeeCUJeHKs8lK2 { position:absolute;display:block;z-index:15020;height:21.75rem;width:31.25rem;top:18rem;left:43.75rem;display:block; }
#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik { position:relative;display:block; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik { background-color: transparent; background-image: none; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row .container > .video-iframe-container { display: none; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row > .video-iframe-container { display: none; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .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); }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik { border-width: 0; border-radius: 0; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS { position:relative;display:block; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS { background-color: transparent; background-image: none; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row .container > .video-iframe-container { display: none; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row > .video-iframe-container { display: none; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .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); }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS { border-width: 0; border-radius: 0; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IA8OUH3HpkqJW6hbtxyUCU4T39dxNMkI { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5625rem;left:9.15625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#ylrCs4t8SZXed9ElBFTvCgUPqweXC0rI { color:rgba(var(--color-tertiary-3),1);display:block;width:55.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.3125rem;left:9.78125rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO { position:relative;display:block; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO { background-color: transparent; background-image: none; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row .container > .video-iframe-container { display: none; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row > .video-iframe-container { display: none; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .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); }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO { border-width: 0; border-radius: 0; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N { position:relative;display:block; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N { background-color: transparent; background-image: none; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row .container > .video-iframe-container { display: none; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row > .video-iframe-container { display: none; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .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); }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N { border-width: 0; border-radius: 0; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E1NqBG0wwT5qsrqps3wMVUIdk7WiVmaU { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:19rem;left:29.75rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#noRT9up0M8tilKOVPFxz66HsiePNdIOZ { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:15.375rem;left:29.75rem;height:3.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WhNHkRyIFOGn45lyqpQAqB1PAhm6geMI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.5rem;left:26.3125rem; }
#Vz1o4ad1Dta6XLShpsZ2GnXRlb4QMqc7 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.625rem;left:29.75rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AdTxHZsb5kB2aLzoAwTT3AyATN8M9r62 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.125rem;left:26.3125rem; }
#FDs2kFvqrR0Ok9XrmkOOo8mSPV4HPmSE { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:19.0625rem;left:57.8125rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NS0hvBWpUHP3J29kxTXTgAaq3iVnztou { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.5rem;left:54.25rem; }
#faraXZxQT2bk4M4wDGm6t43uZ2ssw0rd { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:15.375rem;left:57.8125rem;height:3.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XooD5AhHVa1EB2H90Mz0GgfabSIKpaSW { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:3.6875rem;left:57.8125rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kTtDIivVAxDXrvwm9ymsQRfqGWX8TiKJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0rem;left:54.1875rem; }
#iJ26uttmi4EnLqlWihLhG99PHymn2LNt { color:rgba(var(--color-primary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:0rem;left:57.75rem;height:3.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CHmpSFTig66MD7vgaXlyKLxTiF2DpTWz { color:rgba(var(--color-primary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:0rem;left:29.75rem;height:3.59895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nG8rkeaGEpevEnZytB7vX0esQgXJoneP { position:absolute;display:block;z-index:15038;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:32.5625rem;width:24.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BfPnCXModaH6kI4wwzbPie8rFARzTACG { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:11.125rem;top:21.479167938233rem;left:13.104164123535rem;overflow:hidden;display:block; }
#xes7EkZooJ4ws4ZitqrGUUU6moRvTqJt { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.6875rem;left:26.3125rem;display:block; }
#AzJFDmV1qSTv4rIaJCXIyPQ8J1HlyCWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v { position:relative;display:block; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v { background-color: transparent; background-image: none; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row .container > .video-iframe-container { display: none; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row > .video-iframe-container { display: none; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .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); }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v { border-width: 0; border-radius: 0; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row .container { background-color: transparent; background-image: none; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row .container > .video-iframe-container { display: none; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row > .video-iframe-container { display: none; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .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); }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row .container { border-width: 0; border-radius: 0; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row .container { background-color: transparent; background-image: none; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row .container > .video-iframe-container { display: none; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row > .video-iframe-container { display: none; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .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); }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row .container { border-width: 0; border-radius: 0; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#OrLqBabRfrSdawLTk3KlQWmssFTxKCF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0rem;left:11.6875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#VVBVS19hG5tSU6tzRzwcdPEqE9LA2Anf { color:rgba(var(--color-tertiary-3),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.599609375rem;left:14.71875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row .container { background-color: transparent; background-image: none; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row .container > .video-iframe-container { display: none; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row > .video-iframe-container { display: none; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .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); }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row .container { border-width: 0; border-radius: 0; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row .container { background-color: transparent; background-image: none; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row .container > .video-iframe-container { display: none; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row > .video-iframe-container { display: none; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .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); }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row .container { border-width: 0; border-radius: 0; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#Przwk4rfDcaW7ZRkfCToPhaSvenfkTDd { color:rgba(var(--color-primary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.2610683441162rem;left:5.25rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#mvB671v5f6Uxu7IWB2UIQiTTxKQ33vzf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.4993495941163rem;left:5.25rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#CH3mJwZtqaINZEUTJV7K6CxNzRrAoyoy { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.5091152191162rem;left:30.25rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#CtPgcdlC7XkQxHECMSyD62NhWoqeQmgF { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.2350273132324rem;left:30.25rem;height:1.6497375rem;text-align:left;text-align-last:left;display:block; }
#gZezpIQarbsLp19TkDDTzWe6Qtt090SH { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.4837245941163rem;left:55.4375rem;height:7.96875rem;text-align:left;text-align-last:left;display:block; }
#qKUkWTEzaPIJTZxDD3Lp4PF5VpD8dVWh { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.2604179382324rem;left:55.4375rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#cvJNF9Wc6qXVTHNmSRyBb6IbgC5ANEZW { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.0625rem;left:0rem; }
#ipQgZXTntIWhqSScT6PHsSU4DKBwmIe4 { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.0611991882324rem;left:25rem; }
#Os29r7LN02wFUdbrziMl8SxTHFIFV8qn { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.0598964691162rem;left:50rem; }
#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row .container { background-color: transparent; background-image: none; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row .container > .video-iframe-container { display: none; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row > .video-iframe-container { display: none; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .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); }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row .container { border-width: 0; border-radius: 0; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row .container { background-color: transparent; background-image: none; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row .container > .video-iframe-container { display: none; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row > .video-iframe-container { display: none; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .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); }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row .container { border-width: 0; border-radius: 0; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#cT9caPCQPdnr0aaptTPGcTaEHBg8LqZn { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.125rem;left:28.65625rem;display:block; }
#iZeNSxvQyxaQMvfaM3UvUPR2odWsBQ8w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row .container { background-color: transparent; background-image: none; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row .container > .video-iframe-container { display: none; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row > .video-iframe-container { display: none; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .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); }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row .container { border-width: 0; border-radius: 0; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX { position:relative;display:block; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX { background-color: transparent; background-image: none; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row .container > .video-iframe-container { display: none; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row > .video-iframe-container { display: none; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .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); }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX { border-width: 0; border-radius: 0; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd { position:relative;display:block; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd { background-color: transparent; background-image: none; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row .container > .video-iframe-container { display: none; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row > .video-iframe-container { display: none; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .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); }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd { border-width: 0; border-radius: 0; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pmgCNx1QRTiTSABr2KJyCHWPKRsLoNvM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:36.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#t8UreTGOWAGtBTE1yrmH9Lf1lv74uiR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:0rem;left:38.853515625rem;height:6rem;display:block; }
#myRZOfA8Jvrot03zeu2mrr2tloX6Voah { color:rgba(var(--color-tertiary-3),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.25rem;left:38.853515625rem;height:14.34375rem;display:block; }
#FLEwDgTemGRvaln2EHnZnBJSBg2ymwgd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23.46875rem;left:38.853515625rem;display:block; }
#sQT2eefOgxPyVUvCqU0mkgBkqu8a5DRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#An22CFkK1xl25cpDEywvJmnMdZ96r849 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row .container { background-color: transparent; background-image: none; }#An22CFkK1xl25cpDEywvJmnMdZ96r849::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row .container > .video-iframe-container { display: none; }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row > .video-iframe-container { display: none; }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .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); }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row .container { border-width: 0; border-radius: 0; }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75ad9741-3190-4c4c-93d0-a4841551bc3e/Solarcommercial5.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB.adaptive-delivery-prevent-bg, #bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB.lazyload, #bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB.lazyloading { background-image: none; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row .container { background-color: transparent; background-image: none; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row .container > .video-iframe-container { display: none; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.88); }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row > .video-iframe-container { display: none; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .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); }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row .container { border-width: 0; border-radius: 0; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#akqmLBQbKDXZKGa0xk4aJfoLkP64mPBh { color:rgba(var(--color-primary-1),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiyuZfmU8Xp8hE4mWmJtTqscdDQSzQxn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:8.25rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zxWcQFanQbXgGCs3qITo1hwZTLsL5Bsz { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:25rem;left:0rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CivHVdoc0cW1eKfdRlpG4FzpsI13ucBA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:25rem;left:25rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xVGGSmGBbxDhFxPkxHscFHXvb98Bstf8 { color:rgba(var(--color-primary-1),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.25rem;left:25rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tf6uJPBrd7RQlQ17sd25iVGqIxZwKcsT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.8125rem;left:33.25rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ALufqtrsATlEBT6NVi5DUS8gXSomzrnA { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:25rem;left:50rem;height:6.7995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wABw2aIWpdnALCAoxd33DvfNvJJOHzQG { color:rgba(var(--color-primary-1),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.25rem;left:50rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTOE3w64yr8VRZwqE2H6BX4qQaXwtPZk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:58.25rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r54ifTRCVya4T2Vz7CkhAZDNMLxQZsDz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:18.96875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#bikz3RT3GTJorgMthG5h93Q9I41itPNA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.549480438233rem;left:28.65625rem;display:block; }
#tgwbULOqoDUBBV9IGM3D1WFkSnVl93TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row .container { background-color: transparent; background-image: none; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row .container > .video-iframe-container { display: none; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row > .video-iframe-container { display: none; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .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); }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row .container { border-width: 0; border-radius: 0; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f { position:relative;display:block; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f { background-color: transparent; background-image: none; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row .container > .video-iframe-container { display: none; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row > .video-iframe-container { display: none; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .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); }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f { border-width: 0; border-radius: 0; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o9ypvzGnR7koTpk8BEvfqkHFaqmDfvRi { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:0rem;left:12.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#bbJylddz8MasyIkOAbf6hKnlxcg5pLWB { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8684883117676rem;left:18.65625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row .container { background-color: transparent; background-image: none; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row .container > .video-iframe-container { display: none; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row > .video-iframe-container { display: none; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .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); }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row .container { border-width: 0; border-radius: 0; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#F35yQRFLPaLechJWvrso25EPntKu01Kv { position:relative;display:block; }#F35yQRFLPaLechJWvrso25EPntKu01Kv { background-color: transparent; background-image: none; }#F35yQRFLPaLechJWvrso25EPntKu01Kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row .container > .video-iframe-container { display: none; }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row > .video-iframe-container { display: none; }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .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); }#F35yQRFLPaLechJWvrso25EPntKu01Kv { border-width: 0; border-radius: 0; }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dnTVWerFFzV4gg8SXgLrzRVWnwtTcdrX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.4375rem;width:22.875rem;top:0rem;left:0.9375rem;display:block; }
#SDKGrvFS3O6PL4bsmmNMqQH3QeGfmt4R { color:#252525;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:2.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEZdppyfN4uJfsE45ycIWcTickk41UDI { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.8125rem;left:2.8125rem;height:14.34375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#orOG6arhRpC1QbXqxVcoIQ9EssxopMAG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.4375rem;width:22.875rem;top:0rem;left:26.1875rem;display:block; }
#XokDGl5DLhNLzHoakGxeOgp03y7imUMN { color:#252525;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:28.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#riGAGJ2SRI3hx2svWAKkGwp7tC76milo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:1.8125rem;left:28.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PGAOTyTryo0KraLtMfJT9otg52CEOdn4 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.4375rem;width:22.875rem;top:0rem;left:51.1875rem;display:block; }
#T92IJwtEQqKNhbGVh8aKp875i9ESWoJI { color:#252525;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.3125rem;left:53.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oT3u8MkwfBByRvOvCTTxnTqWV6TCVIQW { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:1.8125rem;left:53.0625rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row .container { background-color: transparent; background-image: none; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row .container > .video-iframe-container { display: none; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row > .video-iframe-container { display: none; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .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); }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row .container { border-width: 0; border-radius: 0; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row .container { background-color: transparent; background-image: none; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row .container > .video-iframe-container { display: none; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row > .video-iframe-container { display: none; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .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); }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row .container { border-width: 0; border-radius: 0; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#dTSCOm6KqPVZRqRXTM1Nc8vV0WmTyBE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.8125rem;left:35.5625rem;height:6.2995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWgPDfsUZmtFTaMiugVVrEnONdw71F0b { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.9375rem;left:35.5625rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#LTohAsa9DencxMGkMEisPZoQqTPtnop5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/1d6541e6-36e5-4af8-8d32-188cb93a02bb/Solarcommercial2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:26.0625rem;top:0rem;left:0rem;display:block; }#LTohAsa9DencxMGkMEisPZoQqTPtnop5.adaptive-delivery-prevent-bg, #LTohAsa9DencxMGkMEisPZoQqTPtnop5.lazyload, #LTohAsa9DencxMGkMEisPZoQqTPtnop5.lazyloading { background-image: none; }
#eMidpJwplyTE6HWU89BUgbXwtKUnkcoa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.125rem;left:35.5625rem;display:block; }
#dDMyLp9IaaTHybST1vCr4cMXXNKVRDow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g { border-top:0.625rem solid rgba(var(--color-secondary-1),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row .container { background-color: transparent; background-image: none; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row .container > .video-iframe-container { display: none; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row > .video-iframe-container { display: none; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .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); }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row .container { border-width: 0; border-radius: 0; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#UpWbgas1x37yMrSPrHHb3Eww3yhMUE6X { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#khQPMTO2kCTwTBxsv7F7BurLJvPC5mDU { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:15.75rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#ihmNyihTM4LZqBg4Uc5mTAPp9U4Ibnfc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7.375rem;left:29rem; }
#FrF6vEgrVJIbQCXJ0hTOqdvvzmTFP2Uk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:10.625rem;left:28.9375rem; }
#TfJcOO1BTfmzMxbIIXC8ulfanJffB6UK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.4375rem;left:32.125rem;height:2.97395625rem;font-style:normal;display:block; }
#O9dQdftTKlaM2kHsOrboxozNz4qE7tma { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:7.5625rem;left:32.125rem;height:1.48698125rem;font-style:normal;display:block; }
#OEIeNQ8dZ3CeP4PVsRAtFxTAwme9pSFi { color:rgba(var(--color-tertiary-1),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:61.6875rem;height:1.29948125rem;text-align:left;text-align-last:left;display:block; }
#NA7TRb63PeGCMciJAfMWf2J4PfuuvwoJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:2.9375rem;top:11.625rem;left:72.0625rem;overflow:hidden;display:block; }
#Ruwk1xWkymELH46tpbTG3vB5RmdrrnT4 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:7.4375rem;left:62.6875rem; }
#Ruwk1xWkymELH46tpbTG3vB5RmdrrnT4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#eeSKM7Hsgv6TTahTeEXdrHhLWnTlK9XN { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.4375rem;left:65.25rem; }
#eeSKM7Hsgv6TTahTeEXdrHhLWnTlK9XN > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#D6Q7ICV6gIUPcZgOh7mpimkQklmHRQe5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.4375rem;left:67.8125rem; }
#D6Q7ICV6gIUPcZgOh7mpimkQklmHRQe5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#nCPvUMox5QhsUcUQrNe4o4gQ7AcXnMZe { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.4375rem;left:70.4375rem; }
#nCPvUMox5QhsUcUQrNe4o4gQ7AcXnMZe > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#z6aMIhvqUNWoaR0u0QlaLoFzK5JtOkfL { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.375rem;left:73rem; }
#z6aMIhvqUNWoaR0u0QlaLoFzK5JtOkfL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vitIQBZcd92VlB5xXJ8noKCcNPpuJtSf { top:3.8125rem;left:0rem;width:17.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pDAWCZk3F86PcMokAht4aa2SP8DyDm { width:43.875rem;height:13.1875rem;top:13.5rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4TtsJXJTUzxSDie6BLlwa06cyMin5MT { width:41.9375rem;height:4.5rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfZOoAObKseTNDOsATfRrpUf366T9i0n { width:31.25rem;height:11.4375rem;top:7.1875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJD1ylEEO8yyRcK0EUXlL9gZto3WEDM { width:23.5625rem;height:4.125rem;top:8.4375rem;left:24.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTEXdbTIi3QKq6NxoIFMSgXpxpEHIfV { width:28.875rem;height:3.875rem;top:13.1875rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHLuIR3iXE1CWQsfMn7CHC7qkVqqPz9b { top:36.75rem;left:0rem;width:8.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1i9fSS6855IozGTT8WureyfCOXntgQ { top:34.1875rem;left:0rem;width:8.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO9IcfIfEd9mqRO7X31HAAp9BGqDnRs3 { top:34.1875rem;left:0rem;width:12.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAXWOOf6kT57s1cNPWPAt7l6EXbJQBDS { top:36.75rem;left:0rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6ZTOovwta7wLkPWLDuSVAkdA9cgkiD2 { top:34.1875rem;left:12.25rem;width:12.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwPt5cz7rPVlXfR4IE1tWZL5EkgfGiwW { top:36.75rem;left:12.25rem;width:10.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miq4v9ssgRVH5LN6LEQeeCUJeHKs8lK2 { top:18rem;left:16.5rem;width:31.25rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik { display:block; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS { display:block; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA8OUH3HpkqJW6hbtxyUCU4T39dxNMkI { top:0.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylrCs4t8SZXed9ElBFTvCgUPqweXC0rI { top:3.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO { display:block; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N { display:block; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1NqBG0wwT5qsrqps3wMVUIdk7WiVmaU { top:19rem;left:14.5625rem;width:17.1875rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noRT9up0M8tilKOVPFxz66HsiePNdIOZ { top:15.375rem;left:14.5625rem;width:17.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhNHkRyIFOGn45lyqpQAqB1PAhm6geMI { top:15.5rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz1o4ad1Dta6XLShpsZ2GnXRlb4QMqc7 { top:3.625rem;left:11.5625rem;width:17.1875rem;height:8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdTxHZsb5kB2aLzoAwTT3AyATN8M9r62 { top:0.125rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDs2kFvqrR0Ok9XrmkOOo8mSPV4HPmSE { top:19.0625rem;left:30.4375rem;width:17.1875rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS0hvBWpUHP3J29kxTXTgAaq3iVnztou { top:15.5rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faraXZxQT2bk4M4wDGm6t43uZ2ssw0rd { top:15.375rem;left:30.4375rem;width:17.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XooD5AhHVa1EB2H90Mz0GgfabSIKpaSW { top:3.6875rem;left:30.4375rem;width:17.1875rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTtDIivVAxDXrvwm9ymsQRfqGWX8TiKJ { top:0rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ26uttmi4EnLqlWihLhG99PHymn2LNt { top:0rem;left:30.4375rem;width:17.1875rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmpSFTig66MD7vgaXlyKLxTiF2DpTWz { top:0rem;left:11.4375rem;width:20.3125rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG8rkeaGEpevEnZytB7vX0esQgXJoneP { width:24.1875rem;height:32.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPnCXModaH6kI4wwzbPie8rFARzTACG { top:21.4375rem;left:4.75rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xes7EkZooJ4ws4ZitqrGUUU6moRvTqJt { width:17.6875rem;height:3.4375rem;top:29.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzJFDmV1qSTv4rIaJCXIyPQ8J1HlyCWv { display:block; }
 }@media only screen and (max-width: 763px) { #IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v { display:block; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN { display:block; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp { display:block; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrLqBabRfrSdawLTk3KlQWmssFTxKCF7 { top:0rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBVS19hG5tSU6tzRzwcdPEqE9LA2Anf { top:3.5625rem;left:1.09375rem;width:45.5625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V { display:block; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ { display:block; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Przwk4rfDcaW7ZRkfCToPhaSvenfkTDd { top:2.25rem;left:0rem;width:17.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvB671v5f6Uxu7IWB2UIQiTTxKQ33vzf { top:6.4375rem;left:0rem;width:18.75rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH3mJwZtqaINZEUTJV7K6CxNzRrAoyoy { top:5.5rem;left:13.25rem;width:18.75rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtPgcdlC7XkQxHECMSyD62NhWoqeQmgF { top:3.1875rem;left:16.5625rem;width:14.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZezpIQarbsLp19TkDDTzWe6Qtt090SH { top:6.4375rem;left:28.375rem;width:18.75rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKUkWTEzaPIJTZxDD3Lp4PF5VpD8dVWh { top:2.25rem;left:31rem;width:16.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvJNF9Wc6qXVTHNmSRyBb6IbgC5ANEZW { top:2.0625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipQgZXTntIWhqSScT6PHsSU4DKBwmIe4 { top:2rem;left:15.875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os29r7LN02wFUdbrziMl8SxTHFIFV8qn { top:2rem;left:31.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #egUD6Vg5oLMBmSpsFRT843y5JTDafz94 { display:block; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytzTNOSuAR0k0OGgXhJP8qqolciopdrc { display:block; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT9caPCQPdnr0aaptTPGcTaEHBg8LqZn { width:17.6875rem;height:3.4375rem;top:0.125rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZeNSxvQyxaQMvfaM3UvUPR2odWsBQ8w { display:block; }
 }@media only screen and (max-width: 763px) { #R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F { display:block; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX { display:block; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd { display:block; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmgCNx1QRTiTSABr2KJyCHWPKRsLoNvM { top:0rem;left:0rem;width:36.625rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8UreTGOWAGtBTE1yrmH9Lf1lv74uiR1 { top:0rem;left:19.375rem;width:28.375rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRZOfA8Jvrot03zeu2mrr2tloX6Voah { top:7.25rem;left:16.75rem;width:31rem;height:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLEwDgTemGRvaln2EHnZnBJSBg2ymwgd { width:17.6875rem;height:3.4375rem;top:23.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQT2eefOgxPyVUvCqU0mkgBkqu8a5DRZ { display:block; }
 }@media only screen and (max-width: 763px) { #An22CFkK1xl25cpDEywvJmnMdZ96r849 { display:block; }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB { display:block; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akqmLBQbKDXZKGa0xk4aJfoLkP64mPBh { width:7.5625rem;height:7.6875rem;top:17.25rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiyuZfmU8Xp8hE4mWmJtTqscdDQSzQxn { width:14.25rem;height:4.5rem;top:19.1875rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWcQFanQbXgGCs3qITo1hwZTLsL5Bsz { width:21.5625rem;height:4.75rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivHVdoc0cW1eKfdRlpG4FzpsI13ucBA { width:21.8125rem;height:4.75rem;top:25rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGGSmGBbxDhFxPkxHscFHXvb98Bstf8 { width:7.5625rem;height:7.6875rem;top:17.25rem;left:15.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6uJPBrd7RQlQ17sd25iVGqIxZwKcsT { width:14.25rem;height:4.5rem;top:18.8125rem;left:17.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALufqtrsATlEBT6NVi5DUS8gXSomzrnA { width:21rem;height:6.75rem;top:25rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABw2aIWpdnALCAoxd33DvfNvJJOHzQG { width:7.5625rem;height:7.6875rem;top:17.25rem;left:31.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTOE3w64yr8VRZwqE2H6BX4qQaXwtPZk { width:14.25rem;height:4.5rem;top:18.8125rem;left:33.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r54ifTRCVya4T2Vz7CkhAZDNMLxQZsDz { top:7.5rem;left:0rem;width:37.0625rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikz3RT3GTJorgMthG5h93Q9I41itPNA { width:17.6875rem;height:3.4375rem;top:35.5rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgwbULOqoDUBBV9IGM3D1WFkSnVl93TU { display:block; }
 }@media only screen and (max-width: 763px) { #LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd { display:block; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f { display:block; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9ypvzGnR7koTpk8BEvfqkHFaqmDfvRi { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbJylddz8MasyIkOAbf6hKnlxcg5pLWB { top:3.8125rem;left:5.03125rem;width:37.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt { display:block; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F35yQRFLPaLechJWvrso25EPntKu01Kv { display:block; }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnTVWerFFzV4gg8SXgLrzRVWnwtTcdrX { width:22.875rem;height:21.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDKGrvFS3O6PL4bsmmNMqQH3QeGfmt4R { width:11.25rem;height:1.625rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZdppyfN4uJfsE45ycIWcTickk41UDI { width:19.625rem;height:14.3125rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orOG6arhRpC1QbXqxVcoIQ9EssxopMAG { width:22.875rem;height:21.4375rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XokDGl5DLhNLzHoakGxeOgp03y7imUMN { width:11.25rem;height:1.625rem;top:11.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riGAGJ2SRI3hx2svWAKkGwp7tC76milo { width:19.625rem;height:7.9375rem;top:1.8125rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGAOTyTryo0KraLtMfJT9otg52CEOdn4 { width:22.875rem;height:21.4375rem;top:0rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T92IJwtEQqKNhbGVh8aKp875i9ESWoJI { width:11.25rem;height:1.625rem;top:12.3125rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3u8MkwfBByRvOvCTTxnTqWV6TCVIQW { width:19.625rem;height:9.5625rem;top:1.8125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK { display:block; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2dhScCNMBvlmPepKhhUAzalzIQBtviw { display:block; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTSCOm6KqPVZRqRXTM1Nc8vV0WmTyBE9 { top:6.8125rem;left:19.4375rem;width:28.3125rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWgPDfsUZmtFTaMiugVVrEnONdw71F0b { top:13.9375rem;left:19.1875rem;width:28.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTohAsa9DencxMGkMEisPZoQqTPtnop5 { width:26.0625rem;height:28.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMidpJwplyTE6HWU89BUgbXwtKUnkcoa { width:17.6875rem;height:3.4375rem;top:18.125rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDMyLp9IaaTHybST1vCr4cMXXNKVRDow { display:block; }
 }@media only screen and (max-width: 763px) { #UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g { display:block; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpWbgas1x37yMrSPrHHb3Eww3yhMUE6X { top:9.6875rem;left:0rem;width:21.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQPMTO2kCTwTBxsv7F7BurLJvPC5mDU { top:5.4375rem;left:0rem;width:15.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmNyihTM4LZqBg4Uc5mTAPp9U4Ibnfc { top:7.375rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrF6vEgrVJIbQCXJ0hTOqdvvzmTFP2Uk { top:10.625rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJcOO1BTfmzMxbIIXC8ulfanJffB6UK { top:10.4375rem;left:16.5625rem;width:15.1875rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9dQdftTKlaM2kHsOrboxozNz4qE7tma { top:7.5625rem;left:18.4375rem;width:10.9375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEIeNQ8dZ3CeP4PVsRAtFxTAwme9pSFi { top:12.125rem;left:36.3125rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NA7TRb63PeGCMciJAfMWf2J4PfuuvwoJ { top:11.625rem;left:44.6875rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ruwk1xWkymELH46tpbTG3vB5RmdrrnT4 { top:7.4375rem;left:39.875rem;width:2rem;height:2rem;display:block; }
#Ruwk1xWkymELH46tpbTG3vB5RmdrrnT4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #eeSKM7Hsgv6TTahTeEXdrHhLWnTlK9XN { top:7.4375rem;left:42.4375rem;width:2rem;height:2rem;display:block; }
#eeSKM7Hsgv6TTahTeEXdrHhLWnTlK9XN > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #D6Q7ICV6gIUPcZgOh7mpimkQklmHRQe5 { top:7.4375rem;left:45rem;width:2rem;height:2rem;display:block; }
#D6Q7ICV6gIUPcZgOh7mpimkQklmHRQe5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #nCPvUMox5QhsUcUQrNe4o4gQ7AcXnMZe { top:7.4375rem;left:45.625rem;width:2rem;height:2rem;display:block; }
#nCPvUMox5QhsUcUQrNe4o4gQ7AcXnMZe > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #z6aMIhvqUNWoaR0u0QlaLoFzK5JtOkfL { top:7.375rem;left:45.625rem;width:2rem;height:2rem;display:block; }
#z6aMIhvqUNWoaR0u0QlaLoFzK5JtOkfL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36b456bf-c137-4512-ba2d-df45a3b4bad8/Solarcommercialgroundmount.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vitIQBZcd92VlB5xXJ8noKCcNPpuJtSf { width:14.0625rem;height:2.6875rem;top:1.5rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T0pDAWCZk3F86PcMokAht4aa2SP8DyDm { width:20rem;height:8.7995rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4TtsJXJTUzxSDie6BLlwa06cyMin5MT { width:20rem;height:4.5rem;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LfZOoAObKseTNDOsATfRrpUf366T9i0n { width:20rem;height:17.375rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJD1ylEEO8yyRcK0EUXlL9gZto3WEDM { width:18.75rem;height:6.599625rem;top:44.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTEXdbTIi3QKq6NxoIFMSgXpxpEHIfV { width:17.125rem;height:6.497375rem;top:52.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHLuIR3iXE1CWQsfMn7CHC7qkVqqPz9b { width:11.5rem;height:1.29948125rem;top:25.125rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1i9fSS6855IozGTT8WureyfCOXntgQ { width:11.3125rem;height:2.5996125rem;top:22.5rem;left:4.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qO9IcfIfEd9mqRO7X31HAAp9BGqDnRs3 { width:18.125rem;height:2.5996125rem;top:28.3125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAXWOOf6kT57s1cNPWPAt7l6EXbJQBDS { width:10.3125rem;height:2.59895625rem;top:30.9375rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6ZTOovwta7wLkPWLDuSVAkdA9cgkiD2 { width:7.4375rem;height:2.5996125rem;top:35.4375rem;left:6.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwPt5cz7rPVlXfR4IE1tWZL5EkgfGiwW { width:10.125rem;height:2.59895625rem;top:38.0625rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Miq4v9ssgRVH5LN6LEQeeCUJeHKs8lK2 { width:20rem;height:21.75rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik { display:block; }#Runs0zqz9AwfcMxXTKnc0PzSXBzrO0ik > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS { display:block; }#kf8NyXFvFePRZeEbMXkEoD2cCH0SR8dS > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA8OUH3HpkqJW6hbtxyUCU4T39dxNMkI { width:20rem;height:6.599625rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylrCs4t8SZXed9ElBFTvCgUPqweXC0rI { width:20rem;height:7.5rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO { display:block; }#X6TAQfZF4z9N1ZJ3iBeJanu7P30ckGDO > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N { display:block; }#OPMfeHtHSi7hcJX0NF2NHrTtz6K8zL0N > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1NqBG0wwT5qsrqps3wMVUIdk7WiVmaU { width:20rem;height:6rem;top:52.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noRT9up0M8tilKOVPFxz66HsiePNdIOZ { width:16.875rem;height:3.29948125rem;top:48.5625rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhNHkRyIFOGn45lyqpQAqB1PAhm6geMI { display:flex;width:3rem;height:3rem;top:44.979167938233rem;left:8.5000005960463rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Vz1o4ad1Dta6XLShpsZ2GnXRlb4QMqc7 { width:20rem;height:6rem;top:36.9375rem;left:0rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdTxHZsb5kB2aLzoAwTT3AyATN8M9r62 { display:flex;width:3rem;height:3rem;top:29.416666984558rem;left:8.5000005960463rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #FDs2kFvqrR0Ok9XrmkOOo8mSPV4HPmSE { width:20rem;height:6rem;top:81.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NS0hvBWpUHP3J29kxTXTgAaq3iVnztou { display:flex;width:3rem;height:3rem;top:76.041667938231rem;left:8.5000005960463rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #faraXZxQT2bk4M4wDGm6t43uZ2ssw0rd { width:16.875rem;height:1.6497375rem;top:79.625rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XooD5AhHVa1EB2H90Mz0GgfabSIKpaSW { width:20rem;height:6rem;top:68rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTtDIivVAxDXrvwm9ymsQRfqGWX8TiKJ { display:flex;width:3rem;height:3rem;top:60.541667938233rem;left:8.5000005960463rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #iJ26uttmi4EnLqlWihLhG99PHymn2LNt { width:16.875rem;height:3.29948125rem;top:64.125rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHmpSFTig66MD7vgaXlyKLxTiF2DpTWz { width:16.875rem;height:3.29948125rem;top:33rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nG8rkeaGEpevEnZytB7vX0esQgXJoneP { width:20rem;height:26.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPnCXModaH6kI4wwzbPie8rFARzTACG { width:11.125rem;height:11.125rem;top:15.666667938233rem;left:8.8750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #xes7EkZooJ4ws4ZitqrGUUU6moRvTqJt { width:17.6875rem;height:3.4375rem;top:89.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzJFDmV1qSTv4rIaJCXIyPQ8J1HlyCWv { display:block; }
 }@media only screen and (max-width: 763px) { #IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v { display:block; }#IRMa8kAO22OSOuvlLTcwyT61LuQMdf5v > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN { display:block; }#Lv1ZuCAVoA72Odb9FdeDV2LfppT40ADN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp { display:block; }#IZ1eAMZzfz03wRaDPlC7tlOQFwN1xbJp > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrLqBabRfrSdawLTk3KlQWmssFTxKCF7 { width:20rem;height:4.79948125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVBVS19hG5tSU6tzRzwcdPEqE9LA2Anf { width:20rem;height:7.96875rem;top:6.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V { display:block; }#SnlHtvrJIfwAgTDfT52Nel3upaKDCK0V > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ { display:block; }#asBBOGgJfgz25ihaWS9bxhd5ZOOPG7sZ > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Przwk4rfDcaW7ZRkfCToPhaSvenfkTDd { width:17.9375rem;height:1.6497375rem;top:5rem;left:1.03125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvB671v5f6Uxu7IWB2UIQiTTxKQ33vzf { width:18.75rem;height:7.5rem;top:7.2734375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CH3mJwZtqaINZEUTJV7K6CxNzRrAoyoy { width:18.75rem;height:7.5rem;top:23.172527313233rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtPgcdlC7XkQxHECMSyD62NhWoqeQmgF { width:14.75rem;height:1.51236875rem;top:20.8984375rem;left:2.6250001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZezpIQarbsLp19TkDDTzWe6Qtt090SH { width:18.75rem;height:7.5rem;top:40.097007751465rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKUkWTEzaPIJTZxDD3Lp4PF5VpD8dVWh { width:16.625rem;height:3.29948125rem;top:36.172527313233rem;left:1.6875001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvJNF9Wc6qXVTHNmSRyBb6IbgC5ANEZW { display:flex;width:3rem;height:3rem;top:1.375rem;left:8.5000005960463rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #ipQgZXTntIWhqSScT6PHsSU4DKBwmIe4 { display:flex;width:3rem;height:3rem;top:16.6484375rem;left:8.5000005960463rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Os29r7LN02wFUdbrziMl8SxTHFIFV8qn { display:flex;width:3rem;height:3rem;top:32.547527313233rem;left:8.5000005960463rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #egUD6Vg5oLMBmSpsFRT843y5JTDafz94 { display:block; }#egUD6Vg5oLMBmSpsFRT843y5JTDafz94 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytzTNOSuAR0k0OGgXhJP8qqolciopdrc { display:block; }#ytzTNOSuAR0k0OGgXhJP8qqolciopdrc > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT9caPCQPdnr0aaptTPGcTaEHBg8LqZn { width:20rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZeNSxvQyxaQMvfaM3UvUPR2odWsBQ8w { display:block; }
 }@media only screen and (max-width: 763px) { #R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F { display:block; }#R0JXlnZUDQrZI2OsXs0FoH67h53bqh9F > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX { display:block; }#OMqQEKXMFpmOz8zqlTLRftCpGV1FIyMX > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd { display:block; }#ERsgnDKdDGrP5PSiFTml6fxw4KdTQ0cd > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmgCNx1QRTiTSABr2KJyCHWPKRsLoNvM { width:20rem;height:14.9824375rem;top:1.6249885559082rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8UreTGOWAGtBTE1yrmH9Lf1lv74uiR1 { width:20rem;height:7.19925rem;top:17.4824375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myRZOfA8Jvrot03zeu2mrr2tloX6Voah { width:20rem;height:19.5rem;top:25.306640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLEwDgTemGRvaln2EHnZnBJSBg2ymwgd { width:20rem;height:3.4375rem;top:45.431640625rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQT2eefOgxPyVUvCqU0mkgBkqu8a5DRZ { display:block; }
 }@media only screen and (max-width: 763px) { #An22CFkK1xl25cpDEywvJmnMdZ96r849 { display:block; }#An22CFkK1xl25cpDEywvJmnMdZ96r849 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB { display:block; }#bBhWRhpfRXt2WD296VJbi8e0A3c6FZoB > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akqmLBQbKDXZKGa0xk4aJfoLkP64mPBh { width:7.5625rem;height:3.8997375rem;top:12.53515625rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiyuZfmU8Xp8hE4mWmJtTqscdDQSzQxn { width:12.625rem;height:3.57421875rem;top:16.43359375rem;left:3.6875001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWcQFanQbXgGCs3qITo1hwZTLsL5Bsz { width:19.9375rem;height:4.5rem;top:20.6328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivHVdoc0cW1eKfdRlpG4FzpsI13ucBA { width:19.9375rem;height:4.5rem;top:35.003257751465rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGGSmGBbxDhFxPkxHscFHXvb98Bstf8 { width:7.5625rem;height:3.8997375rem;top:27.0078125rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6uJPBrd7RQlQ17sd25iVGqIxZwKcsT { width:14.25rem;height:3.57421875rem;top:30.804039001465rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALufqtrsATlEBT6NVi5DUS8gXSomzrnA { width:19.9375rem;height:6.3984375rem;top:47.315105438233rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABw2aIWpdnALCAoxd33DvfNvJJOHzQG { width:7.5625rem;height:3.8997375rem;top:41.378255844116rem;left:6.2187501192093rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTOE3w64yr8VRZwqE2H6BX4qQaXwtPZk { width:14.25rem;height:1.7871125rem;top:44.902996063233rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r54ifTRCVya4T2Vz7CkhAZDNMLxQZsDz { width:20rem;height:7.19925rem;top:5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bikz3RT3GTJorgMthG5h93Q9I41itPNA { width:17.6875rem;height:3.4375rem;top:56.213542938233rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgwbULOqoDUBBV9IGM3D1WFkSnVl93TU { display:block; }
 }@media only screen and (max-width: 763px) { #LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd { display:block; }#LlzdB7nguVt9rGQJd7toKdUMzC7Kcadd > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f { display:block; }#oW2ReBgxIlFJPt3elMWQah0ZEoiaEg3f > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9ypvzGnR7koTpk8BEvfqkHFaqmDfvRi { width:20rem;height:4.79948125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bbJylddz8MasyIkOAbf6hKnlxcg5pLWB { width:20rem;height:2.59895625rem;top:6.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt { display:block; }#pCrXO0NWNu6Vs1ETZWXf8FgyauoMqwQt > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F35yQRFLPaLechJWvrso25EPntKu01Kv { display:block; }#F35yQRFLPaLechJWvrso25EPntKu01Kv > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnTVWerFFzV4gg8SXgLrzRVWnwtTcdrX { width:20rem;height:19.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDKGrvFS3O6PL4bsmmNMqQH3QeGfmt4R { width:13.8125rem;height:1.29948125rem;top:16.625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZdppyfN4uJfsE45ycIWcTickk41UDI { width:17.5rem;height:13.5rem;top:1.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orOG6arhRpC1QbXqxVcoIQ9EssxopMAG { width:20rem;height:14.125rem;top:20.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XokDGl5DLhNLzHoakGxeOgp03y7imUMN { width:11.25rem;height:1.29948125rem;top:30.875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riGAGJ2SRI3hx2svWAKkGwp7tC76milo { width:17.5rem;height:7.5rem;top:22.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGAOTyTryo0KraLtMfJT9otg52CEOdn4 { width:20rem;height:15.0625rem;top:35rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T92IJwtEQqKNhbGVh8aKp875i9ESWoJI { width:11.25rem;height:1.3808625rem;top:47.125rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3u8MkwfBByRvOvCTTxnTqWV6TCVIQW { width:17.5rem;height:9rem;top:36.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK { display:block; }#e6CTppJgh6mw5DouI7MkZyDSWIqlq5FK > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2dhScCNMBvlmPepKhhUAzalzIQBtviw { display:block; }#t2dhScCNMBvlmPepKhhUAzalzIQBtviw > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTSCOm6KqPVZRqRXTM1Nc8vV0WmTyBE9 { width:17.5rem;height:7.19925rem;top:13.25rem;left:1.25rem;font-size:2rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWgPDfsUZmtFTaMiugVVrEnONdw71F0b { width:17.5rem;height:4.5rem;top:21.0625rem;left:1.25rem;font-size:1rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTohAsa9DencxMGkMEisPZoQqTPtnop5 { width:20rem;height:9.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMidpJwplyTE6HWU89BUgbXwtKUnkcoa { width:17.6875rem;height:3.4375rem;top:26.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDMyLp9IaaTHybST1vCr4cMXXNKVRDow { display:block; }
 }@media only screen and (max-width: 763px) { #UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g { display:block; }#UNmlZgFZIm5PUxmzAoIvX7rJmCReb33g > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpWbgas1x37yMrSPrHHb3Eww3yhMUE6X { width:14.625rem;height:5.25rem;top:6.8125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khQPMTO2kCTwTBxsv7F7BurLJvPC5mDU { width:11.875rem;height:2.25rem;top:3.0625rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmNyihTM4LZqBg4Uc5mTAPp9U4Ibnfc { width:1.5625rem;height:1.5625rem;top:14.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrF6vEgrVJIbQCXJ0hTOqdvvzmTFP2Uk { width:1.5625rem;height:1.5625rem;top:18.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJcOO1BTfmzMxbIIXC8ulfanJffB6UK { width:11.9375rem;height:2.79948125rem;top:18.0625rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9dQdftTKlaM2kHsOrboxozNz4qE7tma { width:7.3125rem;height:1.3997375rem;top:14.125rem;left:5.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OEIeNQ8dZ3CeP4PVsRAtFxTAwme9pSFi { width:15.1875rem;height:1.29948125rem;top:28.75rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #NA7TRb63PeGCMciJAfMWf2J4PfuuvwoJ { width:3.5625rem;height:2rem;top:31.25rem;left:8.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Ruwk1xWkymELH46tpbTG3vB5RmdrrnT4 { display:flex;width:2rem;height:2rem;top:23.6875rem;left:2.6875rem; }
#Ruwk1xWkymELH46tpbTG3vB5RmdrrnT4 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #eeSKM7Hsgv6TTahTeEXdrHhLWnTlK9XN { display:flex;width:2rem;height:2rem;top:23.6875rem;left:5.8125rem; }
#eeSKM7Hsgv6TTahTeEXdrHhLWnTlK9XN > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #D6Q7ICV6gIUPcZgOh7mpimkQklmHRQe5 { display:flex;width:2rem;height:2rem;top:23.6875rem;left:9.0625rem; }
#D6Q7ICV6gIUPcZgOh7mpimkQklmHRQe5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #nCPvUMox5QhsUcUQrNe4o4gQ7AcXnMZe { display:flex;width:2rem;height:2rem;top:23.6875rem;left:12.125rem; }
#nCPvUMox5QhsUcUQrNe4o4gQ7AcXnMZe > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #z6aMIhvqUNWoaR0u0QlaLoFzK5JtOkfL { display:flex;width:2rem;height:2rem;top:23.6875rem;left:15.3125rem; }
#z6aMIhvqUNWoaR0u0QlaLoFzK5JtOkfL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }