.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:238,241,218;--color-primary-1:199,208,132;--color-primary-2:142,160,9;--color-primary-3:71,80,5;--color-primary-4:21,24,1;--color-secondary-0:231,234,255;--color-secondary-1:174,184,255;--color-secondary-2:93,113,255;--color-secondary-3:47,57,128;--color-secondary-4:14,17,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Dosis";--paragraphs-font-family:"Roboto"; }@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:#f7f7f7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b26a66e1-ec40-4846-ab6b-82dea953971a/installingsolarpanelsonhouseroof1024x512.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.adaptive-delivery-prevent-bg, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyload, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyloading { background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { background-color: transparent; background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.75); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.75); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .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); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { border-width: 0; border-radius: 0; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::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; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.75rem;left:6.4999990463256rem;height:6.6rem;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; }
#FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:20.1875rem;left:6.4999990463256rem;height:2.8rem;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; }
#iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { position:absolute;display:block;z-index:15001;background-color:#dadce0;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:31.9375rem;width:23.3125rem;top:8.0625rem;left:46.687500953674rem;display:block; }
#DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { position:absolute;display:block;z-index:15010;background-color:#1c61ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:4.375rem;width:23.3125rem;top:4.3125rem;left:46.687500953674rem;display:block; }
#DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.7687501907349rem;left:48.718750953674rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-form-header {  }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:18.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;line-height:1; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:1.75rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#dadce0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;line-height:1;text-align:left;text-align-last:left; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#1c61ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:15.8125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]:-moz-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-moz-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]:-ms-input-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-webkit-input-placeholder { color:#282828;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal;float:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:first-of-type{padding-top:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:last-of-type{padding-bottom:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.0625rem;left:47.812500953674rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.0625rem;left:47.812500953674rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #EFm6B4qU0erFsS3W0hk7ElRFdT9T4tzU { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sDTTDMmgNUugvhMv72Tn4XT5fbnd59G9 { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fh7lJ0dAvK2otiZfrT1mnCfqDIqx48Fy { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #w0MXUiMaxUiB70HeD1PD0Gf2a9XmWWiS { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #DdOpucpzHEenndMywkqPPR1is1mVazw9 { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #dRbAi4JA6zZtaNq90nTn4n2FdTUpXfKM { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XbgueUTmqBeXqhLBATzbMvSpuo2mTPWT { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #qcqtgcBmLECP0uoFAv3mT9AIFrkBoeb3 { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fGfVVABb4yuJHf9w4LZsEpZcNbd7E4LM { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Pvpo689lAJRO1iDuHp8Ev3BkPhOg44OU { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #KWcOM2XzTxoeNa9rFrybngqgvsAAgwAe { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #d6ZsWPPXGxpSfbJ2CZueRJ1OWN5urKun { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XhTRi2oZ2qLkaiFOtQbEbXWS7yP9ZP1x { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #WslsksE7RZdCIqGxFl4L9ilvBETM6VTL { position:relative;z-index:2; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #If9QZFLINQo6BkibPxyrR3qL37tmPmBV { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 { position:relative; }
#NAmlmHg8Jro1X8bTOby2BeCgPhHQNzKm { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:21.875rem;left:7.5rem;height:2.8rem;font-style:normal;display:none; }
#EZ59uCBTQO4srPXt1VAX4tiLq5RBl4dJ { position:absolute;display:block;z-index:15035;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.5rem;width:9.75rem;top:3.59375rem;left:6.499218940735rem;overflow:hidden;display:block; }
#PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { box-sizing:content-box;height:4.0625rem;width:6.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.6875rem;left:6.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.5625rem;left:6.8125rem;height:0.65rem;text-align:center;text-align-last:center;display:block; }
#LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:4.5rem;top:25.3125rem;left:7.625rem;overflow:hidden;display:block; }
#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c61ff;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; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { background-color: transparent; background-image: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container > .video-iframe-container { display: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container { display: none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .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); }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { border-width: 0; border-radius: 0; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#se4kkT7Q6n12UlInv6yEeqewHq7yozpw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:9.5242195129394rem;height:1.1375rem;font-style:normal;display:block; }
#sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6875rem;left:27rem;height:1.1375rem;font-style:normal;display:block; }
#qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.75rem;left:7.63671875rem; }
#tdv2TcRJ02NORqabdNA067tAN1ULUXNt { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.8125rem;left:25.25rem; }
#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row .container { background-color: transparent; background-image: none; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row .container > .video-iframe-container { display: none; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row > .video-iframe-container { display: none; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .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); }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row .container { border-width: 0; border-radius: 0; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#HVylAJcx9KtkwXsA5plaeHfolwH0xINc { color:#000000;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.311718940735rem;left:5.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfVOp2FKLtgSPTr0b0PBLEoT7WnpqIno { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:27.5rem;height:2.7625rem;text-align:center;text-align-last:center;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; }
#uNiurC1RX3MH1mHgzKn7JrNUAggn3508 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:20rem;top:12.375rem;left:27.5rem;overflow:hidden;display:block; }
#MNu0txhyxpAkssZFNcTTAukh180dAsdc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:20rem;top:12.375rem;left:5.0625rem;overflow:hidden;display:block; }
#oK3ksJmoEKcwUByVyPlGEQfxmhukvrL0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.5625rem;width:20rem;top:12.375rem;left:50rem;overflow:hidden;display:block; }
#PelJRnWy9tqL5QHcW89yKKKac4yGFPT7 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.75rem;left:5.0625rem;height:1.7875rem;text-align:left;text-align-last:left;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; }
#dupuzDXA5NVXfbIPTzObk12OsKxNZ6C2 { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.75rem;left:27.5rem;height:1.7875rem;text-align:left;text-align-last:left;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; }
#cey8l7yu1LSEdhXigg6Gzs8lfZZqk9Pz { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.75rem;left:50rem;height:1.7875rem;text-align:left;text-align-last:left;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; }
#bZkD5GKf5BtJvV2dT0GC2hECnLXUVUzI { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:32.0625rem;left:5rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FOSIfuEMyr5mA1Wd55c5tJ1fACI0oBs3 { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:32.0625rem;left:27.4375rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mHVMel2Vku5sTuCwshvaoZQx62cIOBNc { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:32.0625rem;left:49.9375rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fSLIqnfak8dl8sMSALox9aG3884JPtVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c61ff;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; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row .container { background-color: transparent; background-image: none; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row .container > .video-iframe-container { display: none; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row > .video-iframe-container { display: none; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .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); }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row .container { border-width: 0; border-radius: 0; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row .container { font-size:0.875rem;font-family:arial;height:82.875rem;width:75rem;position:relative;display:block; }#q1qGOdLFoa3TfxhyUD8TMW4vPOVy2vZH { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.4374961853027rem;left:25.750000953674rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#usoMhMt3yiwExupbBzoChNwrwtuMD8e7 { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:26.625rem;left:4.25rem;height:2.5875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#usoMhMt3yiwExupbBzoChNwrwtuMD8e7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#usoMhMt3yiwExupbBzoChNwrwtuMD8e7 li:before{  }
#LX0TG8zkDS6XeN715FKcIXFMSp4EZglN { position:absolute;display:block;z-index:15056;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:8.3125rem;width:6.25rem;top:2.9984374046326rem;left:0rem;overflow:hidden;display:none; }
#eyRr0rDm4oO1ssk1AcHyXQzOtQoOHnfS { position:absolute;display:block;z-index:15057;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:8.3125rem;width:6.1875rem;top:4.9249997138977rem;left:0rem;overflow:hidden;display:none; }
#XMmAtWucObC4rv6rsq4bGgGFN2h2EoLp { position:absolute;display:block;z-index:15058;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:8.3125rem;width:6.1875rem;top:5.3210940361023rem;left:0rem;overflow:hidden;display:none; }
#cbFHfKaJlQSFQbpOkz816ZpkEZwPAVtb { position:absolute;display:block;z-index:15059;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:8.3125rem;width:6.1875rem;top:4.7374997138977rem;left:0rem;overflow:hidden;display:none; }
#gi1nlsSCTBNCZJncJqC9a97NCd6UM5Hm { position:absolute;display:block;z-index:15060;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:8.3125rem;width:6.1875rem;top:2.9984374046326rem;left:0rem;overflow:hidden;display:none; }
#oFSaJAKgNlVqUQAT3MwauytUMQPMQ5RK { position:absolute;display:block;z-index:15061;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:8.3125rem;width:6.1875rem;top:3.4249997138977rem;left:0rem;overflow:hidden;display:none; }
#IHdeHJLScnbcqQZoV6WzPOEpr3K0AvrJ { position:absolute;display:block;z-index:15062;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:8.3125rem;width:6.1875rem;top:4.9249997138977rem;left:0rem;overflow:hidden;display:none; }
#e2T0ACFq0TrM8lfCWbrNw84neRzuHB2s { position:absolute;display:block;z-index:15047;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:7.625rem;width:13.75rem;top:24.112500190735rem;left:0rem;overflow:hidden;display:none; }
#o3pBaUqw0Wd2FJDnRv9bDtDFqbISGXi8 { position:absolute;display:block;z-index:15048;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:7.625rem;width:11.125rem;top:25.925000190735rem;left:1.4749994277954rem;overflow:hidden;display:none; }
#I6IMTgI3iXKNFvpUo5BZ8wb8r2BHukGd { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:9.0625rem;left:4.25rem;overflow:hidden;display:block; }
#dSSE06XkGcTNyTEMQyitfV5G8cecHFHL { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:26.625rem;left:27.8125rem;height:2.5875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dSSE06XkGcTNyTEMQyitfV5G8cecHFHL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dSSE06XkGcTNyTEMQyitfV5G8cecHFHL li:before{  }
#nGEGsCMfnGNx9Xom4Hw4T5JeLdbNZ1Dt { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:9.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#Cvv8aHIuLvWBwr90JvBHx2qUQBf4OElI { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:26.625rem;left:51.0625rem;height:2.5875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Cvv8aHIuLvWBwr90JvBHx2qUQBf4OElI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cvv8aHIuLvWBwr90JvBHx2qUQBf4OElI li:before{  }
#znyKIb9AGJ1n6v939bTlC9SctRkJHh1g { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:9.0625rem;left:51.0625rem;overflow:hidden;display:block; }
#PyuDIKXhmli5NxBW4Q0y2RGZdZFcfyq5 { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875001430511rem;left:5.3125rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#HvkoOkmsL7W5WKmEVhynG95FgZ6gwQzP { box-sizing:content-box;height:2rem;width:10.5625rem;position:absolute;display:block;z-index:15067;background-color:#7f7f7f;background-image:none;top:23.312501430511rem;left:4.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#yMcaQFkHon8v18NlH5euFOlmTDKsTaTT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15070;line-height:1.4;letter-spacing:0;top:23.874998092651rem;left:28.718750953674rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#R4PCr97wAp1iDTs5xiStru3mWn2EC9aT { box-sizing:content-box;height:2rem;width:16.6875rem;position:absolute;display:block;z-index:15069;background-color:#7f7f7f;background-image:none;top:23.3125rem;left:27.812500953674rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#O5GV6IkigZB4EAn1sGceymRsP6cOoTE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:23.875rem;left:52.125rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#FGmzJDA5ToJDgkt0C4NvT4fmK52CGRrs { box-sizing:content-box;height:2rem;width:10.625rem;position:absolute;display:block;z-index:15071;background-color:#7f7f7f;background-image:none;top:23.3125rem;left:51.062500953674rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Jw85K5er47RrRvIoN5Ts431C6L1s8Kg4 { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:50.125rem;left:51.125rem;height:4.0375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Jw85K5er47RrRvIoN5Ts431C6L1s8Kg4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jw85K5er47RrRvIoN5Ts431C6L1s8Kg4 li:before{  }
#FNLRGxWkGz9rH7XJNv1sqxBiA4FchRl0 { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.4;letter-spacing:0;top:50.125rem;left:27.875rem;height:4.0375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FNLRGxWkGz9rH7XJNv1sqxBiA4FchRl0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FNLRGxWkGz9rH7XJNv1sqxBiA4FchRl0 li:before{  }
#odnLgLuznl3uns3exVNduQLKnmvUMTMd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15084;line-height:1.4;letter-spacing:0;top:47.375rem;left:52.1875rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#i38vRsTJNltT1yUQ8NgiIqFzHcoIbkTx { box-sizing:content-box;height:2rem;width:12.25rem;position:absolute;display:block;z-index:15083;background-color:#7f7f7f;background-image:none;top:46.8125rem;left:51.125000953674rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#LWeLqVVJZZKvrPIvnVc7pFRrrvnfXlho { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:32.5625rem;left:27.875rem;overflow:hidden;display:block; }
#qLV2lwhgKRxOhZmIehcwZxU4hHccsvJ1 { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:32.5625rem;left:51.125rem;overflow:hidden;display:block; }
#KoPTCR1FfSfX4q4mlm7sDiBchHUhtAZE { box-sizing:content-box;height:2rem;width:14.625rem;position:absolute;display:block;z-index:15081;background-color:#7f7f7f;background-image:none;top:46.8125rem;left:27.875000953674rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#wTez2IuguMqaSx5Dsxk4lvwDpXorZyDf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:47.375rem;left:28.9375rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#Zf9An0A5aU3uG35uOew7hCypu4WRq8pn { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:50.125rem;left:4.25rem;height:4.0375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Zf9An0A5aU3uG35uOew7hCypu4WRq8pn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zf9An0A5aU3uG35uOew7hCypu4WRq8pn li:before{  }
#VJndKIbROxEaFrkTRJhd9fM8vR072AJ7 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:32.5625rem;left:4.25rem;overflow:hidden;display:block; }
#wSs4thGKVapTsrBbd1Fe9RBAbm7AzFbG { box-sizing:content-box;height:2rem;width:10.5625rem;position:absolute;display:block;z-index:15079;background-color:#7f7f7f;background-image:none;top:46.8125rem;left:4.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#GIHohoLogpUKNrhpKO5yQxrTruzuNxqD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15080;line-height:1.4;letter-spacing:0;top:47.375rem;left:5.375rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#TrnzEzrckEkf4a3yxLyeghzDIZ8H2ZEz { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:3rem;left:7.0367193222044rem;overflow:hidden;display:none; }
#pvdiBkTzdJvG0lGdWdZPoAgIwyTh5xRJ { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:3rem;left:6.999218940735rem;overflow:hidden;display:none; }
#tXxJCTQsTcGDTfcy3BInfHAK9xyipGEW { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:10rem;top:4.0625rem;left:12.974999427796rem;overflow:hidden;display:none; }
#iuPohItxJSA2zt3I8WZri0lQEEQGuDGd { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:9.9375rem;top:4.0625rem;left:14.362500190735rem;overflow:hidden;display:none; }
#G0Fq94mNAwJi59aQrUEuambOmInQxEM9 { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:43.5rem;left:6.4117193222044rem;overflow:hidden;display:none; }
#ctAlPGgZQnG28w2w9xJ8qkF1dJ3C9hSr { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:42.362500190735rem;left:30.112500190735rem;overflow:hidden;display:none; }
#uoClEIoyVZenTuIZ3wnog6gATPoJlSwZ { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.25rem;width:17.75rem;top:43.5625rem;left:29.000000953674rem;overflow:hidden;display:none; }
#Kqv0TrKuE252ihPublVtAE4npL07AHPh { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.25rem;width:9.9375rem;top:48.58749961853rem;left:36.912499427796rem;overflow:hidden;display:none; }
#AbIBL45lcAM5t1BNPkGfdIqOvHBWA5v5 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:42.362500190735rem;left:49.250000953674rem;overflow:hidden;display:none; }
#RnFMn5Xb5yMHKP1G7lnbL91lXkAmQpnT { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:17.75rem;top:78.275001525881rem;left:35.224999427796rem;overflow:hidden;display:none; }
#XGotdThQ5A4T2SMbD9EqlEhwdd1V2QsL { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:75.4375rem;left:27.875rem;height:2.5875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XGotdThQ5A4T2SMbD9EqlEhwdd1V2QsL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XGotdThQ5A4T2SMbD9EqlEhwdd1V2QsL li:before{  }
#yV4rPCGGTvGfcwrbM5gE636fCJnuypLG { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:57.875rem;left:27.875rem;overflow:hidden;display:block; }
#mOGIPeWmDfLEgNsgCMpbbyfD4k9dDdey { box-sizing:content-box;height:2rem;width:10.8125rem;position:absolute;display:block;z-index:15093;background-color:#7f7f7f;background-image:none;top:72.25rem;left:27.875000953674rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#sQOSH1Rfo9Qiy0i1l5RgS4TpBPVt7DNy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15094;line-height:1.4;letter-spacing:0;top:72.8125rem;left:28.9375rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#y4sCBBko0UtaKkaNd46e3TNQG7NCVk2H { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15070;line-height:1.4;letter-spacing:0;top:75.4375rem;left:4.25rem;height:2.5875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#y4sCBBko0UtaKkaNd46e3TNQG7NCVk2H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y4sCBBko0UtaKkaNd46e3TNQG7NCVk2H li:before{  }
#Ja2yWJ1pxPThKiW45xPfT1hzC4yQod9F { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:57.875rem;left:4.25rem;overflow:hidden;display:block; }
#WrzIboTOn8s0ls8umQsfcn3T4EsT1Z7L { box-sizing:content-box;height:2rem;width:10.4375rem;position:absolute;display:block;z-index:15091;background-color:#7f7f7f;background-image:none;top:72.125rem;left:4.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#brFtnsvIdfHfBFJ3I1inu4K6i99pa77u { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15092;line-height:1.4;letter-spacing:0;top:72.681241989138rem;left:5.3125rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#zP8kBf7zT9ePJGuk9okTPyAdGMvx1BNy { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:75.436721801756rem;left:51.062500953674rem;height:2.5875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zP8kBf7zT9ePJGuk9okTPyAdGMvx1BNy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zP8kBf7zT9ePJGuk9okTPyAdGMvx1BNy li:before{  }
#JLrCF6v3ylRp1fuHd2J95lf18CW6QONq { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15096;line-height:1.4;letter-spacing:0;top:72.8125rem;left:52.125rem;height:1.1375rem;text-align:left;text-align-last:left;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; }
#ST3D1tiAopp9ZMWyGZdlTctVT6TnKBV6 { box-sizing:content-box;height:2rem;width:10.6875rem;position:absolute;display:block;z-index:15095;background-color:#7f7f7f;background-image:none;top:72.25rem;left:51.062500953674rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#JkAZASZgnReRozmwdxtPB4LVC4qKe5Rg { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.3125rem;width:20rem;top:57.1875rem;left:51.0625rem;overflow:hidden;display:block; }
#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { background-color: transparent; background-image: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container > .video-iframe-container { display: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container { display: none; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .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); }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { border-width: 0; border-radius: 0; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#LKMQpttk7ITztDhUmDRycfO0eRiwEqfA { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.3125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZT4x7mpxXTFHoNJ0D1DUa0pEexdOt6Ib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:10rem;left:14.5rem; }
#eH8BRbRDFSa6fnNGgGukyuBRkwQr8FfN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:10rem;left:35.9375rem; }
#UT1ZHRDLCTN3xxAH124nkPZqhJvC89ZD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:10rem;left:56.9375rem; }
#RxeIL5H2rPsuaaOTa7AqF7pK4LebevT1 { box-sizing:content-box;height:0.125rem;width:17.375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.5rem;left:18.125rem;display:block; }
#IIS46PZZIDViTgU7GDuryrIcH0gpnQRs { box-sizing:content-box;height:0.125rem;width:17.375rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11.5rem;left:39.375rem;display:block; }
#kdmelVB3ZrtbVmVOX24RgsC6qkxlpUbW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:11.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufBcwyqEyDHLXd9D2VibEbLKfXSbrT5q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.625rem;left:9.1875rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSFySWIGLgFhfAA2hJLJ3yHSvNo126zD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.625rem;left:30.4375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuCnEkxILEhOw2K6HoJgdr7ZKMMtlDwF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:33.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHDokukhQhFELhHI92AxZ73N1TiT9P9a { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:51.6875rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqlF5EdlcS9w33IysyVQAGomNU8rkKZM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.75rem;left:54.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { background-color: transparent; background-image: none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container > .video-iframe-container { display: none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row > .video-iframe-container { display: none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .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); }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { border-width: 0; border-radius: 0; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#N2RGMqFmV2HKAXIwZ9JkOn6klTL0NRQO { 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:2.3125rem;width:8.3125rem;top:4.3125rem;left:24.625rem;overflow:hidden;display:block; }
#lW4unz8cexe7wVhX4wpSND1T644Aas6J { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.4375rem;top:4.4375rem;left:34.8125rem;overflow:hidden;display:block; }
#wW6tlOs6KVfLGRyiuuwJ19ZVAaxIWPDe { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5.8125rem;top:3.625rem;left:52.0625rem;overflow:hidden;display:block; }
#ykHJph9CwRWu22babt4XyMlQG8LHxxPd { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:12.905468940735rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwOaVUUh8BUvzwAOgSlNnxVLD1hXrxHn { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.5625rem;top:4.4375rem;left:8.25rem;overflow:hidden;display:block; }
#kwOEpAA3R1cXLUBt67NbTu8nypDn4Nqf { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.25rem;top:3.375rem;left:17rem;overflow:hidden;display:block; }
#cLV0kvsdRDfEuCh8UdTL9dXJRhC8dltB { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.0625rem;top:4.9375rem;left:43.0625rem;overflow:hidden;display:block; }
#KrapUtctZx2TGxE6rI4P8SC9V0VJAJAd { position:absolute;display:block;z-index:15044;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.375rem;width:6.5rem;top:4.78125rem;left:60.000000953674rem;overflow:hidden;display:block; }
#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c61ff;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; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { background-color: transparent; background-image: none; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container > .video-iframe-container { display: none; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row > .video-iframe-container { display: none; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .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); }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { border-width: 0; border-radius: 0; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#VV2TS9ZGlEec3Ra6Ew184kT4QIVt5vVn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:16.875rem;left:8.375rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJiZ97CCLyut4mbDDHvyAqhJcPygwMz4 { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:7rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#VG4XePSyJ4rtxFzpcAurItJNuRSIhyL9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.4367187023163rem;left:21.530468940735rem;height:2.68125rem;text-align:center;text-align-last:center;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; }
#JSdT2IoN5dSzaaAW1iLPrbgoJt1EDfXd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:16.875rem;left:24.406251907349rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1eWAQ3TcIaSQe0TpzzTZrEJnuBuB9nl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:16.874999523163rem;left:39.812500953674rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5t2upssNVTKe7Kw5PuoIUfe4Le9W0tH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:11.875rem;left:58.781250953674rem;overflow:hidden;display:block; }
#R0i8oGCLLTHwAdpfmAHMfAMzIoTgP3xo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:16.875rem;left:55.656248092651rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AV5v7AvUsvxTPKQmLPVsJGSSyPOGJV9n { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.1875rem;left:22.6875rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#kEzl11fTNFwmxKCWSae1mmSH3pqxyM9i { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:38.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#UITcMXBfkdDXiXhJvCB5fQFTQ8D87JdQ { box-sizing:content-box;height:11.375rem;width:13.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.25rem;left:54.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-0),0.5) ;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mxEe86boUygLaW2EI5y0KbTS7v6LazeK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.656250953674rem;left:12.124218940735rem; }
#DqI5MvRKsXnNwdG2eAlpw84de1O7X7LB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.406250953674rem;left:27.750000953674rem; }
#KuaGax3plo4i5XNfOz22PTTPA3xx2ksd { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.749219417572rem;left:43.906250953674rem; }
#LC09d5m65Q7EU4EealAIqbVwwQ1h9X31 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.1875rem;left:25.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1ZAPxX98I7oGVBvTOtc1AIfGI9RLvGn { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5rem;left:14.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nitlgxFwyHFxaWhKVI7hcQM6tId01Wk2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:29.1875rem;left:30.8125rem;display:block; }
#Ofs6nP0JSJlSWACSto0ke6y0aDGSg63g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { background-color: transparent; background-image: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .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); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { border-width: 0; border-radius: 0; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#BgHBSN64pt1owRoGoMoQytILOwy2DPKi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:18rem;top:0.46875rem;left:13.149219512939rem;overflow:hidden;display:block; }
#JfGqeaTmgmZ0bhhDBNB1XF1pQbqgla9U { color:rgba(var(--color-primary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.2265625rem;left:36.500001907349rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rI7kV7Cfvowi2S22keKwBRPkTgWeP6xh { background-color:#1c61ff;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.860937595367rem;left:36.500001907349rem;display:block; }
#k7QR1Exuxnz4p4e9kln6vn2T53q2c6s9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6AK1cDTtQd5oTXBNXu2pU0HxkBIpOyE { color:rgba(var(--color-primary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.699999809265rem;left:36.500001907349rem;height:2.6rem;display:block; }
#Anih0BJeZhV6htbsKum25lNCnHStKSPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row .container { background-color: transparent; background-image: none; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row .container > .video-iframe-container { display: none; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row > .video-iframe-container { display: none; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .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); }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row .container { border-width: 0; border-radius: 0; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#iNl1NEev5Lo37g6GMPXXoKJCdI2yvqE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:3.5625rem;height:2.6rem;font-style:normal;display:block; }
#T6Bqd2Iav20HE6Ie905JTNcMTu9JeEbv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.9375rem;top:5.6437501907349rem;left:31.000000953674rem;overflow:hidden;display:block; }
#lGbmS82fAGskqCwf085zWtPOAnitUg2J { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.112497329712rem;left:3.5625rem;height:2.6rem;font-style:normal;display:block; }
#wt7VPNiFZbU5bxOwwBSlV5eVSBww3plQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.875rem;left:61rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LtBVF56C1OO2bG3iIh4ZzsEE8bPAr14R { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:61rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BXbfl0lNSSbneslX0a7vTBLTyIchzvM8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:61rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wrLD0lov9IItCuP5qQXXbFdTI6HFeIBR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.5625rem;height:1.70625rem;font-style:normal;display:block; }
#vAcDGZtBvzSZGsaM2KpiHZRZC8O5pqOa { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.875rem;left:60.999998092651rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XXavrPLU4TqPoidHO2QRyoOE3WnUP5Fx { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.875rem;left:60.999998092651rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:34.9375rem;height:6.5625rem;top:12.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:35.5625rem;height:2.75rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { width:23.3125rem;height:31.9375rem;top:8.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:23.3125rem;height:4.375rem;top:4.3125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:19.25rem;height:1.4375rem;top:5.75rem;left:28.281250953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { width:12.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { width:18.625rem;height:auto;top:8rem;left:26.406251907349rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { width:18.625rem;height:auto;top:8rem;left:26.406251907349rem; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #EFm6B4qU0erFsS3W0hk7ElRFdT9T4tzU {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sDTTDMmgNUugvhMv72Tn4XT5fbnd59G9 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fh7lJ0dAvK2otiZfrT1mnCfqDIqx48Fy {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #w0MXUiMaxUiB70HeD1PD0Gf2a9XmWWiS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #DdOpucpzHEenndMywkqPPR1is1mVazw9 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #dRbAi4JA6zZtaNq90nTn4n2FdTUpXfKM {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XbgueUTmqBeXqhLBATzbMvSpuo2mTPWT {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #qcqtgcBmLECP0uoFAv3mT9AIFrkBoeb3 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fGfVVABb4yuJHf9w4LZsEpZcNbd7E4LM {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Pvpo689lAJRO1iDuHp8Ev3BkPhOg44OU {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #KWcOM2XzTxoeNa9rFrybngqgvsAAgwAe {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #d6ZsWPPXGxpSfbJ2CZueRJ1OWN5urKun {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XhTRi2oZ2qLkaiFOtQbEbXWS7yP9ZP1x {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #WslsksE7RZdCIqGxFl4L9ilvBETM6VTL {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #If9QZFLINQo6BkibPxyrR3qL37tmPmBV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 {  }
 }@media only screen and (max-width: 763px) { #NAmlmHg8Jro1X8bTOby2BeCgPhHQNzKm { width:19.5625rem;height:2.4375rem;top:19rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZ59uCBTQO4srPXt1VAX4tiLq5RBl4dJ { top:3.5625rem;left:0rem;width:9.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { top:24.6875rem;left:0rem;width:6.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { top:27.5625rem;left:0rem;width:6.25rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { top:25.3125rem;left:0.8125rem;width:4.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { display:block; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se4kkT7Q6n12UlInv6yEeqewHq7yozpw { width:15.75rem;height:1.125rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { width:15.75rem;height:1.125rem;top:0.6875rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { top:0.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdv2TcRJ02NORqabdNA067tAN1ULUXNt { top:0.8125rem;left:11.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT { display:block; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVylAJcx9KtkwXsA5plaeHfolwH0xINc { width:47.75rem;height:1.375rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfVOp2FKLtgSPTr0b0PBLEoT7WnpqIno { width:20rem;height:2.75rem;top:4rem;left:11.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNiurC1RX3MH1mHgzKn7JrNUAggn3508 { top:12.375rem;left:11.75rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNu0txhyxpAkssZFNcTTAukh180dAsdc { top:12.375rem;left:0rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK3ksJmoEKcwUByVyPlGEQfxmhukvrL0 { top:12.375rem;left:27.625rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PelJRnWy9tqL5QHcW89yKKKac4yGFPT7 { width:15.75rem;height:1.75rem;top:29.75rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupuzDXA5NVXfbIPTzObk12OsKxNZ6C2 { width:20rem;height:1.75rem;top:29.75rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cey8l7yu1LSEdhXigg6Gzs8lfZZqk9Pz { width:20rem;height:1.75rem;top:29.75rem;left:27.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkD5GKf5BtJvV2dT0GC2hECnLXUVUzI { width:20rem;height:4.5rem;top:32.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOSIfuEMyr5mA1Wd55c5tJ1fACI0oBs3 { width:20rem;height:4.5rem;top:32.0625rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVMel2Vku5sTuCwshvaoZQx62cIOBNc { width:20rem;height:4.5rem;top:32.0625rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSLIqnfak8dl8sMSALox9aG3884JPtVo { display:block; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1qGOdLFoa3TfxhyUD8TMW4vPOVy2vZH { top:3.375rem;left:12.125000953674rem;width:23.5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usoMhMt3yiwExupbBzoChNwrwtuMD8e7 { top:26.625rem;left:0rem;width:23.25rem;height:2.5625rem;font-size:0.8125rem;display:block; }#usoMhMt3yiwExupbBzoChNwrwtuMD8e7 li:before{  }
 }@media only screen and (max-width: 763px) { #LX0TG8zkDS6XeN715FKcIXFMSp4EZglN { top:2.9375rem;left:0rem;width:6.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyRr0rDm4oO1ssk1AcHyXQzOtQoOHnfS { top:4.875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMmAtWucObC4rv6rsq4bGgGFN2h2EoLp { top:5.3125rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbFHfKaJlQSFQbpOkz816ZpkEZwPAVtb { top:4.6875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1nlsSCTBNCZJncJqC9a97NCd6UM5Hm { top:2.9375rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFSaJAKgNlVqUQAT3MwauytUMQPMQ5RK { top:3.375rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHdeHJLScnbcqQZoV6WzPOEpr3K0AvrJ { top:4.875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2T0ACFq0TrM8lfCWbrNw84neRzuHB2s { top:24.0625rem;left:0rem;width:13.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3pBaUqw0Wd2FJDnRv9bDtDFqbISGXi8 { top:26.5rem;left:0rem;width:11.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6IMTgI3iXKNFvpUo5BZ8wb8r2BHukGd { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSSE06XkGcTNyTEMQyitfV5G8cecHFHL { top:26.625rem;left:14.187500953674rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#dSSE06XkGcTNyTEMQyitfV5G8cecHFHL li:before{  }
 }@media only screen and (max-width: 763px) { #nGEGsCMfnGNx9Xom4Hw4T5JeLdbNZ1Dt { top:9.0625rem;left:14.1875rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvv8aHIuLvWBwr90JvBHx2qUQBf4OElI { top:26.625rem;left:24.5rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#Cvv8aHIuLvWBwr90JvBHx2qUQBf4OElI li:before{  }
 }@media only screen and (max-width: 763px) { #znyKIb9AGJ1n6v939bTlC9SctRkJHh1g { top:9.0625rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuDIKXhmli5NxBW4Q0y2RGZdZFcfyq5 { top:23.875rem;left:0rem;width:8.625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvkoOkmsL7W5WKmEVhynG95FgZ6gwQzP { top:23.3125rem;left:0rem;width:10.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMcaQFkHon8v18NlH5euFOlmTDKsTaTT { top:23.8125rem;left:15.093750953674rem;width:14.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4PCr97wAp1iDTs5xiStru3mWn2EC9aT { top:23.3125rem;left:14.1875rem;width:16.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5GV6IkigZB4EAn1sGceymRsP6cOoTE3 { top:23.875rem;left:38rem;width:9.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGmzJDA5ToJDgkt0C4NvT4fmK52CGRrs { top:23.3125rem;left:37.125rem;width:10.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw85K5er47RrRvIoN5Ts431C6L1s8Kg4 { top:50.125rem;left:24.5rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#Jw85K5er47RrRvIoN5Ts431C6L1s8Kg4 li:before{  }
 }@media only screen and (max-width: 763px) { #FNLRGxWkGz9rH7XJNv1sqxBiA4FchRl0 { top:50.125rem;left:14.250000953674rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#FNLRGxWkGz9rH7XJNv1sqxBiA4FchRl0 li:before{  }
 }@media only screen and (max-width: 763px) { #odnLgLuznl3uns3exVNduQLKnmvUMTMd { top:47.375rem;left:36.375rem;width:11.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i38vRsTJNltT1yUQ8NgiIqFzHcoIbkTx { top:46.8125rem;left:35.5rem;width:12.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWeLqVVJZZKvrPIvnVc7pFRrrvnfXlho { top:32.5625rem;left:14.25rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLV2lwhgKRxOhZmIehcwZxU4hHccsvJ1 { top:32.5625rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPTCR1FfSfX4q4mlm7sDiBchHUhtAZE { top:46.8125rem;left:14.25rem;width:14.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTez2IuguMqaSx5Dsxk4lvwDpXorZyDf { top:47.375rem;left:15.3125rem;width:12.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9An0A5aU3uG35uOew7hCypu4WRq8pn { top:50.125rem;left:0rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#Zf9An0A5aU3uG35uOew7hCypu4WRq8pn li:before{  }
 }@media only screen and (max-width: 763px) { #VJndKIbROxEaFrkTRJhd9fM8vR072AJ7 { top:32.5625rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSs4thGKVapTsrBbd1Fe9RBAbm7AzFbG { top:46.8125rem;left:0rem;width:10.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIHohoLogpUKNrhpKO5yQxrTruzuNxqD { top:47.375rem;left:0rem;width:8.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrnzEzrckEkf4a3yxLyeghzDIZ8H2ZEz { top:3rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvdiBkTzdJvG0lGdWdZPoAgIwyTh5xRJ { top:3rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXxJCTQsTcGDTfcy3BInfHAK9xyipGEW { top:4.0625rem;left:0rem;width:10rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuPohItxJSA2zt3I8WZri0lQEEQGuDGd { top:4.0625rem;left:0.73750019073488rem;width:9.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Fq94mNAwJi59aQrUEuambOmInQxEM9 { top:43.5rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctAlPGgZQnG28w2w9xJ8qkF1dJ3C9hSr { top:42.3125rem;left:16.487500190735rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoClEIoyVZenTuIZ3wnog6gATPoJlSwZ { top:43.5625rem;left:15.375000953674rem;width:17.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqv0TrKuE252ihPublVtAE4npL07AHPh { top:49.1875rem;left:23.912499427796rem;width:9.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbIBL45lcAM5t1BNPkGfdIqOvHBWA5v5 { top:42.3125rem;left:30rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFMn5Xb5yMHKP1G7lnbL91lXkAmQpnT { top:78.875rem;left:22.224999427796rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGotdThQ5A4T2SMbD9EqlEhwdd1V2QsL { top:75.4375rem;left:14.250000953674rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#XGotdThQ5A4T2SMbD9EqlEhwdd1V2QsL li:before{  }
 }@media only screen and (max-width: 763px) { #yV4rPCGGTvGfcwrbM5gE636fCJnuypLG { top:57.875rem;left:14.25rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOGIPeWmDfLEgNsgCMpbbyfD4k9dDdey { top:72.25rem;left:14.250000953674rem;width:10.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQOSH1Rfo9Qiy0i1l5RgS4TpBPVt7DNy { top:72.8125rem;left:15.312500953674rem;width:12.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4sCBBko0UtaKkaNd46e3TNQG7NCVk2H { top:75.4375rem;left:0rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#y4sCBBko0UtaKkaNd46e3TNQG7NCVk2H li:before{  }
 }@media only screen and (max-width: 763px) { #Ja2yWJ1pxPThKiW45xPfT1hzC4yQod9F { top:57.875rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrzIboTOn8s0ls8umQsfcn3T4EsT1Z7L { top:72.125rem;left:0rem;width:10.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #brFtnsvIdfHfBFJ3I1inu4K6i99pa77u { top:72.625rem;left:0rem;width:9.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8kBf7zT9ePJGuk9okTPyAdGMvx1BNy { top:75.375rem;left:24.5rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#zP8kBf7zT9ePJGuk9okTPyAdGMvx1BNy li:before{  }
 }@media only screen and (max-width: 763px) { #JLrCF6v3ylRp1fuHd2J95lf18CW6QONq { top:72.8125rem;left:36.375rem;width:11.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST3D1tiAopp9ZMWyGZdlTctVT6TnKBV6 { top:72.25rem;left:34.4375rem;width:10.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkAZASZgnReRozmwdxtPB4LVC4qKe5Rg { top:57.1875rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { display:block; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKMQpttk7ITztDhUmDRycfO0eRiwEqfA { top:4.375rem;left:0rem;width:46rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4x7mpxXTFHoNJ0D1DUa0pEexdOt6Ib { top:10rem;left:7.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8BRbRDFSa6fnNGgGukyuBRkwQr8FfN { top:10rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1ZHRDLCTN3xxAH124nkPZqhJvC89ZD { top:10rem;left:36.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxeIL5H2rPsuaaOTa7AqF7pK4LebevT1 { top:11.5rem;left:6.5rem;width:17.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIS46PZZIDViTgU7GDuryrIcH0gpnQRs { top:11.5rem;left:23.875rem;width:17.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdmelVB3ZrtbVmVOX24RgsC6qkxlpUbW { top:13.75rem;left:5.0625rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufBcwyqEyDHLXd9D2VibEbLKfXSbrT5q { top:15.625rem;left:2.375rem;width:13.6875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSFySWIGLgFhfAA2hJLJ3yHSvNo126zD { top:15.625rem;left:10.1875rem;width:13.6875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuCnEkxILEhOw2K6HoJgdr7ZKMMtlDwF { top:13.75rem;left:15.4375rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHDokukhQhFELhHI92AxZ73N1TiT9P9a { top:15.625rem;left:31.25rem;width:13.6875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqlF5EdlcS9w33IysyVQAGomNU8rkKZM { top:13.75rem;left:33.875rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu { display:block; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2RGMqFmV2HKAXIwZ9JkOn6klTL0NRQO { top:4.3125rem;left:11rem;width:8.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW4unz8cexe7wVhX4wpSND1T644Aas6J { top:4.4375rem;left:21.1875rem;width:5.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6tlOs6KVfLGRyiuuwJ19ZVAaxIWPDe { top:3.625rem;left:38.4375rem;width:5.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykHJph9CwRWu22babt4XyMlQG8LHxxPd { top:0rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwOaVUUh8BUvzwAOgSlNnxVLD1hXrxHn { top:4.4375rem;left:0rem;width:6.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOEpAA3R1cXLUBt67NbTu8nypDn4Nqf { top:3.375rem;left:3.375rem;width:6.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLV0kvsdRDfEuCh8UdTL9dXJRhC8dltB { top:4.9375rem;left:29.4375rem;width:7.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrapUtctZx2TGxE6rI4P8SC9V0VJAJAd { top:4.75rem;left:41.25rem;width:6.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 { display:block; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VV2TS9ZGlEec3Ra6Ew184kT4QIVt5vVn { top:16.8125rem;left:0rem;width:10.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJiZ97CCLyut4mbDDHvyAqhJcPygwMz4 { top:10.25rem;left:0rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4XePSyJ4rtxFzpcAurItJNuRSIhyL9 { top:3.375rem;left:7.905468940735rem;width:31.9375rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdT2IoN5dSzaaAW1iLPrbgoJt1EDfXd { top:16.875rem;left:10.781250953674rem;width:10.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1eWAQ3TcIaSQe0TpzzTZrEJnuBuB9nl { top:16.8125rem;left:26.187500953674rem;width:11.125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5t2upssNVTKe7Kw5PuoIUfe4Le9W0tH { top:11.875rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0i8oGCLLTHwAdpfmAHMfAMzIoTgP3xo { top:16.8125rem;left:36.8125rem;width:10.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV5v7AvUsvxTPKQmLPVsJGSSyPOGJV9n { top:10.1875rem;left:9.0625rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEzl11fTNFwmxKCWSae1mmSH3pqxyM9i { top:10.25rem;left:24.875rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITcMXBfkdDXiXhJvCB5fQFTQ8D87JdQ { top:10.25rem;left:34rem;width:13.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxEe86boUygLaW2EI5y0KbTS7v6LazeK { top:12.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqI5MvRKsXnNwdG2eAlpw84de1O7X7LB { top:12.375rem;left:14.125000953674rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuaGax3plo4i5XNfOz22PTTPA3xx2ksd { top:12.6875rem;left:30.281250953674rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC09d5m65Q7EU4EealAIqbVwwQ1h9X31 { top:25.1875rem;left:12.0625rem;width:23.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ZAPxX98I7oGVBvTOtc1AIfGI9RLvGn { top:26.5rem;left:0.875rem;width:46rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nitlgxFwyHFxaWhKVI7hcQM6tId01Wk2 { width:13.4375rem;height:2.875rem;top:29.1875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofs6nP0JSJlSWACSto0ke6y0aDGSg63g { display:block; }
 }@media only screen and (max-width: 763px) { #RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { display:block; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgHBSN64pt1owRoGoMoQytILOwy2DPKi { top:0.4375rem;left:0rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfGqeaTmgmZ0bhhDBNB1XF1pQbqgla9U { top:5.1875rem;left:9.25rem;width:38.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI7kV7Cfvowi2S22keKwBRPkTgWeP6xh { width:11.5rem;height:3.0625rem;top:12.8125rem;left:22.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7QR1Exuxnz4p4e9kln6vn2T53q2c6s9 { display:block; }
 }@media only screen and (max-width: 763px) { #q6AK1cDTtQd5oTXBNXu2pU0HxkBIpOyE { top:8.6875rem;left:20.4375rem;width:27.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anih0BJeZhV6htbsKum25lNCnHStKSPT { display:block; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNl1NEev5Lo37g6GMPXXoKJCdI2yvqE3 { top:7.125rem;left:0rem;width:20.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Bqd2Iav20HE6Ie905JTNcMTu9JeEbv { top:5.625rem;left:11.9375rem;width:11.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbmS82fAGskqCwf085zWtPOAnitUg2J { top:11.0625rem;left:0rem;width:25.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt7VPNiFZbU5bxOwwBSlV5eVSBww3plQ { top:3.875rem;left:33.75rem;width:14rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBVF56C1OO2bG3iIh4ZzsEE8bPAr14R { top:9.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXbfl0lNSSbneslX0a7vTBLTyIchzvM8 { top:11.75rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrLD0lov9IItCuP5qQXXbFdTI6HFeIBR { top:3.9375rem;left:0rem;width:25.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAcDGZtBvzSZGsaM2KpiHZRZC8O5pqOa { top:5.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXavrPLU4TqPoidHO2QRyoOE3WnUP5Fx { top:7.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b68d8d7d-344a-41b4-b421-ec368dc72c2d/installingsolarpanelsonhouseroof1024x512previewmirror.crop_315x512_187,0.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.adaptive-delivery-prevent-bg, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyload, #qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z.lazyloading { background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { background-color: transparent; background-image: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row > .video-iframe-container { display: none; }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .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); }#qOb0g4TfF9GoUxQxgA3oweV2ipTBVZ4Z > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:20rem;height:4.3875rem;top:13.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;font-family:dosis;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:19.5625rem;height:0;top:17.062500476837rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { width:20rem;height:34.9375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:20rem;height:5.4375rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:16.5625rem;height:3.0875rem;top:29.25rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.125rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-select {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:2.5625rem;margin-bottom:0.25rem;margin-left:0;background-color:#1c61ff;background-image:none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:first-of-type{padding-top:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-container:last-of-type{padding-bottom:0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA  { width:16.875rem;height:auto;top:34.625rem;left:0.3125rem; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA {display:block;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA { width:16.875rem;height:auto;top:34.625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #EFm6B4qU0erFsS3W0hk7ElRFdT9T4tzU {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sDTTDMmgNUugvhMv72Tn4XT5fbnd59G9 { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fh7lJ0dAvK2otiZfrT1mnCfqDIqx48Fy {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #w0MXUiMaxUiB70HeD1PD0Gf2a9XmWWiS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #DdOpucpzHEenndMywkqPPR1is1mVazw9 { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #dRbAi4JA6zZtaNq90nTn4n2FdTUpXfKM {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gxBrAIDPGnkJFxMLlT5OB4i2PiUz9kds {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #vifoKsVwpBcTyZeKhosPfnpAWs18Vk2A { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gzlZVoniJ9q7m8yi7OOBkmA0t6cJTQPV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AcIenOyRmrX2CPyKeOTDUe5Uc0seqeDC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XEogsRqwEb2ExU2MqV9HxeIKFHNRwhSN { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #BDwKbGvTtBzfUV0GqpWe8gKThZTQ3xfC {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #sWEh8rGNIIol6gskLU317ElIsDPfTZS4 {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #AtckLiHFpQwcTLiPWSNqytDKJRbp4vcg { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #JXwgbcTDHsfBqMlTVcnVdDBvzN2FIUmh {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XbgueUTmqBeXqhLBATzbMvSpuo2mTPWT {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #qcqtgcBmLECP0uoFAv3mT9AIFrkBoeb3 { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #fGfVVABb4yuJHf9w4LZsEpZcNbd7E4LM {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Pvpo689lAJRO1iDuHp8Ev3BkPhOg44OU {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #KWcOM2XzTxoeNa9rFrybngqgvsAAgwAe { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #d6ZsWPPXGxpSfbJ2CZueRJ1OWN5urKun {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #XhTRi2oZ2qLkaiFOtQbEbXWS7yP9ZP1x {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #WslsksE7RZdCIqGxFl4L9ilvBETM6VTL {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #If9QZFLINQo6BkibPxyrR3qL37tmPmBV {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #QK6ATWbw7TlA4glEyeylgbPD8eqpwrtp {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #gC4deUc9zxrthEEbZIlaAa7iLzSxswH0 {  }
 }@media only screen and (max-width: 763px) { #NAmlmHg8Jro1X8bTOby2BeCgPhHQNzKm { width:19.5625rem;height:2.45rem;top:18.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EZ59uCBTQO4srPXt1VAX4tiLq5RBl4dJ { width:8.6875rem;height:1.3125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { width:5.875rem;height:3.4375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { width:4.8125rem;height:0.56875rem;top:24.875rem;left:0.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { width:3.875rem;height:1.75rem;top:22.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { display:none; }#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #se4kkT7Q6n12UlInv6yEeqewHq7yozpw { width:15.75rem;height:1.1375rem;top:3.4375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfQ2XQr8EaiocA32yaoHLfF5vDnbW5qu { width:15.75rem;height:1.1375rem;top:8.0125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNlWlHNodMR8nOeTEtTyH5u70LhTKdau { display:flex;width:0.9375rem;height:0.9375rem;top:1.25rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #tdv2TcRJ02NORqabdNA067tAN1ULUXNt { display:flex;width:0.9375rem;height:0.9375rem;top:5.825rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT { display:block; }#vVB2IVhuNOGwpibQH7WGbZVs1R2TlOrT > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVylAJcx9KtkwXsA5plaeHfolwH0xINc { width:20rem;height:3.4125rem;top:5.4992189407349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfVOp2FKLtgSPTr0b0PBLEoT7WnpqIno { width:20rem;height:2.275rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNiurC1RX3MH1mHgzKn7JrNUAggn3508 { width:15rem;height:12.375rem;top:12.3125rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNu0txhyxpAkssZFNcTTAukh180dAsdc { width:15rem;height:12.375rem;top:34.25rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK3ksJmoEKcwUByVyPlGEQfxmhukvrL0 { width:15rem;height:12.375rem;top:57.5rem;left:2.5rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PelJRnWy9tqL5QHcW89yKKKac4yGFPT7 { width:15.75rem;height:1.70625rem;top:47.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dupuzDXA5NVXfbIPTzObk12OsKxNZ6C2 { width:20rem;height:1.70625rem;top:25.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cey8l7yu1LSEdhXigg6Gzs8lfZZqk9Pz { width:20rem;height:1.70625rem;top:71.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkD5GKf5BtJvV2dT0GC2hECnLXUVUzI { width:15.625rem;height:5.25rem;top:49.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOSIfuEMyr5mA1Wd55c5tJ1fACI0oBs3 { width:16rem;height:4.2rem;top:27.625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVMel2Vku5sTuCwshvaoZQx62cIOBNc { width:15.5rem;height:5.25rem;top:73.211721420288rem;left:2.2500000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSLIqnfak8dl8sMSALox9aG3884JPtVo { display:block; }#fSLIqnfak8dl8sMSALox9aG3884JPtVo > .row .container { width:20rem;height:145.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1qGOdLFoa3TfxhyUD8TMW4vPOVy2vZH { width:20rem;height:2.19375rem;top:2.1875061988831rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usoMhMt3yiwExupbBzoChNwrwtuMD8e7 { width:20rem;height:2.5875rem;top:23.75rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }#usoMhMt3yiwExupbBzoChNwrwtuMD8e7 li:before{  }
 }@media only screen and (max-width: 763px) { #LX0TG8zkDS6XeN715FKcIXFMSp4EZglN { width:6.25rem;height:8.3125rem;top:72.4rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyRr0rDm4oO1ssk1AcHyXQzOtQoOHnfS { width:6.1875rem;height:8.3125rem;top:120.21249771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMmAtWucObC4rv6rsq4bGgGFN2h2EoLp { width:6.1875rem;height:8.3125rem;top:129.77499771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbFHfKaJlQSFQbpOkz816ZpkEZwPAVtb { width:6.1875rem;height:8.3125rem;top:101.08749771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gi1nlsSCTBNCZJncJqC9a97NCd6UM5Hm { width:6.1875rem;height:8.3125rem;top:81.962497711181rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFSaJAKgNlVqUQAT3MwauytUMQPMQ5RK { width:6.1875rem;height:8.3125rem;top:91.524997711181rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHdeHJLScnbcqQZoV6WzPOEpr3K0AvrJ { width:6.1875rem;height:8.3125rem;top:110.64999771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2T0ACFq0TrM8lfCWbrNw84neRzuHB2s { width:13.75rem;height:7.625rem;top:139.33749771118rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3pBaUqw0Wd2FJDnRv9bDtDFqbISGXi8 { width:11.125rem;height:7.625rem;top:141.14999771118rem;left:4.5992183685303rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6IMTgI3iXKNFvpUo5BZ8wb8r2BHukGd { width:20rem;height:13.3125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSSE06XkGcTNyTEMQyitfV5G8cecHFHL { width:20rem;height:2.5875rem;top:46.637499332428rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }#dSSE06XkGcTNyTEMQyitfV5G8cecHFHL li:before{  }
 }@media only screen and (max-width: 763px) { #nGEGsCMfnGNx9Xom4Hw4T5JeLdbNZ1Dt { width:20rem;height:13.3125rem;top:28.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvv8aHIuLvWBwr90JvBHx2qUQBf4OElI { width:20rem;height:2.5875rem;top:68.75rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }#Cvv8aHIuLvWBwr90JvBHx2qUQBf4OElI li:before{  }
 }@media only screen and (max-width: 763px) { #znyKIb9AGJ1n6v939bTlC9SctRkJHh1g { width:20rem;height:13.3125rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyuDIKXhmli5NxBW4Q0y2RGZdZFcfyq5 { width:8.8125rem;height:1.38125rem;top:21.125rem;left:0.78046876192094rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvkoOkmsL7W5WKmEVhynG95FgZ6gwQzP { width:10.375rem;height:2rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMcaQFkHon8v18NlH5euFOlmTDKsTaTT { width:14.4375rem;height:1.38125rem;top:44.0625rem;left:0.99999994039537rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #R4PCr97wAp1iDTs5xiStru3mWn2EC9aT { width:16.4375rem;height:2rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5GV6IkigZB4EAn1sGceymRsP6cOoTE3 { width:8.6875rem;height:1.38125rem;top:66.25rem;left:1.0625rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FGmzJDA5ToJDgkt0C4NvT4fmK52CGRrs { width:10.75rem;height:2rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw85K5er47RrRvIoN5Ts431C6L1s8Kg4 { width:20rem;height:4.0375rem;top:138.25rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }#Jw85K5er47RrRvIoN5Ts431C6L1s8Kg4 li:before{  }
 }@media only screen and (max-width: 763px) { #FNLRGxWkGz9rH7XJNv1sqxBiA4FchRl0 { width:20rem;height:4.0375rem;top:114.5rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }#FNLRGxWkGz9rH7XJNv1sqxBiA4FchRl0 li:before{  }
 }@media only screen and (max-width: 763px) { #odnLgLuznl3uns3exVNduQLKnmvUMTMd { width:12.25rem;height:1.38125rem;top:135.625rem;left:1.0625rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #i38vRsTJNltT1yUQ8NgiIqFzHcoIbkTx { width:12.0625rem;height:2rem;top:135.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWeLqVVJZZKvrPIvnVc7pFRrrvnfXlho { width:20rem;height:13.3125rem;top:97rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLV2lwhgKRxOhZmIehcwZxU4hHccsvJ1 { width:20rem;height:13.3125rem;top:120.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPTCR1FfSfX4q4mlm7sDiBchHUhtAZE { width:14.4375rem;height:2rem;top:111.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTez2IuguMqaSx5Dsxk4lvwDpXorZyDf { width:12.875rem;height:1.38125rem;top:112rem;left:1.0625rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9An0A5aU3uG35uOew7hCypu4WRq8pn { width:20rem;height:4.0375rem;top:90.4375rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }#Zf9An0A5aU3uG35uOew7hCypu4WRq8pn li:before{  }
 }@media only screen and (max-width: 763px) { #VJndKIbROxEaFrkTRJhd9fM8vR072AJ7 { width:20rem;height:13.3125rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSs4thGKVapTsrBbd1Fe9RBAbm7AzFbG { width:10.5rem;height:2rem;top:87.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIHohoLogpUKNrhpKO5yQxrTruzuNxqD { width:9.6875rem;height:1.38125rem;top:88rem;left:1.125rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TrnzEzrckEkf4a3yxLyeghzDIZ8H2ZEz { width:17.75rem;height:13.3125rem;top:3rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvdiBkTzdJvG0lGdWdZPoAgIwyTh5xRJ { width:17.75rem;height:13.3125rem;top:3rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXxJCTQsTcGDTfcy3BInfHAK9xyipGEW { width:10rem;height:13.3125rem;top:4.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuPohItxJSA2zt3I8WZri0lQEEQGuDGd { width:9.9375rem;height:13.3125rem;top:4.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0Fq94mNAwJi59aQrUEuambOmInQxEM9 { width:17.75rem;height:13.3125rem;top:43.5rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctAlPGgZQnG28w2w9xJ8qkF1dJ3C9hSr { width:17.75rem;height:13.3125rem;top:42.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoClEIoyVZenTuIZ3wnog6gATPoJlSwZ { width:17.75rem;height:13.25rem;top:43.5625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kqv0TrKuE252ihPublVtAE4npL07AHPh { width:9.9375rem;height:13.25rem;top:49.1875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbIBL45lcAM5t1BNPkGfdIqOvHBWA5v5 { width:17.75rem;height:13.3125rem;top:42.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnFMn5Xb5yMHKP1G7lnbL91lXkAmQpnT { width:17.75rem;height:13.3125rem;top:78.875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGotdThQ5A4T2SMbD9EqlEhwdd1V2QsL { width:20rem;height:auto;top:75.4375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#XGotdThQ5A4T2SMbD9EqlEhwdd1V2QsL li:before{  }
 }@media only screen and (max-width: 763px) { #yV4rPCGGTvGfcwrbM5gE636fCJnuypLG { width:20rem;height:13.3125rem;top:57.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOGIPeWmDfLEgNsgCMpbbyfD4k9dDdey { width:10.8125rem;height:2rem;top:72.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQOSH1Rfo9Qiy0i1l5RgS4TpBPVt7DNy { width:12.4375rem;height:auto;top:72.8125rem;left:3.75rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #y4sCBBko0UtaKkaNd46e3TNQG7NCVk2H { width:20rem;height:auto;top:75.4375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#y4sCBBko0UtaKkaNd46e3TNQG7NCVk2H li:before{  }
 }@media only screen and (max-width: 763px) { #Ja2yWJ1pxPThKiW45xPfT1hzC4yQod9F { width:20rem;height:13.3125rem;top:57.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrzIboTOn8s0ls8umQsfcn3T4EsT1Z7L { width:10.4375rem;height:2rem;top:72.125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #brFtnsvIdfHfBFJ3I1inu4K6i99pa77u { width:9.6875rem;height:auto;top:72.625rem;left:5.125rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #zP8kBf7zT9ePJGuk9okTPyAdGMvx1BNy { width:20rem;height:auto;top:75.375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#zP8kBf7zT9ePJGuk9okTPyAdGMvx1BNy li:before{  }
 }@media only screen and (max-width: 763px) { #JLrCF6v3ylRp1fuHd2J95lf18CW6QONq { width:11.375rem;height:auto;top:72.8125rem;left:4.3125rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #ST3D1tiAopp9ZMWyGZdlTctVT6TnKBV6 { width:10.6875rem;height:2rem;top:72.25rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkAZASZgnReRozmwdxtPB4LVC4qKe5Rg { width:20rem;height:13.3125rem;top:57.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { display:block; }#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKMQpttk7ITztDhUmDRycfO0eRiwEqfA { width:20rem;height:4.225rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4x7mpxXTFHoNJ0D1DUa0pEexdOt6Ib { display:flex;width:3.125rem;height:3.125rem;top:8.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eH8BRbRDFSa6fnNGgGukyuBRkwQr8FfN { display:flex;width:3.125rem;height:3.125rem;top:19.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UT1ZHRDLCTN3xxAH124nkPZqhJvC89ZD { display:flex;width:3.125rem;height:3.125rem;top:31rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #RxeIL5H2rPsuaaOTa7AqF7pK4LebevT1 { width:17.375rem;height:0.125rem;top:75.877375rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIS46PZZIDViTgU7GDuryrIcH0gpnQRs { width:17.375rem;height:0.125rem;top:105.589875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdmelVB3ZrtbVmVOX24RgsC6qkxlpUbW { width:8.4375rem;height:1.4625rem;top:12.1875rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufBcwyqEyDHLXd9D2VibEbLKfXSbrT5q { width:13.6875rem;height:4.225rem;top:14.0625rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSFySWIGLgFhfAA2hJLJ3yHSvNo126zD { width:13.6875rem;height:4.225rem;top:25.125rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuCnEkxILEhOw2K6HoJgdr7ZKMMtlDwF { width:8.4375rem;height:1.4625rem;top:23.25rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHDokukhQhFELhHI92AxZ73N1TiT9P9a { width:13.6875rem;height:4.225rem;top:36.1875rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqlF5EdlcS9w33IysyVQAGomNU8rkKZM { width:8.4375rem;height:1.4625rem;top:34.3125rem;left:5.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu { background-color:#ffffff;background-image:none;display:none; }#PliqJ11PNoTPtW8V7TUXAD9rzbO5AoUu > .row .container { width:20rem;height:69.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2RGMqFmV2HKAXIwZ9JkOn6klTL0NRQO { width:10.8125rem;height:3.25rem;top:4.6125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW4unz8cexe7wVhX4wpSND1T644Aas6J { width:8.25rem;height:4.125rem;top:9.8rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6tlOs6KVfLGRyiuuwJ19ZVAaxIWPDe { width:9.375rem;height:5.5rem;top:17.8rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykHJph9CwRWu22babt4XyMlQG8LHxxPd { width:20rem;height:2.1125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwOaVUUh8BUvzwAOgSlNnxVLD1hXrxHn { width:5.25rem;height:2.0625rem;top:39.300003051757rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOEpAA3R1cXLUBt67NbTu8nypDn4Nqf { width:4.125rem;height:2.75rem;top:45.800003051757rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLV0kvsdRDfEuCh8UdTL9dXJRhC8dltB { width:5.9375rem;height:1.25rem;top:49.800003051757rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrapUtctZx2TGxE6rI4P8SC9V0VJAJAd { width:5.3125rem;height:1.375rem;top:54.925003051757rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 { display:block; }#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VV2TS9ZGlEec3Ra6Ew184kT4QIVt5vVn { width:11.25rem;height:2.45rem;top:15.8125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJiZ97CCLyut4mbDDHvyAqhJcPygwMz4 { width:13.75rem;height:10.875rem;top:9.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4XePSyJ4rtxFzpcAurItJNuRSIhyL9 { width:20rem;height:4.3875rem;top:3.0617189407349rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdT2IoN5dSzaaAW1iLPrbgoJt1EDfXd { width:10.3125rem;height:1.225rem;top:28.250000476837rem;left:4.8437500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1eWAQ3TcIaSQe0TpzzTZrEJnuBuB9nl { width:9rem;height:3.675rem;top:39.562500953674rem;left:5.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5t2upssNVTKe7Kw5PuoIUfe4Le9W0tH { width:3.625rem;height:3.625rem;top:48.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0i8oGCLLTHwAdpfmAHMfAMzIoTgP3xo { width:10.9375rem;height:2.45rem;top:53.1875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV5v7AvUsvxTPKQmLPVsJGSSyPOGJV9n { width:13.75rem;height:10.875rem;top:21.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEzl11fTNFwmxKCWSae1mmSH3pqxyM9i { width:13.75rem;height:10.875rem;top:34.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITcMXBfkdDXiXhJvCB5fQFTQ8D87JdQ { width:13.75rem;height:10.875rem;top:46.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxEe86boUygLaW2EI5y0KbTS7v6LazeK { display:flex;width:3.125rem;height:3.125rem;top:11.187489509582rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #DqI5MvRKsXnNwdG2eAlpw84de1O7X7LB { display:flex;width:3.625rem;height:3.625rem;top:23.561716079712rem;left:8.1875005364419rem; }
 }@media only screen and (max-width: 763px) { #KuaGax3plo4i5XNfOz22PTTPA3xx2ksd { display:flex;width:2.9375rem;height:2.9375rem;top:36.062502861023rem;left:8.5312505364419rem; }
 }@media only screen and (max-width: 763px) { #LC09d5m65Q7EU4EealAIqbVwwQ1h9X31 { width:20rem;height:1.1375rem;top:60.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1ZAPxX98I7oGVBvTOtc1AIfGI9RLvGn { width:20rem;height:2.275rem;top:61.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nitlgxFwyHFxaWhKVI7hcQM6tId01Wk2 { width:11.5rem;height:2.8125rem;top:65.62500190735rem;left:4.2500000596046rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofs6nP0JSJlSWACSto0ke6y0aDGSg63g { display:block; }
 }@media only screen and (max-width: 763px) { #RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { background-color:#f9f9f9;background-image:none;display:block; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { background-color: transparent; background-image: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row > .video-iframe-container { display: none; }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .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); }#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgHBSN64pt1owRoGoMoQytILOwy2DPKi { width:12.3125rem;height:12.3125rem;top:0.8125rem;left:3.8437498807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JfGqeaTmgmZ0bhhDBNB1XF1pQbqgla9U { width:20rem;height:1.86875rem;top:12.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rI7kV7Cfvowi2S22keKwBRPkTgWeP6xh { width:10.5rem;height:2.6875rem;top:16.06093788147rem;left:4.7500000596046rem;font-size:0.9375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#1c61ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k7QR1Exuxnz4p4e9kln6vn2T53q2c6s9 { display:block; }
 }@media only screen and (max-width: 763px) { #q6AK1cDTtQd5oTXBNXu2pU0HxkBIpOyE { width:20rem;height:0;top:19.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Anih0BJeZhV6htbsKum25lNCnHStKSPT { display:block; }#Anih0BJeZhV6htbsKum25lNCnHStKSPT > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNl1NEev5Lo37g6GMPXXoKJCdI2yvqE3 { width:17.625rem;height:2.4375rem;top:9.9375rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6Bqd2Iav20HE6Ie905JTNcMTu9JeEbv { width:8.625rem;height:1.625rem;top:3.2492189407349rem;left:5.6875000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lGbmS82fAGskqCwf085zWtPOAnitUg2J { width:20rem;height:2.4375rem;top:13.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wt7VPNiFZbU5bxOwwBSlV5eVSBww3plQ { width:14rem;height:1.3rem;top:24.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LtBVF56C1OO2bG3iIh4ZzsEE8bPAr14R { width:14rem;height:1.21875rem;top:23rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXbfl0lNSSbneslX0a7vTBLTyIchzvM8 { width:14rem;height:1.21875rem;top:24.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wrLD0lov9IItCuP5qQXXbFdTI6HFeIBR { width:20rem;height:1.7875rem;top:7.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAcDGZtBvzSZGsaM2KpiHZRZC8O5pqOa { width:14rem;height:1.21875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XXavrPLU4TqPoidHO2QRyoOE3WnUP5Fx { width:14rem;height:1.21875rem;top:21.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }