.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:237,242,255;--color-primary-1:79,194,255;--color-primary-2:21,43,80;--color-primary-3:0,31,57;--color-primary-4:2,25,51;--color-secondary-0:253,218,215;--color-secondary-1:248,145,136;--color-secondary-2:243,72,57;--color-secondary-3:255,113,3;--color-secondary-4:165,97,9;--color-tertiary-0:255,255,255;--color-tertiary-1:149,218,255;--color-tertiary-2:79,194,255;--color-tertiary-3:47,116,153;--color-tertiary-4:0,31,57;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { background-color: transparent; background-image: none; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container > .video-iframe-container { display: none; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row > .video-iframe-container { display: none; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .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); }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { border-width: 0; border-radius: 0; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#LhaQe9ve6U2x1H9PmGh40x3oUG6pULvg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),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:2.8125rem;width:69.5625rem;top:2.07421875rem;left:2.71875rem;display:block; }
#BmEmzLPZJvNA5m8Gueq5RWmVZzePqga2 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.66796875rem;left:2.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wdMNotScRXL39Hw87TTCwMdBegqg2qCM { color:rgba(var(--color-tertiary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:34.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWM5b3vbqW5dUsUuvqU8rAFLQoyo1h6R { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:34.375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMVFmc2iqKx5s2JeDy4SoQ7qOAch9TBt { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:12.6875rem;left:34.375rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FDnoevFKBdN70B1Lx448kFy9SpikLb6N { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.137500762939rem;left:34.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ChTmOa9smoqPdxTigt6TQ6RpVrCTpPWF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.5rem;width:40.625rem;top:30.1875rem;left:34.375rem;display:block; }
#DN3QvM8CT7hM5nEqpRKTGOEyTxBepdDz { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:31.3125rem;left:35.3125rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yTLTGHxuQ7hTen3C0T0KXq7nqw0SILsf { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.875rem;left:7.125rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(000,000,000,0.4) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:inter;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:inter;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:37.875rem;left:7.125rem;z-index:15006; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #feBDRKJPEv0TWHf2tesTta9GqfWRE0gg { display:flex;position:relative;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #Tq6NXsB0giEB9iez4TJR7FtG9rTo8gHX { width:auto; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #SNLU9FdahlRUpSC1ScNluLHUaNDTact3 {  }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #Dlsy6kq3tAlDMTlOpMMf7el0MD3xifAi { display:flex;position:relative;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #xpJPIxe3WaFIFfrUKr5oPxhPhfFn9eTD {  }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #k0lV9S1IGsQeawdXqxrQQ6yyr3rB3y4U {  }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #KmLUvHb9pvnuUz74iZlLfWlR6rZMcN0c { display:flex;position:relative;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #vfQnmm1PoEHLAFgU3IZGw2wsTdfrTNzT {  }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #RXrUHKI5RCGJBDQuapT18T5Tt9NyBWnz {  }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #eZwfvSMGKeFRennE3XCNuwRCUtRUxEKx { display:flex;position:relative;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #U0qQxkXev5izQq6KUaeNVkBuwav3Mtli {  }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #l9zaDpl2qr6DIPShV2D5TzBHCJKE0TuL {  }
#RIDopDCFFI9q1TNhq3ZKhLfSXO8pmQMc { color:rgba(var(--color-primary-2),1);display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:21.375rem;left:34.375rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CFq96M8TuPak5qJPFJiN8U6TQvFfVf8M { background-color:#00cc04;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.5rem;left:37.5rem;display:block; }
#ToENJgP8lz4XrEJ6rE9M9DVKI4SLe0bS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VleF8mJdEkSpTiDQzhVeOxTtDrhzmbpt { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.3125rem;left:37.5rem;display:block; }
#C66BTXL0rBWAS7CwTvGfyNHdBRAcKzuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkT64TXh7m6TQsSQpAOGkwtXofsShi5C { position:absolute;display:block;z-index:14999;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:82.75rem;width:62.5rem;top:58.312499523163rem;left:6.2492198944092rem;display:none; }
#P3dIhKAqPgEKTaE3GUfsRv3HTmNT3i1U { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#ukLSpw1O9mkpK3pib6Runuo29b9ONsLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpTtBU7CeRzdbeHEs7n8gIvGlEwiGwFk { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#Kh8wFGuSi6W9c4ArBXwcUyHb6Ql2I6yg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8I6dFOzlZEDs9Q1qx0VkJUsEdWbvtHT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#oexPOUiufhIiOeOxDlTAvNfGStSSCEJe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGMQrareUUymietGnbIzqRCq0MPDDcU7 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#aniWlRNZwT0P3oFnkatuNGfQM9tG43dI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KSXeVKBNWQ5oLfs3u5Uw7WUIMRh5x6aH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:26.0625rem;width:18.625rem;top:7.1875rem;left:6.875rem;overflow:hidden;display:block; }
#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { position:relative;display:block; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { background-color: transparent; background-image: none; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container > .video-iframe-container { display: none; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row > .video-iframe-container { display: none; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .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); }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { border-width: 0; border-radius: 0; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:176rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oFIgK4qrxyLeGnmOOnpmKVhqCkkrrBWq { color:rgba(var(--color-secondary-3),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.75rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.8125rem;left:12.5rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yWPz8EsPGmwRd2OuspfzVM6vzHZO026C { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:76.75rem;left:12.5rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tmkTKNAOCohRLnQvdkWmeuWynaixqarT { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:86.796875rem;left:15.625rem;height:28.59378125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#esRJNMN0xLu4Hb7ym1ef8XqNtSUANWsN { position:absolute;display:block;z-index:14999;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;height:82.75rem;width:62.5rem;top:58.312499523163rem;left:6.2492198944092rem;display:none; }
#LNVf7FnZXFcoRpzJXZQurGfphFpneT7T { position:absolute;display:block;z-index:14999;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;height:169.25rem;width:62.5rem;top:2.5625rem;left:6.248046875rem;display:block; }
#N1rkz25QQ6moaGBKbuuatsQdvdmtNcSc { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#RBMc9oRsEUu87Lk0FTJ8DMxluc4eWL0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUcQmkH9ZquvMhoWo9pG3IAlz85sNADV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#dTVPqRBgsKdT1eN5ZxhUAmGxJTH12PT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrZvz50SBhOVJEBz47947RlNe1CzSIgT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#xbTo9S3CkCKQvPSWIpqgE3PimSzuTHzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hq21dOH4kpd9Rl6r0LTN68FgcU0RlwRV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#qgZiQ9TTGShnfMIyhN7GTRfrS8an3TW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3TuUCuu3Lat0uXHKT78dzXT0rAdIAI7 { color:rgba(var(--color-primary-2),1);display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.1875rem;left:14.6875rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q8O2LrPvwwqb4thEcSK81ErLPMrJ07eO { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:40.25rem;width:37.8125rem;top:30.875rem;left:19.84375rem;overflow:hidden;display:block; }
#zROUObUhd7IW6milAWRqC71vSZUD52H9 { color:rgba(var(--color-primary-2),1);display:block;width:41.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:118.125rem;left:16.875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
#w7KZtV3R5V4Hmx3JkygGTH1Jfh6bKXHe { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:151.0625rem;left:15.625rem;height:8.93555rem;font-style:normal;text-align:left;text-align-last:left;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; }
#cLhuXu3xGisggRE2BipnvILf4ndcscXR { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:165.625rem;left:20.3125rem;display:block; }
#kRhdmHon4Ar4J8DeTEcn2NDA5owiP4CI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfyhQkVz7MGt1D3dTQh63LE9Wlq7UXn2 { background-color:#00cc04;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:162.8125rem;left:20.3125rem;display:block; }
#sfTmcebPobFhkNQZJ2V2uNc3tsuEMbWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { background-color: transparent; background-image: none; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container > .video-iframe-container { display: none; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row > .video-iframe-container { display: none; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .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); }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { border-width: 0; border-radius: 0; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#u4Gcfne7EUmL7frWKgn2i1BBxF8loqoi { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:7.0479164123538rem;left:3.125rem;height:8.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IiH5MAA39ZenO2mHLvoWMpHFVouMrJJP { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:18.360416412354rem;left:3.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B381wdihANtgQS7n8WTli7ONTttWFmsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { background-color: transparent; background-image: none; }#B381wdihANtgQS7n8WTli7ONTttWFmsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container > .video-iframe-container { display: none; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row > .video-iframe-container { display: none; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .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); }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { border-width: 0; border-radius: 0; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { font-size:0.875rem;font-family:arial;height:331.0625rem;width:75rem;position:relative;display:block; }#boHEIL0dJLAlaHzUl0RPmD3V3ZMn3oLH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.625rem;width:62.5rem;top:1.9614582061768rem;left:6.2489585876465rem;display:block; }
#gTXvy6kHAhiPRtTWmlmt90kXFOTErBhS { position:absolute;display:block;z-index:15007;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:312.125rem;width:62.5rem;top:15.5859375rem;left:6.25rem;display:block; }
#WTvw2h0XsO3QV9k1Ue9GmCcazmrT7TsR { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.1875rem;left:9.375rem;height:53.6133375rem;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; }
#CIdHUOZZWchBe8IeWszOKrGo15vBNge6 { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:84.728515625rem;left:9.375rem;height:73.27156875rem;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; }
#fdU9chZZ1xNOO02O0vnKnkOOgG705Wwr { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:75.875rem;left:12.5rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fO1trdW4vUg9f9P7ibSp1TrdDk1FOlmO { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:169.5rem;left:9.375rem;height:55.40045rem;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; }
#QLdXclDv3eCZsKUy1c6Pma2zATBz6hOM { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:160.3125rem;left:12.5rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bI8LaNURdI3q5pGJbL23bXwg0nATuRVJ { color:rgba(var(--color-primary-2),1);display:block;width:44.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:227.5625rem;left:15.125rem;height:87.75rem;font-style:normal;display:block; }
#wEZLhXXWwy4zqQZHnaFe4KPfG5XpT7KT { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:321.8125rem;left:20.3125rem;display:block; }
#UwdSBO80K82l233DfN8TdkMptbmiHHcX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVJqTAgWl0EodeDL4ZvLf2TcEzs9ITwC { background-color:#00cc04;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:319rem;left:20.3125rem;display:block; }
#bvhBT1w284BJZwAPAcJyTSTQelid4BOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4mZXrgv4FI7wdTEUn6pRATENpfveLgE { color:rgba(var(--color-tertiary-0),1);display:block;width:55.6875rem;position:absolute;font-family:"source sans pro";font-size:2.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.4609375rem;left:9.65625rem;height:8.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VgghWVMh5yEpzRoLGBztcolJppX91w8n { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#NmnXAVRx31N4lZBKHnBnb93EDhPVEvXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofP2hPstWdxX5vNrTDiytSikNT4UAb03 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#ZG0EtRkTRSazHzgn3SgJ7WIsUCJ5r5Nb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryEywNitnf0bwx5SMUMXoCSG5Aghg0wC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#Odbu2m1HuAqEOJXl1HfDd6PbZMo5pFFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pz6qXsWLraJSXo8Ioe5LvGl44wm5Vct9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#GswkkGr76nAKLCQ8Du7yL2peJIygAOTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { background-color: transparent; background-image: none; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container > .video-iframe-container { display: none; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row > .video-iframe-container { display: none; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .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); }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { border-width: 0; border-radius: 0; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { font-size:0.875rem;font-family:arial;height:129.625rem;width:75rem;position:relative;display:block; }#Uu04AJJmE2EvZgR31OzrBEfQ03HqyJdp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;height:52.3125rem;width:55.0625rem;top:74.625rem;left:9.96875rem;overflow:hidden;display:block; }
#LBsQkE8t91HXiBWioxSeTiWdys2ryLfM { color:rgba(var(--color-primary-2),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5rem;left:16.71875rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O9ptWnA68s898NU6KpvIzTgCHGEiJSxE { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.125rem;width:68.75rem;top:10rem;left:3.125rem;overflow:hidden;display:block; }
#p3b9hJnZkXkBk7HUbptKOvOtcuMh7ZVA { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:68.75rem;top:49.5rem;left:3.125rem;overflow:hidden;display:block; }
#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { background-color: transparent; background-image: none; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container > .video-iframe-container { display: none; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row > .video-iframe-container { display: none; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .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); }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { border-width: 0; border-radius: 0; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#BX1LUAM02tFaKrBRUA7L4leEJMz9OhiE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;height:35.6875rem;width:49.625rem;top:14.5rem;left:12.6875rem;overflow:hidden;display:block; }
#RwhfXaUwXpLEW5hynrbwIibqAQ8PVtio { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:12.5rem;height:8.042rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { background-color: transparent; background-image: none; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container > .video-iframe-container { display: none; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row > .video-iframe-container { display: none; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .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); }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { border-width: 0; border-radius: 0; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#KC8o9FmsQ9WlqpKt3pQVgSNe66KMAWlE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;height:40.8125rem;width:47.125rem;top:13.8125rem;left:13.9375rem;overflow:hidden;display:block; }
#i3GzmOqzTnsu1p9ZVbdERrfMx7aUweFC { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8125rem;left:12.5rem;height:8.042rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BJhRXRo2uLpuqgOMnSUQffflApAohqma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6fb;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; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { background-color: transparent; background-image: none; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container > .video-iframe-container { display: none; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row > .video-iframe-container { display: none; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .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); }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { border-width: 0; border-radius: 0; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#pbrEAN2EvTVJG6tR6J1ptriMOP65rUJt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.75rem;width:62.5rem;top:1.9614562988281rem;left:6.2489585876465rem;display:block; }
#VffUh2mmOXZ8aqCgKlqyKHMpIm0Te8Tq { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0625rem;left:9.3742198944094rem;height:4.63125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCfhmSxxgawigpbQcEQTXtNT6ryZZcnD { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:9.3742198944094rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQdUSrMFuMRI6aSDPrwJ4CQUJbFvc8QZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#KxxUCTVIkxX2M84gqkHdTl4Ed5b9Kyr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ONiSKLGvTDHKnmdH7wm0EmnBdbFSBS2J { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#Kpz62TVJKN2tqu2asRnFSREJvw4iRRas { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHAu2aVWa9ukyKFaQ9F35HEv2NnUPZpT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#uJLJDK3wf48SPosziFayPpTHzgxiQ8a1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ac4IR2upUppxpS1pMb9SOyRMtPgU9ywP { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#EZo2tJpKzveIaiddPMKFuvURowF7fPeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDGMvNtWpfVVXOO78V7Of1XomOhSrXoP { background-color:#00cc04;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.5625rem;left:20.3125rem;display:block; }
#RoiLLPIDT5rFgTGpbmhMDe3cowS1qJkv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJDGtA1fKxKAS1iUrUBiTeXu0WLicoeE { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.375rem;left:20.3125rem;display:block; }
#MnuiFyMHpImhXPv8XwFCEKiCzFpAriiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { background-color: transparent; background-image: none; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container > .video-iframe-container { display: none; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row > .video-iframe-container { display: none; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .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); }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { border-width: 0; border-radius: 0; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;position:relative;display:block; }#WxDCo0hhIcLsGup1ishq1eh85pwpTses { color:rgba(var(--color-tertiary-0),1);display:block;width:70rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.8601379394531rem;left:2.5rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IzpWpaA9RaQ2rdHJfEZyodHMipcXegV3 { color:rgba(var(--color-tertiary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.7976570129394rem;left:3.125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTg6DpOUu9g1pxd68ZCT1QTuPlMlOgLM { position:absolute;display:block;z-index:15007;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.125rem;width:30rem;top:16.461456298828rem;left:6.25rem;display:block; }
#TPnKngdIkbzJpCfAcKpPoeM6T0mTvoIT { position:absolute;display:block;z-index:15008;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.125rem;width:30rem;top:16.4609375rem;left:38.76015663147rem;display:block; }
#HLFJeEmPFgvT86lQkffdbKhghL7kVhMh { color:rgba(var(--color-secondary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:18.046875rem;left:8.7492198944094rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W4rOdtLbgyd8JfSJiH5bGobfzFVrP3ao { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:18.046875rem;left:41.874216079712rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvCyTkGJce0ZCbVRRiCSFqfofsfac66d { color:#000000;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:22.171871185302rem;left:8.7492198944094rem;height:20.3125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#hiZa8KXtJ11kIFxVCVUSlm4vNTm4mGJr { color:#000000;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:22.171092987061rem;left:41.26015663147rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VaCOMyaPAQvaLFFGOxM3JJ0AfmQ3gFKO { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:46.1875rem;left:3.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qNxZFuJqw7hr5NAV4VmJrXrcxbtQTBO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:50.25rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { background-color: transparent; background-image: none; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container > .video-iframe-container { display: none; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row > .video-iframe-container { display: none; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .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); }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { border-width: 0; border-radius: 0; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#LCbiC0SCgqo3cX18VlkdOHlDJ5Zmy4sz { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.6875rem;left:3.125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOi7R94bvRJGCb4eB2SoIiNpxgWDDVlk { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:12.25rem;left:3.125rem;height:7.796875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { background-color: transparent; background-image: none; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container > .video-iframe-container { display: none; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row > .video-iframe-container { display: none; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .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); }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { border-width: 0; border-radius: 0; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#iBHlfiO0fqT1wfHp7cG97gI9F3uwrhFX { position:absolute;display:block;z-index:15007;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26.8125rem;width:62.5rem;top:2.0859375rem;left:6.2476558685303rem;display:block; }
#ZyW97KM6rnopRaAaX8Nh79qBK5NCSNAv { color:rgba(var(--color-secondary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.4375rem;left:3.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WElCxkhH5vUv3KibJxWGifzyPPb4v9UR { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:7.1796875rem;left:6.8742198944094rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#txhDo63TtlnJ8J8XLBigPHUEFbLIF5ly { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.198438644409rem;left:7.8125019073488rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { background-color: transparent; background-image: none; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container > .video-iframe-container { display: none; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row > .video-iframe-container { display: none; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .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); }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { border-width: 0; border-radius: 0; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:75rem;position:relative;display:block; }#geo0ewoEAJ35hCQbTA3k8yhZX8mcSWJe { position:absolute;display:block;z-index:15007;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.1875rem;width:62.5rem;top:21.75rem;left:6.25rem;display:block; }
#U9stJLfFrB29g5Eu94Uxew1pGCztmWwd { color:rgba(var(--color-secondary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:23.125rem;left:3.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nIs2XLRH9xsBzWhGBkgvdS0NmgMvdtvo { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:27.4375rem;left:6.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifc1TeS4k1BDWlPbDRCLF6vq2AP0bHdz { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:33.8125rem;left:7.8125019073488rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7ODIb2UOGFnlNOaW7NG8rVmXZZzFMEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.9375rem;left:7.1875rem;height:6.33691875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pDwszoNcCe2rnip52vJouS1rcuVCCtDk { color:rgba(var(--color-tertiary-0),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.375rem;left:6.5625rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { background-color: transparent; background-image: none; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container > .video-iframe-container { display: none; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row > .video-iframe-container { display: none; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .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); }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { border-width: 0; border-radius: 0; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#lGiIkKA2yyMdxle2ysI20btV6geg2w6i { position:absolute;display:block;z-index:15007;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.625rem;width:62.5rem;top:2.0859375rem;left:6.248046875rem;display:block; }
#hNpfeGDXW3cmqTGEMt63nEUE2ODMZGVL { color:rgba(var(--color-secondary-2),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.4375rem;left:3.125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VJi8BOLQWFGOTHVgeFfoelxo0Bam1u8H { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:7.1796875rem;left:6.8742198944094rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZikLqsi5NH4b4cRpG7vfs02JelbQ9iTC { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.385158538818rem;left:7.8125019073488rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { background-color: transparent; background-image: none; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container > .video-iframe-container { display: none; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row > .video-iframe-container { display: none; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .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); }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { border-width: 0; border-radius: 0; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;position:relative;display:block; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { background-color: transparent; background-image: none; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container > .video-iframe-container { display: none; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row > .video-iframe-container { display: none; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .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); }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { border-width: 0; border-radius: 0; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { font-size:0.875rem;font-family:arial;height:150rem;width:75rem;position:relative;display:block; }#oANwMlk2WvIXhF64zX0wIUGf8JZcxBaL { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.1729164123538rem;left:3.125rem;height:7.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pwJONx31nQbHTHRrGXDbGJBgFN2trkkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.7976570129394rem;left:3.125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xnfqiMigRmPBbmGnBUqP1DqRPzDh1LsU { position:absolute;display:block;z-index:15002;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:123.125rem;width:62.5rem;top:22.875rem;left:6.25rem;display:block; }
#rFMhvqZLGNBPc762xwOWl0RMlkcbp0VG { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.375rem;left:12.5rem;height:20.3125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#n7ttTmX0fhTH2PuiiA7TSRkmtinzTngD { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:47.75rem;left:12.5rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nP898z4pqixU0zV1RuLaz9OW32vq4xpa { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:52.4375rem;left:12.5rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lRz73GlOU8DtTu81ymy7bRz3k2TO7gkP { color:#109832;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:75.875rem;left:12.5rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J2GLPr323Oq1zqMpZwrDP4JhcUPoUZnV { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:17.047656059265rem;left:3.125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNf4TiF0O3SHBlo79QvXwvZVZRA4cFTN { background-color:#009b03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #00cc04;border-left:0.25rem solid #00cc04;border-right:0.25rem solid #00cc04;border-bottom:0.25rem solid #00cc04;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16.875rem;height:6.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:133.875rem;left:8.9375rem;display:block; }
#oE3LPoKmUtsbmBFDLZJvyLKgXZgtw0wD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSyd48wSLscTXFU7dldTBmGUXDORbyEV { position:absolute;display:block;z-index:15015;background-color:#f5f5f5;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:51.6875rem;width:18.75rem;top:92.4375rem;left:28.125rem;display:block; }
#eFLmETHF3w7i37Oxy53zq8eulM5MpUQZ { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:18.75rem;top:92.4375rem;left:28.125rem;display:block; }
#Pa50eZefyvGew4uHsET5BuS4r4ocStmt { position:absolute;display:block;z-index:15017;background-color:#bd0000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.6875rem;width:18.75rem;top:92.4375rem;left:28.125rem;display:block; }
#upc94SCdZq9VNhQVO3s5TyDwomGHMA8R { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:92.6875rem;left:29.0625rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#odFGWo51Dx9cSp8hPNqTbbsZCSPMkKEC { color:#000000;display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:94.3125rem;left:29.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z0PbFNGzs0gB2SXdmIgMzbGhvcTZrTDz { color:#000000;display:block;width:16.875rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:100rem;left:29.0625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dIkQSEHdlpd3TJIC95hcMpTNBbxOZ6eN { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.8;letter-spacing:0;top:112.9375rem;left:29.0625rem;height:17.9980875rem;display:block; }
#vF6WK8SUElVF42FckV7Z0DVmdJ4BRAc2 { color:rgba(0,0,0,0.7);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:141.8125rem;left:29.0625rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#nppzztsmc9KPIzl5dUI3AxaQyellqTic { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:103.625rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LzRvWGl6xFmqvwE7VLh7ovxy5VErZqHK { color:#555555;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:105.25rem;left:29.0625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBz3yZibXl3z1HWQldEIOgMKaTK5zrNd { position:absolute;display:block;z-index:15026;background-color:#f5f5f5;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:50rem;width:18.75rem;top:94.1875rem;left:48.3125rem;display:block; }
#VFMv4l3OIyNFqPCuthGRBzHfKWqFBZ7I { position:absolute;display:block;z-index:15027;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.6875rem;width:18.75rem;top:94.1875rem;left:48.3125rem;display:block; }
#MKqKfyTfd4SxV0sZhUCBSeNqh2lq8vgz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:95.25rem;left:49.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXnr32Ib1ZbxkfDoBy0oyu5qRP4qwuQz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:100.125rem;left:49.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQbK2zlQyiRdghneMJEMRog0Ga0Ou85G { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.8;letter-spacing:0;top:113rem;left:49.25rem;height:17.9980625rem;display:block; }
#Zp6NQqPuwAvz6nTSRctlvlt2rLTHyh3e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:103.6875rem;left:51.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IoiZVgkEDsW3BTfqUvbGl1Sf830frMC3 { color:#555555;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:105.6875rem;left:49.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DfGWaD3B0BVHloSy0lZ1Qlp9OWsTuP6c { color:rgba(0,0,0,0.7);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:141.875rem;left:49.25rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TaDCe4vm1XTmTGC46yB3BGKB1RC043AV { position:absolute;display:block;z-index:15036;background-color:#ffe300;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.6875rem;width:18.75rem;top:94.1875rem;left:8rem;display:block; }
#oE6DyfQVUh4nznnhZ2HLKwLplJfPdRTO { color:#000000;display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:95.25rem;left:9.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#utk1dhWlsZfwQupt9vey1UQHAvvRExyU { color:#000000;display:block;width:15.625rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:100.125rem;left:9.5625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOz5TNTsrpuEC7fhNgzTLUSDP0Leydfk { position:absolute;display:block;z-index:15003;background-color:#f5f5f5;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:50rem;width:18.75rem;top:94.1875rem;left:8rem;display:block; }
#WkvpzaUetvzlmrwU5kp6zIKEq3muB0z9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:103.6875rem;left:11.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yUF9Sr74HuSD81dpfWP1fy2hi9hT1wPh { color:#555555;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:105.6875rem;left:8.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8sNQ64oD3D2yT8qaVP9NSMvoyMXrCW7 { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.8;letter-spacing:0;top:113rem;left:8.9375rem;height:17.9980625rem;display:block; }
#uF8ofPbILynyABIJSkwKZDtd0b2GASo3 { background-color:rgba(253,188,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #009b03;border-left:0.25rem solid #009b03;border-right:0.25rem solid #009b03;border-bottom:0.25rem solid #009b03;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16.875rem;height:6.5625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:133.875rem;left:29.0625rem;display:block; }
#VMEN5G4rk4dIJ0awFfBSRQdQ3P4F46Ix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u9yL7GRqSX7zdpOahVxTnxGvBoBv26PK { color:rgba(0,0,0,0.7);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:141.875rem;left:8.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#UqwJzsXZSMeFp0pgsTLI1zwEwTHGU2Fn { background-color:#00cc04;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #009b03;border-left:0.25rem solid #009b03;border-right:0.25rem solid #009b03;border-bottom:0.25rem solid #009b03;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color: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:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16.875rem;height:6.5625rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:133.875rem;left:49.25rem;display:block; }
#BDIXNG1TAxHwpsUUvNZwE24SkfUqVzDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:83.9375rem;left:28.4375rem;z-index:15047; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #ARp4885vywfFKIvzFeOkrqBloA5PXJFK { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #K7PTnPgbIEmkS05ozD9GQe1DWoM4JfdL { width:auto; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #J6J30HEE1m9fxCAcsBB8vNRfG2ndHmAM {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #sTXzd7LilSzT8SQfxKgBwMBMnp7EM8HK { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #qTqxHXKlfFUaqyaGIgSHNfAqLb3i9trG {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #vnM4RkGnWc2EynplTF0EAnTfQaVHytvp {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #GW2EGaX2Jd9keQDVoxROeh72vSaQ3TKe { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #BUi7ymMLN4b0Aiuu0IFKgHAcgHghCFCw {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #TewEupJu3eTHTRhqxA01fNf9yaeNivrl {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #cXkf9UTiJVz6oea0RTEqLBCAotXwh3Bv { display:flex;position:relative;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #Z4eoRRMu3KCMTt5RyX841akyx4nULeHw {  }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #JFPbR57Elw6lsxycQ1OUAMWBOaeHf1TS {  }
#tDRIewbnLZCm7HfKXWlQQSz81HIyMkRd { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.1729164123538rem;left:3.125rem;height:7.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { position:relative;display:block; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { background-color: transparent; background-image: none; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container > .video-iframe-container { display: none; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row > .video-iframe-container { display: none; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .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); }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { border-width: 0; border-radius: 0; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IkXOfWIyCBc2m4KtKf3PVcTBkcZVlDty { position:absolute;display:block;z-index:15009;background-color:#f5f9fc;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.125rem;width:75rem;top:1.375rem;left:0rem;display:block; }
#lWG8HE4RcayS6v8hE7t0tA9GwNySsika { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.125rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#t4BgbGcuDcymCeEE0aiylgWRGAzdLFd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1429710388184rem;left:3.125rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Qssw5wq8itAuqWoythpesBl1pfxDAugF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.625rem;left:28.125rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#aZzVi78wqyLJqRlcfpovekuTM8xcakgm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:28.125rem;height:7.796875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#is7KcvOsPaL1tgzqhPMSvUiIAcLU59UU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:53.125rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#g8AOupeABKyUTeo6vzpNJVyS8ShiXacx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.1875rem;left:53.125rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wqw23PTiuFeAHB7zv0hygzyNixlvKzTW { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),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:10.5625rem;width:0.375rem;top:2.9375rem;left:1.9948308270676rem;display:block; }
#u4kwwKTAfb2nNkFav0lk3Mx1fDEa5T8T { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),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:9.875rem;width:0.375rem;top:2.9375rem;left:52.0625rem;display:block; }
#kCez6ncMIoApZupWBTEoMM61UM6XpLGG { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),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:10.5625rem;width:0.375rem;top:2.6875rem;left:27.125rem;display:block; }
#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB { 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; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { background-color: transparent; background-image: none; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container > .video-iframe-container { display: none; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row > .video-iframe-container { display: none; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .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); }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { border-width: 0; border-radius: 0; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#ipZbDL7Gp14cWMnAGISIKMr1DWEhJvh8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:41.75rem;width:62.5rem;top:1.9614582061768rem;left:6.2489585876465rem;display:block; }
#TqoeEsnUCDmCQJ1z8OSCdHhq7TdDIlAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9929695129394rem;left:9.3742198944094rem;height:9.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOumByaSgwy7BpqwIJPzJ1kAVMW7xqeI { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.793750762939rem;left:9.375rem;height:9.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPlzTfEqM1OdUkWTAgEhO5kOGDKTZmwN { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4812507629394rem;left:9.3742198944094rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bimAArc0hoSyMKGNMNuqBoMdQWVptamQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#TpCGH20mmRMJuu0EaJs5edBTf3ztGUd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xa2RpM1a7FTngLrFzod9Fia10qGZMaSv { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#H9W0RFKulIl2BeU3cQZqz4EiubB5iqTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VA8a4T1RdSHHgEyCPs6XHwbu8xZgzamU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#JROfVQTg08M8gFMJTUPH8xPAza7carbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zRzbxuOpeIMVAaq4qnqC4WS3X4Nwa3B4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#iPSlTVFh6HfvHJsVduhf6edpSdu511y7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4QTcZJ6X8caCZHLMOwT8zk6yFxH84lS { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:20.3125rem;display:block; }
#zD9TK0mW3ANq569gJ290BTkrGo05xA10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BpTr8FJQDqChQ0l1JRIkxq4Eno7dCgmP { background-color:#00cc04;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.875rem;left:20.3125rem;display:block; }
#Iw0eavdRahAyEeSeec9xqXRdvUJx5Vsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM { 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; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { background-color: transparent; background-image: none; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container > .video-iframe-container { display: none; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row > .video-iframe-container { display: none; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .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); }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { border-width: 0; border-radius: 0; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { font-size:0.875rem;font-family:arial;height:181.3125rem;width:75rem;position:relative;display:block; }#fDRrm6Ep841tQD69BUhRb7ib0bA6QGPU { position:absolute;display:block;z-index:15021;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:34.6875rem;width:37.9375rem;top:9.6875rem;left:18.53125rem;overflow:hidden;display:block; }
#k3qHtRXiEaODtty9cl6ETv6MPZ9ilZML { color:rgba(var(--color-tertiary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:9.375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAPhpBk06004zpVHB6Q9c0pmdnX2aSp2 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:60.3125rem;top:51.0625rem;left:7.34375rem;overflow:hidden;display:block; }
#a5V2WpTr6Z0GVRs7CLVWAkvaozTUMNn0 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:75rem;top:90.5rem;left:0rem;overflow:hidden;display:block; }
#b6KXr9tslyx3FDmha3egybgyDb6ueq94 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.8125rem;width:25.5625rem;top:120.375rem;left:10.8212890625rem;overflow:hidden;display:block; }
#tCKgIni4w3FFaz80VUo8yM7Ow3kHpywA { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.375rem;width:25.5625rem;top:120.59375rem;left:42.15625rem;overflow:hidden;display:block; }
#nyGS24wJ91iLAcbPgeBokggvseaeqvqp { 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; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { background-color: transparent; background-image: none; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container > .video-iframe-container { display: none; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row > .video-iframe-container { display: none; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .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); }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { border-width: 0; border-radius: 0; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { font-size:0.875rem;font-family:arial;height:91.5625rem;width:75rem;position:relative;display:block; }#B0brTQm3MZT0SxB6TVNPf9daacoOT8Qp { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:60.599998474121rem;left:14.09375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urmN0kEnl1PmNn3u0oqomOcihNmy4xEl { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:22.074999809265rem;left:14.0625rem;height:35.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZvOUSGQICslxT3gSGttMSWR6i7fQgmGZ { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:1.4375rem;left:14.0625rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvOzCZvl6XEL32UEQbTXDkr99UDbHBef { color:rgba(var(--color-primary-2),1);display:block;width:42.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:5.5625rem;left:14.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQ3KpSmRFGUyqbkfETOGQBl1bo13k8SH { position:absolute;display:block;z-index:15092;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:14.5625rem;width:15.125rem;top:7.512499809265rem;left:27.84375rem;overflow:hidden;display:block; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(000,000,000,0.4) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:inter;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:inter;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:70rem;left:26.375rem;z-index:15008; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #pHPPyQaS2qx4uckDdFZ3BJKn2gCxlnRO { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dxnwFmQ9yoBIQA6xd7EQzlJw1NI0cSrg { width:auto; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QLyUZTm6mKdJIcwRDahsgoBUqypQqqCp {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #fE0ZE2tPpSn9NsS9sCUpG2E5NMn6oOH3 { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #mGKNB3M7GvsvoZdmM6KF9z21gcmd3zcv {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #WG3gsgwlUodZreU4hqTNOAUpU8pGTJZz {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #HDQC4p8PSAfWesMAHSZeKPDNhHoAnTGN { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #U7BwG4vEgGmxChk9KAPnKUef4khsMMXO {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dtnzdh9HvEW6RM86SdVisyalTD6zquEX {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #vQ5gS4WHLJIkqZTdWKxVTNZCNnZxnbpM { display:flex;position:relative;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #v75dassPwVNy4Eof5sZ5DRTmKcGGZbZL {  }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QUEifXaFiulrlCmeLQA2euJzrN1uTRoI {  }
#qQ7TQcZfkEvhh2JJ3nfuxkQCs1zmUHr7 { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:66.950000762938rem;left:26.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHvtRUE2oxOVLtDLFxkTVBpaP4hHXRhZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#lyDc79WvsyNypCmLxKTJ0SNb79ERKDvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFxZObgbPw8sIyImCJ9Dnifi7MPvwH8U { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.6875rem;left:34.374998092651rem;display:none; }
#MMlSaIbAis9Eds9yExGlVbxUL30Gm6aF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZrMKGDTTxHeSfvk4uiHw9yo1F7B0Pg6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#Q8CxqMvP2iTzJ6pWFbly78wUuTcO22AO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ernDcqaBzTXEmEKHw8dPGbfmSzaGB8L0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.625rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:49.5rem;left:34.374998092651rem;display:none; }
#gxImT0rDE838lFPGP6UOGzQUIXLKbV5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRItWbPo2Qc8ADH2t0st5sRZOvuhKmlT { background-color:#00cc04;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:bitter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:83.1875rem;left:18.25rem;display:block; }
#dHOfxoUowrsSMQzHSNJptgXVDJTyETOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9zI0AtfuZGdSVecSblGElE2erzb10wc { background-color:#00cc04;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:80.375rem;left:18.25rem;display:block; }
#kZ3gXHlUw2et5yEwgHznh6TQBF6R73AP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { background-color: transparent; background-image: none; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container > .video-iframe-container { display: none; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row > .video-iframe-container { display: none; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .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); }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { border-width: 0; border-radius: 0; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#NV1q5RiOns2R87JIUXwAnl8Ezn7c0bTO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dETaVJgXbBaJTppSMv16tiOvmbeti5Qh { display:block; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhaQe9ve6U2x1H9PmGh40x3oUG6pULvg { top:2.0625rem;left:0rem;width:47.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmEmzLPZJvNA5m8Gueq5RWmVZzePqga2 { top:2.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdMNotScRXL39Hw87TTCwMdBegqg2qCM { top:7.1875rem;left:7.125rem;width:40.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWM5b3vbqW5dUsUuvqU8rAFLQoyo1h6R { top:10.125rem;left:7.125rem;width:40.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMVFmc2iqKx5s2JeDy4SoQ7qOAch9TBt { top:12.6875rem;left:7.125rem;width:40.625rem;height:8.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDnoevFKBdN70B1Lx448kFy9SpikLb6N { top:25.125rem;left:7.125rem;width:40.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChTmOa9smoqPdxTigt6TQ6RpVrCTpPWF { top:30.1875rem;left:7.125rem;width:40.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN3QvM8CT7hM5nEqpRKTGOEyTxBepdDz { top:31.3125rem;left:9rem;width:38.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLTGHxuQ7hTen3C0T0KXq7nqw0SILsf { top:34.875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 { width:18rem;height:5.0625rem;display:flex;top:39rem;left:28.5rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #feBDRKJPEv0TWHf2tesTta9GqfWRE0gg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #Tq6NXsB0giEB9iez4TJR7FtG9rTo8gHX {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #SNLU9FdahlRUpSC1ScNluLHUaNDTact3 {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #Dlsy6kq3tAlDMTlOpMMf7el0MD3xifAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #xpJPIxe3WaFIFfrUKr5oPxhPhfFn9eTD {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #k0lV9S1IGsQeawdXqxrQQ6yyr3rB3y4U {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #KmLUvHb9pvnuUz74iZlLfWlR6rZMcN0c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #vfQnmm1PoEHLAFgU3IZGw2wsTdfrTNzT {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #RXrUHKI5RCGJBDQuapT18T5Tt9NyBWnz {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #eZwfvSMGKeFRennE3XCNuwRCUtRUxEKx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #U0qQxkXev5izQq6KUaeNVkBuwav3Mtli {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #l9zaDpl2qr6DIPShV2D5TzBHCJKE0TuL {  }
 }@media only screen and (max-width: 763px) { #RIDopDCFFI9q1TNhq3ZKhLfSXO8pmQMc { top:21.375rem;left:7.125rem;width:40.625rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFq96M8TuPak5qJPFJiN8U6TQvFfVf8M { width:34.375rem;height:2.875rem;top:40.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToENJgP8lz4XrEJ6rE9M9DVKI4SLe0bS { display:block; }
 }@media only screen and (max-width: 763px) { #VleF8mJdEkSpTiDQzhVeOxTtDrhzmbpt { width:34.375rem;height:2.8125rem;top:43.3125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C66BTXL0rBWAS7CwTvGfyNHdBRAcKzuk { display:block; }
 }@media only screen and (max-width: 763px) { #BkT64TXh7m6TQsSQpAOGkwtXofsShi5C { top:58.25rem;left:0rem;width:47.75rem;height:82.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3dIhKAqPgEKTaE3GUfsRv3HTmNT3i1U { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukLSpw1O9mkpK3pib6Runuo29b9ONsLg { display:block; }
 }@media only screen and (max-width: 763px) { #GpTtBU7CeRzdbeHEs7n8gIvGlEwiGwFk { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kh8wFGuSi6W9c4ArBXwcUyHb6Ql2I6yg { display:block; }
 }@media only screen and (max-width: 763px) { #y8I6dFOzlZEDs9Q1qx0VkJUsEdWbvtHT { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oexPOUiufhIiOeOxDlTAvNfGStSSCEJe { display:block; }
 }@media only screen and (max-width: 763px) { #hGMQrareUUymietGnbIzqRCq0MPDDcU7 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aniWlRNZwT0P3oFnkatuNGfQM9tG43dI { display:block; }
 }@media only screen and (max-width: 763px) { #KSXeVKBNWQ5oLfs3u5Uw7WUIMRh5x6aH { top:7.1875rem;left:0rem;width:18.625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { display:block; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFIgK4qrxyLeGnmOOnpmKVhqCkkrrBWq { top:4.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWPz8EsPGmwRd2OuspfzVM6vzHZO026C { top:76.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkTKNAOCohRLnQvdkWmeuWynaixqarT { top:86.75rem;left:2rem;width:43.75rem;height:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRJNMN0xLu4Hb7ym1ef8XqNtSUANWsN { top:58.25rem;left:0rem;width:47.75rem;height:82.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LNVf7FnZXFcoRpzJXZQurGfphFpneT7T { top:2.5625rem;left:0rem;width:47.75rem;height:169.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1rkz25QQ6moaGBKbuuatsQdvdmtNcSc { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBMc9oRsEUu87Lk0FTJ8DMxluc4eWL0F { display:block; }
 }@media only screen and (max-width: 763px) { #IUcQmkH9ZquvMhoWo9pG3IAlz85sNADV { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTVPqRBgsKdT1eN5ZxhUAmGxJTH12PT3 { display:block; }
 }@media only screen and (max-width: 763px) { #TrZvz50SBhOVJEBz47947RlNe1CzSIgT { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbTo9S3CkCKQvPSWIpqgE3PimSzuTHzS { display:block; }
 }@media only screen and (max-width: 763px) { #Hq21dOH4kpd9Rl6r0LTN68FgcU0RlwRV { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgZiQ9TTGShnfMIyhN7GTRfrS8an3TW3 { display:block; }
 }@media only screen and (max-width: 763px) { #T3TuUCuu3Lat0uXHKT78dzXT0rAdIAI7 { top:16.1875rem;left:1.0625rem;width:45.6875rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8O2LrPvwwqb4thEcSK81ErLPMrJ07eO { top:30.875rem;left:6.21875rem;width:37.8125rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zROUObUhd7IW6milAWRqC71vSZUD52H9 { top:118.125rem;left:3.25rem;width:41.25rem;height:;font-size:1.125rem;display:block; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
 }@media only screen and (max-width: 763px) { #w7KZtV3R5V4Hmx3JkygGTH1Jfh6bKXHe { top:151.0625rem;left:2rem;width:43.75rem;height:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLhuXu3xGisggRE2BipnvILf4ndcscXR { width:34.375rem;height:2.8125rem;top:165.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRhdmHon4Ar4J8DeTEcn2NDA5owiP4CI { display:block; }
 }@media only screen and (max-width: 763px) { #MfyhQkVz7MGt1D3dTQh63LE9Wlq7UXn2 { width:34.375rem;height:2.875rem;top:162.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfTmcebPobFhkNQZJ2V2uNc3tsuEMbWC { display:block; }
 }@media only screen and (max-width: 763px) { #ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 { display:block; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4Gcfne7EUmL7frWKgn2i1BBxF8loqoi { top:7rem;left:0rem;width:47.75rem;height:8.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiH5MAA39ZenO2mHLvoWMpHFVouMrJJP { top:18.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B381wdihANtgQS7n8WTli7ONTttWFmsy { display:block; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boHEIL0dJLAlaHzUl0RPmD3V3ZMn3oLH { top:1.9375rem;left:0rem;width:47.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXvy6kHAhiPRtTWmlmt90kXFOTErBhS { top:15.5625rem;left:0rem;width:47.75rem;height:312.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvw2h0XsO3QV9k1Ue9GmCcazmrT7TsR { top:18.1875rem;left:0rem;width:47.75rem;height:53.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdHUOZZWchBe8IeWszOKrGo15vBNge6 { top:84.6875rem;left:0rem;width:47.75rem;height:73.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdU9chZZ1xNOO02O0vnKnkOOgG705Wwr { top:75.875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1trdW4vUg9f9P7ibSp1TrdDk1FOlmO { top:169.5rem;left:0rem;width:47.75rem;height:55.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdXclDv3eCZsKUy1c6Pma2zATBz6hOM { top:160.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8LaNURdI3q5pGJbL23bXwg0nATuRVJ { top:227.5625rem;left:1.5rem;width:44.75rem;height:87.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZLhXXWwy4zqQZHnaFe4KPfG5XpT7KT { width:34.375rem;height:2.8125rem;top:321.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwdSBO80K82l233DfN8TdkMptbmiHHcX { display:block; }
 }@media only screen and (max-width: 763px) { #XVJqTAgWl0EodeDL4ZvLf2TcEzs9ITwC { width:34.375rem;height:2.875rem;top:319rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvhBT1w284BJZwAPAcJyTSTQelid4BOn { display:block; }
 }@media only screen and (max-width: 763px) { #T4mZXrgv4FI7wdTEUn6pRATENpfveLgE { top:4.4375rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgghWVMh5yEpzRoLGBztcolJppX91w8n { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmnXAVRx31N4lZBKHnBnb93EDhPVEvXq { display:block; }
 }@media only screen and (max-width: 763px) { #ofP2hPstWdxX5vNrTDiytSikNT4UAb03 { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG0EtRkTRSazHzgn3SgJ7WIsUCJ5r5Nb { display:block; }
 }@media only screen and (max-width: 763px) { #ryEywNitnf0bwx5SMUMXoCSG5Aghg0wC { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Odbu2m1HuAqEOJXl1HfDd6PbZMo5pFFn { display:block; }
 }@media only screen and (max-width: 763px) { #pz6qXsWLraJSXo8Ioe5LvGl44wm5Vct9 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GswkkGr76nAKLCQ8Du7yL2peJIygAOTE { display:block; }
 }@media only screen and (max-width: 763px) { #LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN { display:block; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu04AJJmE2EvZgR31OzrBEfQ03HqyJdp { top:74.625rem;left:0rem;width:47.75rem;height:45.365209988649rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBsQkE8t91HXiBWioxSeTiWdys2ryLfM { top:2.5rem;left:3.09375rem;width:41.5625rem;height:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ptWnA68s898NU6KpvIzTgCHGEiJSxE { top:10rem;left:0rem;width:47.75rem;height:25.090454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3b9hJnZkXkBk7HUbptKOvOtcuMh7ZVA { top:49.5rem;left:0rem;width:47.75rem;height:14.542045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS { display:block; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BX1LUAM02tFaKrBRUA7L4leEJMz9OhiE { top:14.5rem;left:0rem;width:47.75rem;height:34.339105793451rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwhfXaUwXpLEW5hynrbwIibqAQ8PVtio { top:2.875rem;left:0rem;width:47.75rem;height:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 { display:block; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC8o9FmsQ9WlqpKt3pQVgSNe66KMAWlE { top:13.8125rem;left:0.3125rem;width:47.125rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GzmOqzTnsu1p9ZVbdERrfMx7aUweFC { top:2.8125rem;left:0rem;width:47.75rem;height:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhRXRo2uLpuqgOMnSUQffflApAohqma { display:block; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbrEAN2EvTVJG6tR6J1ptriMOP65rUJt { top:1.9375rem;left:0rem;width:47.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VffUh2mmOXZ8aqCgKlqyKHMpIm0Te8Tq { top:4.0625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCfhmSxxgawigpbQcEQTXtNT6ryZZcnD { top:10.375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQdUSrMFuMRI6aSDPrwJ4CQUJbFvc8QZ { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxxUCTVIkxX2M84gqkHdTl4Ed5b9Kyr9 { display:block; }
 }@media only screen and (max-width: 763px) { #ONiSKLGvTDHKnmdH7wm0EmnBdbFSBS2J { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kpz62TVJKN2tqu2asRnFSREJvw4iRRas { display:block; }
 }@media only screen and (max-width: 763px) { #FHAu2aVWa9ukyKFaQ9F35HEv2NnUPZpT { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJLJDK3wf48SPosziFayPpTHzgxiQ8a1 { display:block; }
 }@media only screen and (max-width: 763px) { #ac4IR2upUppxpS1pMb9SOyRMtPgU9ywP { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZo2tJpKzveIaiddPMKFuvURowF7fPeb { display:block; }
 }@media only screen and (max-width: 763px) { #BDGMvNtWpfVVXOO78V7Of1XomOhSrXoP { width:34.375rem;height:2.875rem;top:19.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoiLLPIDT5rFgTGpbmhMDe3cowS1qJkv { display:block; }
 }@media only screen and (max-width: 763px) { #HJDGtA1fKxKAS1iUrUBiTeXu0WLicoeE { width:34.375rem;height:2.8125rem;top:22.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnuiFyMHpImhXPv8XwFCEKiCzFpAriiJ { display:block; }
 }@media only screen and (max-width: 763px) { #hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi { display:block; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxDCo0hhIcLsGup1ishq1eh85pwpTses { top:6.8125rem;left:0rem;width:47.75rem;height:7.125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzpWpaA9RaQ2rdHJfEZyodHMipcXegV3 { top:3.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTg6DpOUu9g1pxd68ZCT1QTuPlMlOgLM { top:16.4375rem;left:0rem;width:30rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnKngdIkbzJpCfAcKpPoeM6T0mTvoIT { top:16.4375rem;left:17.75rem;width:30rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLFJeEmPFgvT86lQkffdbKhghL7kVhMh { top:18rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOdtLbgyd8JfSJiH5bGobfzFVrP3ao { top:18rem;left:22.75rem;width:25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCyTkGJce0ZCbVRRiCSFqfofsfac66d { top:22.125rem;left:0rem;width:25rem;height:20.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZa8KXtJ11kIFxVCVUSlm4vNTm4mGJr { top:22.125rem;left:22.75rem;width:25rem;height:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaCOMyaPAQvaLFFGOxM3JJ0AfmQ3gFKO { top:46.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNxZFuJqw7hr5NAV4VmJrXrcxbtQTBO5 { top:50.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFOQ4lPlFblCBiBAFss9WWqy29Afbddt { display:block; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCbiC0SCgqo3cX18VlkdOHlDJ5Zmy4sz { top:3.6875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOi7R94bvRJGCb4eB2SoIiNpxgWDDVlk { top:12.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs { display:block; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHlfiO0fqT1wfHp7cG97gI9F3uwrhFX { top:2.0625rem;left:0rem;width:47.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyW97KM6rnopRaAaX8Nh79qBK5NCSNAv { top:3.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WElCxkhH5vUv3KibJxWGifzyPPb4v9UR { top:7.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txhDo63TtlnJ8J8XLBigPHUEFbLIF5ly { top:14.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdlwGympt043CGZUT6GHeqUFl97Jg0h9 { display:block; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geo0ewoEAJ35hCQbTA3k8yhZX8mcSWJe { top:21.75rem;left:0rem;width:47.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9stJLfFrB29g5Eu94Uxew1pGCztmWwd { top:23.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIs2XLRH9xsBzWhGBkgvdS0NmgMvdtvo { top:27.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifc1TeS4k1BDWlPbDRCLF6vq2AP0bHdz { top:33.8125rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ODIb2UOGFnlNOaW7NG8rVmXZZzFMEZ { top:11.9375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDwszoNcCe2rnip52vJouS1rcuVCCtDk { top:3.375rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh { display:block; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGiIkKA2yyMdxle2ysI20btV6geg2w6i { top:2.0625rem;left:0rem;width:47.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNpfeGDXW3cmqTGEMt63nEUE2ODMZGVL { top:3.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJi8BOLQWFGOTHVgeFfoelxo0Bam1u8H { top:7.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZikLqsi5NH4b4cRpG7vfs02JelbQ9iTC { top:11.375rem;left:0rem;width:47.75rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 { display:block; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl { display:block; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oANwMlk2WvIXhF64zX0wIUGf8JZcxBaL { top:7.125rem;left:0rem;width:47.75rem;height:7.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJONx31nQbHTHRrGXDbGJBgFN2trkkZ { top:3.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnfqiMigRmPBbmGnBUqP1DqRPzDh1LsU { top:22.875rem;left:0rem;width:47.75rem;height:123.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFMhvqZLGNBPc762xwOWl0RMlkcbp0VG { top:25.375rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ttTmX0fhTH2PuiiA7TSRkmtinzTngD { top:47.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP898z4pqixU0zV1RuLaz9OW32vq4xpa { top:52.4375rem;left:0rem;width:47.75rem;height:24.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRz73GlOU8DtTu81ymy7bRz3k2TO7gkP { top:75.875rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GLPr323Oq1zqMpZwrDP4JhcUPoUZnV { top:17rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNf4TiF0O3SHBlo79QvXwvZVZRA4cFTN { width:16.875rem;height:6.5625rem;top:133.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE3LPoKmUtsbmBFDLZJvyLKgXZgtw0wD { display:block; }
 }@media only screen and (max-width: 763px) { #rSyd48wSLscTXFU7dldTBmGUXDORbyEV { top:92.4375rem;left:14.5rem;width:18.75rem;height:51.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLmETHF3w7i37Oxy53zq8eulM5MpUQZ { top:92.4375rem;left:14.5rem;width:18.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa50eZefyvGew4uHsET5BuS4r4ocStmt { top:92.4375rem;left:14.5rem;width:18.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upc94SCdZq9VNhQVO3s5TyDwomGHMA8R { top:92.6875rem;left:15.4375rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odFGWo51Dx9cSp8hPNqTbbsZCSPMkKEC { top:94.3125rem;left:15.4375rem;width:16.875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0PbFNGzs0gB2SXdmIgMzbGhvcTZrTDz { top:100rem;left:15.4375rem;width:16.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkQSEHdlpd3TJIC95hcMpTNBbxOZ6eN { top:112.9375rem;left:15.4375rem;width:16.875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF6WK8SUElVF42FckV7Z0DVmdJ4BRAc2 { top:141.8125rem;left:15.437501907349rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppzztsmc9KPIzl5dUI3AxaQyellqTic { top:103.625rem;left:17.625001907349rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzRvWGl6xFmqvwE7VLh7ovxy5VErZqHK { top:105.25rem;left:15.4375rem;width:16.875rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBz3yZibXl3z1HWQldEIOgMKaTK5zrNd { top:94.1875rem;left:29rem;width:18.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMv4l3OIyNFqPCuthGRBzHfKWqFBZ7I { top:94.1875rem;left:29rem;width:18.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKqKfyTfd4SxV0sZhUCBSeNqh2lq8vgz { top:95.25rem;left:32.125rem;width:15.625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnr32Ib1ZbxkfDoBy0oyu5qRP4qwuQz { top:100.125rem;left:32.125rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQbK2zlQyiRdghneMJEMRog0Ga0Ou85G { top:113rem;left:30.875rem;width:16.875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6NQqPuwAvz6nTSRctlvlt2rLTHyh3e { top:103.6875rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiZVgkEDsW3BTfqUvbGl1Sf830frMC3 { top:105.6875rem;left:30.875rem;width:16.875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGWaD3B0BVHloSy0lZ1Qlp9OWsTuP6c { top:141.875rem;left:30.875rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaDCe4vm1XTmTGC46yB3BGKB1RC043AV { top:94.1875rem;left:0rem;width:18.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE6DyfQVUh4nznnhZ2HLKwLplJfPdRTO { top:95.25rem;left:0rem;width:15.625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utk1dhWlsZfwQupt9vey1UQHAvvRExyU { top:100.125rem;left:0rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz5TNTsrpuEC7fhNgzTLUSDP0Leydfk { top:94.1875rem;left:0rem;width:18.75rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvpzaUetvzlmrwU5kp6zIKEq3muB0z9 { top:103.6875rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUF9Sr74HuSD81dpfWP1fy2hi9hT1wPh { top:105.6875rem;left:0rem;width:16.875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sNQ64oD3D2yT8qaVP9NSMvoyMXrCW7 { top:113rem;left:0rem;width:16.875rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF8ofPbILynyABIJSkwKZDtd0b2GASo3 { width:16.875rem;height:6.5625rem;top:133.875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMEN5G4rk4dIJ0awFfBSRQdQ3P4F46Ix { display:block; }
 }@media only screen and (max-width: 763px) { #u9yL7GRqSX7zdpOahVxTnxGvBoBv26PK { top:141.875rem;left:0rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqwJzsXZSMeFp0pgsTLI1zwEwTHGU2Fn { width:16.875rem;height:6.5625rem;top:133.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIXNG1TAxHwpsUUvNZwE24SkfUqVzDO { display:block; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB { width:18rem;height:5.0625rem;display:flex;top:78.4375rem;left:14.250001907349rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #ARp4885vywfFKIvzFeOkrqBloA5PXJFK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #K7PTnPgbIEmkS05ozD9GQe1DWoM4JfdL {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #J6J30HEE1m9fxCAcsBB8vNRfG2ndHmAM {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #sTXzd7LilSzT8SQfxKgBwMBMnp7EM8HK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #qTqxHXKlfFUaqyaGIgSHNfAqLb3i9trG {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #vnM4RkGnWc2EynplTF0EAnTfQaVHytvp {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #GW2EGaX2Jd9keQDVoxROeh72vSaQ3TKe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #BUi7ymMLN4b0Aiuu0IFKgHAcgHghCFCw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #TewEupJu3eTHTRhqxA01fNf9yaeNivrl {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #cXkf9UTiJVz6oea0RTEqLBCAotXwh3Bv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #Z4eoRRMu3KCMTt5RyX841akyx4nULeHw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #JFPbR57Elw6lsxycQ1OUAMWBOaeHf1TS {  }
 }@media only screen and (max-width: 763px) { #tDRIewbnLZCm7HfKXWlQQSz81HIyMkRd { top:7.25rem;left:0rem;width:18.75rem;height:11.875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { display:block; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkXOfWIyCBc2m4KtKf3PVcTBkcZVlDty { top:1.375rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWG8HE4RcayS6v8hE7t0tA9GwNySsika { top:2.625rem;left:0rem;width:18.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4BgbGcuDcymCeEE0aiylgWRGAzdLFd5 { top:5.125rem;left:0rem;width:18.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qssw5wq8itAuqWoythpesBl1pfxDAugF { top:2.625rem;left:13rem;width:18.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzVi78wqyLJqRlcfpovekuTM8xcakgm { top:5.1875rem;left:13rem;width:18.75rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #is7KcvOsPaL1tgzqhPMSvUiIAcLU59UU { top:2.625rem;left:28.875rem;width:18.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8AOupeABKyUTeo6vzpNJVyS8ShiXacx { top:5.1875rem;left:28.875rem;width:18.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqw23PTiuFeAHB7zv0hygzyNixlvKzTW { top:2.9375rem;left:0rem;width:0.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kwwKTAfb2nNkFav0lk3Mx1fDEa5T8T { top:2.9375rem;left:31.75rem;width:0.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCez6ncMIoApZupWBTEoMM61UM6XpLGG { top:2.6875rem;left:15.875rem;width:0.375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB { display:block; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipZbDL7Gp14cWMnAGISIKMr1DWEhJvh8 { top:1.9375rem;left:0rem;width:47.75rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoeEsnUCDmCQJ1z8OSCdHhq7TdDIlAJ { top:8.9375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOumByaSgwy7BpqwIJPzJ1kAVMW7xqeI { top:20.75rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlzTfEqM1OdUkWTAgEhO5kOGDKTZmwN { top:4.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bimAArc0hoSyMKGNMNuqBoMdQWVptamQ { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpCGH20mmRMJuu0EaJs5edBTf3ztGUd4 { display:block; }
 }@media only screen and (max-width: 763px) { #Xa2RpM1a7FTngLrFzod9Fia10qGZMaSv { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9W0RFKulIl2BeU3cQZqz4EiubB5iqTw { display:block; }
 }@media only screen and (max-width: 763px) { #VA8a4T1RdSHHgEyCPs6XHwbu8xZgzamU { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JROfVQTg08M8gFMJTUPH8xPAza7carbJ { display:block; }
 }@media only screen and (max-width: 763px) { #zRzbxuOpeIMVAaq4qnqC4WS3X4Nwa3B4 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPSlTVFh6HfvHJsVduhf6edpSdu511y7 { display:block; }
 }@media only screen and (max-width: 763px) { #i4QTcZJ6X8caCZHLMOwT8zk6yFxH84lS { width:34.375rem;height:2.8125rem;top:36.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9TK0mW3ANq569gJ290BTkrGo05xA10 { display:block; }
 }@media only screen and (max-width: 763px) { #BpTr8FJQDqChQ0l1JRIkxq4Eno7dCgmP { width:34.375rem;height:2.875rem;top:33.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw0eavdRahAyEeSeec9xqXRdvUJx5Vsp { display:block; }
 }@media only screen and (max-width: 763px) { #T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM { display:block; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDRrm6Ep841tQD69BUhRb7ib0bA6QGPU { top:9.6875rem;left:4.90625rem;width:37.9375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3qHtRXiEaODtty9cl6ETv6MPZ9ilZML { top:2.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPhpBk06004zpVHB6Q9c0pmdnX2aSp2 { top:51.0625rem;left:0rem;width:47.75rem;height:26.967616580311rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5V2WpTr6Z0GVRs7CLVWAkvaozTUMNn0 { top:90.5rem;left:0rem;width:47.75rem;height:16.433958333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6KXr9tslyx3FDmha3egybgyDb6ueq94 { top:120.375rem;left:0rem;width:25.5625rem;height:55.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCKgIni4w3FFaz80VUo8yM7Ow3kHpywA { top:120.5625rem;left:22.1875rem;width:25.5625rem;height:55.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyGS24wJ91iLAcbPgeBokggvseaeqvqp { display:block; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0brTQm3MZT0SxB6TVNPf9daacoOT8Qp { top:60.5625rem;left:0.46875rem;width:42.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urmN0kEnl1PmNn3u0oqomOcihNmy4xEl { top:22.0625rem;left:0.4375rem;width:42.6875rem;height:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvOUSGQICslxT3gSGttMSWR6i7fQgmGZ { top:1.4375rem;left:0.4375rem;width:42.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvOzCZvl6XEL32UEQbTXDkr99UDbHBef { top:5.5625rem;left:0.4375rem;width:42.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ3KpSmRFGUyqbkfETOGQBl1bo13k8SH { top:7.5rem;left:14.21875rem;width:15.125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN { width:18rem;height:5.0625rem;display:flex;top:39rem;left:28.5rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #pHPPyQaS2qx4uckDdFZ3BJKn2gCxlnRO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dxnwFmQ9yoBIQA6xd7EQzlJw1NI0cSrg {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QLyUZTm6mKdJIcwRDahsgoBUqypQqqCp {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #fE0ZE2tPpSn9NsS9sCUpG2E5NMn6oOH3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #mGKNB3M7GvsvoZdmM6KF9z21gcmd3zcv {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #WG3gsgwlUodZreU4hqTNOAUpU8pGTJZz {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #HDQC4p8PSAfWesMAHSZeKPDNhHoAnTGN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #U7BwG4vEgGmxChk9KAPnKUef4khsMMXO {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dtnzdh9HvEW6RM86SdVisyalTD6zquEX {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #vQ5gS4WHLJIkqZTdWKxVTNZCNnZxnbpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #v75dassPwVNy4Eof5sZ5DRTmKcGGZbZL {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QUEifXaFiulrlCmeLQA2euJzrN1uTRoI {  }
 }@media only screen and (max-width: 763px) { #qQ7TQcZfkEvhh2JJ3nfuxkQCs1zmUHr7 { top:66.9375rem;left:12.4375rem;width:18.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHvtRUE2oxOVLtDLFxkTVBpaP4hHXRhZ { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyDc79WvsyNypCmLxKTJ0SNb79ERKDvS { display:block; }
 }@media only screen and (max-width: 763px) { #HFxZObgbPw8sIyImCJ9Dnifi7MPvwH8U { width:40.625rem;height:2.8125rem;top:46.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMlSaIbAis9Eds9yExGlVbxUL30Gm6aF { display:block; }
 }@media only screen and (max-width: 763px) { #zZrMKGDTTxHeSfvk4uiHw9yo1F7B0Pg6 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8CxqMvP2iTzJ6pWFbly78wUuTcO22AO { display:block; }
 }@media only screen and (max-width: 763px) { #ernDcqaBzTXEmEKHw8dPGbfmSzaGB8L0 { width:40.625rem;height:2.8125rem;top:49.5rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxImT0rDE838lFPGP6UOGzQUIXLKbV5B { display:block; }
 }@media only screen and (max-width: 763px) { #CRItWbPo2Qc8ADH2t0st5sRZOvuhKmlT { width:34.375rem;height:2.8125rem;top:83.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHOfxoUowrsSMQzHSNJptgXVDJTyETOL { display:block; }
 }@media only screen and (max-width: 763px) { #P9zI0AtfuZGdSVecSblGElE2erzb10wc { width:34.375rem;height:2.875rem;top:80.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ3gXHlUw2et5yEwgHznh6TQBF6R73AP { display:block; }
 }@media only screen and (max-width: 763px) { #L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA { display:block; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV1q5RiOns2R87JIUXwAnl8Ezn7c0bTO { top:1.125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dETaVJgXbBaJTppSMv16tiOvmbeti5Qh { display:block; }#dETaVJgXbBaJTppSMv16tiOvmbeti5Qh > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:98.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhaQe9ve6U2x1H9PmGh40x3oUG6pULvg { width:20rem;height:6.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmEmzLPZJvNA5m8Gueq5RWmVZzePqga2 { width:20rem;height:5.85rem;top:1.6750001907349rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdMNotScRXL39Hw87TTCwMdBegqg2qCM { width:18.75rem;height:4.225rem;top:37.8125rem;left:0.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWM5b3vbqW5dUsUuvqU8rAFLQoyo1h6R { width:18.75rem;height:3.25rem;top:42.5625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMVFmc2iqKx5s2JeDy4SoQ7qOAch9TBt { width:18.75rem;height:4.25rem;top:46.75rem;left:0.625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDnoevFKBdN70B1Lx448kFy9SpikLb6N { width:18.75rem;height:7.3125rem;top:59rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChTmOa9smoqPdxTigt6TQ6RpVrCTpPWF { width:20rem;height:9.375rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN3QvM8CT7hM5nEqpRKTGOEyTxBepdDz { width:18.75rem;height:7.3125rem;top:68.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTLTGHxuQ7hTen3C0T0KXq7nqw0SILsf { width:18.75rem;height:3.575rem;top:79.0625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 { width:18rem;height:5.0625rem;display:flex;top:81.4375rem;left:0.9375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #feBDRKJPEv0TWHf2tesTta9GqfWRE0gg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #Tq6NXsB0giEB9iez4TJR7FtG9rTo8gHX {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #SNLU9FdahlRUpSC1ScNluLHUaNDTact3 {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #Dlsy6kq3tAlDMTlOpMMf7el0MD3xifAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #xpJPIxe3WaFIFfrUKr5oPxhPhfFn9eTD {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #k0lV9S1IGsQeawdXqxrQQ6yyr3rB3y4U {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #KmLUvHb9pvnuUz74iZlLfWlR6rZMcN0c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #vfQnmm1PoEHLAFgU3IZGw2wsTdfrTNzT {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #RXrUHKI5RCGJBDQuapT18T5Tt9NyBWnz {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #eZwfvSMGKeFRennE3XCNuwRCUtRUxEKx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #U0qQxkXev5izQq6KUaeNVkBuwav3Mtli {  }
 }@media only screen and (max-width: 763px) { #HIOU5cKuBlabyMnKxFADdbV2Lk6gZkk4 #l9zaDpl2qr6DIPShV2D5TzBHCJKE0TuL {  }
 }@media only screen and (max-width: 763px) { #RIDopDCFFI9q1TNhq3ZKhLfSXO8pmQMc { width:18.75rem;height:3.75rem;top:53.875rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFq96M8TuPak5qJPFJiN8U6TQvFfVf8M { width:19rem;height:2.875rem;top:89.182035446169rem;left:0.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToENJgP8lz4XrEJ6rE9M9DVKI4SLe0bS { display:block; }
 }@media only screen and (max-width: 763px) { #VleF8mJdEkSpTiDQzhVeOxTtDrhzmbpt { width:19rem;height:2.8125rem;top:92.057035446169rem;left:0.5rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C66BTXL0rBWAS7CwTvGfyNHdBRAcKzuk { display:block; }
 }@media only screen and (max-width: 763px) { #BkT64TXh7m6TQsSQpAOGkwtXofsShi5C { width:20rem;height:1.875rem;top:96.6875rem;left:0rem;z-index:15001;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #P3dIhKAqPgEKTaE3GUfsRv3HTmNT3i1U { width:15.625rem;height:1.875rem;top:88.5rem;left:2.1875rem;font-size:0.9375rem;z-index:15008;background-color:#00cc04;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) { #ukLSpw1O9mkpK3pib6Runuo29b9ONsLg { display:block; }
 }@media only screen and (max-width: 763px) { #GpTtBU7CeRzdbeHEs7n8gIvGlEwiGwFk { width:15.625rem;height:1.5625rem;top:93.1875rem;left:2.1875rem;font-size:0.75rem;z-index:15009;background-color:#00cc04;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) { #Kh8wFGuSi6W9c4ArBXwcUyHb6Ql2I6yg { display:block; }
 }@media only screen and (max-width: 763px) { #y8I6dFOzlZEDs9Q1qx0VkJUsEdWbvtHT { width:15.625rem;height:1.5625rem;top:90.375rem;left:2.1875rem;font-size:0.9375rem;z-index:15009;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #oexPOUiufhIiOeOxDlTAvNfGStSSCEJe { display:block; }
 }@media only screen and (max-width: 763px) { #hGMQrareUUymietGnbIzqRCq0MPDDcU7 { width:15.625rem;height:1.25rem;top:91.9375rem;left:2.1875rem;font-size:0.75rem;z-index:15010;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #aniWlRNZwT0P3oFnkatuNGfQM9tG43dI { display:block; }
 }@media only screen and (max-width: 763px) { #KSXeVKBNWQ5oLfs3u5Uw7WUIMRh5x6aH { width:18.75rem;height:25.875rem;top:9.75rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXkuPNR5EzsUG7qc4Da8CADWCKPf230H { display:block; }#bXkuPNR5EzsUG7qc4Da8CADWCKPf230H > .row .container { width:20rem;height:160.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFIgK4qrxyLeGnmOOnpmKVhqCkkrrBWq { width:18.75rem;height:3.75rem;top:0rem;left:0.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWPz8EsPGmwRd2OuspfzVM6vzHZO026C { width:18.75rem;height:7.8rem;top:49.5625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmkTKNAOCohRLnQvdkWmeuWynaixqarT { width:18.75rem;height:29.25rem;top:59rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #esRJNMN0xLu4Hb7ym1ef8XqNtSUANWsN { width:20rem;height:158.5rem;top:0rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 6.25rem rgba(0,0,0,0.2) ;background-color:#ffffff;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) { #LNVf7FnZXFcoRpzJXZQurGfphFpneT7T { width:20rem;height:82.75rem;top:185.68203163147rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1rkz25QQ6moaGBKbuuatsQdvdmtNcSc { width:15.625rem;height:1.875rem;top:149.4375rem;left:2.1875rem;font-size:0.9375rem;z-index:15012;background-color:#00cc04;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) { #RBMc9oRsEUu87Lk0FTJ8DMxluc4eWL0F { display:block; }
 }@media only screen and (max-width: 763px) { #IUcQmkH9ZquvMhoWo9pG3IAlz85sNADV { width:15.625rem;height:1.5625rem;top:151.3125rem;left:2.1875rem;font-size:0.9375rem;z-index:15013;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #dTVPqRBgsKdT1eN5ZxhUAmGxJTH12PT3 { display:block; }
 }@media only screen and (max-width: 763px) { #TrZvz50SBhOVJEBz47947RlNe1CzSIgT { width:15.625rem;height:1.25rem;top:152.875rem;left:2.1875rem;font-size:0.75rem;z-index:15014;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #xbTo9S3CkCKQvPSWIpqgE3PimSzuTHzS { display:block; }
 }@media only screen and (max-width: 763px) { #Hq21dOH4kpd9Rl6r0LTN68FgcU0RlwRV { width:15.625rem;height:1.5625rem;top:154.125rem;left:2.1875rem;font-size:0.75rem;z-index:15013;background-color:#00cc04;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) { #qgZiQ9TTGShnfMIyhN7GTRfrS8an3TW3 { display:block; }
 }@media only screen and (max-width: 763px) { #T3TuUCuu3Lat0uXHKT78dzXT0rAdIAI7 { width:18.75rem;height:20.475rem;top:5.125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8O2LrPvwwqb4thEcSK81ErLPMrJ07eO { width:18.75rem;height:19.9375rem;top:27.6875rem;left:0.57499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zROUObUhd7IW6milAWRqC71vSZUD52H9 { width:17.5rem;height:44.45rem;top:89.9375rem;left:1.875rem;font-size:1.125rem;line-height:1.3;display:block; }#zROUObUhd7IW6milAWRqC71vSZUD52H9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f92b17d-bbea-43d6-b527-d5d63b71b913/polewyboru.png); }
 }@media only screen and (max-width: 763px) { #w7KZtV3R5V4Hmx3JkygGTH1Jfh6bKXHe { width:18.75rem;height:10.2375rem;top:136.93749904633rem;left:0.62421876192093rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cLhuXu3xGisggRE2BipnvILf4ndcscXR { width:19rem;height:2.8125rem;top:165.625rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRhdmHon4Ar4J8DeTEcn2NDA5owiP4CI { display:block; }
 }@media only screen and (max-width: 763px) { #MfyhQkVz7MGt1D3dTQh63LE9Wlq7UXn2 { width:19rem;height:2.875rem;top:162.8125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfTmcebPobFhkNQZJ2V2uNc3tsuEMbWC { display:block; }
 }@media only screen and (max-width: 763px) { #ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 { display:block; }#ArFvfyJ2Se2h4VIcqv97u9v0KrnHfZy2 > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4Gcfne7EUmL7frWKgn2i1BBxF8loqoi { width:18.75rem;height:15.75rem;top:3.25rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiH5MAA39ZenO2mHLvoWMpHFVouMrJJP { width:18.75rem;height:7.125rem;top:21.686721801757rem;left:0.62421876192093rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B381wdihANtgQS7n8WTli7ONTttWFmsy { display:block; }#B381wdihANtgQS7n8WTli7ONTttWFmsy > .row .container { width:20rem;height:456.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boHEIL0dJLAlaHzUl0RPmD3V3ZMn3oLH { width:20rem;height:13.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXvy6kHAhiPRtTWmlmt90kXFOTErBhS { width:20rem;height:439.8125rem;top:14.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvw2h0XsO3QV9k1Ue9GmCcazmrT7TsR { width:18.75rem;height:80.4375rem;top:16.937500953674rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIdHUOZZWchBe8IeWszOKrGo15vBNge6 { width:18.75rem;height:97.9875rem;top:110.9375rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdU9chZZ1xNOO02O0vnKnkOOgG705Wwr { width:18.75rem;height:7.8rem;top:100.125rem;left:0.62421876192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO1trdW4vUg9f9P7ibSp1TrdDk1FOlmO { width:18.75rem;height:80.4375rem;top:222.00001144409rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdXclDv3eCZsKUy1c6Pma2zATBz6hOM { width:18.75rem;height:9.75rem;top:209.8125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI8LaNURdI3q5pGJbL23bXwg0nATuRVJ { width:17.5rem;height:138.9375rem;top:304.28749465943rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZLhXXWwy4zqQZHnaFe4KPfG5XpT7KT { width:19rem;height:2.8125rem;top:321.8125rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwdSBO80K82l233DfN8TdkMptbmiHHcX { display:block; }
 }@media only screen and (max-width: 763px) { #XVJqTAgWl0EodeDL4ZvLf2TcEzs9ITwC { width:19rem;height:2.875rem;top:319rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvhBT1w284BJZwAPAcJyTSTQelid4BOn { display:block; }
 }@media only screen and (max-width: 763px) { #T4mZXrgv4FI7wdTEUn6pRATENpfveLgE { width:20rem;height:9.375rem;top:3.4062502384186rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgghWVMh5yEpzRoLGBztcolJppX91w8n { width:15.625rem;height:1.875rem;top:445.625rem;left:2.1875rem;font-size:0.9375rem;z-index:15012;background-color:#00cc04;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) { #NmnXAVRx31N4lZBKHnBnb93EDhPVEvXq { display:block; }
 }@media only screen and (max-width: 763px) { #ofP2hPstWdxX5vNrTDiytSikNT4UAb03 { width:15.625rem;height:1.5625rem;top:447.4375rem;left:2.1875rem;font-size:0.9375rem;z-index:15013;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #ZG0EtRkTRSazHzgn3SgJ7WIsUCJ5r5Nb { display:block; }
 }@media only screen and (max-width: 763px) { #ryEywNitnf0bwx5SMUMXoCSG5Aghg0wC { width:15.625rem;height:1.25rem;top:448.9375rem;left:2.1875rem;font-size:0.75rem;z-index:15014;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #Odbu2m1HuAqEOJXl1HfDd6PbZMo5pFFn { display:block; }
 }@media only screen and (max-width: 763px) { #pz6qXsWLraJSXo8Ioe5LvGl44wm5Vct9 { width:15.625rem;height:1.5625rem;top:450.1875rem;left:2.1875rem;font-size:0.75rem;z-index:15013;background-color:#00cc04;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) { #GswkkGr76nAKLCQ8Du7yL2peJIygAOTE { display:block; }
 }@media only screen and (max-width: 763px) { #LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN { display:block; }#LeqP8LUvPt8Mdyi2CVWu7CrQRITimDZN > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uu04AJJmE2EvZgR31OzrBEfQ03HqyJdp { width:18.6875rem;height:17.75rem;top:28.062498092651rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBsQkE8t91HXiBWioxSeTiWdys2ryLfM { width:20rem;height:5.85rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ptWnA68s898NU6KpvIzTgCHGEiJSxE { width:20rem;height:10.5rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3b9hJnZkXkBk7HUbptKOvOtcuMh7ZVA { width:20rem;height:6.0909090909091rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS { display:block; }#TKcSoZ4Fn1yP1zJQp8oke0QycCoWySWS > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BX1LUAM02tFaKrBRUA7L4leEJMz9OhiE { width:18.6875rem;height:13.4375rem;top:11.5625rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwhfXaUwXpLEW5hynrbwIibqAQ8PVtio { width:20rem;height:9.75rem;top:0.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 { display:block; }#BdWgXK8TOVPuP7CMARD4Nbe8UgZ8Sl93 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KC8o9FmsQ9WlqpKt3pQVgSNe66KMAWlE { width:18.6875rem;height:16.125rem;top:11.674999237061rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3GzmOqzTnsu1p9ZVbdERrfMx7aUweFC { width:20rem;height:9.75rem;top:0.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhRXRo2uLpuqgOMnSUQffflApAohqma { display:block; }#BJhRXRo2uLpuqgOMnSUQffflApAohqma > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbrEAN2EvTVJG6tR6J1ptriMOP65rUJt { width:20rem;height:31.1875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VffUh2mmOXZ8aqCgKlqyKHMpIm0Te8Tq { width:18.75rem;height:6.175rem;top:2.5390625rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCfhmSxxgawigpbQcEQTXtNT6ryZZcnD { width:18.75rem;height:11.94375rem;top:10.125rem;left:0.62421876192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQdUSrMFuMRI6aSDPrwJ4CQUJbFvc8QZ { width:15.625rem;height:1.875rem;top:23.875rem;left:2.1875rem;font-size:0.9375rem;z-index:15016;background-color:#00cc04;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) { #KxxUCTVIkxX2M84gqkHdTl4Ed5b9Kyr9 { display:block; }
 }@media only screen and (max-width: 763px) { #ONiSKLGvTDHKnmdH7wm0EmnBdbFSBS2J { width:15.625rem;height:1.5625rem;top:25.6875rem;left:2.1875rem;font-size:0.9375rem;z-index:15017;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #Kpz62TVJKN2tqu2asRnFSREJvw4iRRas { display:block; }
 }@media only screen and (max-width: 763px) { #FHAu2aVWa9ukyKFaQ9F35HEv2NnUPZpT { width:15.625rem;height:1.25rem;top:27.25rem;left:2.1875rem;font-size:0.75rem;z-index:15018;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #uJLJDK3wf48SPosziFayPpTHzgxiQ8a1 { display:block; }
 }@media only screen and (max-width: 763px) { #ac4IR2upUppxpS1pMb9SOyRMtPgU9ywP { width:15.625rem;height:1.5625rem;top:28.5rem;left:2.1875rem;font-size:0.75rem;z-index:15017;background-color:#00cc04;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) { #EZo2tJpKzveIaiddPMKFuvURowF7fPeb { display:block; }
 }@media only screen and (max-width: 763px) { #BDGMvNtWpfVVXOO78V7Of1XomOhSrXoP { width:19rem;height:2.875rem;top:19.5625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RoiLLPIDT5rFgTGpbmhMDe3cowS1qJkv { display:block; }
 }@media only screen and (max-width: 763px) { #HJDGtA1fKxKAS1iUrUBiTeXu0WLicoeE { width:19rem;height:2.8125rem;top:22.375rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnuiFyMHpImhXPv8XwFCEKiCzFpAriiJ { display:block; }
 }@media only screen and (max-width: 763px) { #hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi { display:block; }#hnGpsk5Sog3xxt9b6FL7o7VTlbOWm3gi > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxDCo0hhIcLsGup1ishq1eh85pwpTses { width:18.75rem;height:11.875rem;top:8.3125rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzpWpaA9RaQ2rdHJfEZyodHMipcXegV3 { width:18.75rem;height:4.6875rem;top:1.75rem;left:0.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTg6DpOUu9g1pxd68ZCT1QTuPlMlOgLM { width:18.75rem;height:23.875rem;top:22.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnKngdIkbzJpCfAcKpPoeM6T0mTvoIT { width:18.75rem;height:24.1875rem;top:48.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLFJeEmPFgvT86lQkffdbKhghL7kVhMh { width:18.75rem;height:1.75rem;top:24.5rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOdtLbgyd8JfSJiH5bGobfzFVrP3ao { width:18.75rem;height:1.75rem;top:49.9375rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvCyTkGJce0ZCbVRRiCSFqfofsfac66d { width:16.25rem;height:17.5rem;top:27.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZa8KXtJ11kIFxVCVUSlm4vNTm4mGJr { width:16.25rem;height:17.5rem;top:53.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaCOMyaPAQvaLFFGOxM3JJ0AfmQ3gFKO { width:20rem;height:4.375rem;top:74.0625rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNxZFuJqw7hr5NAV4VmJrXrcxbtQTBO5 { width:20rem;height:3rem;top:79.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFOQ4lPlFblCBiBAFss9WWqy29Afbddt { display:block; }#bFOQ4lPlFblCBiBAFss9WWqy29Afbddt > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCbiC0SCgqo3cX18VlkdOHlDJ5Zmy4sz { width:18.75rem;height:6.875rem;top:1.1875rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOi7R94bvRJGCb4eB2SoIiNpxgWDDVlk { width:18.75rem;height:15rem;top:10.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs { display:block; }#AaEDbMveRihUgdeNe1QTo0bwnLfoFQFs > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBHlfiO0fqT1wfHp7cG97gI9F3uwrhFX { width:20rem;height:50.375rem;top:1.4374961853027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyW97KM6rnopRaAaX8Nh79qBK5NCSNAv { width:18.75rem;height:3.125rem;top:2.4375rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WElCxkhH5vUv3KibJxWGifzyPPb4v9UR { width:18.75rem;height:12rem;top:6.53125rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #txhDo63TtlnJ8J8XLBigPHUEFbLIF5ly { width:18.75rem;height:29.25rem;top:20.423438072204rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdlwGympt043CGZUT6GHeqUFl97Jg0h9 { display:block; }#xdlwGympt043CGZUT6GHeqUFl97Jg0h9 > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #geo0ewoEAJ35hCQbTA3k8yhZX8mcSWJe { width:20rem;height:64.125rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9stJLfFrB29g5Eu94Uxew1pGCztmWwd { width:18.75rem;height:3.125rem;top:30.8125rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIs2XLRH9xsBzWhGBkgvdS0NmgMvdtvo { width:18.75rem;height:13.125rem;top:34.625rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifc1TeS4k1BDWlPbDRCLF6vq2AP0bHdz { width:18.75rem;height:42.4125rem;top:49.125001907349rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7ODIb2UOGFnlNOaW7NG8rVmXZZzFMEZ { width:18.75rem;height:13rem;top:13.875rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDwszoNcCe2rnip52vJouS1rcuVCCtDk { width:18.75rem;height:10.625rem;top:1.375rem;left:0.625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh { display:block; }#uG8dtDJgT3qWTFe9pTNWziOPruEuhSTh > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGiIkKA2yyMdxle2ysI20btV6geg2w6i { width:20rem;height:42.9375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNpfeGDXW3cmqTGEMt63nEUE2ODMZGVL { width:18.75rem;height:3.125rem;top:3.0000019073486rem;left:0.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJi8BOLQWFGOTHVgeFfoelxo0Bam1u8H { width:18.75rem;height:1.875rem;top:6.78125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZikLqsi5NH4b4cRpG7vfs02JelbQ9iTC { width:18.75rem;height:32.175rem;top:10.546873092651rem;left:0.62421876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 { display:block; }#CAiQW5xbeUQvbE8rUoIqeTepSTwRIDt1 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl { display:block; }#TxgMZuMwQa6iU87WqWfnBoQzT4NodIcl > .row .container { width:20rem;height:287.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oANwMlk2WvIXhF64zX0wIUGf8JZcxBaL { width:18.75rem;height:0;top:7.1250572204587rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pwJONx31nQbHTHRrGXDbGJBgFN2trkkZ { width:18.75rem;height:4.6875rem;top:0.68740463256838rem;left:0.62421876192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnfqiMigRmPBbmGnBUqP1DqRPzDh1LsU { width:20rem;height:258.125rem;top:27.124996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFMhvqZLGNBPc762xwOWl0RMlkcbp0VG { width:18.75rem;height:39.325rem;top:29rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ttTmX0fhTH2PuiiA7TSRkmtinzTngD { width:20rem;height:5.0375rem;top:70.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP898z4pqixU0zV1RuLaz9OW32vq4xpa { width:18.75rem;height:39.325rem;top:77.125rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRz73GlOU8DtTu81ymy7bRz3k2TO7gkP { width:20rem;height:3.25rem;top:115.56250095367rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GLPr323Oq1zqMpZwrDP4JhcUPoUZnV { width:20rem;height:3.125rem;top:21.062501907349rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNf4TiF0O3SHBlo79QvXwvZVZRA4cFTN { width:16.875rem;height:6.5625rem;top:272.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE3LPoKmUtsbmBFDLZJvyLKgXZgtw0wD { display:block; }
 }@media only screen and (max-width: 763px) { #rSyd48wSLscTXFU7dldTBmGUXDORbyEV { width:18.75rem;height:51.9375rem;top:128.4375038147rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFLmETHF3w7i37Oxy53zq8eulM5MpUQZ { width:18.75rem;height:9.375rem;top:128.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa50eZefyvGew4uHsET5BuS4r4ocStmt { width:18.75rem;height:1.6875rem;top:128.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upc94SCdZq9VNhQVO3s5TyDwomGHMA8R { width:16.875rem;height:1.1375rem;top:128.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odFGWo51Dx9cSp8hPNqTbbsZCSPMkKEC { width:16.875rem;height:5.6875rem;top:130.3125rem;left:1.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0PbFNGzs0gB2SXdmIgMzbGhvcTZrTDz { width:16.875rem;height:1.1375rem;top:136rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIkQSEHdlpd3TJIC95hcMpTNBbxOZ6eN { width:16.875rem;height:18rem;top:148.9375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF6WK8SUElVF42FckV7Z0DVmdJ4BRAc2 { width:16.875rem;height:0.975rem;top:177.6875038147rem;left:1.5625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nppzztsmc9KPIzl5dUI3AxaQyellqTic { width:12.5rem;height:1.625rem;top:139.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzRvWGl6xFmqvwE7VLh7ovxy5VErZqHK { width:16.875rem;height:5.6875rem;top:141.25rem;left:1.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBz3yZibXl3z1HWQldEIOgMKaTK5zrNd { width:18.75rem;height:49.3125rem;top:182.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFMv4l3OIyNFqPCuthGRBzHfKWqFBZ7I { width:18.75rem;height:7.6875rem;top:182.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKqKfyTfd4SxV0sZhUCBSeNqh2lq8vgz { width:15.625rem;height:4.875rem;top:183.4375rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnr32Ib1ZbxkfDoBy0oyu5qRP4qwuQz { width:15.625rem;height:1.1375rem;top:188.3125rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQbK2zlQyiRdghneMJEMRog0Ga0Ou85G { width:16.875rem;height:18rem;top:201.1875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp6NQqPuwAvz6nTSRctlvlt2rLTHyh3e { width:12.5rem;height:1.625rem;top:191.875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiZVgkEDsW3BTfqUvbGl1Sf830frMC3 { width:16.875rem;height:4.875rem;top:193.875rem;left:1.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfGWaD3B0BVHloSy0lZ1Qlp9OWsTuP6c { width:16.875rem;height:0.975rem;top:229.1875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaDCe4vm1XTmTGC46yB3BGKB1RC043AV { width:18.75rem;height:7.6875rem;top:233.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE6DyfQVUh4nznnhZ2HLKwLplJfPdRTO { width:15.625rem;height:4.875rem;top:234.75rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utk1dhWlsZfwQupt9vey1UQHAvvRExyU { width:15.625rem;height:1.1375rem;top:239.625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOz5TNTsrpuEC7fhNgzTLUSDP0Leydfk { width:18.75rem;height:49.1875rem;top:233.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvpzaUetvzlmrwU5kp6zIKEq3muB0z9 { width:12.5rem;height:1.625rem;top:243.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUF9Sr74HuSD81dpfWP1fy2hi9hT1wPh { width:16.875rem;height:4.875rem;top:245.1875rem;left:1.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sNQ64oD3D2yT8qaVP9NSMvoyMXrCW7 { width:16.875rem;height:18rem;top:252.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF8ofPbILynyABIJSkwKZDtd0b2GASo3 { width:16.875rem;height:6.5625rem;top:169.6875038147rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMEN5G4rk4dIJ0awFfBSRQdQ3P4F46Ix { display:block; }
 }@media only screen and (max-width: 763px) { #u9yL7GRqSX7zdpOahVxTnxGvBoBv26PK { width:16.875rem;height:0.975rem;top:280.375rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqwJzsXZSMeFp0pgsTLI1zwEwTHGU2Fn { width:16.875rem;height:6.5625rem;top:221.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDIXNG1TAxHwpsUUvNZwE24SkfUqVzDO { display:block; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB { width:18rem;height:5.0625rem;display:flex;top:120.62500572204rem;left:0.93671876192094rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #ARp4885vywfFKIvzFeOkrqBloA5PXJFK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #K7PTnPgbIEmkS05ozD9GQe1DWoM4JfdL {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #J6J30HEE1m9fxCAcsBB8vNRfG2ndHmAM {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #sTXzd7LilSzT8SQfxKgBwMBMnp7EM8HK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #qTqxHXKlfFUaqyaGIgSHNfAqLb3i9trG {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #vnM4RkGnWc2EynplTF0EAnTfQaVHytvp {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #GW2EGaX2Jd9keQDVoxROeh72vSaQ3TKe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #BUi7ymMLN4b0Aiuu0IFKgHAcgHghCFCw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #TewEupJu3eTHTRhqxA01fNf9yaeNivrl {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #cXkf9UTiJVz6oea0RTEqLBCAotXwh3Bv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #Z4eoRRMu3KCMTt5RyX841akyx4nULeHw {  }
 }@media only screen and (max-width: 763px) { #lKZCbQzWBFR1MTd2HGT8f0LeC8TIRquB #JFPbR57Elw6lsxycQ1OUAMWBOaeHf1TS {  }
 }@media only screen and (max-width: 763px) { #tDRIewbnLZCm7HfKXWlQQSz81HIyMkRd { width:18.75rem;height:11.875rem;top:7.25rem;left:0.62421876192093rem;font-size:2.375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W { display:block; }#KyK9r9UfD04DxX8XzZmW0IL4OnWixG9W > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkXOfWIyCBc2m4KtKf3PVcTBkcZVlDty { width:20rem;height:36.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWG8HE4RcayS6v8hE7t0tA9GwNySsika { width:15.625rem;height:2.51875rem;top:2.8125rem;left:2.8125001192093rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4BgbGcuDcymCeEE0aiylgWRGAzdLFd5 { width:15.625rem;height:6.5rem;top:5.3304710388184rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qssw5wq8itAuqWoythpesBl1pfxDAugF { width:15.625rem;height:2.51875rem;top:14rem;left:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZzVi78wqyLJqRlcfpovekuTM8xcakgm { width:15.625rem;height:7.15rem;top:16.4375rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #is7KcvOsPaL1tgzqhPMSvUiIAcLU59UU { width:15.625rem;height:2.51875rem;top:26rem;left:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8AOupeABKyUTeo6vzpNJVyS8ShiXacx { width:15.625rem;height:6.5rem;top:28.4375rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqw23PTiuFeAHB7zv0hygzyNixlvKzTW { width:0.375rem;height:9.375rem;top:2.8125rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kwwKTAfb2nNkFav0lk3Mx1fDEa5T8T { width:0.375rem;height:9.875rem;top:14rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCez6ncMIoApZupWBTEoMM61UM6XpLGG { width:0.375rem;height:9.0625rem;top:26rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB { display:block; }#KmzLdsV9wvllcWwAMfBWuPBy1oluuqgB > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipZbDL7Gp14cWMnAGISIKMr1DWEhJvh8 { width:20rem;height:49.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqoeEsnUCDmCQJ1z8OSCdHhq7TdDIlAJ { width:18.75rem;height:18.525rem;top:7.8929710388181rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOumByaSgwy7BpqwIJPzJ1kAVMW7xqeI { width:18.75rem;height:10.2375rem;top:28.592971801757rem;left:0.62421876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPlzTfEqM1OdUkWTAgEhO5kOGDKTZmwN { width:18.75rem;height:4.55rem;top:2.5390625rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bimAArc0hoSyMKGNMNuqBoMdQWVptamQ { width:15.625rem;height:1.875rem;top:41.35000038147rem;left:2.1875001192093rem;font-size:0.9375rem;z-index:15024;background-color:#00cc04;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) { #TpCGH20mmRMJuu0EaJs5edBTf3ztGUd4 { display:block; }
 }@media only screen and (max-width: 763px) { #Xa2RpM1a7FTngLrFzod9Fia10qGZMaSv { width:15.625rem;height:1.5625rem;top:43.175001144409rem;left:2.1875001192093rem;font-size:0.9375rem;z-index:15025;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #H9W0RFKulIl2BeU3cQZqz4EiubB5iqTw { display:block; }
 }@media only screen and (max-width: 763px) { #VA8a4T1RdSHHgEyCPs6XHwbu8xZgzamU { width:15.625rem;height:1.25rem;top:44.737501144409rem;left:2.1875001192093rem;font-size:0.75rem;z-index:15026;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #JROfVQTg08M8gFMJTUPH8xPAza7carbJ { display:block; }
 }@media only screen and (max-width: 763px) { #zRzbxuOpeIMVAaq4qnqC4WS3X4Nwa3B4 { width:15.625rem;height:1.5625rem;top:45.987501144409rem;left:2.1875001192093rem;font-size:0.75rem;z-index:15025;background-color:#00cc04;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) { #iPSlTVFh6HfvHJsVduhf6edpSdu511y7 { display:block; }
 }@media only screen and (max-width: 763px) { #i4QTcZJ6X8caCZHLMOwT8zk6yFxH84lS { width:19rem;height:2.8125rem;top:36.6875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD9TK0mW3ANq569gJ290BTkrGo05xA10 { display:block; }
 }@media only screen and (max-width: 763px) { #BpTr8FJQDqChQ0l1JRIkxq4Eno7dCgmP { width:19rem;height:2.875rem;top:33.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iw0eavdRahAyEeSeec9xqXRdvUJx5Vsp { display:block; }
 }@media only screen and (max-width: 763px) { #T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM { display:block; }#T3EfJTMrfRkJrLEloRSDgT9yAK8WTirM > .row .container { width:20rem;height:136.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDRrm6Ep841tQD69BUhRb7ib0bA6QGPU { width:20rem;height:18.1875rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3qHtRXiEaODtty9cl6ETv6MPZ9ilZML { width:20rem;height:4.55rem;top:1.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAPhpBk06004zpVHB6Q9c0pmdnX2aSp2 { width:20rem;height:11.295336787565rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5V2WpTr6Z0GVRs7CLVWAkvaozTUMNn0 { width:20rem;height:6.8833333333333rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6KXr9tslyx3FDmha3egybgyDb6ueq94 { width:20rem;height:43.667481662592rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCKgIni4w3FFaz80VUo8yM7Ow3kHpywA { width:20rem;height:43.325rem;top:92.470314025881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyGS24wJ91iLAcbPgeBokggvseaeqvqp { display:block; }#nyGS24wJ91iLAcbPgeBokggvseaeqvqp > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0brTQm3MZT0SxB6TVNPf9daacoOT8Qp { width:20rem;height:5.2rem;top:69.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urmN0kEnl1PmNn3u0oqomOcihNmy4xEl { width:18.75rem;height:39rem;top:28.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZvOUSGQICslxT3gSGttMSWR6i7fQgmGZ { width:20rem;height:5.2rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvOzCZvl6XEL32UEQbTXDkr99UDbHBef { width:20rem;height:3.9rem;top:7.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQ3KpSmRFGUyqbkfETOGQBl1bo13k8SH { width:15.125rem;height:14.5625rem;top:13.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yTbnp7nMotBQyTmynPPNddf2TFZzVneN { width:18rem;height:5.0625rem;display:flex;top:78.56250190735rem;left:0.9375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #pHPPyQaS2qx4uckDdFZ3BJKn2gCxlnRO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dxnwFmQ9yoBIQA6xd7EQzlJw1NI0cSrg {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QLyUZTm6mKdJIcwRDahsgoBUqypQqqCp {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #fE0ZE2tPpSn9NsS9sCUpG2E5NMn6oOH3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #mGKNB3M7GvsvoZdmM6KF9z21gcmd3zcv {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #WG3gsgwlUodZreU4hqTNOAUpU8pGTJZz {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #HDQC4p8PSAfWesMAHSZeKPDNhHoAnTGN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #U7BwG4vEgGmxChk9KAPnKUef4khsMMXO {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #dtnzdh9HvEW6RM86SdVisyalTD6zquEX {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #vQ5gS4WHLJIkqZTdWKxVTNZCNnZxnbpM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #v75dassPwVNy4Eof5sZ5DRTmKcGGZbZL {  }
 }@media only screen and (max-width: 763px) { #yTbnp7nMotBQyTmynPPNddf2TFZzVneN #QUEifXaFiulrlCmeLQA2euJzrN1uTRoI {  }
 }@media only screen and (max-width: 763px) { #qQ7TQcZfkEvhh2JJ3nfuxkQCs1zmUHr7 { width:18.75rem;height:1.7875rem;top:75.5625rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHvtRUE2oxOVLtDLFxkTVBpaP4hHXRhZ { width:15.625rem;height:1.875rem;top:86.12500190735rem;left:2.1875001192093rem;font-size:0.9375rem;z-index:15028;background-color:#00cc04;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) { #lyDc79WvsyNypCmLxKTJ0SNb79ERKDvS { display:block; }
 }@media only screen and (max-width: 763px) { #HFxZObgbPw8sIyImCJ9Dnifi7MPvwH8U { width:15.625rem;height:1.5625rem;top:88.0000038147rem;left:2.1875001192093rem;font-size:0.9375rem;z-index:15029;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #MMlSaIbAis9Eds9yExGlVbxUL30Gm6aF { display:block; }
 }@media only screen and (max-width: 763px) { #zZrMKGDTTxHeSfvk4uiHw9yo1F7B0Pg6 { width:15.625rem;height:1.25rem;top:89.5625038147rem;left:2.1875001192093rem;font-size:0.75rem;z-index:15030;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#00cc04;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) { #Q8CxqMvP2iTzJ6pWFbly78wUuTcO22AO { display:block; }
 }@media only screen and (max-width: 763px) { #ernDcqaBzTXEmEKHw8dPGbfmSzaGB8L0 { width:15.625rem;height:1.5625rem;top:90.8125038147rem;left:2.1875001192093rem;font-size:0.75rem;z-index:15029;background-color:#00cc04;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) { #gxImT0rDE838lFPGP6UOGzQUIXLKbV5B { display:block; }
 }@media only screen and (max-width: 763px) { #CRItWbPo2Qc8ADH2t0st5sRZOvuhKmlT { width:19rem;height:2.8125rem;top:83.1875rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHOfxoUowrsSMQzHSNJptgXVDJTyETOL { display:block; }
 }@media only screen and (max-width: 763px) { #P9zI0AtfuZGdSVecSblGElE2erzb10wc { width:19rem;height:2.875rem;top:80.375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZ3gXHlUw2et5yEwgHznh6TQBF6R73AP { display:block; }
 }@media only screen and (max-width: 763px) { #L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA { position:relative;z-index:auto;display:block; }#L7BCTBDb95MlsmMrXQJZ3ONNJ1M6gQrA > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NV1q5RiOns2R87JIUXwAnl8Ezn7c0bTO { width:20rem;height:2.275rem;top:0.99996948242188rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }