.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(0,0,0,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(0,0,0,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:35.5rem;width:75rem;position:relative;display:block; }#vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:13.5rem;left:6.5rem;height:6.3rem;font-style:normal;display:block; }
#FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:20.25rem;left:6.5rem;height:5.1rem;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:#f9f9f9;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:28.875rem;width:23.3125rem;top:8.0625rem;left:46.6875rem;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:5.1875rem;width:23.3125rem;top:3.625rem;left:46.6875rem;display:block; }
#DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.8125rem;left:49.125rem;height:2.925rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-input-text {padding-top: 0; padding-bottom: 0;}#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#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:#f9f9f9;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:#000000;font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;line-height:1; }
#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:5.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.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:#000000;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA [class*="-text"]::-webkit-input-placeholder { color:#000000;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:var(--paragraphs-font-family);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 #F36hC2VJ5wS6a3JaIwoZMZRrs85J2XIS { position:relative; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Vyhdc2uFld7UB1CPfLhIdw3lfimJe69f { position:relative;display:none; }
#TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #FTDlfAnQwLlA9uoy2CRaphThfUfuyN79 { 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.625rem;width:9.9375rem;top:3.59375rem;left:6.499218940735rem;overflow:hidden;display:block; }
#PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { box-sizing:content-box;height:3.4375rem;width:5.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.875rem;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:4.5625rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:29.25rem;left:7.0625rem;height:0.65rem;text-align:center;text-align-last:center;font-style:normal;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:1.75rem;width:3.9375rem;top:27.4375rem;left:7.375rem;overflow:hidden;display:block; }
#szfTyyz3k9C1zrBhfMsa5pMGJ41iLemT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050035;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; }
#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,249,249,0.9);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; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row .container { background-color: transparent; background-image: none; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row .container > .video-iframe-container { display: none; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row > .video-iframe-container { display: none; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .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); }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row .container { border-width: 0; border-radius: 0; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#v2Oav0tL33TCkDTPeFuFJP1bzr2G121y { color:#050035;display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VT9JGJZwQx0iKIH9Qr4OqmD8TifsgxV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.9375rem;left:5.125rem;height:13.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w6bJFotkBosvN6iP06tJ5xvMOxPas9Bh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:15.0625rem;top:7.1875rem;left:53.8125rem;overflow:hidden;display:block; }
#aTCXaDmVBUlU06nuPxJBIUyTVQzvtC0T { 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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.125rem;left:5.125rem;display:block; }
#mzxDVUzWMVFPJAZFsgKivVHcn0NdeNMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ROiNhAQ0RtTQpLSACdWksqdnHeowTyaE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:22.125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rzm1ONAJ8wTd4c9kwv6zTH0IWViRrABF { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.75rem;top:8.5rem;left:35.625rem;display:block; }
#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh { 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; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { background-color: transparent; background-image: none; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container > .video-iframe-container { display: none; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row > .video-iframe-container { display: none; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .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); }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { border-width: 0; border-radius: 0; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#AXhDX9ne35vN1IZrZmhiK8bBaXEZubpa { color:#ffffff;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:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmRQPZgBS6AbnCbENzhE2JtJKzPFnHr5 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:27.5rem;height:2.6rem;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; }
#JpQX9Syx6934u2GVew0vbElswRO8eh9l { 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:13.987500190735rem;left:27.500000953674rem;overflow:hidden;display:block; }
#teM7KnpAC992DwJOamimOr0e0CQdd8RT { 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:13.987500190735rem;left:5.0625rem;overflow:hidden;display:block; }
#Fw9x3KWOGJhF6HkcAu8sAw9T9NfBzegh { 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:13.987499952316rem;left:50.000000953674rem;overflow:hidden;display:block; }
#iLxTSAxkd0L6gBdU5FSPQiOaIxSTiBII { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:31.362499952316rem;left:5.0625rem;height:1.70625rem;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; }
#dTesgFvEaRLQ0C7PPQzZUOviFBTfF0pT { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.362499952316rem;left:27.500000953674rem;height:1.70625rem;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; }
#sXFT6sEQkmwhzFZpo5yJVDRbQW02cwg4 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.362499952316rem;left:50.000000953674rem;height:1.70625rem;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; }
#xB0MXlyEbMiKeZJgf832QXRRshaN9w2I { color:#ffffff;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:33.6875rem;left:5rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bCiJ9tTh5CDTTgbCmbkGoOThWoZnLLs4 { color:#ffffff;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:33.6875rem;left:27.4375rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fy2smdEs63yGdZ9W3x7mPXN2GkuiPwNg { color:#ffffff;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:33.6875rem;left:49.9375rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 { 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; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row .container { background-color: transparent; background-image: none; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row .container > .video-iframe-container { display: none; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row > .video-iframe-container { display: none; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .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); }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row .container { border-width: 0; border-radius: 0; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row .container { font-size:0.875rem;font-family:arial;height:82.875rem;width:75rem;position:relative;display:block; }#se1BUvcTgSBTtvxuqLNOtuMwTIkwXTAT { color:rgba(var(--color-primary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.4374961853027rem;left:25.750000953674rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqZ6Ix02pXLTq51t1U2alXm6TDrNeevm { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#vqZ6Ix02pXLTq51t1U2alXm6TDrNeevm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vqZ6Ix02pXLTq51t1U2alXm6TDrNeevm li:before{  }
#rviRLetTFH41S2sgc9Q2OsGVorrUtkda { 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; }
#CR4obm5Vzc6WFMcmySgPfQ6gZRomL0i7 { 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; }
#qa821O6SGkX1W6tqGhrZarUCw0K3m7WC { 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; }
#kvePwDtiWvgvHbXsskTEFeRnQ3Ch9Hoe { 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; }
#BImM0ZDDv5qISsqQ5bHvHTZUPgpOdu78 { 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; }
#gVJfPpKBIvJE9FaRu0kupOoJuo4pOlwK { 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; }
#ellCubZPDwQL8gF7Mel3nHEoN3ma4Rtm { 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; }
#JsARAd3tnLTdrgct0oN3QO4fcbzLV9GH { 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; }
#GcUwngUtnHESFVHlNrhrg0sUq2wx3Tg8 { 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; }
#uc0EKfAKMpHpUieVSOMbDNSs0soItkty { 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; }
#W4gbPMyADt4yrNI20zIzy7v5IR6ml9iX { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#W4gbPMyADt4yrNI20zIzy7v5IR6ml9iX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W4gbPMyADt4yrNI20zIzy7v5IR6ml9iX li:before{  }
#pTqGJBi4n2C2Fe5HuQe6ldw3TBrxpXgD { 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; }
#WeSDtHcI7xAq93isxlT8AtI4pCHaZERB { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#WeSDtHcI7xAq93isxlT8AtI4pCHaZERB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WeSDtHcI7xAq93isxlT8AtI4pCHaZERB li:before{  }
#M9gEdzsILHVUECrRmeAZRzZkH847q8O5 { 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; }
#bC6UqfxCxyQM2fnx617QydTrmsXiHscD { 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; }
#VUVCdnfiubnQ8mpWwnlUtQTZALynNKA3 { 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; }
#kAWnFlbe5R2tyL8PDfS8PWx8cIXST9iz { 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; }
#uZKZ19oFgTXXTGvqwtHdCcm6ZskmXvxw { 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; }
#Wyo2nGe5PKck4luxDI0Xyqd6QETC5mA1 { 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; }
#cSTVgKTubTFKQT4dkLxoAeHcrSO7PK5J { 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; }
#O5fQmCbbe6k13D9HhgZQ2vsKGDVI9kmC { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#O5fQmCbbe6k13D9HhgZQ2vsKGDVI9kmC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5fQmCbbe6k13D9HhgZQ2vsKGDVI9kmC li:before{  }
#X6AcdDdwTUsdU38KfXkRMDgfKGWhXT6k { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#X6AcdDdwTUsdU38KfXkRMDgfKGWhXT6k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X6AcdDdwTUsdU38KfXkRMDgfKGWhXT6k li:before{  }
#lJUnx4zlrDGsTBoa7MtZcBUd4UGukkg1 { 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; }
#l3u5ORCk63kyppwp5TH2l2KBOt1ITS8m { 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; }
#tOTvsTehWKrmDEl8hhsek73dCQkZV1Q2 { 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; }
#tkvACStaHVAaZ2T88ZUx6MSob4DoHyPe { 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; }
#wOAqgdReh0P8vBGGbfDgy7OTNGalk6mT { 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; }
#W9yDTRWDu8aEh2zJTphZkJycb4iP0b7d { 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; }
#qkhAUMvzOnNDm5ooBhF7ErTm47oXBXab { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#qkhAUMvzOnNDm5ooBhF7ErTm47oXBXab li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qkhAUMvzOnNDm5ooBhF7ErTm47oXBXab li:before{  }
#GxPttusnkowx2hH0axklBxlKzX47AGtc { 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; }
#gDgF9vfQXo2GwKbQEvvsnKOI2SIlK8qy { 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; }
#okgtO3aZme072Jy4L7PMWwGE0dOVeyph { 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; }
#SM6fLX5Wkd5epJCzLCkLaqvWhuPbqB9Z { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#SM6fLX5Wkd5epJCzLCkLaqvWhuPbqB9Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SM6fLX5Wkd5epJCzLCkLaqvWhuPbqB9Z li:before{  }
#pLAVviXn70KL6ZG2xDM6oEZBRq13tqr3 { 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:none; }
#FWCKbcCgqCvZ4Xzq1iT5ZdaZGuFwHbUW { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#FWCKbcCgqCvZ4Xzq1iT5ZdaZGuFwHbUW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FWCKbcCgqCvZ4Xzq1iT5ZdaZGuFwHbUW li:before{  }
#EOm1INEwLZqD0NQKDLlwNOZT5TeNiTs7 { 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:none; }
#ZJfnJRnB8wFzLKvucwGBdsLyGIBkxOAu { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#ZJfnJRnB8wFzLKvucwGBdsLyGIBkxOAu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZJfnJRnB8wFzLKvucwGBdsLyGIBkxOAu li:before{  }
#CJTtD4L6y7mA77yh5KQl4CH3vkHZs4XN { 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:none; }
#CAgT7bakf3PGVzORI0yR0Do0y6yua8Qo { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#CAgT7bakf3PGVzORI0yR0Do0y6yua8Qo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CAgT7bakf3PGVzORI0yR0Do0y6yua8Qo li:before{  }
#QrPS11E4xOrWPtnb01n6qNyPTeLIAygI { 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:none; }
#y3TKTUGhc82Cv0Gaa3zruyJXNkZsgb1p { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#y3TKTUGhc82Cv0Gaa3zruyJXNkZsgb1p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3TKTUGhc82Cv0Gaa3zruyJXNkZsgb1p li:before{  }
#GcgJdIV92pJ8hc77NWkwo6XiG8Imxmlw { 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:none; }
#mxDmwAP3slqg9Ahq3pIAurb0SulNhK2m { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#mxDmwAP3slqg9Ahq3pIAurb0SulNhK2m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mxDmwAP3slqg9Ahq3pIAurb0SulNhK2m li:before{  }
#pKEFMLw56gQz9ZgTu6mPzUmo5NOvEutu { 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:none; }
#WJOir2TD88LTyrkOacgUWRbGax6WkAlV { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#WJOir2TD88LTyrkOacgUWRbGax6WkAlV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WJOir2TD88LTyrkOacgUWRbGax6WkAlV li:before{  }
#VLyD3VAaGWztCw2BBJfWVU5X3Q0d5PbD { 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:none; }
#CCpR90wgJfJP9GEhRNwP40L0r2L4MZ65 { 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; }
#IP8IGDu3R27yId0t9eT1UkKDf2dvlW6V { 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; }
#CH9xDTUn5os4cPrbr88NqTGDBEUvhTsa { 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; }
#cQv9ccODdnOfwmQJrSrvcfoJ7dltdsDw { 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; }
#RV4iDHJytmFMZ4Ftebc9vyFVZoAKB7G4 { 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; }
#RUXlLns1wrOnViuyXlzBA0lQ08dtTboo { 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; }
#uD4KpoIe9RR2l1PSqV3DN2UNp3MvaHEf { 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; }
#ZwB1bnTHFssTXZztTEyv7IBxnMSQl2uX { 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; }
#GPTciuxeuHR3rOrIbRkCvN2T4p9elXp0 { 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; }
#BTmXJezWD0pT8rRvXHu1TXmfCtFAQFTc { 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; }
#QxyNs8WTRIVAc7KNpB6BtOJXlOI4uJbn { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#HvFDu2oTHncW4lUywFDwVKe5Urcl72es { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#Zk7wUZcEP5aLrIJmCCM1WpN4R0W79xKd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#VAd9gIuOcOPiPJKVSoTpyOFbZLZMUe1T { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#gl5JTUClR4OOWCOSli3KgTseGaxQXZBQ { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#r7w0NmID0LTJtxOmL7nhm5hVz0TwygWr { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#JebGoTuDoQt0hl3ON1TSTPMPTTkFn5NV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#Vp36PpCaVeTHTe8hCDnmSJ3kK7mibPlI { color:rgba(var(--color-tertiary-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:9.8375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#Vp36PpCaVeTHTe8hCDnmSJ3kK7mibPlI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vp36PpCaVeTHTe8hCDnmSJ3kK7mibPlI li:before{  }
#RbwWT9oB6fAw8aKVkAD4gUZUEaWrSLeC { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#lPuez2Rq7KQaiozpWN9f4cNJmOccBCmf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#PhC53J4R9RitxxuvhGUCDk0JnMKqCp8J { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#OyT6xmiRX4rIy2KO2M1FNXW2fGiIrQdm { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#G3cCPzhpb5dA3E9AJrhCZV70QmTofVkb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#kmEa4RmtrvXRaDNr5DMTZyMvUMTeoumI { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#LUyXLa26p31PfDasb9KvwqHsVaGTfBEr { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#FRtucqRxhy0sRABR3mKbsXEDGpMHuwMD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#rKeuQXe5HUETnKaxQwuqonutMrLKcwu1 { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#EHFGDInCAUXuFJp4wnaWxXir0enhtnnX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#CiUDVTXQDT640qukKQqzlZXi33sKkMXS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#GLqpi6cvFlAodB4WowmFPHcIN4TtiUgO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#ucZuaecpE7ipaF8Xb0hvBdF41c30FlBP { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#astGuTyvTW77538JVSZRTRJUcE8cf5ld { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#V720IVRFJxBfZvlZkrkC9g76BTc51lpu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#WwGJKNxQv9KGf1TKR5nN6ZFPVch7RolR { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#WTdOiNeuUG44xwLBpabg8MOLEVoef5fD { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#NGFFm9ZSeF2vCSmdLUmFMeiDWixFi3Tb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#mp4kMCD8wZITHRiS64gasKIqWPxGcZkw { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#sn6OrNg23sy0LHwZ6aad9sZVV807dTvT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#UIk58Mc1WWvTpUx4NJwQfXLARqMEGTwi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#bmAOelHvcSz607GU7UxTTTRGsrapb6ri { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#DiJyntTWq9SydFpCX4wK4XMETuw4HG52 { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#TtT1Nw1Js2l8N6UVtWOT81df3EnhP2Ji { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#qcMTzu8yJs7bQsQmcuWtNF85Qa7oqA09 { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#HpsC0FMVJ0qNTs9bdhFHLCwTQxFCmzTT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#II59o9iReK1A9XU043O8qOyPBm2W8mTC { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#ExMuRrLObNrWmyGD8REOPTVM53JySwhr { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#CKR8G5rQKyyqsfcmbUCEzXrmyTADTq6z { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#d8EGAvT6QvXZLCC5WEwnz9TbUUE2Klit { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#xyqBH5NLoqma5Eli3RzPpc4VK9BJC9Tg { box-sizing:content-box;height:2rem;width:11rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.3125rem;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:none; }
#zLtIfGuxMGTMFg2sgt07aRJNoeQtiqUm { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15068;line-height:1.4;letter-spacing:0;top:23.875rem;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:none; }
#GH5cWTgLHi1VJHCNs5TLeVXrac656FOl { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#GH5cWTgLHi1VJHCNs5TLeVXrac656FOl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GH5cWTgLHi1VJHCNs5TLeVXrac656FOl li:before{  }
#RNImoSw7VAw2OTcE77xRaEG6PxTTvSBF { 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; }
#FI9MPCmtaXnUgyiUOTmTgX9al8yviwI0 { 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; }
#uCrT2OTtXO1en3Dif2PvhCeFtqFBDibp { 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; }
#ul8AXbStrF6rxvvWgrkM8EvV0ClH9iA1 { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ul8AXbStrF6rxvvWgrkM8EvV0ClH9iA1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ul8AXbStrF6rxvvWgrkM8EvV0ClH9iA1 li:before{  }
#tAIhDx3mgFXmmP5TtkVHWEX5h52NiSN0 { 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; }
#Cn52eZGPiEXBpUpqZvo8z7AXohVfIE4P { 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; }
#pNHzNXUrM8TNVHfucktIArECQTBDXJMG { 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; }
#CtOr0mX8xskg8N71R0G8fThTwdFuP3xu { color:rgba(var(--color-primary-4),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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CtOr0mX8xskg8N71R0G8fThTwdFuP3xu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CtOr0mX8xskg8N71R0G8fThTwdFuP3xu li:before{  }
#dtWhrvG1I1wd0eX0SyfMyWG0K2xV2tBv { 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; }
#O8o4ZbNqwwqtGFCZrx2twwImDpwrsw2P { 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; }
#sDBUhlyiivsWfZAlPPbr1B1JDkJuiAhg { 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; }
#itR5btt1XZMEJvlsvxD94U1GEUMR8ZF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050035;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(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.4367187023163rem;left:21.530468940735rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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; }
#CDWQWVMxXJTMlJdGr28wT99i6EvE9Vqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.3125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;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(--paragraphs-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:var(--paragraphs-font-family);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:var(--paragraphs-font-family);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(--paragraphs-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:var(--paragraphs-font-family);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(--paragraphs-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; }
#RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { 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; }#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-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-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: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: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-tertiary-0),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; }
#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp { 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; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { background-color: transparent; background-image: none; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container > .video-iframe-container { display: none; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row > .video-iframe-container { display: none; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .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); }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { border-width: 0; border-radius: 0; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#TemDMWT5mmZelXiHoXBTp4ski5ZsIOZy { 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:3.9rem;font-style:normal;display:block; }
#kr2c3g7pqtG5uyVuo33TzmOwDzOVFDib { 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.6875rem;width:13.8125rem;top:5.875rem;left:30.062500953674rem;overflow:hidden;display:block; }
#GL9EEx3u3lr8ciE8cNw5n6bqJS8m0ydi { 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:12.673461914062rem;left:3.5625rem;height:2.6rem;font-style:normal;display:block; }
#Ol4xWKDgIWQ3ThT9DGWE1iTGUcHrfCyT { 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; }
#met8PGpqDii3kbNHdHgMA1EbI7455rTA { 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; }
#wWM8VCiEGFdI5gRPqEfdTDkpAJkwKnbq { 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; }
#vC6BGeu5JK9W5Up07BhIT2TadQJATuhN { 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; }
#osng9JTeQgaGZrxGULaGTtTHG2xT1EvZ { 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; }
#lhEiClF2Ja8BWLw7UX1AquEXTdKrgJii { 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.1875rem;height:6.25rem;top:13.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWhPF3hCncvxyT8EqqBRWOTilIx7S7G { width:33.125rem;height:5.0625rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGqJ6ZElGHAyqRAUB1G0VrOt84y5eSG7 { width:23.3125rem;height:28.875rem;top:8.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:23.3125rem;height:5.1875rem;top:3.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:19.25rem;height:2.875rem;top:4.8125rem;left:28.5rem;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 #F36hC2VJ5wS6a3JaIwoZMZRrs85J2XIS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Vyhdc2uFld7UB1CPfLhIdw3lfimJe69f {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #FTDlfAnQwLlA9uoy2CRaphThfUfuyN79 {  }
 }@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:3.625rem;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.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { top:26.875rem;left:0rem;width:5.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { top:29.25rem;left:0.25rem;width:4.5625rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { top:27.4375rem;left:0.5625rem;width:3.9375rem;height:1.75rem;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) { #IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H { display:block; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2Oav0tL33TCkDTPeFuFJP1bzr2G121y { top:10.875rem;left:0rem;width:47.4375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT9JGJZwQx0iKIH9Qr4OqmD8TifsgxV5 { top:16.9375rem;left:0rem;width:47.75rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bJFotkBosvN6iP06tJ5xvMOxPas9Bh { top:7.1875rem;left:32.6875rem;width:15.0625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTCXaDmVBUlU06nuPxJBIUyTVQzvtC0T { width:10.5rem;height:3.0625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzxDVUzWMVFPJAZFsgKivVHcn0NdeNMD { display:block; }
 }@media only screen and (max-width: 763px) { #ROiNhAQ0RtTQpLSACdWksqdnHeowTyaE { top:4.25rem;left:0rem;width:32.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzm1ONAJ8wTd4c9kwv6zTH0IWViRrABF { top:8.5rem;left:20.125rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh { display:block; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXhDX9ne35vN1IZrZmhiK8bBaXEZubpa { width:47.75rem;height:2.75rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmRQPZgBS6AbnCbENzhE2JtJKzPFnHr5 { width:20rem;height:2.5625rem;top:4rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQX9Syx6934u2GVew0vbElswRO8eh9l { top:13.9375rem;left:11.75rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teM7KnpAC992DwJOamimOr0e0CQdd8RT { top:13.9375rem;left:0rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9x3KWOGJhF6HkcAu8sAw9T9NfBzegh { top:13.9375rem;left:27.625rem;width:20rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLxTSAxkd0L6gBdU5FSPQiOaIxSTiBII { width:15.75rem;height:1.6875rem;top:31.3125rem;left:0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTesgFvEaRLQ0C7PPQzZUOviFBTfF0pT { width:20rem;height:1.6875rem;top:31.3125rem;left:11.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXFT6sEQkmwhzFZpo5yJVDRbQW02cwg4 { width:20rem;height:1.6875rem;top:31.3125rem;left:27.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0MXlyEbMiKeZJgf832QXRRshaN9w2I { width:20rem;height:4.5rem;top:33.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiJ9tTh5CDTTgbCmbkGoOThWoZnLLs4 { width:20rem;height:4.5rem;top:33.6875rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2smdEs63yGdZ9W3x7mPXN2GkuiPwNg { width:20rem;height:4.5rem;top:33.6875rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZmTH3bKrntQfPQpGTfTn5upzH26gf99 { display:block; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se1BUvcTgSBTtvxuqLNOtuMwTIkwXTAT { top:3.375rem;left:12.125000953674rem;width:23.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZ6Ix02pXLTq51t1U2alXm6TDrNeevm { top:26.625rem;left:0rem;width:23.25rem;height:;font-size:0.75rem;display:block; }#vqZ6Ix02pXLTq51t1U2alXm6TDrNeevm li:before{  }
 }@media only screen and (max-width: 763px) { #rviRLetTFH41S2sgc9Q2OsGVorrUtkda { top:2.9375rem;left:0rem;width:6.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR4obm5Vzc6WFMcmySgPfQ6gZRomL0i7 { top:4.875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa821O6SGkX1W6tqGhrZarUCw0K3m7WC { top:5.3125rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvePwDtiWvgvHbXsskTEFeRnQ3Ch9Hoe { top:4.6875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BImM0ZDDv5qISsqQ5bHvHTZUPgpOdu78 { top:2.9375rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVJfPpKBIvJE9FaRu0kupOoJuo4pOlwK { top:3.375rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ellCubZPDwQL8gF7Mel3nHEoN3ma4Rtm { top:4.875rem;left:0rem;width:6.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsARAd3tnLTdrgct0oN3QO4fcbzLV9GH { top:24.0625rem;left:0rem;width:13.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcUwngUtnHESFVHlNrhrg0sUq2wx3Tg8 { top:26.5rem;left:0rem;width:11.125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc0EKfAKMpHpUieVSOMbDNSs0soItkty { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4gbPMyADt4yrNI20zIzy7v5IR6ml9iX { top:26.625rem;left:14.187500953674rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#W4gbPMyADt4yrNI20zIzy7v5IR6ml9iX li:before{  }
 }@media only screen and (max-width: 763px) { #pTqGJBi4n2C2Fe5HuQe6ldw3TBrxpXgD { top:9.0625rem;left:14.1875rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeSDtHcI7xAq93isxlT8AtI4pCHaZERB { top:26.625rem;left:24.5rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#WeSDtHcI7xAq93isxlT8AtI4pCHaZERB li:before{  }
 }@media only screen and (max-width: 763px) { #M9gEdzsILHVUECrRmeAZRzZkH847q8O5 { top:9.0625rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC6UqfxCxyQM2fnx617QydTrmsXiHscD { top:23.875rem;left:0rem;width:8.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUVCdnfiubnQ8mpWwnlUtQTZALynNKA3 { top:23.3125rem;left:0rem;width:10.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAWnFlbe5R2tyL8PDfS8PWx8cIXST9iz { 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) { #uZKZ19oFgTXXTGvqwtHdCcm6ZskmXvxw { top:23.3125rem;left:14.1875rem;width:16.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyo2nGe5PKck4luxDI0Xyqd6QETC5mA1 { top:23.875rem;left:38rem;width:9.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTVgKTubTFKQT4dkLxoAeHcrSO7PK5J { top:23.3125rem;left:37.125rem;width:10.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5fQmCbbe6k13D9HhgZQ2vsKGDVI9kmC { top:50.125rem;left:24.5rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#O5fQmCbbe6k13D9HhgZQ2vsKGDVI9kmC li:before{  }
 }@media only screen and (max-width: 763px) { #X6AcdDdwTUsdU38KfXkRMDgfKGWhXT6k { top:50.125rem;left:14.250000953674rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#X6AcdDdwTUsdU38KfXkRMDgfKGWhXT6k li:before{  }
 }@media only screen and (max-width: 763px) { #lJUnx4zlrDGsTBoa7MtZcBUd4UGukkg1 { 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) { #l3u5ORCk63kyppwp5TH2l2KBOt1ITS8m { top:46.8125rem;left:35.5rem;width:12.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTvsTehWKrmDEl8hhsek73dCQkZV1Q2 { top:32.5625rem;left:14.25rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkvACStaHVAaZ2T88ZUx6MSob4DoHyPe { top:32.5625rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOAqgdReh0P8vBGGbfDgy7OTNGalk6mT { top:46.8125rem;left:14.25rem;width:14.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9yDTRWDu8aEh2zJTphZkJycb4iP0b7d { 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) { #qkhAUMvzOnNDm5ooBhF7ErTm47oXBXab { top:50.125rem;left:0rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#qkhAUMvzOnNDm5ooBhF7ErTm47oXBXab li:before{  }
 }@media only screen and (max-width: 763px) { #GxPttusnkowx2hH0axklBxlKzX47AGtc { top:32.5625rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDgF9vfQXo2GwKbQEvvsnKOI2SIlK8qy { top:46.8125rem;left:0rem;width:10.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #okgtO3aZme072Jy4L7PMWwGE0dOVeyph { top:47.375rem;left:0rem;width:8.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM6fLX5Wkd5epJCzLCkLaqvWhuPbqB9Z { top:53.1875rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#SM6fLX5Wkd5epJCzLCkLaqvWhuPbqB9Z li:before{  }
 }@media only screen and (max-width: 763px) { #pLAVviXn70KL6ZG2xDM6oEZBRq13tqr3 { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWCKbcCgqCvZ4Xzq1iT5ZdaZGuFwHbUW { top:80.875rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#FWCKbcCgqCvZ4Xzq1iT5ZdaZGuFwHbUW li:before{  }
 }@media only screen and (max-width: 763px) { #EOm1INEwLZqD0NQKDLlwNOZT5TeNiTs7 { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJfnJRnB8wFzLKvucwGBdsLyGIBkxOAu { top:109.125rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#ZJfnJRnB8wFzLKvucwGBdsLyGIBkxOAu li:before{  }
 }@media only screen and (max-width: 763px) { #CJTtD4L6y7mA77yh5KQl4CH3vkHZs4XN { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAgT7bakf3PGVzORI0yR0Do0y6yua8Qo { top:137.8125rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#CAgT7bakf3PGVzORI0yR0Do0y6yua8Qo li:before{  }
 }@media only screen and (max-width: 763px) { #QrPS11E4xOrWPtnb01n6qNyPTeLIAygI { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3TKTUGhc82Cv0Gaa3zruyJXNkZsgb1p { top:166.125rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#y3TKTUGhc82Cv0Gaa3zruyJXNkZsgb1p li:before{  }
 }@media only screen and (max-width: 763px) { #GcgJdIV92pJ8hc77NWkwo6XiG8Imxmlw { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxDmwAP3slqg9Ahq3pIAurb0SulNhK2m { top:194.625rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#mxDmwAP3slqg9Ahq3pIAurb0SulNhK2m li:before{  }
 }@media only screen and (max-width: 763px) { #pKEFMLw56gQz9ZgTu6mPzUmo5NOvEutu { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJOir2TD88LTyrkOacgUWRbGax6WkAlV { top:223.0625rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#WJOir2TD88LTyrkOacgUWRbGax6WkAlV li:before{  }
 }@media only screen and (max-width: 763px) { #VLyD3VAaGWztCw2BBJfWVU5X3Q0d5PbD { top:9.0625rem;left:0rem;width:20rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCpR90wgJfJP9GEhRNwP40L0r2L4MZ65 { top:3rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP8IGDu3R27yId0t9eT1UkKDf2dvlW6V { top:3rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH9xDTUn5os4cPrbr88NqTGDBEUvhTsa { top:4.0625rem;left:0rem;width:10rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQv9ccODdnOfwmQJrSrvcfoJ7dltdsDw { top:4.0625rem;left:0.73750019073488rem;width:9.9375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV4iDHJytmFMZ4Ftebc9vyFVZoAKB7G4 { top:43.5rem;left:0rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUXlLns1wrOnViuyXlzBA0lQ08dtTboo { top:42.3125rem;left:16.487500190735rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD4KpoIe9RR2l1PSqV3DN2UNp3MvaHEf { top:43.5625rem;left:15.375000953674rem;width:17.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwB1bnTHFssTXZztTEyv7IBxnMSQl2uX { top:49.1875rem;left:23.912499427796rem;width:9.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTciuxeuHR3rOrIbRkCvN2T4p9elXp0 { top:42.3125rem;left:30rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmXJezWD0pT8rRvXHu1TXmfCtFAQFTc { top:78.875rem;left:22.224999427796rem;width:17.75rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxyNs8WTRIVAc7KNpB6BtOJXlOI4uJbn { top:6.9375rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvFDu2oTHncW4lUywFDwVKe5Urcl72es { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zk7wUZcEP5aLrIJmCCM1WpN4R0W79xKd { display:none; }
 }@media only screen and (max-width: 763px) { #VAd9gIuOcOPiPJKVSoTpyOFbZLZMUe1T { top:35.5625rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gl5JTUClR4OOWCOSli3KgTseGaxQXZBQ { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7w0NmID0LTJtxOmL7nhm5hVz0TwygWr { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JebGoTuDoQt0hl3ON1TSTPMPTTkFn5NV { top:35.5625rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vp36PpCaVeTHTe8hCDnmSJ3kK7mibPlI { top:23.75rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }#Vp36PpCaVeTHTe8hCDnmSJ3kK7mibPlI li:before{  }
 }@media only screen and (max-width: 763px) { #RbwWT9oB6fAw8aKVkAD4gUZUEaWrSLeC { display:none; }
 }@media only screen and (max-width: 763px) { #lPuez2Rq7KQaiozpWN9f4cNJmOccBCmf { top:64.0625rem;left:0rem;width:4rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhC53J4R9RitxxuvhGUCDk0JnMKqCp8J { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyT6xmiRX4rIy2KO2M1FNXW2fGiIrQdm { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3cCPzhpb5dA3E9AJrhCZV70QmTofVkb { top:64.0625rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmEa4RmtrvXRaDNr5DMTZyMvUMTeoumI { display:none; }
 }@media only screen and (max-width: 763px) { #LUyXLa26p31PfDasb9KvwqHsVaGTfBEr { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRtucqRxhy0sRABR3mKbsXEDGpMHuwMD { top:35.5625rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKeuQXe5HUETnKaxQwuqonutMrLKcwu1 { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHFGDInCAUXuFJp4wnaWxXir0enhtnnX { top:92.1875rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiUDVTXQDT640qukKQqzlZXi33sKkMXS { display:none; }
 }@media only screen and (max-width: 763px) { #GLqpi6cvFlAodB4WowmFPHcIN4TtiUgO { top:120.5rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucZuaecpE7ipaF8Xb0hvBdF41c30FlBP { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #astGuTyvTW77538JVSZRTRJUcE8cf5ld { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #V720IVRFJxBfZvlZkrkC9g76BTc51lpu { top:120.5rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwGJKNxQv9KGf1TKR5nN6ZFPVch7RolR { display:none; }
 }@media only screen and (max-width: 763px) { #WTdOiNeuUG44xwLBpabg8MOLEVoef5fD { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGFFm9ZSeF2vCSmdLUmFMeiDWixFi3Tb { top:35.5625rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mp4kMCD8wZITHRiS64gasKIqWPxGcZkw { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sn6OrNg23sy0LHwZ6aad9sZVV807dTvT { top:149.1875rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIk58Mc1WWvTpUx4NJwQfXLARqMEGTwi { display:none; }
 }@media only screen and (max-width: 763px) { #bmAOelHvcSz607GU7UxTTTRGsrapb6ri { top:6.9375rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiJyntTWq9SydFpCX4wK4XMETuw4HG52 { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtT1Nw1Js2l8N6UVtWOT81df3EnhP2Ji { top:177.1875rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcMTzu8yJs7bQsQmcuWtNF85Qa7oqA09 { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpsC0FMVJ0qNTs9bdhFHLCwTQxFCmzTT { display:none; }
 }@media only screen and (max-width: 763px) { #II59o9iReK1A9XU043O8qOyPBm2W8mTC { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ExMuRrLObNrWmyGD8REOPTVM53JySwhr { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKR8G5rQKyyqsfcmbUCEzXrmyTADTq6z { top:35.5625rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8EGAvT6QvXZLCC5WEwnz9TbUUE2Klit { top:206rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyqBH5NLoqma5Eli3RzPpc4VK9BJC9Tg { top:23.3125rem;left:0rem;width:11rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLtIfGuxMGTMFg2sgt07aRJNoeQtiqUm { top:23.875rem;left:0rem;width:9.8125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GH5cWTgLHi1VJHCNs5TLeVXrac656FOl { top:75.4375rem;left:14.250000953674rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#GH5cWTgLHi1VJHCNs5TLeVXrac656FOl li:before{  }
 }@media only screen and (max-width: 763px) { #RNImoSw7VAw2OTcE77xRaEG6PxTTvSBF { top:57.875rem;left:14.25rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI9MPCmtaXnUgyiUOTmTgX9al8yviwI0 { top:72.25rem;left:14.250000953674rem;width:10.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCrT2OTtXO1en3Dif2PvhCeFtqFBDibp { 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) { #ul8AXbStrF6rxvvWgrkM8EvV0ClH9iA1 { top:75.4375rem;left:0rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#ul8AXbStrF6rxvvWgrkM8EvV0ClH9iA1 li:before{  }
 }@media only screen and (max-width: 763px) { #tAIhDx3mgFXmmP5TtkVHWEX5h52NiSN0 { top:57.875rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn52eZGPiEXBpUpqZvo8z7AXohVfIE4P { top:72.125rem;left:0rem;width:10.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNHzNXUrM8TNVHfucktIArECQTBDXJMG { top:72.625rem;left:0rem;width:9.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtOr0mX8xskg8N71R0G8fThTwdFuP3xu { top:75.375rem;left:24.5rem;width:23.25rem;height:;font-size:0.8125rem;display:block; }#CtOr0mX8xskg8N71R0G8fThTwdFuP3xu li:before{  }
 }@media only screen and (max-width: 763px) { #dtWhrvG1I1wd0eX0SyfMyWG0K2xV2tBv { 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) { #O8o4ZbNqwwqtGFCZrx2twwImDpwrsw2P { top:72.25rem;left:34.4375rem;width:10.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBUhlyiivsWfZAlPPbr1B1JDkJuiAhg { top:57.1875rem;left:27.75rem;width:20rem;height:13.3125rem;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.5625rem;font-size:2rem;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) { #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.0625rem;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) { #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) { #JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp { display:block; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TemDMWT5mmZelXiHoXBTp4ski5ZsIOZy { top:7.125rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr2c3g7pqtG5uyVuo33TzmOwDzOVFDib { top:5.875rem;left:10.0625rem;width:13.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL9EEx3u3lr8ciE8cNw5n6bqJS8m0ydi { top:12.625rem;left:0rem;width:25.875rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol4xWKDgIWQ3ThT9DGWE1iTGUcHrfCyT { top:3.875rem;left:33.75rem;width:14rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #met8PGpqDii3kbNHdHgMA1EbI7455rTA { top:9.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWM8VCiEGFdI5gRPqEfdTDkpAJkwKnbq { top:11.75rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC6BGeu5JK9W5Up07BhIT2TadQJATuhN { top:3.9375rem;left:0rem;width:25.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osng9JTeQgaGZrxGULaGTtTHG2xT1EvZ { top:5.8125rem;left:33.75rem;width:14rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhEiClF2Ja8BWLw7UX1AquEXTdKrgJii { 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:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRseLwIKdCpJSnC8flV4zGPJhhNx3KTb { width:20rem;height:7.8rem;top:13.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;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:32.5rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzEXxb3khzqOP1k6qMeZFNSiT3i4nk7 { width:20rem;height:5.4375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2G50PSI5Giyug1vxpMHvxQ2KsqFPSM { width:16.5625rem;height:3.0875rem;top:30.5625rem;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; }
#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:11.625rem;margin-top:0.25rem;margin-right:5.25rem;margin-bottom:0.25rem;margin-left:0;background-color:#8ea009;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:35.875rem;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:35.875rem;left:0.3125rem; }
 }@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 { 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 #F36hC2VJ5wS6a3JaIwoZMZRrs85J2XIS {  }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #Vyhdc2uFld7UB1CPfLhIdw3lfimJe69f { display:none; }
 }@media only screen and (max-width: 763px) { #TKcSz4C8qe66TMAHaxyECbA4DkNmvsRA #FTDlfAnQwLlA9uoy2CRaphThfUfuyN79 {  }
 }@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:3.675rem;top:19rem;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:9.375rem;height:1.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvcSPGLNwr8t1bWfNJ4nhCi5nQn41IGB { width:5.875rem;height:3.4375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUduAaMUkir8Jf5UqzouTB7W8cIMqga { width:4.8125rem;height:0.56875rem;top:26.0625rem;left:0.5rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvKiyfR9RvQRC1VpC1TI27KvcydP1JWT { width:3.875rem;height:1.75rem;top:24.125rem;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) { #IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H { display:block; }#IdrNKEnJeW6uwd43qHUXlf3x2uvUnd0H > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2Oav0tL33TCkDTPeFuFJP1bzr2G121y { width:20rem;height:5.11875rem;top:6.7500019073488rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#222b8c;display:block; }
 }@media only screen and (max-width: 763px) { #VT9JGJZwQx0iKIH9Qr4OqmD8TifsgxV5 { width:20rem;height:23.275rem;top:33.974217236042rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w6bJFotkBosvN6iP06tJ5xvMOxPas9Bh { width:9.9375rem;height:19.875rem;top:11.949218928814rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTCXaDmVBUlU06nuPxJBIUyTVQzvtC0T { width:9.875rem;height:2.75rem;top:59.010940551757rem;left:5.0625000596046rem;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:#5d71ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mzxDVUzWMVFPJAZFsgKivVHcn0NdeNMD { display:block; }
 }@media only screen and (max-width: 763px) { #ROiNhAQ0RtTQpLSACdWksqdnHeowTyaE { width:20rem;height:2.275rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rzm1ONAJ8wTd4c9kwv6zTH0IWViRrABF { width:3.75rem;height:0.125rem;top:5.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh { display:block; }#Bn4CHhxxnGhwDT0B8R4tUTgRvSEV9vNh > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXhDX9ne35vN1IZrZmhiK8bBaXEZubpa { width:20rem;height:4.55rem;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) { #kmRQPZgBS6AbnCbENzhE2JtJKzPFnHr5 { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQX9Syx6934u2GVew0vbElswRO8eh9l { width:15rem;height:12.375rem;top:35.1875rem;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) { #teM7KnpAC992DwJOamimOr0e0CQdd8RT { width:15rem;height:12.375rem;top:11.875rem;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) { #Fw9x3KWOGJhF6HkcAu8sAw9T9NfBzegh { 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) { #iLxTSAxkd0L6gBdU5FSPQiOaIxSTiBII { width:15.75rem;height:1.7875rem;top:24.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTesgFvEaRLQ0C7PPQzZUOviFBTfF0pT { width:20rem;height:1.7875rem;top:48.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXFT6sEQkmwhzFZpo5yJVDRbQW02cwg4 { width:20rem;height:1.7875rem;top:70.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0MXlyEbMiKeZJgf832QXRRshaN9w2I { width:15.625rem;height:5.25rem;top:28.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCiJ9tTh5CDTTgbCmbkGoOThWoZnLLs4 { width:16rem;height:4.2rem;top:50.5rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2smdEs63yGdZ9W3x7mPXN2GkuiPwNg { 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) { #lZmTH3bKrntQfPQpGTfTn5upzH26gf99 { display:block; }#lZmTH3bKrntQfPQpGTfTn5upzH26gf99 > .row .container { width:20rem;height:233.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se1BUvcTgSBTtvxuqLNOtuMwTIkwXTAT { width:20rem;height:2.19375rem;top:2.1875061988831rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqZ6Ix02pXLTq51t1U2alXm6TDrNeevm { width:20rem;height:0;top:23.761724472046rem;left:0rem;font-size:0.75rem;line-height:1.4;display:none; }#vqZ6Ix02pXLTq51t1U2alXm6TDrNeevm li:before{  }
 }@media only screen and (max-width: 763px) { #rviRLetTFH41S2sgc9Q2OsGVorrUtkda { width:6.25rem;height:8.3125rem;top:72.4rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CR4obm5Vzc6WFMcmySgPfQ6gZRomL0i7 { width:6.1875rem;height:8.3125rem;top:120.21249771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qa821O6SGkX1W6tqGhrZarUCw0K3m7WC { width:6.1875rem;height:8.3125rem;top:129.77499771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvePwDtiWvgvHbXsskTEFeRnQ3Ch9Hoe { width:6.1875rem;height:8.3125rem;top:101.08749771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BImM0ZDDv5qISsqQ5bHvHTZUPgpOdu78 { width:6.1875rem;height:8.3125rem;top:81.962497711181rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVJfPpKBIvJE9FaRu0kupOoJuo4pOlwK { width:6.1875rem;height:8.3125rem;top:91.524997711181rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ellCubZPDwQL8gF7Mel3nHEoN3ma4Rtm { width:6.1875rem;height:8.3125rem;top:110.64999771118rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsARAd3tnLTdrgct0oN3QO4fcbzLV9GH { width:13.75rem;height:7.625rem;top:139.33749771118rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcUwngUtnHESFVHlNrhrg0sUq2wx3Tg8 { width:11.125rem;height:7.625rem;top:141.14999771118rem;left:4.5992183685303rem;display:none; }
 }@media only screen and (max-width: 763px) { #uc0EKfAKMpHpUieVSOMbDNSs0soItkty { width:20rem;height:13.3125rem;top:9.3742184638975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4gbPMyADt4yrNI20zIzy7v5IR6ml9iX { width:20rem;height:auto;top:26.625rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#W4gbPMyADt4yrNI20zIzy7v5IR6ml9iX li:before{  }
 }@media only screen and (max-width: 763px) { #pTqGJBi4n2C2Fe5HuQe6ldw3TBrxpXgD { width:20rem;height:13.3125rem;top:89.9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeSDtHcI7xAq93isxlT8AtI4pCHaZERB { width:20rem;height:auto;top:26.625rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#WeSDtHcI7xAq93isxlT8AtI4pCHaZERB li:before{  }
 }@media only screen and (max-width: 763px) { #M9gEdzsILHVUECrRmeAZRzZkH847q8O5 { width:20rem;height:13.3125rem;top:107.525rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bC6UqfxCxyQM2fnx617QydTrmsXiHscD { width:8.8125rem;height:0;top:6.7367186546325rem;left:0.40546876192093rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VUVCdnfiubnQ8mpWwnlUtQTZALynNKA3 { width:9.625rem;height:2rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAWnFlbe5R2tyL8PDfS8PWx8cIXST9iz { width:9.4375rem;height:0;top:104.8375rem;left:1.0625rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #uZKZ19oFgTXXTGvqwtHdCcm6ZskmXvxw { width:10.875rem;height:2rem;top:104.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wyo2nGe5PKck4luxDI0Xyqd6QETC5mA1 { width:9.75rem;height:0;top:122.4625rem;left:1.0625rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #cSTVgKTubTFKQT4dkLxoAeHcrSO7PK5J { width:11.1875rem;height:2rem;top:121.9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5fQmCbbe6k13D9HhgZQ2vsKGDVI9kmC { width:20rem;height:auto;top:50.125rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#O5fQmCbbe6k13D9HhgZQ2vsKGDVI9kmC li:before{  }
 }@media only screen and (max-width: 763px) { #X6AcdDdwTUsdU38KfXkRMDgfKGWhXT6k { width:20rem;height:auto;top:50.125rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#X6AcdDdwTUsdU38KfXkRMDgfKGWhXT6k li:before{  }
 }@media only screen and (max-width: 763px) { #lJUnx4zlrDGsTBoa7MtZcBUd4UGukkg1 { width:9.75rem;height:0;top:175.2125rem;left:1.0625rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #l3u5ORCk63kyppwp5TH2l2KBOt1ITS8m { width:11.1875rem;height:2rem;top:174.65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOTvsTehWKrmDEl8hhsek73dCQkZV1Q2 { width:20rem;height:13.3125rem;top:142.65rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkvACStaHVAaZ2T88ZUx6MSob4DoHyPe { width:20rem;height:13.3125rem;top:160.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOAqgdReh0P8vBGGbfDgy7OTNGalk6mT { width:10.875rem;height:2rem;top:157.025rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9yDTRWDu8aEh2zJTphZkJycb4iP0b7d { width:9.4375rem;height:0;top:157.5875rem;left:1.0625rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #qkhAUMvzOnNDm5ooBhF7ErTm47oXBXab { width:20rem;height:auto;top:50.125rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#qkhAUMvzOnNDm5ooBhF7ErTm47oXBXab li:before{  }
 }@media only screen and (max-width: 763px) { #GxPttusnkowx2hH0axklBxlKzX47AGtc { width:20rem;height:13.3125rem;top:125.15rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDgF9vfQXo2GwKbQEvvsnKOI2SIlK8qy { width:11.0625rem;height:2rem;top:139.4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #okgtO3aZme072Jy4L7PMWwGE0dOVeyph { width:9.6875rem;height:0;top:139.9625rem;left:1.125rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #SM6fLX5Wkd5epJCzLCkLaqvWhuPbqB9Z { width:20rem;height:;top:53.1875rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15050;display:block; }#SM6fLX5Wkd5epJCzLCkLaqvWhuPbqB9Z li:before{  }
 }@media only screen and (max-width: 763px) { #pLAVviXn70KL6ZG2xDM6oEZBRq13tqr3 { width:20rem;height:13.3125rem;top:38.437501907349rem;left:0rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FWCKbcCgqCvZ4Xzq1iT5ZdaZGuFwHbUW { width:20rem;height:;top:80.875rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15054;display:block; }#FWCKbcCgqCvZ4Xzq1iT5ZdaZGuFwHbUW li:before{  }
 }@media only screen and (max-width: 763px) { #EOm1INEwLZqD0NQKDLlwNOZT5TeNiTs7 { width:20rem;height:13.3125rem;top:66.375rem;left:0rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZJfnJRnB8wFzLKvucwGBdsLyGIBkxOAu { width:20rem;height:;top:109.12501049042rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15058;display:block; }#ZJfnJRnB8wFzLKvucwGBdsLyGIBkxOAu li:before{  }
 }@media only screen and (max-width: 763px) { #CJTtD4L6y7mA77yh5KQl4CH3vkHZs4XN { width:20rem;height:13.3125rem;top:94.75rem;left:0rem;z-index:15075;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CAgT7bakf3PGVzORI0yR0Do0y6yua8Qo { width:20rem;height:;top:137.8125038147rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15062;display:block; }#CAgT7bakf3PGVzORI0yR0Do0y6yua8Qo li:before{  }
 }@media only screen and (max-width: 763px) { #QrPS11E4xOrWPtnb01n6qNyPTeLIAygI { width:20rem;height:13.3125rem;top:123rem;left:0rem;z-index:15079;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y3TKTUGhc82Cv0Gaa3zruyJXNkZsgb1p { width:20rem;height:;top:166.12500953674rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15066;display:block; }#y3TKTUGhc82Cv0Gaa3zruyJXNkZsgb1p li:before{  }
 }@media only screen and (max-width: 763px) { #GcgJdIV92pJ8hc77NWkwo6XiG8Imxmlw { width:20rem;height:13.3125rem;top:151.68750572204rem;left:0rem;z-index:15083;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mxDmwAP3slqg9Ahq3pIAurb0SulNhK2m { width:20rem;height:;top:194.62499713898rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15070;display:block; }#mxDmwAP3slqg9Ahq3pIAurb0SulNhK2m li:before{  }
 }@media only screen and (max-width: 763px) { #pKEFMLw56gQz9ZgTu6mPzUmo5NOvEutu { width:20rem;height:13.3125rem;top:179.87499809265rem;left:0rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WJOir2TD88LTyrkOacgUWRbGax6WkAlV { width:20rem;height:;top:223.0625rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15074;display:block; }#WJOir2TD88LTyrkOacgUWRbGax6WkAlV li:before{  }
 }@media only screen and (max-width: 763px) { #VLyD3VAaGWztCw2BBJfWVU5X3Q0d5PbD { width:20rem;height:13.3125rem;top:208.5000038147rem;left:0rem;z-index:15091;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CCpR90wgJfJP9GEhRNwP40L0r2L4MZ65 { width:17.75rem;height:13.3125rem;top:3rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IP8IGDu3R27yId0t9eT1UkKDf2dvlW6V { width:17.75rem;height:13.3125rem;top:3rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH9xDTUn5os4cPrbr88NqTGDBEUvhTsa { width:10rem;height:13.3125rem;top:4.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQv9ccODdnOfwmQJrSrvcfoJ7dltdsDw { width:9.9375rem;height:13.3125rem;top:4.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RV4iDHJytmFMZ4Ftebc9vyFVZoAKB7G4 { width:17.75rem;height:13.3125rem;top:43.5rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUXlLns1wrOnViuyXlzBA0lQ08dtTboo { width:17.75rem;height:13.3125rem;top:42.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD4KpoIe9RR2l1PSqV3DN2UNp3MvaHEf { width:17.75rem;height:13.25rem;top:43.5625rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwB1bnTHFssTXZztTEyv7IBxnMSQl2uX { width:9.9375rem;height:13.25rem;top:49.1875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPTciuxeuHR3rOrIbRkCvN2T4p9elXp0 { width:17.75rem;height:13.3125rem;top:42.3125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTmXJezWD0pT8rRvXHu1TXmfCtFAQFTc { width:17.75rem;height:13.3125rem;top:78.875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxyNs8WTRIVAc7KNpB6BtOJXlOI4uJbn { width:8.8125rem;height:1.275rem;top:6.7367186546325rem;left:9.6250005364419rem;font-size:0.75rem;line-height:1.7;z-index:15070;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvFDu2oTHncW4lUywFDwVKe5Urcl72es { width:7.875rem;height:2rem;top:6.375rem;left:10.125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #Zk7wUZcEP5aLrIJmCCM1WpN4R0W79xKd { top:33.050000190735rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15097;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VAd9gIuOcOPiPJKVSoTpyOFbZLZMUe1T { width:4rem;height:1.275rem;top:35.5625rem;left:10.5625rem;font-size:0.75rem;line-height:1.7;z-index:15074;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl5JTUClR4OOWCOSli3KgTseGaxQXZBQ { width:4.6875rem;height:2rem;top:35.187496185302rem;left:10.125000536442rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #r7w0NmID0LTJtxOmL7nhm5hVz0TwygWr { width:9.625rem;height:2rem;top:35.1875rem;left:0rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #JebGoTuDoQt0hl3ON1TSTPMPTTkFn5NV { width:8.8125rem;height:1.275rem;top:35.5625rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Vp36PpCaVeTHTe8hCDnmSJ3kK7mibPlI { width:20rem;height:;top:23.76171875rem;left:0rem;font-size:0.75rem;line-height:1.4;z-index:15030;display:block; }#Vp36PpCaVeTHTe8hCDnmSJ3kK7mibPlI li:before{  }
 }@media only screen and (max-width: 763px) { #RbwWT9oB6fAw8aKVkAD4gUZUEaWrSLeC { top:61.961721420288rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15098;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lPuez2Rq7KQaiozpWN9f4cNJmOccBCmf { width:4rem;height:1.275rem;top:64.050001144406rem;left:10.862499773503rem;font-size:0.75rem;line-height:1.7;z-index:15078;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhC53J4R9RitxxuvhGUCDk0JnMKqCp8J { width:5.5625rem;height:2rem;top:63.6875rem;left:10.125rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #OyT6xmiRX4rIy2KO2M1FNXW2fGiIrQdm { width:9.625rem;height:2rem;top:63.6875rem;left:0rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #G3cCPzhpb5dA3E9AJrhCZV70QmTofVkb { width:8.8125rem;height:1.275rem;top:64.0625rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #kmEa4RmtrvXRaDNr5DMTZyMvUMTeoumI { top:90rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15099;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LUyXLa26p31PfDasb9KvwqHsVaGTfBEr { width:4.6875rem;height:2rem;top:91.8125rem;left:10.125rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #FRtucqRxhy0sRABR3mKbsXEDGpMHuwMD { width:4rem;height:1.275rem;top:92.1875rem;left:10.5625rem;font-size:0.75rem;line-height:1.7;z-index:15078;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKeuQXe5HUETnKaxQwuqonutMrLKcwu1 { width:9.625rem;height:2rem;top:91.8125rem;left:0rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #EHFGDInCAUXuFJp4wnaWxXir0enhtnnX { width:8.8125rem;height:1.275rem;top:92.1875rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #CiUDVTXQDT640qukKQqzlZXi33sKkMXS { top:118.375rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15100;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GLqpi6cvFlAodB4WowmFPHcIN4TtiUgO { width:8.8125rem;height:1.275rem;top:120.5rem;left:9.625rem;font-size:0.75rem;line-height:1.7;z-index:15074;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucZuaecpE7ipaF8Xb0hvBdF41c30FlBP { width:7.875rem;height:2rem;top:120.125rem;left:10.125rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #astGuTyvTW77538JVSZRTRJUcE8cf5ld { width:9.625rem;height:2rem;top:120.125rem;left:0rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #V720IVRFJxBfZvlZkrkC9g76BTc51lpu { width:8.8125rem;height:1.275rem;top:120.5rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #WwGJKNxQv9KGf1TKR5nN6ZFPVch7RolR { top:147.125rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15101;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WTdOiNeuUG44xwLBpabg8MOLEVoef5fD { width:4.6875rem;height:2rem;top:148.8125rem;left:10.125rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #NGFFm9ZSeF2vCSmdLUmFMeiDWixFi3Tb { width:4rem;height:1.275rem;top:149.1875rem;left:10.5625rem;font-size:0.75rem;line-height:1.7;z-index:15082;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mp4kMCD8wZITHRiS64gasKIqWPxGcZkw { width:9.625rem;height:2rem;top:148.8125rem;left:0rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #sn6OrNg23sy0LHwZ6aad9sZVV807dTvT { width:8.8125rem;height:1.275rem;top:149.1875rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #UIk58Mc1WWvTpUx4NJwQfXLARqMEGTwi { top:175.10000610351rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15102;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bmAOelHvcSz607GU7UxTTTRGsrapb6ri { width:8.8125rem;height:1.275rem;top:177.1875rem;left:9.625rem;font-size:0.75rem;line-height:1.7;z-index:15074;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiJyntTWq9SydFpCX4wK4XMETuw4HG52 { width:7.875rem;height:2rem;top:176.8125rem;left:10.125rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #TtT1Nw1Js2l8N6UVtWOT81df3EnhP2Ji { width:8.8125rem;height:1.275rem;top:177.1875rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #qcMTzu8yJs7bQsQmcuWtNF85Qa7oqA09 { width:9.625rem;height:2rem;top:176.8125rem;left:0rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #HpsC0FMVJ0qNTs9bdhFHLCwTQxFCmzTT { top:203.87421989441rem;left:0rem;width:3.125rem;height:0.125rem;z-index:15103;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #II59o9iReK1A9XU043O8qOyPBm2W8mTC { width:4.6875rem;height:2rem;top:205.625rem;left:10.125rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #ExMuRrLObNrWmyGD8REOPTVM53JySwhr { width:9.625rem;height:2rem;top:205.625rem;left:0rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #CKR8G5rQKyyqsfcmbUCEzXrmyTADTq6z { width:4rem;height:1.275rem;top:206rem;left:10.5625rem;font-size:0.75rem;line-height:1.7;z-index:15086;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8EGAvT6QvXZLCC5WEwnz9TbUUE2Klit { width:8.8125rem;height:1.275rem;top:206rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #xyqBH5NLoqma5Eli3RzPpc4VK9BJC9Tg { width:9.625rem;height:2rem;top:6.375rem;left:0rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #zLtIfGuxMGTMFg2sgt07aRJNoeQtiqUm { width:8.8125rem;height:1.275rem;top:6.75rem;left:0.375rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #GH5cWTgLHi1VJHCNs5TLeVXrac656FOl { width:20rem;height:auto;top:75.4375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#GH5cWTgLHi1VJHCNs5TLeVXrac656FOl li:before{  }
 }@media only screen and (max-width: 763px) { #RNImoSw7VAw2OTcE77xRaEG6PxTTvSBF { width:20rem;height:13.3125rem;top:57.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FI9MPCmtaXnUgyiUOTmTgX9al8yviwI0 { width:10.8125rem;height:2rem;top:72.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCrT2OTtXO1en3Dif2PvhCeFtqFBDibp { 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) { #ul8AXbStrF6rxvvWgrkM8EvV0ClH9iA1 { width:20rem;height:auto;top:75.4375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#ul8AXbStrF6rxvvWgrkM8EvV0ClH9iA1 li:before{  }
 }@media only screen and (max-width: 763px) { #tAIhDx3mgFXmmP5TtkVHWEX5h52NiSN0 { width:20rem;height:13.3125rem;top:57.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cn52eZGPiEXBpUpqZvo8z7AXohVfIE4P { width:10.4375rem;height:2rem;top:72.125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNHzNXUrM8TNVHfucktIArECQTBDXJMG { 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) { #CtOr0mX8xskg8N71R0G8fThTwdFuP3xu { width:20rem;height:auto;top:75.375rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }#CtOr0mX8xskg8N71R0G8fThTwdFuP3xu li:before{  }
 }@media only screen and (max-width: 763px) { #dtWhrvG1I1wd0eX0SyfMyWG0K2xV2tBv { 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) { #O8o4ZbNqwwqtGFCZrx2twwImDpwrsw2P { width:10.6875rem;height:2rem;top:72.25rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDBUhlyiivsWfZAlPPbr1B1JDkJuiAhg { width:20rem;height:13.3125rem;top:57.1875rem;left:0rem;display:none; }
 }@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) { #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) { #RE1m8VqkLHC9J6l80JXQDXu4SWROSTFR { background-color:#8ea009;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:#ffffff;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;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) { #JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp { display:block; }#JioaM0XOCz9C0VWgmFVA9CyfgELVwcJp > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TemDMWT5mmZelXiHoXBTp4ski5ZsIOZy { width:17.625rem;height:3.65625rem;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) { #kr2c3g7pqtG5uyVuo33TzmOwDzOVFDib { width:6.875rem;height:1.375rem;top:2.875rem;left:4.3750000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GL9EEx3u3lr8ciE8cNw5n6bqJS8m0ydi { width:20rem;height:2.4375rem;top:14.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ol4xWKDgIWQ3ThT9DGWE1iTGUcHrfCyT { width:14rem;height:1.3rem;top:25.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #met8PGpqDii3kbNHdHgMA1EbI7455rTA { width:14rem;height:1.21875rem;top:23.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wWM8VCiEGFdI5gRPqEfdTDkpAJkwKnbq { width:14rem;height:1.21875rem;top:25.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vC6BGeu5JK9W5Up07BhIT2TadQJATuhN { 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) { #osng9JTeQgaGZrxGULaGTtTHG2xT1EvZ { width:14rem;height:1.21875rem;top:20.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lhEiClF2Ja8BWLw7UX1AquEXTdKrgJii { width:14rem;height:1.21875rem;top:21.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }