.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:225,249,249;--color-primary-1:157,235,235;--color-primary-2:58,214,214;--color-primary-3:29,107,107;--color-primary-4:9,32,32;--color-secondary-0:255,230,204;--color-secondary-1:255,181,102;--color-secondary-2:255,132,0;--color-secondary-3:255,158,0;--color-secondary-4:51,26,0;--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"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { background-color: transparent; background-image: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .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); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { border-width: 0; border-radius: 0; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.91650625rem;height:1.47900625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.01025390625rem;left:52.875rem;display:block; }
#uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:0.693359375rem;left:0rem;height:2.1125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),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:48.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;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-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:1.357421875rem;left:6.3739013671875rem;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:2.041015625rem;left:6.5924072265625rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.874875rem;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:4.630126953125rem;left:2.562255859375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { color:rgba(var(--color-tertiary-0),1);display:block;width:54.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.076041221619rem;left:5.875rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.9765625rem;left:9.65576171875rem;display:block; }
#dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:44.4375rem;left:21.1875rem;display:block; }
#FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1Qsfdy3G8bisPPyoLZVHRieFBm4DKr7 { position:absolute;display:block;z-index:15005;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:30.4375rem;width:19.0625rem;top:18rem;left:20.5rem;display:block; }
#o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.75rem;left:21.375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { position:absolute;display:block;z-index:15008;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:1rem;width:16.25rem;top:21rem;left:21.75rem;overflow:hidden;display:block; }
#Gteb4oKFWviaizKTRVduxODeGxA1NKVh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:8.125rem;top:21.25rem;left:25.75rem;overflow:hidden;display:block; }
#SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { color:#d10009;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.75rem;left:20.625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.625rem;left:21.1875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.18725rem;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:35rem;left:20.875rem;height:4.55rem;text-align:left;text-align-last:left;display:block; }
#ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { color:#359240;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.5rem;left:20.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WwMqZQkwaAXP4AAZ8Ol6XPMdRlCCPZXS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:40.9375rem;left:20.5rem; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:153rem;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-0),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.9375rem;left:0rem;height:24.375rem;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.062375rem;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:7.0037841796875rem;left:47.007446289062rem;height:4.55rem;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; }
#KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { color:#00dc2a;display:block;width:11.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.749633789062rem;left:47.007446289062rem;height:2.4375rem;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:35.04271030426rem;left:0rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-tertiary-0),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:47.125rem;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.70605625rem;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:93.530208587644rem;left:0rem;height:3.0875rem;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:4.9375rem;left:10.367706298828rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.937rem;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:3.3125rem;left:0.875rem;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.936625rem;top:98.875rem;left:5.1875rem;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:101.06201171875rem;left:0rem;overflow:hidden;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.8121337890625rem;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-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:9rem;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-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-secondary-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.8rem;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; }
#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:153rem;width:60rem;position:relative;display:block; }#VaqE2pKU7GhM4MgGtn7NkeiSMKJE8LTs { color:rgba(var(--color-tertiary-0),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:10.429166793823rem;left:0rem;height:26rem;text-align:left;text-align-last:left;display:block; }
#BodN5gzuc6daTxcwNr6I1JblAnETscVD { 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:76.5625rem;left:0.18854141235351rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#M80mGHrAoFFnJTdV43pvI9liKmDPEoKT { color:rgba(var(--color-tertiary-0),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:38.1875rem;left:0rem;height:35.75rem;text-align:left;text-align-last:left;display:block; }
#TgK9GNmaCuHErKh1Pb0mAoFrFlhqMgor { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3739375rem;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:80.6875rem;left:0rem;height:3.0875rem;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:1.25rem;width:21.936625rem;top:4.9365234375rem;left:6.8817138671875rem;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:1.25rem;width:21.9364375rem;top:83.774999618531rem;left:6.8812484741213rem;overflow:hidden;display:block; }
#yQyFLTt9yhSpeaMiuBd9vp9yREzq5mL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;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:2.66845703125rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#iPGegcNlXz3RRskuqVniPmSx1MuvsZ9U { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;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:88.9990234375rem;left:0rem;height:63.375rem;text-align:left;text-align-last:left;display:block; }
#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:134.5625rem;width:60rem;position:relative;display:block; }#W0J5pb8hrNAoCv42y3Z8RThTTa8Wbrof { 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:132.3125rem;width:24.9375rem;top:1.4996337890625rem;left:34.6875rem;display:block; }
#L0J2bn2RpMXNMN4ETXwAkNLGyFplul5N { color:rgba(var(--color-tertiary-0),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:11.554565429688rem;left:0rem;height:29.25rem;text-align:left;text-align-last:left;display:block; }
#CRHU4X4TS0PUNCMJ24qQNTX3hz6F0TNA { 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; }
#kRSznsBdsW4UJwEhe07LH6QEDFCJOUln { 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; }
#FQtJvTJN88UqdHmbaoQcFl4vitTWpqBu { 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; }
#v8exxiE8DCOggpc0aanrRH8ec9EJXyyK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.062375rem;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:7.0037841796875rem;left:47.007446289062rem;height:4.55rem;text-align:left;text-align-last:left;display:block; }
#dT5Qqce6kAJPO4uUQFLlrK8NXN8Mb8MS { 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; }
#opwOvM88cxwHOINLIAFT3pUXeCygXQEq { 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; }
#Fn2RcxCmkvVvHU6mAJR0UVZ9aLvspM6K { color:#00dc2a;display:block;width:11.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.749633789062rem;left:47.007446289062rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#pwOorRLxE6g1qkeyQ3htlnIZlDF3ZZN2 { 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; }
#c4IB6loqzFOVJznqKMNXnT9KgnM7q6iE { 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; }
#eMJOyc9ppainLZS9TVF3tiLradI1XNqN { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;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:42.65625rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#aurniUsGmmQkffUoW8lAn0tuP3On0NZb { color:rgba(var(--color-tertiary-0),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:49.882202148438rem;left:0rem;height:37.375rem;text-align:left;text-align-last:left;display:block; }
#oiJfZD8ou720IBWgRJMJeC4HTLZrlc4q { 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; }
#aNi2gDlLiu4cvAZItKLRs2GFiRLkx4M7 { 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.269165039062rem;left:45.030883789062rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#lms9F55RD3aAXbDZO18GkS6AyvLIGBD7 { 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; }
#MCSmxzL1N3PNwV2I6g98SsJxK8xLQR8F { 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; }
#wUy03iM2RC3ed1Lpo3RTHebisOQy7kGN { 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; }
#V31uG48Ao8HoeMO5nXGmHwhT4AEPysWC { 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; }
#K2AtVzHHmh1aCaWGVWXZ3ZECivOucmHr { 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; }
#h8b42by8dBcfKk1ONGaPTVgkmm59yanA { 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; }
#N3rZglrEWlT20KWGIITu6OMvrpF3pkDB { 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; }
#hdxNo4dqZxAOmnD0RvvqQZLMcIcw4Aq4 { 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; }
#dli3AzvtBRuPISrL8U0gy214hfzQK7wh { 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; }
#l1JJci5FgTfcNKsvqbLfwP3N3rKa35fW { 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; }
#UNGU5CxAX8Mq6zgMGSaMIPaS4XAGibX8 { 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; }
#fb3Flm2mtiB3K1baAFDu2GM2LJdXQzsb { 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; }
#QXr2C76Z3TMlcxRzw9T8fBKaPQCT7RBP { 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; }
#F2l20nrITGDbsGxJTx1vXW72UxR3qvuo { 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; }
#yJActTsHoz9Lamtd0pcBE87QTmcWwkBX { 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; }
#vQEnW4ani21pTo9TeVhVzbhsTu7smKI9 { 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; }
#E6SNukF4aosatoOiTwA5iibMr3DnOfSd { 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; }
#ca6FNHiz272yBtF65iokWLzmTMKz1Wkl { 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; }
#ftAfL8S3WTO6zwwTTZFmTVBTce0DgG0E { 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; }
#o1cHEtxK45HC7KH2amqoAQUFvXaBVBTg { 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; }
#misZxz71KEvdfBO06X9MtrvHZmJXC9J0 { 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; }
#aTSUtXzUWFCdvrgDMkaRCUuJmdiN3wqA { 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; }
#e6Iixl0iVX2kIgrUrQuylv1lCHOM0vwC { 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; }
#u3oV2IlSTicW67Rkl2Xs2l9vSvdm9ON7 { 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; }
#UepGi3h0X9WyceaXiQgsT5ToeqKOy9mZ { 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; }
#u8SqZpZDifGBy7hzdrCdRIDnFhAQIfiB { 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; }
#idxoHp628GxTSMalyRPZWFu9MUrV8SOD { 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; }
#a17rTXV6Sky61g4OnDMETpuH9ndEtm1V { 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; }
#SA4cWSyPyMUcnP6ikhXzDsEtTtPLomsE { 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; }
#W5lu5c56Tf8oXJrlGfCwNa1baWZNvHbf { 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.70605625rem;text-align:center;text-align-last:center;display:block; }
#DaTuWTemR6I1NlxoFcZSG1EM5osmJ5OK { position:absolute;display:block;z-index:15041;height:21.75rem;width:20.375rem;top:103.75rem;left:36.96875rem;display:block; }
#W8HrTK5rHH9UfLDQTrOwq9ccRukimU9W { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3739375rem;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:88.837499618531rem;left:0rem;height:6.175rem;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.936625rem;top:4.9365234375rem;left:6.8817138671875rem;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:94.962499618531rem;left:6.88125038147rem;overflow:hidden;display:block; }
#y7cmqtbkrqDdodzCgTHn9xprpoaEEsGM { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;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:2.66845703125rem;left:0rem;height:6.175rem;text-align:center;text-align-last:center;display:block; }
#n5BVSt3eNOnD5ZqbikpwPuRlhbnEI5Uq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;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:98.262506484987rem;left:0rem;height:26rem;text-align:left;text-align-last:left;display:block; }
#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:144.625rem;width:60rem;position:relative;display:block; }#ZTOClsW1607AvI8pS3sc7ewnONVsz3EI { color:rgba(var(--color-tertiary-0),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:7.0037841796875rem;left:0rem;height:69.875rem;text-align:left;text-align-last:left;display:block; }
#hHlnHCda7WV3rq33bRtxXaqJEK2lbz6H { color:rgba(var(--color-tertiary-0),1);display:block;width:33.374rem;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:78.25rem;left:0rem;height:6.175rem;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.936625rem;top:3.75rem;left:6.875rem;overflow:hidden;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:80.245971679688rem;left:6.875rem;overflow:hidden;display:block; }
#G0FWyuRzLdWQZAHod8FENBxEaWkvLZOq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;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.5rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#oHGzTR73qppIwA3LFhTzOvfJArohsXec { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;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.99951171875rem;left:0rem;height:55.25rem;text-align:left;text-align-last:left;display:block; }
#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP { position:relative;display:block; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP { background-color: transparent; background-image: none; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .row .container > .video-iframe-container { display: none; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .row > .video-iframe-container { display: none; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .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); }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP { border-width: 0; border-radius: 0; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .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; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .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; }#OdwEDc2K6xAUWkUcblZZPJRRfOF996B5 { 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:3.1875rem;left:4.375rem;height:9.2625rem;text-align:center;text-align-last:center;display:block; }
#l33MOTnGvUouUDxIkDSPVL7EpziTXTCV { 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:5.899658203125rem;left:4.375rem;overflow:hidden;display:block; }
#gA1NtTyTQwcMHFceuIoZJH2ESKkHzXXE { 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:15.008544921875rem;left:30.81298828125rem;overflow:hidden;display:block; }
#gAPlySSWhZC3QyNIWGa28CZ8Tnlek0QB { 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:56.0625rem;text-align:left;text-align-last:left;display:block; }
#ItR6m0hITaSPxEhKxToPUTHcldTSPSTH { 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:35.4541015625rem;left:30.937744140625rem;overflow:hidden;display:block; }
#iMVcCiam0wsTqbVJk2LFFEG72ieX1Q11 { 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:52.8125rem;left:30.81298828125rem;overflow:hidden;display:block; }
#nRcXSZFgAzDh7n2K7Xx2vpPz7GwO9Q1e { 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; }
#mTDxbAb4BMPXkwmH7fHTTmuSUzQ4HWR7 { 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-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:133.5rem;width:60rem;position:relative;display:block; }#Cd4xJlc4TZURCfmpzfAhkuOIFCOIoXHp { color:rgba(var(--color-tertiary-0),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:7.0037841796875rem;left:0rem;height:120.25rem;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:6.875rem;overflow:hidden;display:block; }
#kIBns0IEq7zxOx1NqPf0wOu4DJ12RDoH { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3734375rem;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.5rem;left:0rem;height:3.0875rem;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; }#O4aTR0Ug79nVwIwy7yTx2BFdyhiTHZGo { 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.8121337890625rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#ESOTthabwWL8k8XVxmonCMLgt8tV0Jib { 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; }
#uXegtJrTn8QsoKeaDE2d1uDa6FBroeRH { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#H82zBuJuu5brrwpIq5Q5QGNOTxeC9FG6 { 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; }
#X7ZWMkupoF58iaPBGRye6K0qmGpuhhDx { 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; }
#kTDIqKTFowlGIBDCJ8WOTNq6B4l5fimI { 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; }
#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:6.125rem;left:14.5625rem;overflow:hidden;display:block; }
#ILuIdWAlqMasJNuIi3qSdaK5kgypii8P { 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; }
#sUgvKt8SKPSenFXvhAauKnvPA6q2Kuw8 { 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; }
#ToS36A5QVJ98ESZTToSV3QFp41y4KJ9P { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#L5gdUwMluTD4m9mTWn9uLhaZqX4KZo4P { 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; }
#gThqiE4JXCrkNAopIZRFHEo99WUcUwli { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#quyCRClKlEAbE91ZrNixvVnni2Gz87JL { position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#pqKIbRy3qHivZKt76aoc5oKtPwh5TPXu { 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; }
#thTCEuXM8OR2dwUGvQEzAOEbgGfDpyny { 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; }
#rauQ0kbb0V4udGysUH6v4HHhe2TQ0rfR { 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; }
#v02IDbsfVCLy3ttveMIMsXsKMtl0ZRSx { 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; }
#WbTdxp8wafpSAhXrZ0Wtr5VEsuTK1grW { 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; }
#Tn8Tq86OERNuHDwaVu0gQ4STMFTKq4Sk { 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; }
#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-secondary-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:44.547119140625rem;left:20.59326171875rem;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:36.465454101562rem;left:11.1865234375rem;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.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:35.1875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15044;line-height:1.6;letter-spacing:0;top:91.749877929688rem;left:11.937744140625rem;height:81.9rem;text-align:left;text-align-last:left;display:block; }
#LugLQAk4KfJI8as3U0zk4AQU6bdrTQng { background-color:rgba(var(--color-secondary-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:177.50854492188rem;left:11.546630859375rem;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:183.53942871094rem;left:12.060546875rem;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:200.41362094879rem;left:11.048957824707rem;height:33.6rem;text-align:left;text-align-last:left;display:block; }
#mk7ZD36UTcySGqXODtGIt7uVl7bhwwsu { background-color:rgba(var(--color-secondary-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:235.27403640747rem;left:11.186456680298rem;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:rgba(var(--color-secondary-3),1);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:#ff0000;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: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { width:5.875rem;height:1.4375rem;top:1rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block; }
 }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.0625rem;top:0.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.1875rem;height:2.6875rem;top:1.3125rem;left:0.2489013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:46.75rem;height:1.375rem;top:2rem;left:0.4674072265625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:4.875rem;top:4.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:47.75rem;height:4.625rem;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3150IwOzMMgLFo1L9qg3EeDOzI9Q3Z { width:40.625rem;height:0.1875rem;top:10.9375rem;left:3.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6875rem;height:3.0625rem;top:44.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #H1Qsfdy3G8bisPPyoLZVHRieFBm4DKr7 { width:19.0625rem;height:30.4375rem;top:18rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.25rem;height:2.25rem;top:18.75rem;left:15.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:1rem;top:21rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:8.125rem;height:9.375rem;top:21.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:18.8125rem;height:1.375rem;top:30.75rem;left:14.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:9.4375rem;height:1.125rem;top:32.625rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:18.1875rem;height:4.5rem;top:35rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.5rem;height:1.625rem;top:39.5rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwMqZQkwaAXP4AAZ8Ol6XPMdRlCCPZXS { width:3.5625rem;height:3.5625rem;top:40.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.9375rem;height:144.25rem;top:1.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:24.375rem;top:9.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:2.625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.5rem;height:8.625rem;top:4.875rem;left:30.631591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:12rem;height:4.5rem;top:7rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:12.75rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.125rem;top:13.6875rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:11.6875rem;height:2.4375rem;top:12.75rem;left:36.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:15.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.625rem;height:1.75rem;top:16.25rem;left:24.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:9.25rem;top:35rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:47.125rem;top:44.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:10.0625rem;height:10.0625rem;top:18.5625rem;left:29.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #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: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.25rem;top:29.75rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:9.75rem;height:1.125rem;top:30.3125rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { width:2.5rem;height:2.5rem;top:29.6875rem;left:29.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #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: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.25rem;top:43rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:1.125rem;top:43.625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:2.5rem;height:2.5rem;top:42.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:8.625rem;height:8.625rem;top:33rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.25rem;top:69.6875rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.75rem;height:1.125rem;top:70.3125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:69.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.4375rem;height:8.4375rem;top:60.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #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: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.25rem;top:56.375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.75rem;height:1.125rem;top:57rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:56.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8.5625rem;height:8.5625rem;top:46.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.125rem;height:7.9375rem;top:46.875rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.25rem;top:96.5625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.75rem;height:1.125rem;top:97.125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:96.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.3125rem;height:8.75rem;top:86.5625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:16.125rem;height:7.9375rem;top:86.9375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.25rem;top:83.25rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.75rem;height:1.125rem;top:83.875rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:83.1875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:8.4375rem;height:8.4375rem;top:73.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:15.75rem;height:6.8125rem;top:74.625rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:23.75rem;height:2.75rem;top:100.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:23.625rem;height:1.6875rem;top:100.4375rem;left:24.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20.375rem;height:21.75rem;top:103.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:33.375rem;height:3.0625rem;top:93.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.9375rem;height:1.25rem;top:4.9375rem;left:4.2427062988281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.9375rem;height:4.5rem;top:3.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4Xf7ZkH7K6h93VWy1HwTbNMvKFTXkX { width:21.875rem;height:1.2464991181909rem;top:98.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:32.25rem;height:46.8125rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:47.75rem;height:3.0625rem;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZcmNsAB4aWg9oK2id37cqqgC7gPDnCI { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7pXI66PekAHGEtPz220JlQoS6ENICWA { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { top:11.375rem;left:0rem;width:14.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCW6B4sTrJLRf8Z0gtHGRat5QahoDXoN { top:9.5rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmxMB8oVVMdXzvZcFq0COv59Ct7Vlna6 { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGPkEBqIX6sqNRs4V7cTh7QOb4ERkkuc { width:25.625rem;height:29.4375rem;top:6.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRBRkbqkgfTFpKRLr0qyWmqsllbWIpU { top:23.75rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGQpsGKcs7hsLRgTS7o4bKTDrgFf0TL { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIpituFJBk1TuIyyiMFV5ZdKdR9ZbTVl { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhF7Vvnvc6doKFm2cX5a6wQ4HxnpTDWV { top:25.375rem;left:0rem;width:12.25rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1EuxlmEmFTZSuxNdh6FbLzr740aL1U0 { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWsi7eESwLt2mhsQAqkgeTXTofJVTG3 { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8yGuam5g0FULLkoyE7ge1S5RTzvhAOT { top:10.4375rem;left:29.875rem;width:17.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #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: 763px) { #fV4EZ3cUtgGTL49BTI6bS3JASXv0dRnU { top:25.9375rem;left:32.125rem;width:15.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgBtVyT1mltprJnLu64Oyi7rZN8XD5h1 { top:12.5625rem;left:35.375rem;width:12.375rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztVnZbX1P19NoGxiSeFXkbwVepCTS4oH { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIelZ2BGXkoUX3OOe9nMst49h14kBUrb { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;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:110.625rem;left:8.0595703125rem; }
 }@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:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tcLpKEnHEJ5GBO0wsyFokoxSw8nCmh { display:block; }
 }@media only screen and (max-width: 763px) { #yXiHGbtea52rpx9vmWUvm3elXVqJTK2w { top:44.5rem;left:14.46875rem;width:17.375rem;height:7.75rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWo42tTVPCKdDRD0XbPpTigTKC3b3Jae { width:36.25rem;height:7.25rem;top:36.4375rem;left:5.0615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC { display:block; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaqE2pKU7GhM4MgGtn7NkeiSMKJE8LTs { width:33.75rem;height:26rem;top:10.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BodN5gzuc6daTxcwNr6I1JblAnETscVD { width:33.3125rem;height:3.0625rem;top:76.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M80mGHrAoFFnJTdV43pvI9liKmDPEoKT { width:33.75rem;height:35.75rem;top:38.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgK9GNmaCuHErKh1Pb0mAoFrFlhqMgor { width:33.3125rem;height:3.0625rem;top:80.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNa8bxtbsZkdlgmfWw4w4lIHsGyu1Hwn { width:21.875rem;height:1.2464884639273rem;top:4.875rem;left:0.7567138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5wCipigFaoHhogqfKxNavVnlTk8W6cL { width:21.875rem;height:1.2464991181909rem;top:83.75rem;left:0.75624847412112rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyFLTt9yhSpeaMiuBd9vp9yREzq5mL2 { width:33.3125rem;height:6.125rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPGegcNlXz3RRskuqVniPmSx1MuvsZ9U { width:33.75rem;height:63.375rem;top:88.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O { display:block; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0J5pb8hrNAoCv42y3Z8RThTTa8Wbrof { width:24.9375rem;height:132.3125rem;top:1.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0J2bn2RpMXNMN4ETXwAkNLGyFplul5N { width:33.75rem;height:29.25rem;top:11.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRHU4X4TS0PUNCMJ24qQNTX3hz6F0TNA { width:23.75rem;height:2.75rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRSznsBdsW4UJwEhe07LH6QEDFCJOUln { width:23.6875rem;height:1.75rem;top:2.625rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQtJvTJN88UqdHmbaoQcFl4vitTWpqBu { width:7.5rem;height:8.625rem;top:4.875rem;left:30.631591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8exxiE8DCOggpc0aanrRH8ec9EJXyyK { width:12rem;height:4.5rem;top:7rem;left:35.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5Qqce6kAJPO4uUQFLlrK8NXN8Mb8MS { width:3.125rem;height:3.125rem;top:12.75rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwOvM88cxwHOINLIAFT3pUXeCygXQEq { width:7rem;height:1.125rem;top:13.6875rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn2RcxCmkvVvHU6mAJR0UVZ9aLvspM6K { width:11.6875rem;height:2.4375rem;top:12.75rem;left:36.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwOorRLxE6g1qkeyQ3htlnIZlDF3ZZN2 { width:23.75rem;height:2.75rem;top:15.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IB6loqzFOVJznqKMNXnT9KgnM7q6iE { width:23.625rem;height:1.75rem;top:16.25rem;left:24.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMJOyc9ppainLZS9TVF3tiLradI1XNqN { width:33.3125rem;height:6.125rem;top:42.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aurniUsGmmQkffUoW8lAn0tuP3On0NZb { width:33.75rem;height:37.375rem;top:49.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiJfZD8ou720IBWgRJMJeC4HTLZrlc4q { width:10.0625rem;height:10.0625rem;top:18.5625rem;left:29.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNi2gDlLiu4cvAZItKLRs2GFiRLkx4M7 { width:13.875rem;height:7.9375rem;top:20.25rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lms9F55RD3aAXbDZO18GkS6AyvLIGBD7 { width:8.4375rem;height:2.25rem;top:29.75rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCSmxzL1N3PNwV2I6g98SsJxK8xLQR8F { width:9.75rem;height:1.125rem;top:30.3125rem;left:32.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUy03iM2RC3ed1Lpo3RTHebisOQy7kGN { width:2.5rem;height:2.5rem;top:29.6875rem;left:29.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V31uG48Ao8HoeMO5nXGmHwhT4AEPysWC { width:16.125rem;height:7.9375rem;top:33.6875rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2AtVzHHmh1aCaWGVWXZ3ZECivOucmHr { width:8.4375rem;height:2.25rem;top:43rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8b42by8dBcfKk1ONGaPTVgkmm59yanA { width:9.75rem;height:1.125rem;top:43.625rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rZglrEWlT20KWGIITu6OMvrpF3pkDB { width:2.5rem;height:2.5rem;top:42.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdxNo4dqZxAOmnD0RvvqQZLMcIcw4Aq4 { width:8.625rem;height:8.625rem;top:33rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dli3AzvtBRuPISrL8U0gy214hfzQK7wh { width:8.4375rem;height:2.25rem;top:69.6875rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1JJci5FgTfcNKsvqbLfwP3N3rKa35fW { width:9.75rem;height:1.125rem;top:70.3125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNGU5CxAX8Mq6zgMGSaMIPaS4XAGibX8 { width:2.5rem;height:2.5rem;top:69.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3Flm2mtiB3K1baAFDu2GM2LJdXQzsb { width:8.4375rem;height:8.4375rem;top:60.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXr2C76Z3TMlcxRzw9T8fBKaPQCT7RBP { width:16.125rem;height:7.9375rem;top:60.125rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2l20nrITGDbsGxJTx1vXW72UxR3qvuo { width:8.4375rem;height:2.25rem;top:56.375rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJActTsHoz9Lamtd0pcBE87QTmcWwkBX { width:9.75rem;height:1.125rem;top:57rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQEnW4ani21pTo9TeVhVzbhsTu7smKI9 { width:2.5rem;height:2.5rem;top:56.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6SNukF4aosatoOiTwA5iibMr3DnOfSd { width:8.5625rem;height:8.5625rem;top:46.5625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca6FNHiz272yBtF65iokWLzmTMKz1Wkl { width:16.125rem;height:7.9375rem;top:46.875rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftAfL8S3WTO6zwwTTZFmTVBTce0DgG0E { width:8.4375rem;height:2.25rem;top:96.5625rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1cHEtxK45HC7KH2amqoAQUFvXaBVBTg { width:9.75rem;height:1.125rem;top:97.125rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #misZxz71KEvdfBO06X9MtrvHZmJXC9J0 { width:2.5rem;height:2.5rem;top:96.4375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSUtXzUWFCdvrgDMkaRCUuJmdiN3wqA { width:6.3125rem;height:8.75rem;top:86.5625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Iixl0iVX2kIgrUrQuylv1lCHOM0vwC { width:16.125rem;height:7.9375rem;top:86.9375rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3oV2IlSTicW67Rkl2Xs2l9vSvdm9ON7 { width:8.4375rem;height:2.25rem;top:83.25rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UepGi3h0X9WyceaXiQgsT5ToeqKOy9mZ { width:9.75rem;height:1.125rem;top:83.875rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8SqZpZDifGBy7hzdrCdRIDnFhAQIfiB { width:2.5rem;height:2.5rem;top:83.1875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxoHp628GxTSMalyRPZWFu9MUrV8SOD { width:8.4375rem;height:8.4375rem;top:73.8125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17rTXV6Sky61g4OnDMETpuH9ndEtm1V { width:15.75rem;height:6.8125rem;top:74.625rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA4cWSyPyMUcnP6ikhXzDsEtTtPLomsE { width:23.75rem;height:2.75rem;top:100.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5lu5c56Tf8oXJrlGfCwNa1baWZNvHbf { width:23.625rem;height:1.6875rem;top:100.4375rem;left:24.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaTuWTemR6I1NlxoFcZSG1EM5osmJ5OK { width:20.375rem;height:21.75rem;top:103.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8HrTK5rHH9UfLDQTrOwq9ccRukimU9W { width:33.3125rem;height:6.125rem;top:88.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfNiwZZgO9g9dRbi0Ik4FmZ3RmtdPsP5 { width:21.875rem;height:1.2464884639273rem;top:4.875rem;left:0.7567138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuACAi8Ti7kWZ13LKuRyUnW05PKnMoTF { width:21.875rem;height:1.2464991181909rem;top:94.9375rem;left:0.75625038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7cmqtbkrqDdodzCgTHn9xprpoaEEsGM { width:33.3125rem;height:6.125rem;top:2.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5BVSt3eNOnD5ZqbikpwPuRlhbnEI5Uq { width:33.75rem;height:26rem;top:98.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvtT16hC07bhTtRQdBbD54g76Ez1D7f { display:block; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTOClsW1607AvI8pS3sc7ewnONVsz3EI { width:33.75rem;height:69.875rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHlnHCda7WV3rq33bRtxXaqJEK2lbz6H { width:33.3125rem;height:6.125rem;top:78.25rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btMxcEbhJ8yQNl79l2kLWE9nlPWNvUXv { width:21.875rem;height:1.2465204272644rem;top:3.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCV8TgENnvBPg8uSTQ1Z8eWOGMg3Wt0D { width:21.875rem;height:1.2465204272644rem;top:80.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0FWyuRzLdWQZAHod8FENBxEaWkvLZOq { width:33.3125rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHGzTR73qppIwA3LFhTzOvfJArohsXec { width:33.75rem;height:55.1875rem;top:86.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP { display:block; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdwEDc2K6xAUWkUcblZZPJRRfOF996B5 { width:47.75rem;height:7.55625rem;top:3.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l33MOTnGvUouUDxIkDSPVL7EpziTXTCV { width:22.5625rem;height:0.6875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA1NtTyTQwcMHFceuIoZJH2ESKkHzXXE { width:28.5rem;height:18.125rem;top:15rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAPlySSWhZC3QyNIWGa28CZ8Tnlek0QB { width:30.0625rem;height:56.0625rem;top:15.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItR6m0hITaSPxEhKxToPUTHcldTSPSTH { width:28.9375rem;height:16.1875rem;top:35.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMVcCiam0wsTqbVJk2LFFEG72ieX1Q11 { width:21.875rem;height:16.125rem;top:52.8125rem;left:24.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRcXSZFgAzDh7n2K7Xx2vpPz7GwO9Q1e { width:47.75rem;height:3.0625rem;top:73.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTDxbAb4BMPXkwmH7fHTTmuSUzQ4HWR7 { width:47.75rem;height:2.83515625rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cox8d9vHkMrPDfavoPtST85bTiTr5TKk { display:block; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd4xJlc4TZURCfmpzfAhkuOIFCOIoXHp { width:33.75rem;height:120.25rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1V4Fu2OyDsw3mvfgvIJS3ZK0G8JWzb4 { width:21.875rem;height:1.2465204272644rem;top:3.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBns0IEq7zxOx1NqPf0wOu4DJ12RDoH { width:33.3125rem;height:3.0625rem;top:1.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLMSMZldOsyp4HZcI15OUvgzLWztCQTr { display:block; }#TLMSMZldOsyp4HZcI15OUvgzLWztCQTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4aTR0Ug79nVwIwy7yTx2BFdyhiTHZGo { width:47.75rem;height:3.0625rem;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESOTthabwWL8k8XVxmonCMLgt8tV0Jib { width:3.5rem;height:3.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXegtJrTn8QsoKeaDE2d1uDa6FBroeRH { top:11rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H82zBuJuu5brrwpIq5Q5QGNOTxeC9FG6 { top:11.3125rem;left:0rem;width:14.6875rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZWMkupoF58iaPBGRye6K0qmGpuhhDx { top:9.5rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDIqKTFowlGIBDCJ8WOTNq6B4l5fimI { top:16.5625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzFXTvdBPKbBTyAhTq80SlU3qi3GfCGP { width:25.625rem;height:29.4375rem;top:6.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILuIdWAlqMasJNuIi3qSdaK5kgypii8P { top:23.75rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUgvKt8SKPSenFXvhAauKnvPA6q2Kuw8 { width:3.875rem;height:3.875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToS36A5QVJ98ESZTToSV3QFp41y4KJ9P { top:25.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gdUwMluTD4m9mTWn9uLhaZqX4KZo4P { top:25.375rem;left:0rem;width:12.25rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThqiE4JXCrkNAopIZRFHEo99WUcUwli { top:25.3125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quyCRClKlEAbE91ZrNixvVnni2Gz87JL { top:12.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKIbRy3qHivZKt76aoc5oKtPwh5TPXu { top:10.4375rem;left:29.875rem;width:17.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thTCEuXM8OR2dwUGvQEzAOEbgGfDpyny { top:23.75rem;left:32.4375rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauQ0kbb0V4udGysUH6v4HHhe2TQ0rfR { top:25.9375rem;left:32.125rem;width:15.625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v02IDbsfVCLy3ttveMIMsXsKMtl0ZRSx { top:12.5625rem;left:35.375rem;width:12.375rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbTdxp8wafpSAhXrZ0Wtr5VEsuTK1grW { width:4.25rem;height:4.25rem;top:9.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8Tq86OERNuHDwaVu0gQ4STMFTKq4Sk { top:22.625rem;left:44rem;width:3.75rem;height:3.75rem;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:18rem;height:5.0625rem;top:110.625rem;left:8.0595703125rem; }
 }@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:29.6875rem;height:3.8125rem;top:52.3125rem;left:8.3116455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6KLLsepK5E10sMEiZCFrn5EbiyNE0Ik { display:block; }
 }@media only screen and (max-width: 763px) { #CHX0JVo2QqSlXXdzJTqZBcm5e1kOn6QT { top:44.5rem;left:14.46875rem;width:17.375rem;height:7.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcR5qxm2PE5txqlO6mchC6IP4GZxEKdb { width:36.25rem;height:7.25rem;top:36.4375rem;left:5.0615234375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHGRe1W9is6S1HtLE9lZFtETEEixsgK { width:47.75rem;height:19.3125rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMcSM4ndFzqpzT2XHPsSXKcAJonWAdTo { width:16.25rem;height:11.9983125rem;top:73.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1WFTLo9fJg9koZxoGzLnPQTN2vMN3Qc { width:34.4375rem;height:12.5625rem;top:75.1875rem;left:1.1083316802979rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJWGXKubpdTSTZ9sUuIeShW5iQExtq3 { width:34.0625rem;height:3.0625rem;top:71.5rem;left:1.1082763671875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoF2BWSsd4TtVOQJUhZqvwi6T5mXk3hl { width:3.125rem;height:3.125rem;top:71.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFzl8X5pqMZkmrU35ZLhRm5FfSH8Th0v { width:35.1875rem;height:81.875rem;top:91.75rem;left:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LugLQAk4KfJI8as3U0zk4AQU6bdrTQng { width:35rem;height:3.875rem;top:177.5rem;left:5.421630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyy8ECAK78rkkTeB2OAHXOxI2ta8ydNW { display:block; }
 }@media only screen and (max-width: 763px) { #t2QSTD19cGe0glxhJHcnSMCs4ruQ2RFy { width:34.4375rem;height:9.1875rem;top:183.5rem;left:5.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuCEDSnyxh6ac4Vmg7XWOTNUFEMV1PK { width:35.1875rem;height:33.5625rem;top:200.375rem;left:4.923957824707rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk7ZD36UTcySGqXODtGIt7uVl7bhwwsu { width:35rem;height:3.875rem;top:235.25rem;left:5.0614566802979rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOLxFFO6zz523OcKIbWFNCc0zy6TiO4T { display:block; }
 }@media only screen and (max-width: 763px) { #f5VGrzvyH8CsTINASUsi9TwSvyK8rFQP { width:10.9375rem;height:1.25rem;top:242.6875rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Lzh79XO1wlF7I9a3NHBwdgwTTzf0zJ { width:10.9375rem;height:1.25rem;top:242.6875rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Obxa28NwZm2wc34VzE8VevTvxNCvimT8 { width:47.75rem;height:15.8125rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:5.4375rem;height:6.25rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:17.625rem;height:4.0625rem;top:1.25rem;left:6.9993896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:21.125rem;height:1.625rem;top:1.375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:21.0625rem;height:1.5rem;top:1.375rem;left:26.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:22.1875rem;height:2.875rem;top:3.375rem;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) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { position:relative;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { width:5.875rem;height:1.4375rem;top:0.687255859375rem;left:13.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block; }
 }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.1125rem;top:0.3497314453125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:64.3125rem;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.143675rem;top:0.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:20rem;height:10.96875rem;top:7.80312538147rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ8be1sAhVFtmQOKgJhPsohsJRAOTOJh { width:20rem;height:5.85rem;top:22.566665649414rem;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) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.687375rem;height:3.06213125rem;top:58.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #H1Qsfdy3G8bisPPyoLZVHRieFBm4DKr7 { width:19.9375rem;height:33.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.249125rem;height:2.275rem;top:29.125rem;left:1.4375rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:0.99975625rem;top:31.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:10.125rem;height:11.6875rem;top:31.875rem;left:3.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:18.811625rem;height:4.3875rem;top:42.9375rem;left:0.0625rem;font-size:1.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:10.4358125rem;height:1.1375rem;top:47.3125rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:18.186625rem;height:4.55rem;top:49.0625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.4985625rem;height:1.625rem;top:53.5625rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwMqZQkwaAXP4AAZ8Ol6XPMdRlCCPZXS { display:flex;width:3.5620125rem;height:3.5620125rem;top:60.6640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:297.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:20rem;height:128.3125rem;top:167rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:20rem;height:37.375rem;top:13.787495613098rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.74963125rem;top:167.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7871125rem;top:168.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.625rem;height:8.75rem;top:170.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:8.062125rem;height:6.825rem;top:171.5rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:178.25rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.998875rem;height:1.13769375rem;top:179.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:8.562rem;height:2.1125rem;top:179.25rem;left:11.4375rem;font-size:1.625rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74963125rem;top:181.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:1.7871125rem;top:181.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:10.4rem;top:52.037496566772rem;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:66.625rem;top:63.055208206175rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gePZNCrKAvzzotMPcMNueE40a8UM57L6 { width:8.5rem;height:8.5rem;top:185.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfnN7kaMQ1hud8Q0qdRt8zoFIbtSsh8P { width:12.311375rem;height:7.9625rem;top:185.8125rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP8Jc52GIp7EEa1a2HJrwX7kJJQMV3BZ { width:8.4375rem;height:2.275rem;top:195.3125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLDDMgPPLuMJHHwTpEion3MwCWBEgsE { width:8.374rem;height:2.275rem;top:195.3125rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVBH9LxccMdzAdem48WJhieZQuw0XbXk { display:flex;width:2.5rem;height:2.5rem;top:195.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:12.3125rem;height:11.375rem;top:197.74999427796rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:2.275rem;top:209.25rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:8.31175rem;height:2.275rem;top:209.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:2.5rem;height:2.5rem;top:208.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:7.8125rem;height:7.8125rem;top:199.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:2.2753875rem;top:235.8125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.186375rem;height:2.2753875rem;top:235.8125rem;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:235.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:8.125rem;height:8.125rem;top:225.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:12.7489375rem;height:10.2375rem;top:225.62498760223rem;left:7.2510414123538rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.2753875rem;top:222.5rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.561625rem;height:2.2753875rem;top:222.5rem;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:221.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:8rem;height:8rem;top:212.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:12.125rem;height:9.1rem;top:212.4375rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:2.2753875rem;top:262.75rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.2753875rem;top:262.75rem;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:262.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.31225rem;height:8.75rem;top:252.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:12.749rem;height:10.2375rem;top:252.5rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:2.2753875rem;top:249.375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.2753875rem;top:249.375rem;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:248.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:7.5625rem;height:7.5625rem;top:240.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:12.936375rem;height:7.9625rem;top:240.1875rem;left:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd1Uc0ap87CcFtcXZkrz2a652s2QTo3W { width:20rem;height:4.125rem;top:265.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfv4aswuv99b1fm7ldF62mUenBLTl4k { width:20rem;height:4.0625rem;top:265.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHe53ezAIaAJ1xrPdia2K85TnqqDumFP { width:20rem;height:21.749875rem;top:270.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxkTi8xBQlZIxW5KGG0lqWqc6m4xQLd3 { width:20rem;height:5.0375rem;top:130.4375rem;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.139525rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:9.1rem;top:2.375rem;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:135.47500419617rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6Qy93rVsAJpTaBxIe3TJkiNzfoKWbb { width:20rem;height:29rem;top:137.04374313354rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU { display:block; }#q0TC1rPKqZDcbNpr06S1UQ6O4FeVFxDU > .row .container { width:20rem;height:131.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKu6wILw3GNVLtdv6TGcuL2cFbyFaCbc { width:20rem;height:5.2rem;top:0rem;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.062255875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuXASZnfvHRMdX9WkX0xhs8GefzTT1UO { width:14.6875rem;height:9rem;top:34.25rem;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.0625rem;left:3rem;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.1999998092651rem;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.24926875rem;height:4.24926875rem;top:25.875rem;left:7.875rem;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:13.0005rem;top:98.624267578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC { display:block; }#rXPMI3aJ2DGi9HwD5AGRJMA8S4EMZxNC > .row .container { width:20rem;height:220.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaqE2pKU7GhM4MgGtn7NkeiSMKJE8LTs { width:20rem;height:40.625rem;top:9.1510009765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BodN5gzuc6daTxcwNr6I1JblAnETscVD { width:20rem;height:5.2rem;top:50.66250038147rem;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:55.80691875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgK9GNmaCuHErKh1Pb0mAoFrFlhqMgor { width:20rem;height:2.6rem;top:110.67385625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNa8bxtbsZkdlgmfWw4w4lIHsGyu1Hwn { width:20rem;height:1.13891875rem;top:6.4495849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5wCipigFaoHhogqfKxNavVnlTk8W6cL { width:20rem;height:1.13891875rem;top:112.70385742188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyFLTt9yhSpeaMiuBd9vp9yREzq5mL2 { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPGegcNlXz3RRskuqVniPmSx1MuvsZ9U { width:20rem;height:100.75rem;top:117.19970703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O { display:block; }#ZX36NK3DG1NFethW7TeImWnD6N2ZGq0O > .row .container { width:20rem;height:323.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0J5pb8hrNAoCv42y3Z8RThTTa8Wbrof { width:20rem;height:128.3125rem;top:192.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0J2bn2RpMXNMN4ETXwAkNLGyFplul5N { width:20rem;height:50.375rem;top:13.53759765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRHU4X4TS0PUNCMJ24qQNTX3hz6F0TNA { width:20rem;height:2.749025rem;top:193.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRSznsBdsW4UJwEhe07LH6QEDFCJOUln { width:20rem;height:1.7875rem;top:194.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQtJvTJN88UqdHmbaoQcFl4vitTWpqBu { width:7.6245rem;height:8.75rem;top:196.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8exxiE8DCOggpc0aanrRH8ec9EJXyyK { width:8.0615rem;height:6.825rem;top:198.375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT5Qqce6kAJPO4uUQFLlrK8NXN8Mb8MS { display:flex;width:3.125rem;height:3.125rem;top:210.0037125rem;left:0.59326171875rem; }
 }@media only screen and (max-width: 763px) { #opwOvM88cxwHOINLIAFT3pUXeCygXQEq { width:6.9983125rem;height:1.13769375rem;top:210.99797519531rem;left:3.09326171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn2RcxCmkvVvHU6mAJR0UVZ9aLvspM6K { width:8.5614375rem;height:2.1125rem;top:210.94063186646rem;left:10.998957633972rem;font-size:1.625rem;color:#007d1d;display:block; }
 }@media only screen and (max-width: 763px) { #pwOorRLxE6g1qkeyQ3htlnIZlDF3ZZN2 { width:20rem;height:2.749025rem;top:213.1287125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IB6loqzFOVJznqKMNXnT9KgnM7q6iE { width:20rem;height:1.7871125rem;top:213.56633457031rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMJOyc9ppainLZS9TVF3tiLradI1XNqN { width:20rem;height:7.8003125rem;top:65.655517578125rem;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:56.875rem;top:75.643749237062rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiJfZD8ou720IBWgRJMJeC4HTLZrlc4q { width:8.49975rem;height:8.49975rem;top:215.8777359375rem;left:0.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNi2gDlLiu4cvAZItKLRs2GFiRLkx4M7 { width:12.3108125rem;height:7.9625rem;top:217.52324375rem;left:7.6891875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lms9F55RD3aAXbDZO18GkS6AyvLIGBD7 { width:8.4375rem;height:2.2753875rem;top:227.0593765625rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCSmxzL1N3PNwV2I6g98SsJxK8xLQR8F { width:8.3734375rem;height:2.2753875rem;top:227.62761386719rem;left:3.71826171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUy03iM2RC3ed1Lpo3RTHebisOQy7kGN { display:flex;width:2.5rem;height:2.5rem;top:226.94646152344rem;left:0.90576171875rem; }
 }@media only screen and (max-width: 763px) { #V31uG48Ao8HoeMO5nXGmHwhT4AEPysWC { width:12.3125rem;height:10.2375rem;top:230.980275rem;left:7.5638125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2AtVzHHmh1aCaWGVWXZ3ZECivOucmHr { width:8.4375rem;height:2.275rem;top:241.21770858764rem;left:11.060416221619rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8b42by8dBcfKk1ONGaPTVgkmm59yanA { width:8.3111875rem;height:2.2753875rem;top:240.87895664063rem;left:3.6248779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rZglrEWlT20KWGIITu6OMvrpF3pkDB { display:flex;width:2.5rem;height:2.5rem;top:240.19109042969rem;left:0.8123779296875rem; }
 }@media only screen and (max-width: 763px) { #hdxNo4dqZxAOmnD0RvvqQZLMcIcw4Aq4 { width:7.8125rem;height:7.8125rem;top:230.28081210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dli3AzvtBRuPISrL8U0gy214hfzQK7wh { width:8.4375rem;height:2.275rem;top:267.67916679383rem;left:11.060416221619rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1JJci5FgTfcNKsvqbLfwP3N3rKa35fW { width:9.1858125rem;height:2.2753875rem;top:267.56657871094rem;left:3.6248779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNGU5CxAX8Mq6zgMGSaMIPaS4XAGibX8 { display:flex;width:2.5rem;height:2.5rem;top:266.8787125rem;left:0.8123779296875rem; }
 }@media only screen and (max-width: 763px) { #fb3Flm2mtiB3K1baAFDu2GM2LJdXQzsb { width:8.125rem;height:8.125rem;top:257.44145664063rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXr2C76Z3TMlcxRzw9T8fBKaPQCT7RBP { width:12.7484375rem;height:10.2375rem;top:257.44145664063rem;left:7.2515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2l20nrITGDbsGxJTx1vXW72UxR3qvuo { width:8.4375rem;height:2.275rem;top:254.25312423706rem;left:11.060416221619rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJActTsHoz9Lamtd0pcBE87QTmcWwkBX { width:7.5610625rem;height:2.2753875rem;top:254.25359042969rem;left:3.6871337890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQEnW4ani21pTo9TeVhVzbhsTu7smKI9 { display:flex;width:2.5rem;height:2.5rem;top:253.62859042969rem;left:0.8746337890625rem; }
 }@media only screen and (max-width: 763px) { #E6SNukF4aosatoOiTwA5iibMr3DnOfSd { width:7.999875rem;height:7.999875rem;top:243.85930332031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca6FNHiz272yBtF65iokWLzmTMKz1Wkl { width:12.0625rem;height:10.2375rem;top:244.19133457031rem;left:7.8138125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftAfL8S3WTO6zwwTTZFmTVBTce0DgG0E { width:8.4375rem;height:2.275rem;top:294.37916564941rem;left:11.563541412354rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1cHEtxK45HC7KH2amqoAQUFvXaBVBTg { width:7.9986875rem;height:2.2753875rem;top:294.3787125rem;left:2.9998779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #misZxz71KEvdfBO06X9MtrvHZmJXC9J0 { display:flex;width:2.5rem;height:2.5rem;top:293.69145664063rem;left:0.8123779296875rem; }
 }@media only screen and (max-width: 763px) { #aTSUtXzUWFCdvrgDMkaRCUuJmdiN3wqA { width:6.311625rem;height:8.75rem;top:283.81657871094rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Iixl0iVX2kIgrUrQuylv1lCHOM0vwC { width:12.7484375rem;height:10.2375rem;top:284.25359042969rem;left:7.2515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3oV2IlSTicW67Rkl2Xs2l9vSvdm9ON7 { width:8.4375rem;height:2.2753875rem;top:280.56645664063rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UepGi3h0X9WyceaXiQgsT5ToeqKOy9mZ { width:8.6236875rem;height:2.2753875rem;top:281.12859042969rem;left:3.6871337890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8SqZpZDifGBy7hzdrCdRIDnFhAQIfiB { display:flex;width:2.5rem;height:2.5rem;top:280.44133457031rem;left:0.8746337890625rem; }
 }@media only screen and (max-width: 763px) { #idxoHp628GxTSMalyRPZWFu9MUrV8SOD { width:7.56225rem;height:7.56225rem;top:271.07976230469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a17rTXV6Sky61g4OnDMETpuH9ndEtm1V { width:12.9358125rem;height:7.9625rem;top:271.88481601563rem;left:7.0641875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA4cWSyPyMUcnP6ikhXzDsEtTtPLomsE { width:20rem;height:4.12475625rem;top:297.31633457031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5lu5c56Tf8oXJrlGfCwNa1baWZNvHbf { width:20rem;height:4.0625rem;top:297.34741210938rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaTuWTemR6I1NlxoFcZSG1EM5osmJ5OK { width:20rem;height:21.74925rem;top:301.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8HrTK5rHH9UfLDQTrOwq9ccRukimU9W { width:20rem;height:7.8rem;top:135.17499923706rem;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:1.13891875rem;top:8.836669921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuACAi8Ti7kWZ13LKuRyUnW05PKnMoTF { width:20rem;height:1.13854375rem;top:143.54999923706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7cmqtbkrqDdodzCgTHn9xprpoaEEsGM { width:20rem;height:10.725rem;top:1.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5BVSt3eNOnD5ZqbikpwPuRlhbnEI5Uq { width:20rem;height:40.625rem;top:147.88854122162rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCvtT16hC07bhTtRQdBbD54g76Ez1D7f { display:block; }#gCvtT16hC07bhTtRQdBbD54g76Ez1D7f > .row .container { width:20rem;height:202.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTOClsW1607AvI8pS3sc7ewnONVsz3EI { width:20rem;height:102.375rem;top:7.6760387420656rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHlnHCda7WV3rq33bRtxXaqJEK2lbz6H { width:20rem;height:5.2002rem;top:112.1875rem;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.13891875rem;top:3.85009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCV8TgENnvBPg8uSTQ1Z8eWOGMg3Wt0D { width:20rem;height:1.13891875rem;top:114.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0FWyuRzLdWQZAHod8FENBxEaWkvLZOq { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHGzTR73qppIwA3LFhTzOvfJArohsXec { width:20rem;height:79.625rem;top:119.93750625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP { display:block; }#W9cm3ScE7Ib3UHbu5RMDif4d9T7pcZOP > .row .container { width:20rem;height:135.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdwEDc2K6xAUWkUcblZZPJRRfOF996B5 { width:20rem;height:17.63125rem;top:0.6875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l33MOTnGvUouUDxIkDSPVL7EpziTXTCV { width:20rem;height:0.5rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA1NtTyTQwcMHFceuIoZJH2ESKkHzXXE { width:20rem;height:12.719298245614rem;top:83.352068125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAPlySSWhZC3QyNIWGa28CZ8Tnlek0QB { width:20rem;height:63.375rem;top:19.506249427796rem;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) { #ItR6m0hITaSPxEhKxToPUTHcldTSPSTH { width:20rem;height:11.187904967603rem;top:97.320568125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMVcCiam0wsTqbVJk2LFFEG72ieX1Q11 { width:20rem;height:14.742857142857rem;top:109.758318125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRcXSZFgAzDh7n2K7Xx2vpPz7GwO9Q1e { width:20rem;height:5.0375rem;top:125.750755625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTDxbAb4BMPXkwmH7fHTTmuSUzQ4HWR7 { width:20rem;height:1.1873375rem;top:132.036155625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cox8d9vHkMrPDfavoPtST85bTiTr5TKk { display:block; }#cox8d9vHkMrPDfavoPtST85bTiTr5TKk > .row .container { width:20rem;height:193.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cd4xJlc4TZURCfmpzfAhkuOIFCOIoXHp { width:20rem;height:180.375rem;top:9.1619873046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1V4Fu2OyDsw3mvfgvIJS3ZK0G8JWzb4 { width:20rem;height:1.13891875rem;top:4.3084716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBns0IEq7zxOx1NqPf0wOu4DJ12RDoH { width:20rem;height:5.20019375rem;top:2.2784423828125rem;left:0rem;font-size:2rem;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:394.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4aTR0Ug79nVwIwy7yTx2BFdyhiTHZGo { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESOTthabwWL8k8XVxmonCMLgt8tV0Jib { width:3.49975625rem;height:3.49975625rem;top:68.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXegtJrTn8QsoKeaDE2d1uDa6FBroeRH { width:20rem;height:0.062255875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H82zBuJuu5brrwpIq5Q5QGNOTxeC9FG6 { width:14.6875rem;height:10.5rem;top:34.9375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZWMkupoF58iaPBGRye6K0qmGpuhhDx { width:14.0625rem;height:1.62475625rem;top:32.75rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTDIqKTFowlGIBDCJ8WOTNq6B4l5fimI { width:20rem;height:0;top:22.13586875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzFXTvdBPKbBTyAhTq80SlU3qi3GfCGP { width:17.4365rem;height:20rem;top:6.4495849609375rem;left:1.2811279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILuIdWAlqMasJNuIi3qSdaK5kgypii8P { width:9.0625rem;height:1.62475625rem;top:72rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUgvKt8SKPSenFXvhAauKnvPA6q2Kuw8 { width:3.8745125rem;height:3.8745125rem;top:28.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToS36A5QVJ98ESZTToSV3QFp41y4KJ9P { width:20rem;height:0.062255875rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gdUwMluTD4m9mTWn9uLhaZqX4KZo4P { width:12.2485625rem;height:9rem;top:74.1875rem;left:3.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gThqiE4JXCrkNAopIZRFHEo99WUcUwli { width:20rem;height:0.062255875rem;top:92.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quyCRClKlEAbE91ZrNixvVnni2Gz87JL { width:20rem;height:0.062255875rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKIbRy3qHivZKt76aoc5oKtPwh5TPXu { width:17.8735625rem;height:1.62475625rem;top:52.5rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thTCEuXM8OR2dwUGvQEzAOEbgGfDpyny { width:15.3125rem;height:1.62475625rem;top:91.125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rauQ0kbb0V4udGysUH6v4HHhe2TQ0rfR { width:15.625rem;height:9rem;top:93.375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v02IDbsfVCLy3ttveMIMsXsKMtl0ZRSx { width:12.3736875rem;height:10.5rem;top:55.5rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbTdxp8wafpSAhXrZ0Wtr5VEsuTK1grW { width:4.24926875rem;height:4.24926875rem;top:47.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8Tq86OERNuHDwaVu0gQ4STMFTKq4Sk { width:3.75rem;height:3.75rem;top:87.375rem;left:8.125rem;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:125.10009765625rem;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:121.32690429688rem;left:0.50048828125rem;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.8183625rem;top:116.93786621094rem;left:1.3128662109375rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcR5qxm2PE5txqlO6mchC6IP4GZxEKdb { width:20rem;height:13.0005rem;top:102.37243652344rem;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:34.25rem;top:131.80497597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMcSM4ndFzqpzT2XHPsSXKcAJonWAdTo { width:9.43725rem;height:6.93725rem;top:137.25769042969rem;left:5.2801513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1WFTLo9fJg9koZxoGzLnPQTN2vMN3Qc { width:20rem;height:23.1rem;top:144.15641640625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtJWGXKubpdTSTZ9sUuIeShW5iQExtq3 { width:20rem;height:5.0375rem;top:132.24182128906rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoF2BWSsd4TtVOQJUhZqvwi6T5mXk3hl { width:3.125rem;height:3.125rem;top:134.19189453125rem;left:8.663330078125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFzl8X5pqMZkmrU35ZLhRm5FfSH8Th0v { width:20rem;height:140.7rem;top:167.69104003906rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LugLQAk4KfJI8as3U0zk4AQU6bdrTQng { width:19rem;height:3.875rem;top:311.11328125rem;left:0.4986572265625rem;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:315.55129140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuCEDSnyxh6ac4Vmg7XWOTNUFEMV1PK { width:20rem;height:56.7rem;top:325.98879140625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mk7ZD36UTcySGqXODtGIt7uVl7bhwwsu { width:19rem;height:3.8125rem;top:383.92760390625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOLxFFO6zz523OcKIbWFNCc0zy6TiO4T { display:block; }
 }@media only screen and (max-width: 763px) { #f5VGrzvyH8CsTINASUsi9TwSvyK8rFQP { width:10.9375rem;height:1.3rem;top:391.54047851563rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3Lzh79XO1wlF7I9a3NHBwdgwTTzf0zJ { width:10.9375rem;height:1.3rem;top:388.99047851562rem;left:4.5rem;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; }
 }