.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:255,204,204;--color-primary-1:255,103,102;--color-primary-2:255,1,0;--color-primary-3:255,0,0;--color-primary-4:51,0,0;--color-secondary-0:225,249,249;--color-secondary-1:157,235,235;--color-secondary-2:58,214,214;--color-secondary-3:29,107,107;--color-secondary-4:9,32,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#ffb300;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.74963125rem;width:47.24975rem;top:0.875rem;left:6.375rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:rgba(var(--color-tertiary-4),1);display:block;width:46.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:6.5625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:2.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:rgba(var(--color-tertiary-4),1);display:block;width:54.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5625rem;left:2.9375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.24963375rem;width:40.68725rem;top:10.5rem;left:9.625rem;display:block; }
#dTmgUMLDZVmtUgT5LOm5DJf1gGmQW53p { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.1239375rem;width:46.6239375rem;top:16.811458587646rem;left:7.8083324432375rem;display:block; }
#z6UdkQcPrLKruT5c3zW99niNQ2l3kePm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6854375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.935417175293rem;left:16.777084350586rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { 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; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .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); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:265.8125rem;width:60rem;position:relative;display:block; }#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:144.25rem;width:24.9375rem;top:1.4996337890625rem;left:34.6875rem;display:block; }
#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0302085876462rem;left:0rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:2.1875rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.66845703125rem;left:35.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:7.5rem;top:4.9365234375rem;left:36.756591796875rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.378173828125rem;left:46.25732421875rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.75rem;left:35.28125rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.744140625rem;left:38.40625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:15.875rem;left:35.3125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:35.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3729375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.65625rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:44.762500762939rem;left:0rem;height:42.25rem;text-align:left;text-align-last:left;display:block; }
#gePZNCrKAvzzotMPcMNueE40a8UM57L6 { position:absolute;display:block;z-index:15011;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.0625rem;width:10.0625rem;top:18.623657226562rem;left:35.28076171875rem;overflow:hidden;display:block; }
#TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.773958206177rem;left:45.143751144409rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:29.8056640625rem;left:50.65625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.3740234375rem;left:38.40625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pVBH9LxccMdzAdem48WJhieZQuw0XbXk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.6923828125rem;left:35.59375rem; }
#KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.726196289062rem;left:43.475952148438rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.0625rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:43.625rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:42.9375rem;left:35.5rem; }
#FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:33.026733398438rem;left:34.6875rem;overflow:hidden;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:69.75rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:70.3125rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:69.625rem;left:35.5rem; }
#hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:60.187377929688rem;left:34.6875rem;overflow:hidden;display:block; }
#pv62r5um4HNn4FXIz94JX4it2epsd5wO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:60.1875rem;left:42.8125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:56.4375rem;left:50.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:57rem;left:38.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:56.375rem;left:35.5625rem; }
#gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { 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:8.5625rem;width:8.5625rem;top:46.605224609375rem;left:34.6875rem;overflow:hidden;display:block; }
#Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:46.9375rem;left:42.875rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:96.5625rem;left:50.5625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:97.125rem;left:38.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:96.4375rem;left:35.5rem; }
#VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:6.3125rem;top:86.5625rem;left:35.3125rem;overflow:hidden;display:block; }
#JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:87rem;left:42.8125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:83.3125rem;left:50.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:83.875rem;left:38.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:83.1875rem;left:35.5625rem; }
#ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:73.82568359375rem;left:34.6875rem;overflow:hidden;display:block; }
#V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:74.630737304688rem;left:43.3203125rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:100.0625rem;left:35.3125rem;display:block; }
#uTfv4aswuv99b1fm7ldF62mUenBLTl4k { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:100.5rem;left:35.375rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { position:absolute;display:block;z-index:15041;height:21.75rem;width:20.375rem;top:103.75rem;left:36.96875rem;display:block; }
#SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:89.192710876462rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#xh0b6fP4xonTQRQy4culleKewPmgKXPs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9375rem;top:6.3781242370606rem;left:9.4927082061769rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5rem;left:0.40625rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { 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:1.25rem;width:21.9364375rem;top:95.367710113525rem;left:5.9072914123535rem;overflow:hidden;display:block; }
#vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:32.25rem;top:100.06250190735rem;left:0rem;overflow:hidden;display:block; }
#ZTOClsW1607AvI8pS3sc7ewnONVsz3EI { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:177.62811279297rem;left:1.3364582061768rem;height:78rem;text-align:left;text-align-last:left;display:block; }
#V5O3xzqUs9ssh9pgS0OqP0JAGU86bR9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:148.99687576294rem;left:1.6875rem;height:26.24375rem;display:block; }
#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC { 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; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container { background-color: transparent; background-image: none; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container > .video-iframe-container { display: none; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row > .video-iframe-container { display: none; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .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); }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container { border-width: 0; border-radius: 0; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container { font-size:0.875rem;font-family:arial;height:139.9375rem;width:60rem;position:relative;display:block; }#VaqE2pKU7GhM4MgGtn7NkeiSMKJE8LTs { color:rgba(var(--color-tertiary-4),1);display:block;width:31.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.67236328125rem;left:2.515869140625rem;height:29.25rem;text-align:left;text-align-last:left;display:block; }
#BodN5gzuc6daTxcwNr6I1JblAnETscVD { color:rgba(var(--color-tertiary-0),1);display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.563541412354rem;left:4.75rem;height:6.9875rem;text-align:center;text-align-last:center;display:block; }
#M80mGHrAoFFnJTdV43pvI9liKmDPEoKT { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4979375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:49.623958587646rem;left:7.7510414123538rem;height:29.25rem;text-align:left;text-align-last:left;display:block; }
#TgK9GNmaCuHErKh1Pb0mAoFrFlhqMgor { color:rgba(var(--color-primary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:80.110416412356rem;left:5.25rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#dNa8bxtbsZkdlgmfWw4w4lIHsGyu1Hwn { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:15.8739375rem;top:3.2312498092651rem;left:5.25rem;overflow:hidden;display:block; }
#V5wCipigFaoHhogqfKxNavVnlTk8W6cL { 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:0.9375rem;width:17.5rem;top:83.615625381469rem;left:36.055206298828rem;overflow:hidden;display:block; }
#yQyFLTt9yhSpeaMiuBd9vp9yREzq5mL2 { color:#ff000b;display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:3.6875rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#iPGegcNlXz3RRskuqVniPmSx1MuvsZ9U { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:86.9375rem;left:6.5rem;height:52rem;text-align:left;text-align-last:left;display:block; }
#r2DOTFJJaUBdnbv3LRRqZBc9T0rLnCn8 { position:absolute;display:block;z-index:15022;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:29.187rem;width:23.2495rem;top:11.700439453125rem;left:35.74951171875rem;overflow:hidden;display:block; }
#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O { 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; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container { background-color: transparent; background-image: none; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container > .video-iframe-container { display: none; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row > .video-iframe-container { display: none; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .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); }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container { border-width: 0; border-radius: 0; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container { font-size:0.875rem;font-family:arial;height:122.75rem;width:60rem;position:relative;display:block; }#L0J2bn2RpMXNMN4ETXwAkNLGyFplul5N { color:rgba(var(--color-tertiary-4),1);display:block;width:46.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.30419921875rem;left:6.5301513671875rem;height:22.75rem;text-align:left;text-align-last:left;display:block; }
#eMJOyc9ppainLZS9TVF3tiLradI1XNqN { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.218750953674rem;left:1.71875rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#aurniUsGmmQkffUoW8lAn0tuP3On0NZb { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:50.631713867188rem;left:6.5301513671875rem;height:29.25rem;text-align:left;text-align-last:left;display:block; }
#W8HrTK5rHH9UfLDQTrOwq9ccRukimU9W { color:rgba(var(--color-tertiary-0),1);display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:84.6875rem;left:5.3125rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#LfNiwZZgO9g9dRbi0Ik4FmZ3RmtdPsP5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9364375rem;top:10.930206298828rem;left:31.586456298828rem;overflow:hidden;display:block; }
#UuACAi8Ti7kWZ13LKuRyUnW05PKnMoTF { 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:1.25rem;width:21.9364375rem;top:92.8125rem;left:10.0625rem;overflow:hidden;display:block; }
#y7cmqtbkrqDdodzCgTHn9xprpoaEEsGM { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1552047729492rem;left:2.5rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#n5BVSt3eNOnD5ZqbikpwPuRlhbnEI5Uq { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:97.32421875rem;left:6.62353515625rem;height:22.75rem;text-align:left;text-align-last:left;display:block; }
#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { position:relative;display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { background-color: transparent; background-image: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row > .video-iframe-container { display: none; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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); }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { border-width: 0; border-radius: 0; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .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:69.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:7.625rem;left:1.5rem; }
#V7pXI66PekAHGEtPz220JlQoS6ENICWA { position:absolute;display:block;z-index:15097;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.9375rem;top:11rem;left:1.8125rem;display:block; }
#ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15109;line-height:1.5;letter-spacing:0;top:11.375rem;left:1.8125rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:16.5625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { position:absolute;display:block;z-index:15157;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:29.4375rem;width:25.625rem;top:6.125rem;left:14.5625rem;overflow:hidden;display:block; }
#ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.93676875rem;width:3.93676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:22.593994140625rem;left:0rem; }
#hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { position:absolute;display:block;z-index:15101;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:3.875rem;display:block; }
#NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.312rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15110;line-height:1.5;letter-spacing:0;top:25.43701171875rem;left:4.288330078125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { position:absolute;display:block;z-index:15100;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:25.3125rem;left:34.5625rem;display:block; }
#MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { position:absolute;display:block;z-index:15101;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:12.625rem;left:34.4375rem;display:block; }
#q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.937rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:10.4375rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6860625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:25.968017578125rem;left:39.913940429688rem;height:9rem;text-align:right;text-align-last:right;display:block; }
#FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.437125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15107;line-height:1.5;letter-spacing:0;top:12.62451171875rem;left:43.1640625rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31213125rem;width:4.31213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:9.49951171875rem;left:55.062255859375rem; }
#QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:22.687377929688rem;left:55.5615234375rem;overflow:hidden;display:block; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { 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:27.124625rem;height:8.421625rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;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:56.221313476562rem;left:14.714965820312rem;z-index:15071; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg { width:auto; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
#tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.7485625rem;height:3.8745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:52.346801757812rem;left:14.436645507812rem;display:block; }
#h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { color:#0eff00;display:block;width:17.4359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:44.547119140625rem;left:20.59326171875rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:36.465454101562rem;left:11.1865234375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#btMxcEbhJ8yQNl79l2kLWE9nlPWNvUXv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9364375rem;top:66.722916603087rem;left:9.8125rem;overflow:hidden;display:block; }
#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f { 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; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container { background-color: transparent; background-image: none; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container > .video-iframe-container { display: none; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row > .video-iframe-container { display: none; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .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); }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container { border-width: 0; border-radius: 0; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:60rem;position:relative;display:block; }#hHlnHCda7WV3rq33bRtxXaqJEK2lbz6H { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.8125rem;left:15.125rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#mCV8TgENnvBPg8uSTQ1Z8eWOGMg3Wt0D { 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:1.25rem;width:21.9360625rem;top:4.5625rem;left:24.875rem;overflow:hidden;display:block; }
#oHGzTR73qppIwA3LFhTzOvfJArohsXec { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:7rem;height:43.875rem;text-align:left;text-align-last:left;display:block; }
#O77CtlxddCTm2OJZT4qPkPxQdU1SNm6n { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:60.249998092651rem;left:4.375rem;height:15.4375rem;text-align:center;text-align-last:center;display:block; }
#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO { position:relative;display:block; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO { background-color: transparent; background-image: none; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .row .container > .video-iframe-container { display: none; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .row > .video-iframe-container { display: none; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .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); }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO { border-width: 0; border-radius: 0; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .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; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .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:85.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#trRM0FUn4qgTfnr29RSrBAIK9gHOpFU5 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:22.5625rem;top:2.7124996185302rem;left:20.65625rem;overflow:hidden;display:block; }
#nzbGDOfb3sbgC2bPkFsDzgCUtac8Aa0y { position:absolute;display:block;z-index:15027;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:18.125rem;width:28.5rem;top:16.258333206177rem;left:31.15625rem;overflow:hidden;display:block; }
#UgFAW58pxap051ufTNgNZnIihf1b1u2R { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:15.516666412354rem;left:0rem;height:54.19375rem;text-align:left;text-align-last:left;display:block; }
#GWeXGMO4LKspTttvXnT8ICZuLbPG7Let { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:28.9375rem;top:36.079166412354rem;left:31.063541412354rem;overflow:hidden;display:block; }
#BsGDeUSpBJf9xe3kITaVEPw3oWEL5GHy { position:absolute;display:block;z-index:15029;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:16.125rem;width:21.875rem;top:53.640625rem;left:31.15625rem;overflow:hidden;display:block; }
#JhqvL9hrZ3TmdZT1dZXTvtXzD7RU0u4h { color:rgba(var(--color-tertiary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:73.375rem;left:3rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#BspD142lETz7gSfMov9H3WE9nOhVoHHZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:60rem;top:77.375rem;left:0rem;overflow:hidden;display:block; }
#cox8d9vHkMrPDfavoPtST85bTiTr5TKk { 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; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container { background-color: transparent; background-image: none; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container > .video-iframe-container { display: none; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row > .video-iframe-container { display: none; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .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); }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container { border-width: 0; border-radius: 0; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container { font-size:0.875rem;font-family:arial;height:109.5625rem;width:60rem;position:relative;display:block; }#Cd4xJlc4TZURCfmpzfAhkuOIFCOIoXHp { color:rgba(var(--color-tertiary-4),1);display:block;width:49.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.441162109375rem;left:5.0933837890625rem;height:95.875rem;text-align:left;text-align-last:left;display:block; }
#p1V4Fu2OyDsw3mvfgvIJS3ZK0G8JWzb4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:3.7255859375rem;left:25.562133789062rem;overflow:hidden;display:block; }
#kIBns0IEq7zxOx1NqPf0wOu4DJ12RDoH { color:rgba(var(--color-tertiary-0),1);display:block;width:43.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:8.3740234375rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr { position:relative;display:block; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr { background-color: transparent; background-image: none; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .row .container > .video-iframe-container { display: none; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .row > .video-iframe-container { display: none; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .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); }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr { border-width: 0; border-radius: 0; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .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; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .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:242.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CzFXTvdBPKbBTyAhTq80SlU3qi3GfCGP { position:absolute;display:block;z-index:15157;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:29.4375rem;width:25.625rem;top:0rem;left:14.714584350586rem;overflow:hidden;display:block; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm { 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:27.124625rem;height:8.421625rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;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:56.221313476562rem;left:14.714965820312rem;z-index:15071; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #pyncEJ0mQCAdwy9gHFWsqTd29DP8mG7o { display:flex;position:relative;top:0rem;left:0rem; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #WxJsWARMEZQGmarrJhcEpi3UP8mW342Q { width:auto; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #qe6uVshmpyAnRVIOrltJ36ZQAo0ZknZW {  }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #GmDOu1mR5pSSyZNdGVcTpT3OpLmHOllh { display:flex;position:relative;top:0rem;left:0rem; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #havTZRWb0lCUp8MIfacwfBmPbNwNbzoz {  }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #OCKodITQ5ileGhszxpwUnD4786k5Vfcg {  }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #AuZT5Tqf4JFsXC1CLTkpAvZevxPPkCsF { display:flex;position:relative;top:0rem;left:0rem; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #VF90vHeFkTDTVLqyyZSlmIG0fHnxCaFb {  }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #oqJMtbHqys3wH3t0pqqcboBSpVKK1Cwd {  }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #ibldbAehfVOvVTMQTgTFTaDRIs94fO13 { display:flex;position:relative;top:0rem;left:0rem; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #D6kK3kJAlhwEMcWIaz5Lel13JGIFDBsf {  }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #bKkN7XylRDUzkxQL7Z1uc61SBHL5aue9 {  }
#nRua3uNy3lZmxEfo8gCPNhbEAq0Xm1FU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.7485625rem;height:3.8745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:52.346801757812rem;left:14.436645507812rem;display:block; }
#A6KLLsepK5E10sMEiZCFrn5EbiyNE0Ik { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHX0JVo2QqSlXXdzJTqZBcm5e1kOn6QT { color:#0eff00;display:block;width:17.4359375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:40.5625rem;left:20.5625rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcR5qxm2PE5txqlO6mchC6IP4GZxEKdb { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:32.4375rem;left:11.1875rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#ZJHGRe1W9is6S1HtLE9lZFtETEEixsgK { position:absolute;display:block;z-index:15040;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.1875rem dashed rgba(var(--color-primary-2),1);border-left:0.1875rem dashed rgba(var(--color-primary-2),1);border-right:0.1875rem dashed rgba(var(--color-primary-2),1);border-bottom:0.1875rem dashed rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;height:19.3125rem;width:55.1875rem;top:69.7021484375rem;left:2.406005859375rem;display:block; }
#HMcSM4ndFzqpzT2XHPsSXKcAJonWAdTo { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9983125rem;width:16.25rem;top:73.702392578125rem;left:41.256713867188rem;overflow:hidden;display:block; }
#W1WFTLo9fJg9koZxoGzLnPQTN2vMN3Qc { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4983125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15043;line-height:1.6;letter-spacing:0;top:75.241088867188rem;left:7.2332763671875rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#KtJWGXKubpdTSTZ9sUuIeShW5iQExtq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:71.550903320312rem;left:7.2332763671875rem;height:3.0875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qoF2BWSsd4TtVOQJUhZqvwi6T5mXk3hl { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:71.531982421875rem;left:3.87451171875rem;display:block; }
#PFzl8X5pqMZkmrU35ZLhRm5FfSH8Th0v { color:rgba(var(--color-tertiary-4),1);display:block;width:47.56225rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15044;line-height:1.6;letter-spacing:0;top:91.749267578125rem;left:6.2176513671875rem;height:65.1rem;text-align:left;text-align-last:left;display:block; }
#LugLQAk4KfJI8as3U0zk4AQU6bdrTQng { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:161.5rem;left:12.0625rem;display:block; }
#Cyy8ECAK78rkkTeB2OAHXOxI2ta8ydNW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2QSTD19cGe0glxhJHcnSMCs4ruQ2RFy { position:absolute;display:block;z-index:15042;height:9.249875rem;width:34.4995rem;top:167.5625rem;left:12.5625rem;display:block; }
#DRuCEDSnyxh6ac4Vmg7XWOTNUFEMV1PK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15045;line-height:1.6;letter-spacing:0;top:182.5625rem;left:12.40625rem;height:33.6rem;text-align:left;text-align-last:left;display:block; }
#mk7ZD36UTcySGqXODtGIt7uVl7bhwwsu { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:219.75rem;left:12.5rem;display:block; }
#iOLxFFO6zz523OcKIbWFNCc0zy6TiO4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5VGrzvyH8CsTINASUsi9TwSvyK8rFQP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:242.6875rem;left:31.1875rem;height:1.3rem;display:block; }
#N3Lzh79XO1wlF7I9a3NHBwdgwTTzf0zJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9985625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:242.6875rem;left:20.5625rem;height:1.3rem;display:block; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { position:relative;display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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:22.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Obxa28NwZm2wc34VzE8VevTvxNCvimT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9359375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:1.2982177734375rem;left:0.0634765625rem;height:15.84375rem;display:block; }
#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9e00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { background-color: transparent; background-image: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .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); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { border-width: 0; border-radius: 0; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { position:absolute;display:block;z-index:15011;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:6.25rem;width:5.4375rem;top:0.2178955078125rem;left:5.0616455078125rem;overflow:hidden;display:block; }
#WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { background-color:#65b300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.687375rem;height:4.12475625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.280517578125rem;left:13.124389648438rem;display:block; }
#dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:21.1875rem;top:1.375rem;left:33.25rem;display:block; }
#hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.375rem;left:33.3125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.375rem;left:33.25rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.1875rem;height:2.6875rem;top:0.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:46.75rem;height:1.38125rem;top:1.5625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:4.875rem;top:3.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:47.75rem;height:4.375rem;top:11.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { width:40.625rem;height:0.1875rem;top:10.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #dTmgUMLDZVmtUgT5LOm5DJf1gGmQW53p { width:46.5625rem;height:26.08951335017rem;top:16.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #z6UdkQcPrLKruT5c3zW99niNQ2l3kePm { width:28.625rem;height:1.3rem;top:42.875rem;left:10.652084350586rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:144.25rem;top:1.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:27.625rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.7875rem;top:2.625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.5rem;height:8.625rem;top:4.875rem;left:30.631591796875rem;display:block; }
 }@media only screen and (max-width: 959px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:12.8125rem;height:7.9375rem;top:6.375rem;left:34.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:12.75rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.1375rem;top:13.6875rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:15.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.625rem;height:1.7875rem;top:16.25rem;left:24.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:3.0625rem;top:38.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:42.25rem;top:44.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:10.0625rem;height:10.0625rem;top:18.5625rem;left:29.15576171875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:13.9375rem;height:7.9375rem;top:20.75rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.275rem;top:29.75rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:9.75rem;height:1.1375rem;top:30.3125rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { width:2.5rem;height:2.5rem;top:29.6875rem;left:29.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:16.1875rem;height:7.9375rem;top:33.6875rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.275rem;top:43rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:1.1375rem;top:43.625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:2.5rem;height:2.5rem;top:42.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:8.625rem;height:8.625rem;top:33rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.275rem;top:69.6875rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:1.1375rem;top:70.3125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:69.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.4375rem;height:8.4375rem;top:60.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:16.1875rem;height:7.9375rem;top:60.1875rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.275rem;top:56.375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:1.1375rem;top:57rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:56.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.5625rem;height:8.5625rem;top:46.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.1875rem;height:7.9375rem;top:46.9375rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.275rem;top:96.5625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.75rem;height:1.1375rem;top:97.125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:96.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.3125rem;height:8.75rem;top:86.5625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:16.1875rem;height:7.9375rem;top:87rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.275rem;top:83.25rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.75rem;height:1.1375rem;top:83.875rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:83.1875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:8.4375rem;height:8.4375rem;top:73.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:15.75rem;height:6.8125rem;top:74.625rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:23.75rem;height:2.75rem;top:100.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:23.6875rem;height:1.70625rem;top:100.5rem;left:24.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20.375rem;height:21.75rem;top:103.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:33.375rem;height:5.0375rem;top:89.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.9375rem;height:1.25rem;top:6.375rem;left:3.3677082061767rem;display:block; }
 }@media only screen and (max-width: 959px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.9375rem;height:4.55rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:21.875rem;height:1.2464991181909rem;top:95.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:32.25rem;height:46.8125rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZTOClsW1607AvI8pS3sc7ewnONVsz3EI { width:47.75rem;height:78rem;top:177.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #V5O3xzqUs9ssh9pgS0OqP0JAGU86bR9Q { width:47.75rem;height:26.1875rem;top:148.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC { display:block; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VaqE2pKU7GhM4MgGtn7NkeiSMKJE8LTs { width:31.3125rem;height:29.25rem;top:11.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #BodN5gzuc6daTxcwNr6I1JblAnETscVD { width:47.75rem;height:6.9375rem;top:41.5625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #M80mGHrAoFFnJTdV43pvI9liKmDPEoKT { width:44.4375rem;height:29.25rem;top:49.5625rem;left:1.6260414123535rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TgK9GNmaCuHErKh1Pb0mAoFrFlhqMgor { width:47.75rem;height:4.375rem;top:80.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dNa8bxtbsZkdlgmfWw4w4lIHsGyu1Hwn { width:15.8125rem;height:0.68483914277725rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #V5wCipigFaoHhogqfKxNavVnlTk8W6cL { width:17.5rem;height:0.9375rem;top:83.5625rem;left:29.930206298828rem;display:block; }
 }@media only screen and (max-width: 959px) { #yQyFLTt9yhSpeaMiuBd9vp9yREzq5mL2 { width:47.75rem;height:7.125rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iPGegcNlXz3RRskuqVniPmSx1MuvsZ9U { width:47rem;height:52rem;top:86.9375rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #r2DOTFJJaUBdnbv3LRRqZBc9T0rLnCn8 { width:23.1875rem;height:29.109166326157rem;top:11.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O { display:block; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #L0J2bn2RpMXNMN4ETXwAkNLGyFplul5N { width:46.9375rem;height:22.75rem;top:14.25rem;left:0.40520858764649rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eMJOyc9ppainLZS9TVF3tiLradI1XNqN { width:47.75rem;height:8.75rem;top:39.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aurniUsGmmQkffUoW8lAn0tuP3On0NZb { width:47.375rem;height:29.25rem;top:50.625rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #W8HrTK5rHH9UfLDQTrOwq9ccRukimU9W { width:47.75rem;height:8.775rem;top:84.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LfNiwZZgO9g9dRbi0Ik4FmZ3RmtdPsP5 { width:21.875rem;height:1.2464991181909rem;top:10.875rem;left:25.461456298828rem;display:block; }
 }@media only screen and (max-width: 959px) { #UuACAi8Ti7kWZ13LKuRyUnW05PKnMoTF { width:21.875rem;height:1.2464991181909rem;top:92.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #y7cmqtbkrqDdodzCgTHn9xprpoaEEsGM { width:47.75rem;height:3.9rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #n5BVSt3eNOnD5ZqbikpwPuRlhbnEI5Uq { width:47.1875rem;height:22.75rem;top:97.3125rem;left:0.49895858764649rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:47.75rem;height:3.0625rem;top:1.125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { top:11.375rem;left:0rem;width:14.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { top:9.5rem;left:0rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:25.625rem;height:29.4375rem;top:6.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { top:23.75rem;left:0rem;width:9.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { top:25.4375rem;left:0rem;width:12.3125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { top:10.4375rem;left:29.875rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { top:23.75rem;left:32.4375rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { top:25.9375rem;left:32.125rem;width:15.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { top:12.625rem;left:35.3125rem;width:12.4375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg {  }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
 }@media only screen and (max-width: 959px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
 }@media only screen and (max-width: 959px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 959px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { top:44.5rem;left:14.46826171875rem;width:17.375rem;height:4.14375rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:36.25rem;height:7.3125rem;top:36.4375rem;left:5.0615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #btMxcEbhJ8yQNl79l2kLWE9nlPWNvUXv { width:21.875rem;height:1.2464991181909rem;top:66.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gCvtT16hC07bhTtRQdBbD54g76Ez1D7f { display:block; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hHlnHCda7WV3rq33bRtxXaqJEK2lbz6H { width:33.3125rem;height:8.75rem;top:0.8125rem;left:9rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mCV8TgENnvBPg8uSTQ1Z8eWOGMg3Wt0D { width:21.875rem;height:1.2464991181909rem;top:4.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #oHGzTR73qppIwA3LFhTzOvfJArohsXec { width:46.0625rem;height:43.875rem;top:11.5rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #O77CtlxddCTm2OJZT4qPkPxQdU1SNm6n { width:47.75rem;height:15.4375rem;top:60.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO { display:block; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #trRM0FUn4qgTfnr29RSrBAIK9gHOpFU5 { width:22.5625rem;height:0.6875rem;top:2.6875rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nzbGDOfb3sbgC2bPkFsDzgCUtac8Aa0y { width:28.5rem;height:18.125rem;top:16.25rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #UgFAW58pxap051ufTNgNZnIihf1b1u2R { width:30.0625rem;height:54.1875rem;top:15.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GWeXGMO4LKspTttvXnT8ICZuLbPG7Let { width:28.9375rem;height:16.1875rem;top:36.0625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BsGDeUSpBJf9xe3kITaVEPw3oWEL5GHy { width:21.875rem;height:16.125rem;top:53.625rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JhqvL9hrZ3TmdZT1dZXTvtXzD7RU0u4h { width:47.75rem;height:3.0625rem;top:73.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BspD142lETz7gSfMov9H3WE9nOhVoHHZ { width:47.75rem;height:2.83515625rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #cox8d9vHkMrPDfavoPtST85bTiTr5TKk { display:block; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Cd4xJlc4TZURCfmpzfAhkuOIFCOIoXHp { width:47.75rem;height:95.875rem;top:8.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1V4Fu2OyDsw3mvfgvIJS3ZK0G8JWzb4 { width:21.875rem;height:1.2465204272644rem;top:3.6875rem;left:19.437133789062rem;display:block; }
 }@media only screen and (max-width: 959px) { #kIBns0IEq7zxOx1NqPf0wOu4DJ12RDoH { width:43.25rem;height:3.33125rem;top:0rem;left:2.2489585876465rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TLMSMZldOsyp4HZcI15OUvgzLWztCQTr { display:block; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CzFXTvdBPKbBTyAhTq80SlU3qi3GfCGP { width:25.625rem;height:29.4375rem;top:0rem;left:8.5895843505863rem;display:block; }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .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; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .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; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm { display:flex;width:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #pyncEJ0mQCAdwy9gHFWsqTd29DP8mG7o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #WxJsWARMEZQGmarrJhcEpi3UP8mW342Q {  }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #qe6uVshmpyAnRVIOrltJ36ZQAo0ZknZW {  }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #GmDOu1mR5pSSyZNdGVcTpT3OpLmHOllh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #havTZRWb0lCUp8MIfacwfBmPbNwNbzoz {  }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #OCKodITQ5ileGhszxpwUnD4786k5Vfcg {  }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #AuZT5Tqf4JFsXC1CLTkpAvZevxPPkCsF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #VF90vHeFkTDTVLqyyZSlmIG0fHnxCaFb {  }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #oqJMtbHqys3wH3t0pqqcboBSpVKK1Cwd {  }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #ibldbAehfVOvVTMQTgTFTaDRIs94fO13 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #D6kK3kJAlhwEMcWIaz5Lel13JGIFDBsf {  }
 }@media only screen and (max-width: 959px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #bKkN7XylRDUzkxQL7Z1uc61SBHL5aue9 {  }
 }@media only screen and (max-width: 959px) { #nRua3uNy3lZmxEfo8gCPNhbEAq0Xm1FU { width:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #A6KLLsepK5E10sMEiZCFrn5EbiyNE0Ik { display:block; }
 }@media only screen and (max-width: 959px) { #CHX0JVo2QqSlXXdzJTqZBcm5e1kOn6QT { top:40.5625rem;left:14.4375rem;width:17.375rem;height:7.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mcR5qxm2PE5txqlO6mchC6IP4GZxEKdb { width:36.25rem;height:7.3125rem;top:32.4375rem;left:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZJHGRe1W9is6S1HtLE9lZFtETEEixsgK { width:47.75rem;height:19.3125rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HMcSM4ndFzqpzT2XHPsSXKcAJonWAdTo { width:16.25rem;height:11.9983125rem;top:73.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #W1WFTLo9fJg9koZxoGzLnPQTN2vMN3Qc { width:34.4375rem;height:12.6rem;top:75.1875rem;left:1.1082763671875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KtJWGXKubpdTSTZ9sUuIeShW5iQExtq3 { width:34.0625rem;height:2.51875rem;top:71.5rem;left:1.1082763671875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qoF2BWSsd4TtVOQJUhZqvwi6T5mXk3hl { width:3.125rem;height:3.125rem;top:71.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PFzl8X5pqMZkmrU35ZLhRm5FfSH8Th0v { width:47.5625rem;height:65.1rem;top:91.6875rem;left:0.092708587646487rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LugLQAk4KfJI8as3U0zk4AQU6bdrTQng { width:35rem;height:3.8125rem;top:161.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cyy8ECAK78rkkTeB2OAHXOxI2ta8ydNW { display:block; }
 }@media only screen and (max-width: 959px) { #t2QSTD19cGe0glxhJHcnSMCs4ruQ2RFy { width:34.4375rem;height:9.1875rem;top:167.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DRuCEDSnyxh6ac4Vmg7XWOTNUFEMV1PK { width:35.1875rem;height:33.5625rem;top:182.5625rem;left:6.28125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mk7ZD36UTcySGqXODtGIt7uVl7bhwwsu { width:35rem;height:3.875rem;top:219.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iOLxFFO6zz523OcKIbWFNCc0zy6TiO4T { display:block; }
 }@media only screen and (max-width: 959px) { #f5VGrzvyH8CsTINASUsi9TwSvyK8rFQP { width:10.9375rem;height:1.3rem;top:242.6875rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #N3Lzh79XO1wlF7I9a3NHBwdgwTTzf0zJ { width:10.9375rem;height:1.3rem;top:242.6875rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Obxa28NwZm2wc34VzE8VevTvxNCvimT8 { width:47.75rem;height:20.06875rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:5.4375rem;height:6.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:17.625rem;height:4.0625rem;top:1.25rem;left:6.9993896484375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 959px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:21.125rem;height:1.625rem;top:1.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:21rem;height:1.54375rem;top:1.375rem;left:26.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:22.1875rem;height:2.925rem;top:3.3125rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:4.14375rem;top:0.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:20rem;height:6.3375rem;top:6.4104166030881rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:20rem;height:7.3125rem;top:14.180208206177rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { width:20rem;height:0.25rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmgUMLDZVmtUgT5LOm5DJf1gGmQW53p { height:11.1854375rem;width:20rem;top:22.10000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6UdkQcPrLKruT5c3zW99niNQ2l3kePm { width:20rem;height:1.3rem;top:34.450000762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:509.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:19.875rem;height:126.75rem;top:378.79582574561rem;left:0.011958902488374rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:20rem;height:43.875rem;top:10.78750038147rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.74963125rem;top:379.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7875rem;top:379.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.625rem;height:8.75rem;top:383.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:11.875rem;height:9.1rem;top:382.9375rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:396.0625rem;left:0.5625rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.9983125rem;height:1.1375rem;top:391.4375rem;left:3.6875rem;font-size:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74963125rem;top:393.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:1.7875rem;top:393.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:2.6rem;top:56.147918701172rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:20rem;height:68.25rem;top:60.69270324707rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:8.5rem;height:8.5rem;top:396.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:12.3114375rem;height:9.1rem;top:396.0625rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.275rem;top:420.875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:8.3739375rem;height:2.275rem;top:406.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { display:flex;width:2.5rem;height:2.5rem;top:413.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:12.3125rem;height:11.375rem;top:409.5625rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.275rem;top:432.6875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:8.3114375rem;height:2.275rem;top:420.875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:2.5rem;height:2.5rem;top:426.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:7.8125rem;height:7.8125rem;top:409.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.275rem;top:461.0625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.186375rem;height:2.275rem;top:447.5rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:2.5rem;height:2.5rem;top:452.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.125rem;height:8.125rem;top:437.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:12.625rem;height:11.375rem;top:436.1875rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.275rem;top:447.5rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.561625rem;height:2.275rem;top:434.1875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:2.5rem;height:2.5rem;top:439.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8rem;height:8rem;top:424.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:12.125rem;height:9.1rem;top:423.625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.275rem;top:406.0625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.275rem;top:474.4375rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { display:flex;width:2.5rem;height:2.5rem;top:480.4375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.3125rem;height:8.75rem;top:464.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:12.7489375rem;height:10.2375rem;top:463.3125rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.275rem;top:474.4375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.275rem;top:461.0625rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { display:flex;width:2.5rem;height:2.5rem;top:466.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:7.5625rem;height:7.5625rem;top:451.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:12.9364375rem;height:7.9625rem;top:451.6875rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:20rem;height:4.125rem;top:477.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:20rem;height:4.0625rem;top:477.28124141693rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20rem;height:21.75rem;top:485.6250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:20rem;height:5.0375rem;top:129.43124771118rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:20rem;height:1.13958125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:9.1rem;top:0.83229064941406rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:20rem;height:1.13854375rem;top:134.46874809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:20rem;height:29rem;top:136.85624504089rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZTOClsW1607AvI8pS3sc7ewnONVsz3EI { width:20rem;height:167.375rem;top:230.91872787476rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V5O3xzqUs9ssh9pgS0OqP0JAGU86bR9Q { width:20rem;height:63.29375rem;top:167.62502193451rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC { display:block; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container { width:20rem;height:246.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaqE2pKU7GhM4MgGtn7NkeiSMKJE8LTs { width:20rem;height:39rem;top:11.000000953674rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BodN5gzuc6daTxcwNr6I1JblAnETscVD { width:20rem;height:10.4rem;top:75.107287406919rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M80mGHrAoFFnJTdV43pvI9liKmDPEoKT { width:20rem;height:53.625rem;top:85.507289886475rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgK9GNmaCuHErKh1Pb0mAoFrFlhqMgor { width:20rem;height:5.2rem;top:139.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNa8bxtbsZkdlgmfWw4w4lIHsGyu1Hwn { width:11.7489375rem;height:0.625rem;top:2.0625009536743rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5wCipigFaoHhogqfKxNavVnlTk8W6cL { width:14.6875rem;height:0.625rem;top:144.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyFLTt9yhSpeaMiuBd9vp9yREzq5mL2 { width:20rem;height:9.75rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPGegcNlXz3RRskuqVniPmSx1MuvsZ9U { width:20rem;height:99.125rem;top:146.02394866943rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2DOTFJJaUBdnbv3LRRqZBc9T0rLnCn8 { width:20rem;height:25.1073125rem;top:49.999982833862rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O { display:block; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container { width:20rem;height:190.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0J2bn2RpMXNMN4ETXwAkNLGyFplul5N { width:20rem;height:52rem;top:9.5374984741213rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eMJOyc9ppainLZS9TVF3tiLradI1XNqN { width:20rem;height:10.4rem;top:63.592703819275rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aurniUsGmmQkffUoW8lAn0tuP3On0NZb { width:20rem;height:58.5rem;top:75.643749237062rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W8HrTK5rHH9UfLDQTrOwq9ccRukimU9W { width:20rem;height:7.8rem;top:135.73750305176rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LfNiwZZgO9g9dRbi0Ik4FmZ3RmtdPsP5 { width:20rem;height:0.3125rem;top:3.1585693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuACAi8Ti7kWZ13LKuRyUnW05PKnMoTF { width:20rem;height:1.13854375rem;top:137.67500305176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7cmqtbkrqDdodzCgTHn9xprpoaEEsGM { width:20rem;height:5.85rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5BVSt3eNOnD5ZqbikpwPuRlhbnEI5Uq { width:20rem;height:42.25rem;top:145.63854122162rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:20rem;height:131rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:20rem;height:2.6rem;top:7.62939453125E-6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.49975625rem;height:3.49975625rem;top:44.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { width:20rem;height:0.0625rem;top:32.437473297119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { width:14.6875rem;height:10.5rem;top:33.195834159851rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { width:14.0625rem;height:1.625rem;top:30.124999046326rem;left:2.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { width:20rem;height:0;top:34.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:17.4364375rem;height:20rem;top:5.34375rem;left:1.2822914123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { width:9.0625rem;height:1.62475625rem;top:66.5625rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.8745125rem;height:3.8745125rem;top:80.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { width:20rem;height:0.062255875rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { width:12.2485625rem;height:9rem;top:69.625rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { width:20rem;height:0.062255875rem;top:86.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { width:20rem;height:0.062255875rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { width:17.8735625rem;height:1.62475625rem;top:48.3125rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2wIDGldOgbde0qXA94EK6TW8xBnqm5x { width:15.3125rem;height:1.625rem;top:84.6875rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { width:15.625rem;height:9rem;top:87.4375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { width:12.3736875rem;height:10.5rem;top:50.625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.24895625rem;height:4.24895625rem;top:25.343749046326rem;left:7.8760414123538rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { width:3.75rem;height:3.75rem;top:62.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J .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; }
#N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J { display:flex;width:18rem;height:5.0625rem;top:123.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #bavz4KAkXcQWutDHpzouITkCxdPMxAu5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #StzN7qphLrrW4vTGPMP8UGAauxGpE9Sg {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #yEBIyTXRu3BbI5AThPF47OwKA99T401k {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #Qe16BeB7DyCIKEwNqQ4H9XQtsNw9A04F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #LwlUtX0aKcfXXh7lXA0NDZ7wAszDuo0C {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #UP8H4H29dXPcbH71wrfp2imivSN8RgG7 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #cI5hNTx0bdJqqQZ7a79wBWQurw0A1aoU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #niWH6eqqR4w3ZxW5fPNw4TGr5IQVwb76 {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #n4t9NDnf2BG3L6f6aSb26k5SgzQI2JeU {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #PiNPwrHQTS0UoXd2mGgg8fdL5I8DFq07 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #b67sLRT9Cc4tUHC184OVC2QBnTt7Ee0i {  }
 }@media only screen and (max-width: 763px) { #N4Vth6pf3gq0FII6kN3rN7fF74aOTs1J #zG9CCnc2Lwdf3hsx2HSPwKeldKrBGzRn {  }
 }@media only screen and (max-width: 763px) { #tyuBtHpJH7b5Pk2p1eLNE21WQGRe65nT { width:18.999rem;height:3.81225625rem;top:118.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { width:17.3736875rem;height:4.14375rem;top:113.25rem;left:1.3125rem;font-size:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:20rem;height:13rem;top:98.624267578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btMxcEbhJ8yQNl79l2kLWE9nlPWNvUXv { width:20rem;height:1.13854375rem;top:2.6802082061767rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvtT16hC07bhTtRQdBbD54g76Ez1D7f { display:block; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHlnHCda7WV3rq33bRtxXaqJEK2lbz6H { width:20rem;height:5.2rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCV8TgENnvBPg8uSTQ1Z8eWOGMg3Wt0D { width:20rem;height:1.13854375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHGzTR73qppIwA3LFhTzOvfJArohsXec { width:20rem;height:79.625rem;top:9.5rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O77CtlxddCTm2OJZT4qPkPxQdU1SNm6n { width:20rem;height:25.1875rem;top:91.937492370606rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO { display:block; }#I9QLNeZPZXy7Ioxw8m309i6dKJT0DQSO > .row .container { width:20rem;height:119.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trRM0FUn4qgTfnr29RSrBAIK9gHOpFU5 { width:20rem;height:0.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzbGDOfb3sbgC2bPkFsDzgCUtac8Aa0y { width:20rem;height:12.7198125rem;top:66.977083206175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgFAW58pxap051ufTNgNZnIihf1b1u2R { width:20rem;height:61.75rem;top:2.1937503814698rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GWeXGMO4LKspTttvXnT8ICZuLbPG7Let { width:20rem;height:11.1875rem;top:81.633333206175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsGDeUSpBJf9xe3kITaVEPw3oWEL5GHy { width:20rem;height:14.7426875rem;top:94.133329391481rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhqvL9hrZ3TmdZT1dZXTvtXzD7RU0u4h { width:20rem;height:5.0375rem;top:110.31353759766rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BspD142lETz7gSfMov9H3WE9nOhVoHHZ { width:20rem;height:1.1875rem;top:117.09895420074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cox8d9vHkMrPDfavoPtST85bTiTr5TKk { display:block; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container { width:20rem;height:194.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd4xJlc4TZURCfmpzfAhkuOIFCOIoXHp { width:20rem;height:180.375rem;top:11.973951339722rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1V4Fu2OyDsw3mvfgvIJS3ZK0G8JWzb4 { width:13.1875rem;height:0.625rem;top:10.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBns0IEq7zxOx1NqPf0wOu4DJ12RDoH { width:20rem;height:6.6625rem;top:2.75rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLMSMZldOsyp4HZcI15OUvgzLWztCQTr { display:block; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .row .container { width:20rem;height:325.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzFXTvdBPKbBTyAhTq80SlU3qi3GfCGP { width:17.4364375rem;height:20rem;top:1.1374988555908rem;left:1.2822914123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .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; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm .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; }
#u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm { display:flex;width:17.999875rem;height:5.06225625rem;top:45.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #pyncEJ0mQCAdwy9gHFWsqTd29DP8mG7o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #WxJsWARMEZQGmarrJhcEpi3UP8mW342Q {  }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #qe6uVshmpyAnRVIOrltJ36ZQAo0ZknZW {  }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #GmDOu1mR5pSSyZNdGVcTpT3OpLmHOllh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #havTZRWb0lCUp8MIfacwfBmPbNwNbzoz {  }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #OCKodITQ5ileGhszxpwUnD4786k5Vfcg {  }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #AuZT5Tqf4JFsXC1CLTkpAvZevxPPkCsF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #VF90vHeFkTDTVLqyyZSlmIG0fHnxCaFb {  }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #oqJMtbHqys3wH3t0pqqcboBSpVKK1Cwd {  }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #ibldbAehfVOvVTMQTgTFTaDRIs94fO13 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #D6kK3kJAlhwEMcWIaz5Lel13JGIFDBsf {  }
 }@media only screen and (max-width: 763px) { #u7OhNpzEm7WoaMCt8P3Cmd8Fr8imaIlm #bKkN7XylRDUzkxQL7Z1uc61SBHL5aue9 {  }
 }@media only screen and (max-width: 763px) { #nRua3uNy3lZmxEfo8gCPNhbEAq0Xm1FU { width:18.999rem;height:3.81225625rem;top:41.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6KLLsepK5E10sMEiZCFrn5EbiyNE0Ik { display:block; }
 }@media only screen and (max-width: 763px) { #CHX0JVo2QqSlXXdzJTqZBcm5e1kOn6QT { width:17.3736875rem;height:3.81875rem;top:37.125rem;left:1.3125rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcR5qxm2PE5txqlO6mchC6IP4GZxEKdb { width:20rem;height:13rem;top:22.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHGRe1W9is6S1HtLE9lZFtETEEixsgK { width:20rem;height:39.9375rem;top:53.5rem;left:0rem;border-top:0.25rem dashed #ff0100;border-left:0.25rem dashed #ff0100;border-right:0.25rem dashed #ff0100;border-bottom:0.25rem dashed #ff0100;display:block; }
 }@media only screen and (max-width: 763px) { #HMcSM4ndFzqpzT2XHPsSXKcAJonWAdTo { width:9.43725rem;height:6.93725rem;top:58.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1WFTLo9fJg9koZxoGzLnPQTN2vMN3Qc { width:19.125rem;height:25.2rem;top:67.0625rem;left:0.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KtJWGXKubpdTSTZ9sUuIeShW5iQExtq3 { width:20rem;height:5.0375rem;top:53.9375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoF2BWSsd4TtVOQJUhZqvwi6T5mXk3hl { width:3.125rem;height:3.125rem;top:55.875rem;left:8.6875rem;font-size:2.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PFzl8X5pqMZkmrU35ZLhRm5FfSH8Th0v { width:20rem;height:140.7rem;top:96.0625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LugLQAk4KfJI8as3U0zk4AQU6bdrTQng { width:19rem;height:3.875rem;top:239.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyy8ECAK78rkkTeB2OAHXOxI2ta8ydNW { display:block; }
 }@media only screen and (max-width: 763px) { #t2QSTD19cGe0glxhJHcnSMCs4ruQ2RFy { width:20rem;height:9.1875rem;top:243.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuCEDSnyxh6ac4Vmg7XWOTNUFEMV1PK { width:20rem;height:56.7rem;top:257.375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mk7ZD36UTcySGqXODtGIt7uVl7bhwwsu { width:18.999625rem;height:3.81225625rem;top:315.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOLxFFO6zz523OcKIbWFNCc0zy6TiO4T { display:block; }
 }@media only screen and (max-width: 763px) { #f5VGrzvyH8CsTINASUsi9TwSvyK8rFQP { width:5.3125rem;height:1.3rem;top:321.875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Lzh79XO1wlF7I9a3NHBwdgwTTzf0zJ { width:10.9375rem;height:1.3rem;top:321.875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Obxa28NwZm2wc34VzE8VevTvxNCvimT8 { width:20rem;height:38.025rem;top:2.7655029296875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:20rem;height:12.025rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:5.4375rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:13.562rem;height:4.12475625rem;top:1.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:20rem;height:1.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:20rem;height:1.54358125rem;top:5.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:20rem;height:3.9rem;top:8.125rem;left:0rem;font-size:0.75rem;display:block; }
 }